@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 */
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;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Serif', serif;
}

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;
}

#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;
}

#site-title h2.site-description:before {
  content: '';
  display: none;
}

@media screen and (min-width: 1023px) {
  #main-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  #site-title {
    padding-left: 35px;
  }
  #mobile-menu-toggle {
    margin: 0 35px 0 0;
  }
}

@media screen and (min-width: 1260px) {
  #main-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  #site-title {
    padding-left: 0;
  }
}

/* navigation */
#site-nav {
  padding: 56px 0 0;
}

#site-nav ul#menu-main_navigation {
  text-align: left;
  margin-left: 10px;
}

@media screen and (min-width: 767px) {
  #site-nav ul#menu-main_navigation {
    margin-left: 35px;
  }
}

#site-nav ul#menu-main_navigation li:first-child {
  margin-left: 0;
}

#site-nav ul#menu-main_navigation li a {
  font-weight: normal;
  color: #000000;
  font-size: 1.063rem;
}

#site-nav ul#menu-main_navigation li:not(.filter) a {
  color: #145680;
  font-weight: bold;
}

#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;
}

#site-nav ul#menu-main_navigation li.current-menu-item.filter a {
  border-bottom: none;
}

#site-nav ul#menu-main_navigation li.filter a {
  text-transform: none;
}

#site-nav ul#menu-main_navigation li.filter a:hover {
  border-bottom: 2px solid #145680;
}

#site-nav ul#menu-main_navigation li.language-link {
  display: none;
}

@media screen and (min-width: 1260px) {
  #site-nav ul#menu-main_navigation li.language-link {
    display: inline-block;
    margin-left: 0;
    margin-right: 26px;
    position: relative;
  }
}

#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;
}

#site-nav ul#menu-main_navigation li.language-link > a:after {
  position: absolute;
  top: 12px;
  right: -12px;
  content: '▼';
  margin-left: 4px;
  font-size: .5rem;
}

#site-nav ul#menu-main_navigation li.booklink {
  position: relative;
  margin-right: 3px;
}

#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) {
  #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;
  }
}

#site-nav ul#menu-main_navigation li.booklink > ul > li {
  display: inline-block;
  margin-right: 5px;
  border-bottom: none;
  height: auto;
}

#site-nav ul#menu-main_navigation li.booklink > ul > li:hover {
  background: none !important;
}

#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;
}

#site-nav ul#menu-main_navigation li.booklink > ul > li:last-child {
  margin-right: 0;
}

#site-nav ul#menu-main_navigation li.booklink > ul > li:last-child a {
  border-right: none;
  padding-right: 0;
}

/* Top Menu */
li.twitter-link a {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 15px;
}

li.twitter-link a:before {
  content: '\f202';
  font: 400 18px/1 Genericons;
}

li.facebook-link a {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 15px;
}

li.facebook-link a:before {
  content: '\f203';
  font: 400 18px/1 Genericons;
}

li#menu-item-27961 a {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 15px;
}

li#menu-item-27961 a:before {
  content: "\f207";
  font: 400 18px/1 Genericons;
}

/* Filter Content */
.archive-menu-content
ul.authors li {
  padding: 0;
}

.archive-menu-content
ul.authors li a {
  overflow: visible;
  line-height: 23.4px;
}

.archive-menu-content
ul.authors li .author-avatar {
  display: none;
}

.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;
}

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;
}

a.archive-menu-toggle.archive-open:before {
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 1260px) {
  #site-nav ul li.filter {
    margin-right: 0;
    float: right;
  }
}

#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: -webkit-linear-gradient(transparent, transparent), url(../images/g-e-t-l-o-g-o.svg) 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;
}

#site-header a span {
  display: none;
}

.entry-edit:before {
  content: '';
}

/* Authors Page */
.page-template-authors .author-list article.author {
  margin: 25px 0 0 0;
  width: 90%;
}

.page-template-authors .author-list article.author .entry-thumb {
  float: none;
  padding-bottom: 4px;
}

body.author.archive span.author-avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 60px;
}

body.author.archive span.author-avatar img {
  float: left;
}

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;
}

