@charset "UTF-8";
/* eigenleben.jetzt anpassungen*/

/* -- Colour
  Gelb: #FFFF00
  Schlamm: #B2B097  
  Impressum #EEEEEE
  hell Schlamm  #F2F1E7 */
/*font-family: 'Fira Sans', sans-serif;*/

html, body {
    height: 100%;
}
body {
    background-color: #B2B097;
    color: #000;
	font-weight: 300;
}
/* Bug WordPress 5.7 shortcode */
p:empty::before {
    content: initial !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
		-ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: normal;
    word-wrap: break-word;
}
h1.archive-title, h1 {
    font-size: 46px;
    font-size: 4.6rem;
}
h1.archive-title, h1, h2 {
	font-family: 'HaboroWebRg',  'Times New Roman';
}

a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #B2B097;
    text-decoration: none;
}
hr {
    border-top: 1px solid #000;
}	
p {
    margin: 0 0 14px;
}

/* ## Text , Link besondere CSS
--------------------------------------------- */
.avatar {
    border-radius: 0;
}
.txt-description p, p.txt-description, .vorspann-text p, blockquote, .vorspann-text {
    font-weight: normal;
	font-size: 20px;
    font-size: 2.0rem;
}
blockquote {
    margin: 0 0 28px 0;
	font-style: normal;
}
blockquote:before {
    display: none;
}
.link-ohne a,
.link-pfeil a,
.macher-box strong a {
    text-decoration: none;
}
.link-pfeil a::after {
    content: "›";
    display: inline-block;
    height: 0px;
    left: 10px;
    position: relative;
    top: 0px;
} 
.link-pfeil a img::after {
    content: "";
    display: inline-block;
    height: 0px;
    left: 0px;
    position: relative;
    top: 0px;
} 
.linie-unten.fl-col .fl-col-content {
    border-bottom: 1px solid #000;
}
.linie-unten.fl-module .fl-module-content {
    border-bottom: 1px solid #000;
}
div.p-ohne p {
   margin: 0px;
}
div.verbergen {
   display: none;
}
div.kapitel-liste br {
   margin-bottom: 10px;
}
div.kapitel-liste a {
   text-decoration: none;
}
.hg-schlamm {
 
}
/* ## Impressum text & klein Text
--------------------------------------------- */
div.text-klein {
    font-size: 13px;
    font-size: 1.3rem;
	font-weight: 400;
}
div.small-txt {
    font-size: 11px;
    font-size: 1.1rem;
}
/* ## Spende Hand
--------------------------------------------- */
div.spende-hand {
	background: url(https://entwicklung.eigenleben.jetzt/wp-content/uploads/2017/12/Spenden_transparenteHand.png) no-repeat 95% 95%;
}
/* ## Header
--------------------------------------------- */
.site-header {
    background-color: #B2B097;
}
.site-header > .wrap {
    padding: 20px 20px;
    background-color: #fff;
}
.site-title, .site-description {
    display: block;
    text-indent: -9999px;
}
.site-title a {
    background: url(/wp-content/themes/eigenleben/images/eigenleben-jetzt.png) no-repeat;
    background-position: left top !important;
    background-size: contain !important;
    float: left;
    min-height: 120px;
    width: 100%;
}


/* ## Main content
--------------------------------------------- */
.site-inner {
    background-color: #fff;
    padding-top: 0px;
	height:100%;
}
.entry {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px 40px;
}
body.breit .entry {
    padding: 0px;
}
main.content div.entry-content  {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}
@media only screen and (min-width: 1024px) {
div.content-sidebar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}	
main.content, aside.sidebar {
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}	
}
@media only screen and (max-width: 860px) {
.site-inner {
    padding: 0px;
}
.entry {
    padding: 40px 20px;
}
.gch-header-inner.wrap {
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 768px) {
.fl-col-small {
    max-width: 100%;
}
}
/* ## einzel blog Beiträge
--------------------------------------------- */
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
    color: #B2B097;
    text-decoration: none;
}
.featured-content .entry-title, .entry-title {
    font-size: 46px;
    font-size: 4.6rem;
	font-family: 'HaboroWebRg',  'Times New Roman', serif !important;
    font-weight: normal;
    font-style: normal;
}
.featured-content h2.entry-title,  h2.entry-title {
    font-size: 34px;
    font-size: 3.4rem;
}
.featured-content h4.entry-title,  h4.entry-title {
    font-size: 24px;
    font-size: 2.4rem;
}
h3.subtitle, div.entry-content h3 {
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
}
h3.subtitle {
	line-height: 1.2;
	letter-spacing: 0.05em;
}
article.post {
    font-weight: 400;
}
body.single-post p.introtext  {
    margin-bottom: 0px;
}
body.single-post div.inhalt {
    height: 60px;
}
body.single-post div.entry-content  {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}
body.single-post div.entry-content::before  {
	content: url(images/Initial.png);
	position: relative; 
	float:left;
	margin-top: 4px;
}
body.single-post div.entry-content p:first-of-type {
	margin-top: 0px;
}
body.single-post .avatar {
    border-radius: 0;
    float: left;
}
body.single-post div.authors-box {
    width: 180px;
    position: relative;
    float: left;
    display: inline-block;
}
@media only screen and (max-width: 861px) {
body.single-post div.authors-box {
    width:100%;
}
}
body.single-post div.author-avatar {
    display:inline-block;
	position:relative;
    float: left;
	max-width:125px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 4px;
	font-size: 14px;
	font-size: 1.4rem;
}