.page-template-authors article .entry-content {
  padding-bottom: 0 !important;
}

.page-template-authors .author-list article .author-text {
  padding-left: 0;
  float: none;
  padding-bottom: 20px;
}

.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) {
  .page-template-authors .author-list article.author .entry-thumb {
    padding-bottom: 30px;
    float: left;
  }
  .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) {
  #site-header a {
    width: 319px;
    height: 91px;
    background: url(../images/g-e-t-l-o-g-o.png) 0 0 no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/g-e-t-l-o-g-o.svg) 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;
  }
  .page-template-authors .author-list article.author {
    margin: 1.905% 0 1.905% 1.905%;
    width: 48.095%;
  }
  .page-template-authors .author-list article.author:nth-of-type(odd) {
    clear: left;
    margin: 1.905% 1.905% 1.905% 0;
  }
  .page-template-authors .author-list article.author .author-text {
    margin-left: 0;
  }
  .page-template-authors .author-list article.author .entry-thumb {
    padding-bottom: 0;
  }
  .front-sidebar {
    display: block;
  }
  .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) {
  .blog #primary,
  .attachment #primary,
  .single-podcast #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,
  .podlove-frontpage-player {
    width: 65.55%;
    float: left;
  }
  .template-fullwidth #primary,
  .template-front #primary {
    width: 100%;
    float: none;
  }
  #blog-sidebar,
  #front-sidebar-one,
  #front-sidebar-two,
  #front-sidebar-three,
  #front-sidebar-four {
    width: 31.3%;
    float: right;
  }
  #featured-content .rp-big-one .story {
    position: absolute;
    right: 0;
    bottom: 0;
    top: initial;
  }
  .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) {
  #blog-sidebar,
  #front-sidebar-one,
  #front-sidebar-two,
  #front-sidebar-three {
    width: 31.3%;
    float: right;
  }
  #site-nav ul#menu-main_navigation {
    margin-left: 0;
  }
  #site-nav ul#menu-main_navigation a.archive-menu-toggle:before {
    display: block;
  }
  #site-nav ul li {
    margin: 0 15px;
  }
}

/* Minimum width of 1360 pixels (laptops 15")
------------------------------------------------------------------------------------ */
.featherlight-loading .featherlight-content {
  min-width: 530px;
  min-height: 635px;
}

.featherlight-iframe .featherlight-content {
  padding-top: 1em;
}

.featherlight-iframe iframe {
  min-width: 530px;
  min-height: 635px;
}

.audioboom-frontpage-player {
  margin-bottom: 60px;
  width: 100%;
}

/*
 * german energy transition - blog
 * front.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* front */
.flex-viewport .featured-posts.slides .story {
  background: white !important;
}

.flex-viewport .featured-posts.slides h2.entry-title {
  line-height: 1rem;
}

.flex-viewport .featured-posts.slides h2.entry-title a {
  color: #2d2d2d;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 2rem;
}

@media screen and (min-width: 475px) {
  .flex-viewport .featured-posts.slides h2.entry-title a {
    font-size: 1.35rem !important;
  }
}

@media screen and (min-width: 790px) {
  .flex-viewport .featured-posts.slides h2.entry-title a {
    font-size: 1.625rem;
  }
}

.flex-viewport .featured-posts.slides .entry-author {
  padding-bottom: 0;
  margin-top: 15px;
}

#front-fullwidth-four,
#front-fullwidth-five {
  clear: both;
  float: none;
}

#front-fullwidth-five {
  border: none;
}

#front-fullwidth-five .textwidget {
  color: #000000;
  font-size: .938rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}

#front-fullwidth-five .textwidget img {
  margin-bottom: 18px;
  margin-left: -31px;
  width: 201px;
}

#front-fullwidth-four .textwidget .about-widget-text {
  padding: 44px 0 0 0;
}

#featured-content .entry-comments {
  display: none;
}

#featured-content .entry-thumb a {
  position: relative;
}

#featured-content .entry-author,
#featured-content .entry-date {
  font-family: "Noto Sans", Arial, sans-serif;
}

#featured-content .entry-date {
  color: #000000;
  font-size: .813rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}

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

.flexslider .rp-big-one {
  margin-bottom: 0;
  padding-top: 0;
  border-top: none;
}

.flexslider {
  margin-bottom: 10px;
}

.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) {
  #front-fullwidth-five .textwidget {
    padding: 0 125px;
  }
  #front-fullwidth-four .textwidget .about-widget-text {
    padding: 44px 125px 0 125px;
  }
  #featured-content .rp-big-one .story {
    padding: 40px 40px;
  }
}

/* Minimum width of 1260 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
  .home #featured-content .rp-big-one .entry-thumb {
    min-width: 1200px;
    min-height: 560px !important;
  }
  #featured-content .rp-big-one .story {
    width: 414px !important;
    height: 350px !important;
  }
  #featured-content .rp-big-one .story p.summary,
  #featured-content .rp-big-one .story .entry-comments {
    display: none !important;
  }
  #featured-content .rp-big-one .story h2.entry-title {
    line-height: 2rem;
  }
  #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 */
.archive-menu-wrap .archive-menu-content {
  background: #f1f1f1;
}

.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;
}

.archive-menu-wrap ul.yearly li a {
  font-size: 1.25rem;
  font-style: normal;
}

.archive-menu-wrap .archive-menu-tags {
  font-size: 0;
  color: #f1f1f1;
}

.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;
}

.archive-menu-wrap .archive-menu-tags a:hover {
  text-decoration: none;
  border: none;
}

.archive-menu-wrap .archive-menu-close {
  background: #00a29c;
}

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

.front-sidebar.widget-area .widget,
.default-sidebar.widget-area .widget {
  border-bottom: none;
}

.front-sidebar.widget-area .widget,
.default-sidebar.widget-area .widget {
  padding-bottom: 60px;
}

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;
}

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

.widget-title-wrap {
  position: relative;
}

.show-all-link {
  position: absolute;
  top: 0;
  right: 0;
}

.show-all-link a {
  font-style: italic;
  color: #9b9b9b;
  font-size: .938rem;
}

aside.widget .entry-author,
aside.widget .top_posts_author {
  margin: 5px 0;
  display: block;
}

/* three article widgets */
.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;
}

.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) {
  .front-content aside.widget article.rp-medium-one {
    width: 31.1113%;
    border: none;
    min-height: inherit;
    margin-bottom: 0;
    padding: 0;
  }
  .front-content aside.widget article.rp-medium-one:nth-of-type(3n+2) {
    margin: 0 3.3333%;
  }
  .front-content aside.widget article.rp-medium-one img {
    width: 100%;
  }
  .front-content aside.widget article.rp-medium-one .entry-thumb {
    max-width: 260px;
  }
  .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;
  }
  .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;
  }
  .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 --- */
.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) {
  .front-fullwidth .widget_zuki_quote blockquote.quote-text,
  .front-content .widget_zuki_quote blockquote.quote-text {
    font-size: 2.25rem;
  }
  .widget_zuki_quote blockquote.quote-text p {
    margin-bottom: 26px;
  }
}

/* Most Popular*/
.front-sidebar aside.widget_top-posts ul,
#footer-three aside.widget_top-posts ul {
  padding-left: 0;
}

.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;
}

.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;
}

.front-sidebar aside.widget_top-posts li a:hover,
#footer-three aside.widget_top-posts li a:hover {
  color: #999999;
}

.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;
}

#footerwidgets-wrap aside.widget_top-posts ul {
  padding-left: 0;
}

#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;
}

.front-sidebar aside.widget_top-posts .top_posts_date,
.front-sidebar aside.widget_top-posts .top_posts_author {
  display: none;
}

#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;
}

#footer-three aside.widget_top-posts .top_posts_author {
  margin-top: 7px;
  margin-bottom: 6px;
}

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

.book-lang-menu {
  max-width: 325px;
  /*background: #00eb56;*/
  background: #ea550c;
  padding: 5px 0 20px 17px;
}

.book-lang-menu ul {
  margin: 0;
  padding: 0;
}

.book-lang-menu ul li {
  float: left;
  margin-right: 5px;
}