body.single-post div.author-avatar img, body.single-post  div.author-avatar span {
    display:block;
    float: left;
}
body.single-post div.author-avatar img {
    margin-bottom: 15px;
}
body.single-post .gch-header-image img {
    margin-bottom: 0px;
}
body.single-post div.author-avatar span {
    font-weight: 600;
}
body.single-post  span a {
    font-weight: 300;
}
.shariff {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    clear: both;
	background-color:  #FFFF00;
	padding: 15px 5px;
}
.shariff  a {
    border: 1px solid #000 !important;
}
@media only screen and (min-width: 460px) {
.shariff .shariff-icon, .shariff .shariff-buttons.buttonsize-small .shariff-icon svg {
    display: none;
}
.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff span.shariff-text {
    color: #000 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase; 
	font-weight: 300;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-family: 'Fira Sans', Verdana, sans-serif;
	margin-left:3px;
}
}
body.single-post .after-entry {
    margin-bottom: 0;
    padding: 20px 40px;
}	

@media only screen and (min-width: 861px) {
body.single-post.content-sidebar .content div.entry-content  {
	float: right;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
}
body.single-post.full-width-content .content div.entry-content  {
	float: right;
	width: -moz-calc(100% - 33%);
	width: -webkit-calc(100% - 33%);
	width: -o-calc(100% - 33%);
	width: calc(100% - 33%);
}
body.single-post.full-width-content  div.author-avatar::after {
	content: url("images/eigenleben-90.png");
	position: absolute; 
	top: 100px;
	left: 280%;
}
}
@media only screen and (max-width: 568px) {
body.single-post div.entry-content  {
    clear: both;
}
}
@media only screen and (min-width: 1200px) and (max-width:1340px) {
body.single-post.full-width-content  div.author-avatar::after {
	left: 240% !important;
}
}
@media only screen and (min-width: 1024px) and (max-width:1200px) {
body.single-post.full-width-content  div.author-avatar::after {
	left: 195% !important;
}
}
@media only screen and (min-width: 861px) and (max-width:1023px) {
body.single-post.full-width-content  div.author-avatar::after {
	left: 150% !important;
}
}
/* ## Kommentarfunktion auf einzel blog oder seiten
--------------------------------------------- */
.comment-respond, .entry-pings,  .entry-comments {
    padding: 20px;
}
@media only screen and (min-width: 861px) {
body.content-sidebar .comment-respond, body.content-sidebar .entry-pings, body.content-sidebar .entry-comments{
	padding: 40px;
	float: right;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
}	
body.full-width-content .comment-respond, body.full-width-content .entry-pings, body.full-width-content .entry-comments {
	padding: 40px 40px 40px 15px;
	float: right;
	width: -moz-calc(100% - 33%);
	width: -webkit-calc(100% - 33%);
	width: -o-calc(100% - 33%);
	width: calc(100% - 33%);
}
}	
div.post-comments  {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 20px;
} 
div.post-comments a {
	text-decoration: none;
} 
.comment-respond input[type="text"], .comment-respond input[type="url"], .comment-respond input[type="email"] {
    padding: 8px;
	-webkit-border-radius:0;
    -webkit-appearance: none;
}
h3.comment-reply-title, .entry-comments h3 {
    font-weight: normal;
	font-size: 20px;
    font-size: 2.0rem;
} 
form.comment-form input[type="submit"] {
	background-color: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5rem;
    padding: 5px 65px 4px 0px;
    font-weight: 300;
    width: 160px;	
    -webkit-border-radius:0;
    -webkit-appearance: none;
}
 .content div.entry-content  {
	width: 100%;
}

/* ## Inhalt
--------------------------------------------- */
@media only screen and (min-width: 1024px) {
.content-sidebar .content{
    width: 660px;
	border-right: 1px solid #000;
}
}
@media only screen and (min-width: 1201px) {
.content-sidebar .content {
    width: 840px;
}
}
@media only screen and (min-width: 1341px) {
.content-sidebar .content {
    width: 920px;
}
}
/* ## sidebar
--------------------------------------------- */
.sidebar .widget {
    margin-top: 10px;
}
.sidebar .widget {
    background-color: #fff;
    padding: 20px;
}
.sidebar .widget-title a {
    color: #B2B097;
    text-decoration: none;
}
.sidebar .widget-title a:hover {
    color: #000;
    text-decoration: none;
}
.sidebar .widget-title  {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
	background-color: #000;
	color:  #FFFF00;
	letter-spacing: 0.45em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	width: auto;
	display: inline-block;
}
.sidebar .featured-content h2.entry-title{
    font-size: 24px;
    font-size: 2.4rem;
}