.book-lang-menu ul li a {
  padding-right: 5px;
  line-height: 1;
  border-right: 1px solid #666;
  font-weight: normal;
}

.book-lang-menu ul li a:hover {
  color: white;
}

@media screen and (min-width: 1023px) {
  .book-teaser,
  .book-lang-menu {
    margin-left: 25px;
  }
}

.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;
}

.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;
}

.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;
}

.book-teaser-corner-outer {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}

/* --- Authors --- */
.widget_zuki_authors_energy article,
.author-list article {
  float: none;
  display: block;
  clear: both;
}

.widget_zuki_authors_energy article .entry-thumb,
.author-list article .entry-thumb {
  position: relative;
  right: inherit;
  bottom: inherit;
  float: left;
  padding-bottom: 30px;
}

.widget_zuki_authors_energy article .author-text,
.author-list article .author-text {
  padding-left: 20px;
  float: left;
}

.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) {
  .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;
  }
  .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;
  }
  .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;
  }
  .widget_zuki_authors_energy article.author .entry-thumb,
  .author-list article.author .entry-thumb {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding-bottom: 0;
  }
  .widget_zuki_authors_energy article.author .author-text,
  .author-list article.author .author-text {
    padding-left: 0;
    float: none;
  }
  .widget_zuki_authors_energy article.author:nth-of-type(2) {
    margin: 0 3%;
  }
}

/* Newsletter */
.zuki_newsletter_energy .newsletter-text {
  padding-left: 43px;
  color: #000000;
  font-size: .938rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}

.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;
}

.zuki_newsletter_energy .newsletter-btn a:hover {
  background: #666;
}

.widget img {
  width: 100%;
}

.widget.widget_zuki_recentposts_last_post,
.widget.widget_top-posts {
  margin-bottom: 10px;
}

@media screen and (min-width: 668px) {
  .widget img {
    width: auto;
  }
}

.widget .et-podigee-player iframe {
  margin-left: 0;
}

.et-podigee-player {
  margin-bottom: 1rem;
}

/*
 * german energy transition - blog
 * lists.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
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;
}

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;
}

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;
}

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;
}

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;
}

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;
}

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;
}

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;
}

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;
}

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) {
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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) {
  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 */
.single-podcast .site-content .entry-content,
.single-podcast .site-content .entry-content p,
.single-podcast .site-content .entry-content ul,
.single-podcast .site-content .entry-content ol,
.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;
}

.single-podcast .site-content header.entry-header,
.single-post .site-content header.entry-header {
  padding-top: 40px;
}

.single-podcast .site-content header.entry-header h1.entry-title,
.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;
}

.single-podcast .site-content .entry-author,
.single-podcast .site-content .entry-author a,
.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;
}

.single-podcast .site-content .entry-author,
.single-post .site-content .entry-author {
  padding-bottom: 0 !important;
  padding-left: 0;
  margin-top: 10px;
}

.single-podcast .site-content .authorbox h3.author-name,
.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;
}

.single-podcast .site-content .entry-content,
.single-post .site-content .entry-content {
  margin-top: 45px;
  max-width: none;
  padding-left: 0;
}

.single-podcast .site-content .entry-content p.wp-caption-text,
.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;
}

.single-podcast .site-content .entry-content img,
.single-post .site-content .entry-content img {
  margin: 20px 0;
}

.single-podcast .site-content .entry-content .wp-caption,
.single-post .site-content .entry-content .wp-caption {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-podcast .site-content .entry-content .wp-caption img,
.single-post .site-content .entry-content .wp-caption img {
  margin: 0;
}

.single-podcast .site-content .entry-content .wp-caption:first-of-type,
.single-post .site-content .entry-content .wp-caption:first-of-type {
  padding-left: 0;
  width: 100% !important;
}

.single-podcast .site-content .entry-content .wp-caption:first-of-type img,
.single-post .site-content .entry-content .wp-caption:first-of-type img {
  width: 100%;
}

.single-podcast .site-content .entry-content iframe,
.single-podcast .site-content .entry-content twitterwidget,
.single-post .site-content .entry-content iframe,
.single-post .site-content .entry-content twitterwidget {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.single-podcast .site-content .entry-content blockquote,
.single-post .site-content .entry-content blockquote {
  font-style: italic;
}

.single-podcast .site-content .entry-content hr,
.single-post .site-content .entry-content hr {
  display: none;
}

.single-podcast .site-content .sharedaddy,
.single-post .site-content .sharedaddy {
  margin-left: 0 !important;
}

@media screen and (min-width: 767px) {
  .single-podcast .site-content .sharedaddy,
  .single-post .site-content .sharedaddy {
    margin-left: 41px !important;
  }
}

.single-podcast .site-content .sharedaddy h3.sd-title,
.single-post .site-content .sharedaddy h3.sd-title {
  padding-right: 15px !important;
}

#blog-sidebar .entry-tags {
  color: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 50px;
}

#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;
}

#blog-sidebar .entry-tags a:hover {
  text-decoration: none;
  border: none;
}

#blog-sidebar .entry-tags a {
  margin: 2px 0;
}

#blog-sidebar .entry-tags .small-headline {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: .688rem !important;
  text-transform: uppercase;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0 0 25px 0 !important;
}

#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;
}

.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;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: none !important;
  width: 100% !important;
}

@media screen and (min-width: 767px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: left !important;
    width: 33% !important;
  }
}

.single-post .jp-relatedposts {
  margin-top: 80px !important;
  border-top: 1px solid #8b8a8a;
  padding-top: 0 !important;
}

.single-post .jp-relatedposts p.jp-relatedposts-post {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

.single-post .jp-relatedposts p.jp-relatedposts-post:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.single-post .jp-relatedposts p.jp-relatedposts-post a.jp-relatedposts-post-a {
  text-decoration: none !important;
}

.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;
}

.single-post .jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: '';
  border-top: none !important;
}

.single-post .jp-relatedposts .jp-relatedposts-post-context {
  display: none !important;
}

.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;
}

.single-post .jp-relatedposts .jp-relatedposts-post-title a:hover {
  text-decoration: none !important;
}

.single-post .nav-wrap {
  margin-top: 80px;
}

.single-post .nav-wrap #nav-single a {
  font-size: .938rem;
  font-style: normal;
  font-family: "Noto Sans", Arial, sans-serif;
}

.single-post .nav-wrap #nav-single a span {
  font-size: .938rem;
}

#comments .comment-avatar {
  display: none;
}

#comments .comment-details {
  padding: 0;
}

#comments li.pingback {
  padding-left: 0;
}

/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {
  .single-podcast .site-content .entry-content p,
  .single-podcast .site-content .entry-content ul,
  .single-podcast .site-content .entry-content ol,
  .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;
  }
  .single-podcast .site-content .entry-content iframe,
  .single-podcast .site-content .entry-content twitterwidget,
  .single-post .site-content .entry-content iframe,
  .single-post .site-content .entry-content twitterwidget {
    margin-left: 15% !important;
  }
  .single-podcast .site-content .entry-content p iframe,
  .single-podcast .site-content .entry-content .podlove-web-player iframe,
  .single-post .site-content .entry-content p iframe,
  .single-post .site-content .entry-content .podlove-web-player iframe {
    margin-left: 0 !important;
  }
  .single-podcast .site-content .entry-content .wp-caption,
  .single-post .site-content .entry-content .wp-caption {
    padding-left: 15%;
  }
  .single-podcast .site-content .entry-content p,
  .single-podcast .site-content .entry-content h4,
  .single-podcast .site-content .entry-content h3,
  .single-podcast .site-content .entry-content h2,
  .single-podcast .site-content .entry-content figure,
  .single-podcast .site-content .entry-content ul,
  .single-podcast .site-content .entry-content ol,
  .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%;
  }
  .single-podcast .site-content .entry-content p.jp-relatedposts-headline,
  #comments .single-podcast .site-content .entry-content p, .single-podcast .site-content .entry-content p.commentlist,
  .single-podcast .site-content .entry-content h4.jp-relatedposts-headline,
  #comments
  .single-podcast .site-content .entry-content h4,
  .single-podcast .site-content .entry-content h4.commentlist,
  .single-podcast .site-content .entry-content h3.jp-relatedposts-headline,
  #comments
  .single-podcast .site-content .entry-content h3,
  .single-podcast .site-content .entry-content h3.commentlist,
  .single-podcast .site-content .entry-content h2.jp-relatedposts-headline,
  #comments
  .single-podcast .site-content .entry-content h2,
  .single-podcast .site-content .entry-content h2.commentlist,
  .single-podcast .site-content .entry-content figure.jp-relatedposts-headline,
  #comments
  .single-podcast .site-content .entry-content figure,
  .single-podcast .site-content .entry-content figure.commentlist,
  .single-podcast .site-content .entry-content ul.jp-relatedposts-headline,
  #comments
  .single-podcast .site-content .entry-content ul,
  .single-podcast .site-content .entry-content ul.commentlist,
  .single-podcast .site-content .entry-content ol.jp-relatedposts-headline,
  #comments
  .single-podcast .site-content .entry-content ol,
  .single-podcast .site-content .entry-content ol.commentlist,
  .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;
  }
  .single-podcast .site-content .entry-content p:first-of-type,
  .single-post .site-content .entry-content p:first-of-type {
    padding-left: 0;
  }
  .single-podcast .site-content .entry-content .podlove-web-player,
  .single-post .site-content .entry-content .podlove-web-player {
    padding-left: 15%;
  }
}