/* ## sidebar - featured post
--------------------------------------------- */
.sidebar .featured-content .entry {
	margin-top: 60px;
}
.sidebar .featured-content .entry:first-of-type {
    margin-top: 20px;
}
.sidebar .featured-content  div.entry-content::before {
	content: "";
}
.sidebar .featured-content .entry a img:hover {
    opacity: 0.6;
	cursor: pointer;
}
/* ## sidebar mit Blog Widget
--------------------------------------------- */
.sidebar .widget.widget_recent_entries, .sidebar .widget.widget_categories, 
.sidebar .widget.widget_archive, .sidebar .widget.widget_recent_comments {
	margin-bottom: 0;
}
.sidebar .widget.widget_recent_entries  ul > li, .sidebar .widget.widget_categories  ul > li, 
.sidebar .widget.widget_archive  ul > li, .sidebar .widget.widget_recent_comments  ul > li {
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.sidebar .widget.widget_recent_entries  ul > li a, .sidebar .widget.widget_categories  ul > li a, 
.sidebar .widget.widget_archive  ul > li a, .sidebar .widget.widget_recent_comments  ul > li a {
    text-decoration: none;
}
.sidebar .widget.widget_recent_entries  ul > li a::after, .sidebar .widget.widget_categories  ul > li a::after,
.sidebar .widget.widget_archive  ul > li a::after, .sidebar .widget.widget_recent_comments  ul > li a::after {
    content: "›";
    display: inline-block;
    height: 0px;
    left: 10px;
    position: relative;
    top: 0px;
}

/* ## Inhalt Gelben Rahmen
--------------------------------------------- */
div.rahmen  {
    border: solid 14px #FFFF00;
    padding: 20px;
	font-weight: 300;
}
div.rahmen h3  {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
	background-color: #000;
	color:  #FFFF00;
	letter-spacing: 0.45em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	width: auto;
	display: inline-block;
}
/* ## bild Gelben Rahmen bei Macher-innen
--------------------------------------------- */
.macher-box a img  {
	border: #FFF solid 3px;
}
.macher-box a img:hover {
    border: #FFFF00 solid 3px;
}
/* ## Inhalt Gelbe Rand Oben
--------------------------------------------- */
div.rand-oben  {
    border-top: solid 14px #FFFF00;
    padding-top: 20px;
}
/* ## Main Menu 
--------------------------------------------- */
.nav-primary {
    background-color: #B2B097;
    border-top: none;
}
.genesis-nav-menu {
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    font-weight: 400;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}
.genesis-nav-menu a {
    color: #000;
	padding: 10px 20px 10px 20px;
}
.genesis-nav-menu ul li {

}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu li.immer-gelb a {
    color: #000;
    text-decoration: none;
    background-color: #ffff00;
}
.genesis-nav-menu .sub-menu li.current-menu-item.no-yellow > a {
    background-color: #fff;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
    text-decoration: none;
    background-color: #ffff00;
}
@media only screen and (min-width: 861px) {
.genesis-nav-menu {
    text-align: left;
}
.genesis-nav-menu a {
    min-height: 34px;
}
.genesis-nav-menu .sub-menu .menu-item,
.genesis-nav-menu .sub-menu a 	{
    width: 100%;
}
.genesis-nav-menu .sub-menu {
    border-top: none;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;	
	background-color: #fff;
	width: 206px;
}
.genesis-nav-menu .sub-menu a {
    border: none !important;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 10px 20px;
    min-height:10px;
	text-transform: none;
}
}
@media only screen and (min-width: 861px) {
.genesis-nav-menu .menu-item {
    width: 16%;
}
}
@media only screen and (min-width: 1201px) {
.genesis-nav-menu .menu-item:last-child {
    width: 17%;
}
.genesis-nav-menu  .sub-menu .menu-item:last-child {
    width: 100%;
}
.ggenesis-nav-menu .sub-menu .menu-item {
    width: 206px;
}
.genesis-nav-menu .menu-item:last-child .sub-menu  {
    width: 220px;
}
.genesis-nav-menu .sub-menu {
	width: 206px;
}
}
@media only screen and (min-width: 1024px) and (max-width:1200px) {
.genesis-nav-menu a {
	padding: 10px 20px 10px 20px;
}
.genesis-nav-menu .sub-menu a {
    padding: 10px 20px 10px 20px;
}
}
@media only screen and (min-width: 861px) and (max-width:1023px) {
.genesis-nav-menu a {
	padding: 10px 10px 10px 10px;
}
.genesis-nav-menu a:first-child {
	padding: 10px 10px 10px 10px;
}
.genesis-nav-menu .sub-menu a {
    padding: 10px 20px 10px 20px;
}
}
@media only screen and (max-width: 860px) {
.menu-toggle,.menu-toggle:focus, .menu-toggle:hover {
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	max-width: 800px;
}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    color: #B2B097;
}
.menu-toggle, .sub-menu-toggle {
    padding-left: 20px;
    text-align: left;
}
}
/* ## Breadcrumb
--------------------------------------------- */
.breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0px;
    padding: 5px 20px;
	border-bottom:1px solid #000;
	background-color: #F2F1E7;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb span.breadcrumb-link-wrap a span {
    text-decoration: underline;
}
body.home.jjetzt .breadcrumb {
    background-color: #ffff00;
}
body.home.jjetzt .breadcrumb span {
    display:none;
}
body.home.jjetzt .breadcrumb::after {
    content:"eigenleben.jetzt – ein Magazin von, für und über die jungen Leute von gestern.";
	font-weight:600;
}
.breadcrumb span.breadcrumb-link-wrap:after {
    content: " › ";
	margin-left:5px;
	margin-right: 5px;
}

/* ## Grauer Hintergrund
--------------------------------------------- */
div.grau  {
    background-color: #EEEEEE;
}
/* ## Footer
--------------------------------------------- */
.footer-widgets {
    background-color: #B2B097;
    padding: 0px;
}
.footer-widgets .wrap {
	border-top: 1px solid #000;
    padding: 2px 20px 2px;
	background: #fff url('images/Stern-e.png') no-repeat 20px center;
    background-size: 35px 35px;
	min-height: 35px;
}
div.footer-widgets section {
    display: inline-block;
}
.footer-widgets-1 {
	width: 100%;
    margin-right: 0px;
}
.footer-widgets-1  {
    margin: 0 auto;
}	
div.footer-widgets .widget {
    margin-bottom: 0px;
}


.site-footer {
    background-color: #B2B097;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px;
	line-height: 1.4;
    text-align: left;
	border-top: none;
}
.site-footer .wrap {
    background-color: #fff;
    border-top: 1px solid #000;
	padding: 10px 20px;
}
.site-footer img, .site-footer p {
    display: inline-block;
}
.site-footer .spezial img {
    margin: 0px 0px 0px 20px;
}   
.site-footer .info p {
    width: 300px;
	margin-left: 20px;
	vertical-align: top;
}
.site-footer .info  {

	display:inline-block;
}
.site-footer .spezial  {
    float: right;
	display:inline-block;
}
.site-footer .spezial strong {
	vertical-align: top;
	margin-left:20px;
}
.site-footer .spezial p {
    width: 200px;
	vertical-align: top;
}
.site-footer a {
    text-decoration: none;
	font-weight: 700;
}
@media only screen and (max-width: 1200px) {
.site-footer .info  {

	display:block;
}
.site-footer .spezial  {
    float: left;
	margin-top:20px;
	display:block;
}
}
@media only screen and (max-width: 680px) {
.site-footer .spezial span {
	display: block;
	margin-top:20px;
}
.site-footer .spezial strong {
	margin-left:0px;
}
}
@media only screen and (max-width:580px) {
.site-footer .info p {
	margin: 10px 0px;
		display:block;
}

}
/* ## Menu Footer
--------------------------------------------- */
#menu-footer_menu  .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}
#menu-footer_menu {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.09em;
	margin-left:40px;
}
#menu-footer_menu a {
    color: #000;
    text-decoration: none;
	margin: 0px;
	font-weight: 400;
	padding: 10px 15px 8px;
}
#menu-footer_menu  a:focus, #menu-footer_menu a:hover, #menu-footer_menu  .current-menu-item > a {
    color: #000;
    text-decoration: none;
    background-color: #ffff00;
}
@media only screen and (max-width: 580px) {
#menu-footer_menu a {
	padding: 10px 10px;
}
}

/* ## CTA Button +  Blog Homepage More - link WEITERLESEN
--------------------------------------------- */
a.cta {
	border: 1px solid #000;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
    font-size: 1.4rem;
}
.rechts  {
	float: right;
}
.unten  {
	margin: 40px 40px 40px 0;
}
a.more-link {
	text-decoration: none;
	font-style: italic;
}
a.weiter.more-link {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 0.9;
	border: 1px solid #000;
	padding: 2px 25px 2px 5px;
	font-style: normal;
}
div.cta-gelb {
	background-color: #ffff00;
	padding: 2px 20px 2px 5px;
}
div.cta-gelb a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
    font-size: 1.4rem;
}


div.cta-button {
	border: 1px solid #000;
	padding: 0px;
	width: auto;
	display: inline-block;
	background-color: #fff;
}
div.cta-button a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.5rem;
	display: inline-block;
	padding: 4px 65px 0px 5px;
}
div.cta-button.unten {
    position: absolute;
    margin: 40px 0px 0px 0;
    background-color: #fff;
}
div.cta-button.rechts {
    position: relative;
    margin: -20px 20% 0px 0px;
}

/* ## button
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 5px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #fff;
    color: #B2B097;
}
input, select, textarea {
    border: 1px solid #000;
}	


/* ## Previous and next single post navigation links
--------------------------------------------- */
.adjacent-entry-pagination {
	background: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 10px 0;
	padding: 20px;
}

.single .pagination-next,
.single .pagination-previous {
	max-width: 50%;
	width: 200px;
	border: 1px solid #000;
	line-height: 1.0;
}
.single .pagination-next.mob,
.single .pagination-previous.mob {
	width: 25px;
	background-color: #FFFF00;
	font-weight: 400;
	text-align: center;
}
.single .pagination-next a,
.single .pagination-previous a {
	font-weight: 300;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
	font-size: 1.4rem;
}
.single .pagination-next.mob a,
.single .pagination-previous.mob a {
	font-weight: 400;
	text-align: right;
	font-size: 18px;
	font-size: 1.8rem;
}

.adjacent-entry-pagination .pagination-previous {
	float: left;
	padding: 5px 25px 5px 5px;
}

.adjacent-entry-pagination .pagination-next {
	float: right;
	padding: 5px 25px 5px 5px;
}
.adjacent-entry-pagination .pagination-previous {
	float: left;
	padding: 5px 25px 5px 5px;
}
.adjacent-entry-pagination .mob {
	padding: 5px;
}
.adjacent-entry-pagination .pagination-next.mob {
	float: right;
	padding: 5px 15px 5px 15px;
}
.adjacent-entry-pagination .pagination-previous.mob {
	float: left;
	padding: 5px 15px 5px 15px;
}

/* ## Previous and Next Blog 
--------------------------------------------- */
.pagination {
    margin: 0px 40px 40px 40px;
}
.archive-pagination a {
    background-color: #FFFF00;
    color: #000;
	border: none;
	font-weight: 300;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
    background-color: #B2B097;
    color: #fff;
}

/* ## eigenleben homepage
--------------------------------------------- */
body.home.page  .widget-title  {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
	background-color: #000;
	color:  #FFFF00;
	letter-spacing: 0.45em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0 0 25px 0;
	width: auto;
	display: inline-block;
}
body.home.page  article img {
    max-width: 600px;
	width:100%;
}
body.home.page  article a.alignleft, body.home.page  article a.alignright, body.home.page  article a.alignnone {
    width:100%;
}
body.home.page div.author-avatar {
    display:block;
	position:relative;
    float: left;
	max-width:125px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
body.home.page div.author-avatar img, body.home.page  div.author-avatar span {
    display:block;
    float: left;
}
body.home.page div.author-avatar img {
    margin-bottom: 15px;
}
body.home.page div.author-avatar span {
    font-weight: 600;
}
body.home.page div.author-avatar span a {
    font-weight: 300;
}
/* top thema Beitrag - H2 und Bild grösser */
body.home.page  .top-thema article img {
    max-width: 100%;
}
body.home.page .top-thema h2.entry-title {
    font-size: 46px;
    font-size: 4.6rem;
}
body.home  div#front-page-eigenleben {
    background-color: #F2F1E7;
    padding: 20px 20px 5px 20px;
}
/* ## blog homepage
--------------------------------------------- */
body.home.blog p {
    clear: both;
}
body.home.blog .entry {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 40px;
}
body.home.blog article img {
    max-width: 600px;
	width:100%;
}
body.home.blog  h2.entry-title {
    font-size: 46px;
    font-size: 4.6rem;
}
body.home.blog div#front-page-blogger {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 0px;
}
body.home.blog div#front-page-blogger h1 {
	font-size: 34px;
	font-size: 3.4rem;
}
body.home.blog div#front-page-blogger section:first-of-type {
    background-color: #F2F1E7;
	padding: 20px;
	border-bottom: 1px solid #000;
}
body.home.blog div#front-page-blogger section:last-of-type {
	margin-bottom: 10px;
}
body.home.blog div#front-page-blogger div.author-img {
    display:block;
	position:relative;
    float: left;
	max-width:125px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}	
body.home.blog div#front-page-blogger  .widget-title  {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
	background-color: #000;
	color:  #FFFF00;
	letter-spacing: 0.45em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0 40px 10px 40px;
	width: auto;
	display: inline-block;
}
@media only screen and (min-width: 861px) {
body.home.blog div#front-page-blogger div.author-about {
	float: right;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
	font-size: 20px;
    font-size: 2.0rem;
	margin-bottom: 20px;
}
body.home.blog div#front-page-blogger div.author-about p:first-of-type {
	margin-top: -4px;
}
}

/* ## Spende Aufforderung
--------------------------------------------- */
div#spendecta a.spende {
	background: url(/wp-content/themes/eigenleben/images/Spenden-CTA.png);
	left: calc(50% + 640px - 50px);
	left: -moz-calc(50% + 640px - 50px);
	left: -webkit-calc(50% + 640px - 50px);
	left: -o-calc(50% + 640px - 50px);	
	top: 320px;
	height: 156px;
	width: 86px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	display:block;
}
@media only screen and (max-width: 1360px) and (min-width:1200px) {
div#spendecta a.spende {
	left: calc(50% + 570px - 50px);
	left: -moz-calc(50% + 570px - 50px);
	left: -webkit-calc(50% + 570px - 50px);
	left: -o-calc(50% + 570px - 50px);	
}	
}
@media only screen and (max-width: 1200px) and (min-width:1024px) {
div#spendecta a.spende {
	left: calc(50% + 480px - 50px);
	left: -moz-calc(50% + 480px - 50px);
	left: -webkit-calc(50% + 480px - 50px);
	left: -o-calc(50% + 480px - 50px);	
}	
}
@media only screen and (max-width: 1023px) and (min-width:860px) {
div#spendecta a.spende {
	left: calc(50% + 400px - 50px);
	left: -moz-calc(50% + 400px - 50px);
	left: -webkit-calc(50% + 400px - 50px);
	left: -o-calc(50% + 400px - 50px);
}	
}
@media only screen and (max-width: 860px) {
div#spendecta a.spende {
	position: absolute;
	top: 160px;
    left: calc(100% - 100px);
	left: -moz-calc(100% - 100px);
	left: -webkit-calc(100% - 100px);
	left: -o-calc(100% - 100px);	
}		
}

/* ## archiv Beiträge
--------------------------------------------- */
div.archive-description p {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
}
.archive-description  {
    margin-bottom: 0px;
    padding: 40px;
}	
.archive .content .entry h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
.archive .content .entry img {
	height: auto;
	width: 100% !important;
	max-width: 400px;
}
.archive .content .entry .eigenleben-featured-image {
    width: inherit;
	height: inherit;
	position: relative;
}
.archive .content .entry .eigenleben-featured-image a img:hover {
    opacity: 0.6;
	cursor: pointer;
}

@media only screen and (min-width: 861px) {
.archive .content .entry.one-third:nth-child(3n+0)  {
    padding: 20px 0px 20px 40px;
}
.archive .content .entry.one-third:nth-child(3n+1)  {
    padding: 20px 20px 20px 20px;
}
.archive .content .entry.one-third:nth-child(3n+2)  {
    padding: 20px 40px 20px 0px;
}
}
/* ## Cleverreach
--------------------------------------------- */
.cr_page {
    width: 100% !important;
	max-width:360px;
}
.cr_page button {
   float: left;
}
.cr_page label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}
.cr_page input {
    background-color: #fff;
    border-top: none;
	border-right: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 10px;
	margin-bottom:10px;
}

/* ## Bild Überschriften bei Header, Metaslider , video und normale bilder
--------------------------------------------- */
div.gch-header p, div.gch-header div.metaslider div.caption, .gch-caption-inner  {
    font-size: 13px;
    font-size: 1.3rem;
	line-height: 1.1em;
    font-weight: 400;
}
div.gch-header p {
	margin-left:0px;
	color: #000;
	margin-top:0px;
}
.wp-caption-text, .wp-caption-text span, .wp-caption-text span a, .wp-caption-text a {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    text-align: left;
	display: block;
}
.wp-caption-text span, .wp-caption-text span a, .wp-caption-text a {
	display: inline-block;
}
.wp-caption-text {
	clear: both;
}
.gch-caption-inner {
    background: #fff;
    color: #000;
	text-align: left;
    padding: 10px 10px 5px 40px;
}
.gch-header-scripts p {
    padding: 0px 10px 5px 40px;
	margin: 0px;
}
@media only screen and (max-width: 860px) {
.gch-caption-inner {
    padding: 10px 10px 5px 20px;
}
.gch-header-scripts p {
    padding: 0px 10px 5px 20px;
}
}
/* ## Meta Slider
--------------------------------------------- */
body .metaslider .flexslider ul.slides li {
	background-color: #000;
}
.flex-control-thumbs {
    margin-left: 31px !important;
}
@media only screen and (max-width: 860px) {
.flex-control-thumbs {
    margin-left: 11px !important;
}
}
.flex-control-thumbs img {
    opacity: 1 !important;
	border: 10px #fff solid;
}	
.flex-control-thumbs .flex-active {
	border: 10px #000 solid;
}
.flex-control-thumbs img:hover {
	border: 10px #000 solid;
}	
.metaslider ol.flex-control-thumbs img:first-of-type {
    margin: 10px 5px 0 0px;
}
body .sidebar .metaslider .flexslider {
    max-width: 300px;
}
.flexslider .caption-wrap {
	margin: 0px !important;
}

.metaslider .caption {
    padding: 15px 0 0 0 !important;
}
.gch-header .flexslider .caption-wrap {
	padding: 0px 0px 0px 40px !important;
}
@media only screen and (max-width: 860px) {
.gch-header .flexslider .caption-wrap {
	padding: 0px 0px 0px 20px !important;
}
}
.entry-content .flexslider .caption-wrap {
	padding: 0px 0px 0px 0px !important;
}
.flexslider .slides .caption-wrap .caption {
    font-size: 13px;
    font-size: 1.3rem;
	line-height: 1.1em;
    font-weight: 400;
}
.flexslider .slides .caption-wrap .caption span.copy {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 300;
	line-height: 1.5em;
}
.flexslider .flex-control-paging li:first-of-type {
    padding-left: 0px;
}

/* ## Bilder im Single post links oder zentriert
--------------------------------------------- */
@media only screen and (min-width: 861px) {
body.single-post .entry-content figure.wp-caption.alignleft, body.single-post .entry-content img.alignleft {
    margin-left: -120px;
}
body.single-post .entry-content figure.wp-caption.alignleft, body.single-post .entry-content img.alignleft {
    margin-top: 6px;
}
}
@media only screen and (min-width: 861px) {
body.single-post.full-width-content .entry-content figure.wp-caption.alignleft, body.single-post .entry-content img.alignleft {
    margin-left: -200px;
}
}
body.single-post .entry-content figure.wp-caption.aligncenter, body.single-post .entry-content img.aligncenter {
	margin: 6px 24px 24px 0;
	display: block; 
	float: left;
}
@media only screen and (max-width: 767px) {
    figure.alignleft, img.alignleft, figure.alignright, img.alignright {
        float:none;
    }
}
/* ## Absatz im Single post links darstellen
--------------------------------------------- */
body.single-post .entry-content  .linkstext {
	margin: 0 24px 24px 0;
	display: block; 
	float: left;
	font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}
body.single-post .entry-content  .linkstext p {
    margin: 0 0 12px;
}
@media only screen and (max-width: 860px) {
body.single-post .entry-content .linkstext {
	border-top: 16px solid #FFFF00;
	margin-right: 50%;
	padding-top: 20px;
}
}
@media only screen and (max-width: 640px) {
body.single-post .entry-content .linkstext {
	margin-right: 30%;
}
}
@media only screen and (min-width: 861px) {
body.single-post .entry-content .linkstext {
	padding: 20px 0px;
	border-top: 16px solid #FFFF00;
    margin-left: -165px;
	width: 140px;
}
body.single-post.full-width-content .entry-content  .linkstext {
    margin-left: -400px;
	width: 200px;
}
}
@media only screen and (min-width: 1200px) and (max-width:1340px) {
body.single-post.full-width-content  .entry-content  .linkstext {
    margin-left: -350px;
}
}
@media only screen and (min-width: 1024px) and (max-width:1200px) {
body.single-post.full-width-content   .entry-content  .linkstext {
    margin-left: -290px;
}
}
@media only screen and (min-width: 861px) and (max-width:1023px) {
body.single-post.full-width-content   .entry-content  .linkstext {
    margin-left: -240px;
}
}


/* ## Texte  Macher-Box bei Mobile zentrieren
--------------------------------------------- */

@media only screen and (max-width: 767px) {
div.macher-box {
        text-align: center;
}
}
/* ## widget sharing & Spenden & gelbe Rahmen
--------------------------------------------- */
/* ## auch hier tobbt das eigenleben */
section.gelbe-hintergrund.widget {
    background-color: #ffff00;
	margin:20px;
}
i.fa.fa-side {
    font-size: 26px;
	margin-top: 40px;
}
a i.fa.fa-side {
	margin-right: 60px;
}
@media only screen and (min-width: 1024px) and (max-width: 1340px) {
a i.fa.fa-side {
	margin-right: 40px;
}	
}	
a i.fa.fa-side.fa-instagram {
	margin-right: 0px;
}	
section.gelbe-hintergrund.widget .widget-title  {
	letter-spacing: 0em;
	background-color: #ffff00;
	color: #000;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0 0 20px 0;
	font-size: 18px;
    font-size: 1.8rem;
	width: auto;
	display: inline-block;
}
/* ## widget Sidebar mit Spende Hand */
section.spende-hand.widget div.widget-wrap {
	background: url(https://entwicklung.eigenleben.jetzt/wp-content/uploads/2017/12/Spenden_transparenteHand.png) no-repeat 95% 95%;
}
/* ## widget Sidebar mit Gelbe Rahmen */
section.rahmen.widget  div.widget-wrap {
	border: solid 14px #FFFF00;
	padding: 0px 20px 20px 20px;
}
section.rahmen.widget .widget-title  {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
	background-color: #000;
	color:  #FFFF00;
	letter-spacing: 0.45em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 20px 0;
	width: auto;
	display: inline-block;
}
/* ## Überschriften H3 im Widget Stil Überschrift
--------------------------------------------- */
div.entry-content .widget-stil h3  {
    font-size: 12px;
    font-size: 1.2rem;
	background-color: #000;
	color:  #FFFF00;
	letter-spacing: 0.45em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 20px 0 0 0;
	width: auto;
	display: inline-block;
}
/* ## RSS Feed von andere blog
--------------------------------------------- */
.sidebar .widget.widget_feedzy_wp_widget {
    background-color: #F2F1E7;
}
section.widget_feedzy_wp_widget p {
    margin: 0;
}
section.widget_feedzy_wp_widget p{
	font-weight:bold;
    font-size: 18px;
    font-size: 1.8rem;
}
section.widget_feedzy_wp_widget div.rss_content p {
	font-weight: 300;
	font-size: 16px;
    font-size: 1.6rem;
}
.feedzy-rss .rss_item .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'HaboroWebRg', 'Times New Roman', serif !important;
    font-weight: normal;
}
.feedzy-rss .rss_item .title a {
    text-decoration: none;
	margin-bottom: 5px;
	display: block;
}
.feedzy-rss .rss_item .rss_image {
    margin: 0.3em 1em 1.2em 0;
}
.feedzy-rss .rss_item {
    margin: 0 2%;
    padding: 20px 0px  !important;
}
.feedzy-rss .rss_item {
    border-bottom: solid 1px #000;
}
.feedzy-rss .rss_item:last-child {
    border-bottom: none;
}
.feedzy-rss .rss_item .rss_image {
    max-width: 100%;
}

.feed-one-hidden .feedzy-rss .rss_item:first-child,
.feed-two-hidden .feedzy-rss .rss_item:first-child,
.feed-two-hidden .feedzy-rss .rss_item:nth-child(2) {
    display: none;
}

/* ## zweier und dreier Blog Beiträge Darstellung
--------------------------------------------- */

.widget.zwei-spalten article,
.widget.drei-spalten article {
	float: left;
	margin-left: 2.564102564102564%;
	display: inline-block;
}

.widget.zwei-spalten article {
	width: 48.717948717948715%;
}

.widget.drei-spalten article {
	width: 31.623931623931625%;
}
.widget.zwei-spalten article:nth-child(even), .widget.drei-spalten article:nth-child(3n+2) {
	clear: both;
	margin-left: 0;
}

body.home.page .widget.zwei-spalten .widget-title, 
body.home.page .widget.drei-spalten .widget-title {
	float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
body.home.page .widget.drei-spalten article {
	width: 48.717948717948715%;
}
.widget.drei-spalten article:nth-child(even) {
	clear: both;
	margin-left: 0;
}
.widget.drei-spalten article:nth-child(odd) {
	margin-left: 2.564102564102564%;
}
}
@media only screen and (max-width: 767px) {
.widget.zwei-spalten  article,
.widget.drei-spalten  article {
	float: left;
	margin-left:0;
	width: 100%;
}
}
/* ## Mobile Überschriften
--------------------------------------------- */
@media only screen and (max-width: 860px) {
h1.archive-title, h1,.featured-content .entry-title, .entry-title,
body.home.page .top-thema h2.entry-title,
body.home.blog  h2.entry-title	{
    font-size: 36px;
    font-size: 3.6rem;
}
.featured-content h2.entry-title,  h2.entry-title,
body.home.blog div#front-page-blogger h1 	{
    font-size: 30px;
    font-size: 3.0rem;
}
}

/* ## Search Form
--------------------------------------------- */
.widget.widget_search {
	background-color: #B2B097;
    padding: 0px;
}
.widget.widget_search {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
.sidebar .widget.widget_search {
    display: none;
}		
}	
@media only screen and (min-width: 1024px) {
.content .widget.widget_search {
    display: none;
}		
}	
form.search-form input {
    background-color: #B2B097;
    border: none;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0px;
    padding: 5px 20px;
    border-bottom: 1px solid #000;
    letter-spacing: 0.09em;
    font-weight: 400;
    width: 100%;
    -webkit-appearance: none;
	-webkit-border-radius:0;
}
.content form.search-form input {
    border-bottom: none;
}
.content .widget.widget_search  {
    margin-bottom: 20px;
}
input[type=search], input[type=submit] {
	-webkit-border-radius:0;
    -webkit-appearance: none;	
	border: 0;
}
input[type="search"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
	   opacity:  1;
}
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
input[type="search"]::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
/* ## Footer
--------------------------------------------- */
#u3382{
    z-index: 159;
    width: 202px;
    background-color: transparent;
    -webkit-transform: matrix(0,-1,1,0,79,-34);
    -ms-transform: matrix(0,-1,1,0,79,-34);
    transform: matrix(0,-1,1,0,79,-34);
    position: fixed;
    bottom: -25px;
    left: 50%;
    margin-left: -38px;
}
.contentt-sidebar .content::after {
    position: relative;
	content: url(https://entwicklung.eigenleben.jetzt/wp-content/uploads/2017/12/eigenleben-90-e1512504631119.png) no-repeat bottom right;
}	
/* ## Macher Seite 
--------------------------------------------- */
img.stern {
    margin: 10px 0px;
	display: inline-block;
}
.macher-web .fl-module-content {
	min-height: 240px;
    border-bottom: 1px solid #000;
}

.macher-web a i.fa {
    margin-right: 20px;
}
.macher-web i.fa {
    font-size: 20px;
    margin-top: 20px;
}
.macher-web .fa {
    display: inline-block;
}
.macher-frage  {
    border-right: 1px solid #000;
}
.macher-fragee:after {
 	content: url("images/eigenleben-90.png");
	position: relative;
	display: inline-block; 
	margin-top: -100%;
}
/* ## EigenSinn Header Farbe
--------------------------------------------- */
.site-header > .wrap {
   /* background-color: #F2F1E7;*/
}