/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {
  .single-post #comments {
    padding-left: 0;
  }
}

.single-podcast .authorbox {
  position: relative;
  margin: 0;
  padding: 65px 0 10px;
  clear: both;
}

/*
 * german energy transition - blog
 * footer.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* footer */
footer#colophon {
  color: #4a4a4a;
  padding: 40px 0;
  border: none;
  text-align: inherit;
}

footer#colophon a {
  color: #4a4a4a;
}

footer#colophon ul.credit li.copyright {
  font-size: 1rem;
  line-height: 2.5;
}

footer#colophon #site-info {
  text-align: center;
}

footer.entry-meta {
  padding-left: 0 !important;
}

#footerwidgets-wrap ul#menu-footer-1 li {
  border-bottom: 1px solid #8b8a8a;
  padding: 12px 0 11px 0;
}

#footerwidgets-wrap ul#menu-footer-1 li:first-of-type {
  border-top: 1px solid #8b8a8a;
}

#footerwidgets-wrap ul#menu-footer-1 li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

#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;
}

#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;
}

#footerwidgets-wrap aside#nav_menu-2 {
  padding-top: 0;
}

#footerwidgets-wrap aside.widget_zuki_recentposts_last_post,
#footerwidgets-wrap aside.widget_top-posts {
  background: #00a29c;
  color: white;
  position: relative;
  padding: 20px;
  height: 272px;
}

#footerwidgets-wrap aside.widget_zuki_recentposts_last_post h3.widget-title,
#footerwidgets-wrap aside.widget_top-posts h3.widget-title {
  color: #00d5cd;
}

#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;
}

#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;
}

#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;
}

#footerwidgets-wrap aside.widget_zuki_recentposts_last_post a,
#footerwidgets-wrap aside.widget_top-posts a {
  color: white !important;
  text-decoration: none;
}

#footerwidgets-wrap aside.widget_zuki_recentposts_last_post.widget_top-posts,
#footerwidgets-wrap aside.widget_top-posts.widget_top-posts {
  background: #145680;
}

#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;
}

.newsletter-anmeldung {
  display: none;
}

.featherlight:last-of-type {
  background: rgba(200, 200, 200, 0.7);
}

@media screen and (min-width: 1023px) {
  #site-info {
    margin-top: 0;
  }
  #footerwidgets-wrap .default-sidebar {
    float: left;
    width: 31.331%;
    height: 312px;
    margin-right: 0;
    border: none;
  }
  #footerwidgets-wrap .default-sidebar:nth-of-type(3n+2) {
    margin: 0 3.003%;
  }
  #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;
  }
  #footer-four,
  #footer-five,
  #footer-six {
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */