/*
	Theme Name: JF
	Description: JUNGE FREIHEIT Website Template.
	Author: LICHTZEICHEN Medien
	Author URI: http://www.lichtzeichen-medien.com.com/
	Version: 1.0.0
 
	Tags: jf, responsive, 2013
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.clear:before,
.clear-line:before,
.entry:before,
.highlight-box:before,
.border-box:before,
.comment-info-box:before,
.author-box:before, 
.archive-description:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.entry-big-img:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.clear:after,
.clear-line:after,
.entry:after,
.highlight-box:after,
.border-box:after,
.comment-info-box,
.author-box:after, 
.archive-description:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.entry-big-img:after {
	clear: both;
	content: " ";
	display: table;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	margin: 2rem 0;
}


/*
HACKS (browserhacks.com)
---------------------------------------------------------------------------------------------------- */
/*Safari 5.1 - 6*/
_::-moz-svg-foreign-content, :root .cover {
	display: none !important;
}

/*Safari <= 7
.cover { (;display: none;); }*/


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #000;
	font-family: "myriad-pro",sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.bigbutton {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0080c8;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a img.jssocials-share-logo {
	margin-bottom: 0px !important;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

p:empty {
	margin: 0;
	padding: 0;
	height: 0;
	display: none;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #666;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

/*blockquote::before {
	content: "\201E";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.alert {
	color: #ec4b0b;
	font-weight: 600;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe,
object,
video {
	width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:disabled {
	background-color:#ccc;
} 

select {
	padding: 5px !important;
	padding: 0.5rem !important;
	height: 40px;
	font-size: 1.6rem !important;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="password"] {
	height: 40px !important;
	font-size: 1.6rem !important;
	padding: 1rem !important;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.single-gallery-label {
	background-color: #0080c8 !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	padding: 10px 24px !important;
	padding: 1rem 2.4rem !important;
	width: auto;
}

.button, .entry-content .button {
	background-color: #0080c8;
	color: #fff !important;
	border: none;
	
	background-image: none;
	box-shadow: none !important;
	cursor: pointer;
	padding: 10px 24px !important;
	padding: 1rem 2.4rem !important;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.single-gallery-label:hover {
	background-color: #036ba6;
}

.entry-content .button:hover {
	color: #fff;
}

.button, .single-gallery-label {
	border-radius: 3px;
	display: inline-block;
}

/*.button-big {
	background-color: #EAEAEA !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	padding: 20px 24px !important;
	padding: 2rem 2.4rem !important;
	width: 100%;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.button-big span {
	float: right;
	font-size: 0.9em;
	font-weight: 300;
	border-radius: 5px;
}*/

.yellowbutton {
	background-color: #f9f109 !important;
	color: #000 !important;
}

.bluebutton {
	background-color: #0080c8 !important;
	color: #fff !important;
}

.bluebutton:hover {
	background-color: #036ba6 !important;
}

.lightbluebutton {
	background-color: #b2daf1 !important;
	color: #000 !important;
}

.redbutton {
	background-color: #e91919 !important;
	color: #fff !important;
}

.whitebutton {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	color: #000 !important;
}

.greybutton, .entry-content .greybutton {
	background-color: #EAEAEA !important;
	color: #000 !important;
}

.orangebutton {
	background-color: #ff9600 !important;
	color: #fff !important;
}

.orange2button {
	background-color: #e1c05c !important;
	color: #fff !important;
}

.greenbutton {
	background-color: #72bc51 !important;
	color: #fff !important;
}

.fullwidth, .full-width-button {
	width: 100% !important;
	display: block !important;
	text-align: center !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Login, Registration, User Edit Forms
--------------------------------------------- */

#loginform p{
	margin-bottom: 1rem;
}

#rememberme {
	width: auto !important;
}

#wp-social-login-connect-with {
	display: none;
}

.login_fail {
	padding: 9px 13px;
	border: 1px solid #f9c0c1;
	border-radius: 5px;
	margin-bottom: 1.65em;
	color: #c01415;
	background-color: #fdefef;
}

/* PayPal
--------------------------------------------- */

#accept_paypal_payment_form form {
	width: 170px;
}

#accept_paypal_payment_form select, #accept_paypal_payment_form input {
	width: auto;
	padding: 20px;
	margin-bottom: 1rem;
}

#accept_paypal_payment_form br, #accept_paypal_payment_form p:empty, #accept_paypal_payment_form span {
	display: none;
	height: 0;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 600;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

/* Hauptinhalt fließt links, Banner rechts, beides liegt innerhalb von .inner-body */
.inner-body {
	width: 1130px;
	margin: 0 auto;
}

.site-container {
	width: 960px;
	float: left;
}

.banner-skyscraper {
	float: right;
	margin-top: 118px;
	max-width: 170px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1132px;
}

.site-inner {
	clear: both;
	padding: 10px 10px 0 10px;
	padding: 1rem 1rem 0 1rem;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*
Werbung
---------------------------------------------------------------------------------------------------- */

.banner-728x90 {
	width: 100%;
	text-align: center;
	padding: 10px 0 5px 0;
	padding: 1em 0 0.5em 0;
	height: auto;
}

.advert-info {
	margin: 0;
	font-size: 1rem;
	width: 100%;
	text-align: center;
	display: block;
}

.banner-180x150 {
	display: inline;
	float: right;
}

.banner-300x250 {
	width: 100%;
	text-align: center;
}

.banner-300x250 div {
	text-align: center;
	display: inline-block;
}

.block_outer {
	margin: 0 auto !important;
}

.banner-336x280 {
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
}

.banner-180x150 {
	width: 100%;
	text-align: center;
}

.banner-sidebar {
	width: 100%;
	text-align: center;
}

/* BANNER unter Post */
.jf-banner2 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* BANNER Loop */
.jf-banner1 {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.a-single {
	text-align: center;
}

/* Before Content Advert */
.g-8 {
	float: right;
	margin: 0 0 1em 1em !important;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.aboauswahl .one-half {
	width: 49%;
	margin-left: 2%;
}

.first {
	clear: both;
	margin-left: 0 !important;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone, .alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption {
	background-color: #eaeaea;
	padding: 5px;
	padding: 0.5rem;
	clear: both;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	margin: 0 !important;
}

.gallery-caption {
}

.gallery-item img {
	border: 2px solid #fff !important;
}

.jf-galerie-item {
	width: 33.33%;
	float: left;
	text-align: center;
	margin: 0 0 2rem 0;
}



.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.entry-small-img .post-image, .entry-medium-img .post-image {
	float: left;
	margin-right: 2rem;
}

.entry-big-img  .post-image {
	margin-bottom: 2.4rem;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	background-color: #eee;
	padding: 5px 10px 5px 10px;
	color: #000;
}

.breadcrumb a {
	color: #000;
}

.archive-description,
.author-box,
.border-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.landing-page .border-box {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.comment-info-box {
	background-color: #fff;
	color: #666;
	font-size: 1.3rem;
	width: 100%;
	text-align: center;
}

.archive-description,
.author-box,
.border-box,
.comment-info-box {
	padding: 20px;
	padding: 2rem;
	border: 1px solid #EAEAEA;
}

.author-box-title {
	color: #333;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.highlight-box {
	padding: 20px !important;
	padding: 2rem !important;
	background-color: #eaeaea;
	margin-bottom: 20px !important;
	margin-bottom: 2rem !important;
}

.highlight-box ul {
	padding: 1em 0 0 1em !important;
}

.box-oben, .box-mitte {
	margin-bottom: 0 !important;
	
}

/* Geteilte Box zur Nutzung in Gravity Forms */
.box-unten, .box-mitte {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.box-oben .ginput_container ul li, .box-mitte .ginput_container ul li, .box-unten .ginput_container ul li {
	margin-bottom: 0 !important;
}

.archive-description p:last-child,
.author-box p:last-child,
.border-box p:last-child,
.comment-info-box:last-child,
.highlight-box p:last-child {
	margin-bottom: 0 !important;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
	max-height: 90px;
	width: auto;
}

/* Titles
--------------------------------------------- */

.entry-big-img {
	text-align: center;
	width: 100%;
}

.entry-title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2;
	color: #000;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
}

.entry-title a {
	color: #000;
}

.sidebar .widget-title a {
	color: #c61648;
}

.entry-title a:hover {
	color: #c61648;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets-6 .widget-title, .footer-widgets-7 .widget-title, .footer-widgets-8 .widget-title {
	font-weight: 600;
}

.sidebar .widget-title {
	background-color: #aaaaaa;
	padding: 10px 10px 10px 10px;
	color: #fff;
}

.footer-widgets .widget-title {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.archive-title:last-child {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/* Kolumne Widget Startseite
--------------------------------------------- */

#featured-post-2 {
	border-bottom: 1px solid #ccc;
}

#featured-post-2 .widget-title {
    margin-bottom: 2rem !important;
}

.featuredpost, .gfwa-1 {
	margin-bottom: 0 !important;
}

.gfwa-1, .gfwa-2 {
	border-bottom: 1px solid #ccc;
	border-radius: 0 !important;
	margin: 10px 0 0 0 !important;
}

.more-from-category {
	margin: 0 0 40px 0 !important;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
	font-weight: 600;
}

.featuredpost .more-link {
	float: right;
}

/** Widget Kolumne-Link */
.widget.featuredpost .widget-kolumne-link {
	float: right;
	font-style: italic;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	margin-top: -1.3rem;
}

.widget.featuredpost .avatar {
	margin: 0 10px 5px 0;
	margin: 0 1rem 1rem 0;
	max-width: 90px;
	height: auto;
}

/* Sidebar-Kolumne: Autor Link auf grau und fett setzen */
.widget-author {
	color: #000 !important;
	font-weight: 600;
}

/* Sidebar-Kolumne: Titel Link auf grau setzen */
#featured-post-2 h2 a {
	color: #0080C8 !important;
}

.sidebar .gfwa-odd p.byline,
.sidebar .gfwa-even p.byline {
	margin: 0 0 0.7rem;
}

/* Tag Cloud
--------------------------------------------- */

.widget_most_popular_tags {
	color: #fff;
}

.widget_most_popular_tags a {
	padding-right: 10px;
}

.widget_most_popular_tags h4 {
	background: none !important;
	color: #666 !important;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* Beitrags-Galerie
--------------------------------------------- */

.single-gallery-start {
	clear: both;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.single-gallery-start img {
	
    -khtml-opacity: 0.5 /* sehr alte Versionen von Mozilla Firefox */
    -moz-opacity: 0.5 /* alte Versionen von Mozilla Fireox */
    -webkit-opacity: 0.5 /* alte Versionen von Webkit-Browsern */
    filter: alpha(opacity=50)   /* ältere Versionen des Internet Explorers inklusive Version 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Internet Explorer Version 8 */
    opacity: 0.5;                            /* Der Befehl mit Gültigkeit in aller gängigen Browsern in Zukunft? */

}

.single-gallery-label {
    position: absolute;
    text-align: center;
    z-index: 800;
    margin: 10px;
    margin: 1rem;
	
}

/* Umfrage der Woche
--------------------------------------------- */

#text-10 {
	background-color: #EAEAEA;
	padding: 10px;
	padding: 1rem;
	text-align: center;
}

#text-10 h4 {
	background: none !important;
	color: #666 !important;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#text-10 h4:before {
	background: url("images/umfrage-icon.png") no-repeat scroll center center / 50px 47px rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 47px;
    margin: 0 10px -20px 0;
    width: 50px;
}

/* Beliebte Meldungen (Sidebar)
--------------------------------------------- */

#stw_widget_tabber-2 {
	background-color: #EAEAEA;
	padding: 10px;
	padding: 1rem;
}

#stw_widget_tabber-2 h4 {
	background: none !important;
	color: #666 !important;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#stw_widget_tabber-2 h4:before {
	background: url("images/top-meldungen-icon.png") no-repeat scroll center center / 50px 50px rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 50px;
    margin: 0 10px -20px 0;
    width: 50px;
}

#stw_widget_tabber-2 .stw-container {
	padding: 0;
}

#stw_widget_tabber-2 .stw-header {
	margin: 0 0 10px 0 !important;
	margin: 0 0 1rem 0 !important;
}

/*
Aktuelle Ausgabe - Sidebar
---------------------------------------------------------------------------------------------------- */

/*ALT*/
.sidebar .rsg_item {
	text-align: center;
}

#rsgwidget-2 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

#rsgwidget-2 .rsgallery {
	margin: 0;
}

#text-6 {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
}

/*NEU*/

.sidebar-basic-h4 {
	background: none !important;
	color: #666 !important;
	font-size: 1.8rem !important;
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}


.covercontainer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.cover {
	padding: 0;
	background-image: url('images/jf-zeitung-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	display: inline-block;
	background-blend-mode: multiply;

}

.cover > img {
	width: 80%;
	height: 80%;
	padding: 0;
	margin: 0.7em 0 0.2em -0.2em;
	display: inline-block;
	background-blend-mode: multiply;
}

/*
Themen-Teaser - Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar-topic-img {
	width: 100%;
	text-align: center;
	display: block;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* WP Social Login
--------------------------------------------- */
#wp-social-login-connect-options img {
	display: none;
}

#wp-social-login-connect-options a {
	display: block;
	background: url("images/facebook-anmelden-button.png") no-repeat !important;
	width: 170px;
	height: 53px;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

.gform_wrapper {
	max-width: 100% !important;
}

.gfield_error {
    width: 100% !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
	margin: 0 !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
	margin: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_third {
	margin: 0.7em 0 0 0 !important;	
}

li.gfield.gfield_error.gf_right_half,
li.gfield.gfield_error.gf_left_half {
    width: 49% !important;
}

.gform_wrapper .ginput_complex .ginput_right input[type="text"], .gform_wrapper .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex .ginput_right input[type="email"], .gform_wrapper .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .ginput_complex .ginput_right input[type="number"], .gform_wrapper .ginput_complex .ginput_right input[type="password"], .gform_wrapper .ginput_complex .ginput_right select {
    width: 98% !important;
}

.gform_wrapper .ginput_complex .ginput_full input[type="text"], .gform_wrapper .ginput_complex .ginput_full input[type="url"], .gform_wrapper .ginput_complex .ginput_full input[type="email"], .gform_wrapper .ginput_complex .ginput_full input[type="tel"], .gform_wrapper .ginput_complex .ginput_full input[type="number"], .gform_wrapper .ginput_complex .ginput_full input[type="password"] {
    width: 99% !important;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	padding: 1rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 10px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.gfield_description {
	font-size: 0.8em !important;
}

.ginput_full, .ginput_left, .ginput_right {
	margin-bottom: 10px !important;
	margin-bottom: 1rem !important;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: 400 !important;
}

.gfield_label:empty {
	display: none !important;
	height: 0;
}

/* Fieldset Styling */

.gform_body fieldset {
	padding: 10px;
}


.gform_body fieldset ul li:last-child, 
.gform_body fieldset ul li:first-child {
	display: none;
}

.gform_footer br, .gform_footer p {
	display: none;
}

/* Footer Rundbrief Form Standard-Button ausblenden */

#gform_20 .gform_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

#gform_20 .gform_footer {
	display: none;
}

/* Footer Rundbrief Form Titel ausblenden */
#gform_20 #field_20_1 .gfield_label {
	display: none;
}

/* GF Form Titel im content ausblenden */
.entry-content .gform_heading {
	display: none;
	text-indent: -9998px;
}

/* GF Rundbrief Beschreibung */
#gform_20 .gfield_description {
	font-size: 1.3rem !important;
}

/* Bestätigung */
#gforms_confirmation_message, .gform_confirmation_message {
	font-weight: 600;
	color: #009900;
	padding: 1em 0;
}

#gforms_confirmation_message .gpoll_container {
	font-weight: 400;
	color: #000;
}

/* RadioButtons Auswahl zur indiv. Werteingabe */
input[value="gf_other_choice"] {
	float: left;
}

.gform_wrapper ul.gfield_radio li input + input {
    float: left;
    margin-left: 4px;
    width: 70%;
    padding: 3px 7px 3px 7px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}



/*
Top Bar
---------------------------------------------------------------------------------------------------- */

.top-bar {
	background-color: #444444;
	color: #ffffff;
	width: 100%;
	clear: both;
	font-size: 14px;
}

.menu-balken-menu-rechts-container {
	float: right;
}

.menu-balken-menu-links-container {
	float: left;
}

#menu-balken-menu-rechts li {
	float: left;
	list-style-type: none outside none;
	display:inline;
	border-left: 1px solid #888;
}

#menu-balken-menu-links li {
	float: left;
	list-style-type: none outside none;
	display:inline;
	border-right: 1px solid #aaa;
}

#menu-balken-menu-links li:hover, #menu-balken-menu-rechts li:hover {
	background-color: #222;
}

#menu-balken-menu-links li:first-child {
	background-color: #0080c8;
}

.top-bar .menu-balken-menu-links-container a{
	color: #fff;
	border-right: 1px solid #000;
	display: block;
	padding: 5px 10px;
}

.top-bar .menu-balken-menu-rechts-container a{
	color: #fff;
	border-left: 1px solid #000;
	display: block;
	padding: 5px 10px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

header .wrap {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.title-area {
	margin: 0 auto;
	border-bottom: 8px solid #c61648;
}

/* Full width header, no widgets 

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}*/

.header-image .site-description,
.header-image .site-title a {
	text-indent: -9998px;
	margin: 0;
}

.header-image .site-title {
	margin: 20px 0 0 0;
	margin: 2rem 0 0 0;
	background: url(images/jungefreiheit-logo.png) no-repeat center; 
	width: 100%;
	height: 110px;
}

.header-image .site-title a {
	display: block;
	min-height: 110px;
}

/* Widget Area HEADER
--------------------------------------------- */

/* Right Header Widget */
.header-widget-right {
	float: right;
	text-align: right;
	width: 170px;
	padding: 0;
}

/* Left Header Widget */
.header-widget-left {
	float: left !important;
	text-align: left !important;
	width: 170px;
}


/* Widget Area SIDEBAR
--------------------------------------------- */

.sidebar #nav_menu-8, .sidebar #nav_menu-9 {
	border: 1px solid #ccc;
	background-color: #eee;
	
	background-image: linear-gradient(bottom, rgb(238,238,238) 19%, rgb(255,255,255) 59%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 19%, rgb(255,255,255) 59%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 19%, rgb(255,255,255) 59%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 19%, rgb(255,255,255) 59%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 19%, rgb(255,255,255) 59%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.19, rgb(238,238,238)),
	color-stop(0.59, rgb(255,255,255))
);
	
}

.sidebar #nav_menu-8 li a, .sidebar #nav_menu-9 li a {
	padding: 10px 10px 5px 20px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	display: block;
}

.sidebar #nav_menu-8 li a:hover, .sidebar #nav_menu-9 li a:hover {
	background: #ddd;
}

.sidebar #nav_menu-8 li, .sidebar #nav_menu-9 li {
	margin-bottom: 0;
}

.sidebar #nav_menu-8 li:first-child, .sidebar #nav_menu-9 li:first-child {
	border-top: none;
}

.sidebar #nav_menu-8 .current-menu-item, .sidebar #nav_menu-9 .current-menu-item {
	background: #ddd;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #000;
	line-height: 1.5;
	width: 100%;
	font-weight: 600;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	padding: 10px 10px 10px 0;
	padding: 1rem 1rem 1rem 0;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #c61648;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #000;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 12px;
	padding: 0.6rem 1.2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary .wrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #c61648;
}

.nav-primary .sub-menu a:hover {
	color: #c61648;
}

#menu-item-127291, #menu-item-127292, #menu-item-127293, #menu-item-141808 {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}

#menu-item-127291 a, #menu-item-127292 a, #menu-item-127293 a, #menu-item-141808 a {
	padding-left: 10px;
	padding-right: 0;
	text-indent: -9999px;
	height: 16px;
	width: 16px;
	
}

#menu-item-127291 a {
	background: url(images/facebook-icon-16.png) no-repeat;
}

#menu-item-127292 a {
	background: url(images/twitter-icon-16.png) no-repeat;
}

#menu-item-127293 a {
	background: url(images/youtube-icon-16.png) no-repeat;
}

#menu-item-141808 a {
	background: url(images/rss-icon-16.png) no-repeat;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Footer Category Navigation
--------------------------------------------- */

.footer-widgets-1 section[id^='nav_menu'], .footer-widgets-1 section[id*=' nav_menu'] {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.footer-widgets-1 section[id^='nav_menu'] h4, .footer-widgets-1 section[id*=' nav_menu'] h4 { 
	margin-left: 10px;
	margin-left: 1rem;
}

#menu-footer-menu-kategorien {
	padding: 2%;
	display: block;
	background-color: #eeeeee;
}

#menu-footer-menu-kategorien:before {
	content: " ";
	display: table;
}

#menu-footer-menu-kategorien:after {
	content: " ";
	display: table;
	clear: both;
}


#menu-footer-menu-kategorien li {
	float: left;
	display: block;
	width: 15%;
	margin-left: 2%;
	margin-bottom: 0;
	background-color: #fff;
	padding: 20px;
}

#menu-footer-menu-kategorien li:first-child {
	margin-left: 0;
}

#menu-footer-menu-kategorien li a {
	text-align: center;
	width: 100%;
	display: block;
	background: #0080c8;
	color: #fff;
}

#menu-item-127248,
#menu-item-127249,
#menu-item-127250,
#menu-item-127251,
#menu-item-127252,
#menu-item-127253 {
	background-image: url(images/kat-img/deutschland.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#menu-item-127248 {
	background-image: url(images/kat-img/deutschland.jpg);
}

#menu-item-127249 {
	background-image: url(images/kat-img/ausland.jpg);
}

#menu-item-127250 {
	background-image: url(images/kat-img/wirtschaft.jpg);
}

#menu-item-127251 {
	background-image: url(images/kat-img/kultur.jpg);
}

#menu-item-127252 {
	background-image: url(images/kat-img/wissen.jpg);
}

#menu-item-127253 {
	background-image: url(images/kat-img/debatte.jpg);
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
	padding: 0rem;
	border-bottom: 1px solid #ccc;
}

.entry:last-of-type {
	border-bottom: none !important;
}

/* Für themen-teaser Shortcode, letztes Element ohne margin-bottom */
.page .entry:last-of-type{
	margin-bottom: 0 !important;
}

.entry-content {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-content a {
	/*border-bottom: 1px solid #ddd;*/
	color: #0080c8 !important;
}

.entry-content .themen-teaser .entry-title a {
	color: #000 !important;
}

.single-gallery-start a {
	color: #fff !important;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a,
.attachment a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.social_share_privacy {
	background-color: #eaeaea;
	padding: 0 0 15px 10px;
}

.settings_info {
	display: none;
}

/*.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}*/

.entry-categories,
.entry-tags {
	display: block;
}

/* Werbeblock */
.entry-adv-img img {
	border: 1px solid #ccc;
}

/* Zurück Link unten */
.single-history-back {
	margin: 20px 0;
	margin: 2rem 0;
}

.entry-small-img .post-image, .entry-medium-img .post-image {
	margin-bottom: 3.5rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li, .entry-pagination li {
	margin-left: 0.4rem;
	
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	margin-bottom: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0080C8;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.entry-content .themen-teaser .pagination a {
	color: #fff !important;
}

/* Comments
--------------------------------------------- */

#comments h3 {
	font-size: 1.8rem;
	margin-left: 10px;
	margin-right: 1rem;
}

.comment-respond {
	background-color: #eaeaea !important;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 0;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-reply {
    clear: both;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.comment-list .bypostauthor {border: none; border-top: 10px solid #C61648 !important;}
.comment-list li ul.children li.bypostauthor {border: 2px solid #fff; border-right: none; border-top: 10px solid #C61648 !important;}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

.countdownbox {
	float: right;
	display: block;
	font-size: 0.7em;
}

.countdownbox input {
	font-size: 1em !important;
	text-align: right;
	width: 30px;
	color: #000;
}

.avatar-wordpress-social-login {
	width: 48px;
	height: 48px;
}

.toogle-comments-load {
	text-align: center;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	
}

.sidebar a {
	color: #0080C8;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .featuredpost h2 {
	font-size: 1em;
	font-weight: normal;
}

.sidebar .featuredpost entry-author a {
	font-size: 16px;
	font-weight: 600;
	color: #aaa;
}

/* Mini Service Menu Sidebar */

#nav_menu-3 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.menu-mini-service-menu-sidebar-container {
	clear: both;
	display: table;
	content: " ";
	background-color: #eaeaea;
	padding: 5px;
	width: 100%;
}

#menu-mini-service-menu-sidebar li {
	float: left;
	padding: 0 5.5px;
	margin: 0;
	border-right: 1px solid #666;
	font-size: 1.3rem;
}

#menu-mini-service-menu-sidebar li a {
	color: #666;
}

#menu-mini-service-menu-sidebar li:last-child {
	border-right: none;
}

/* Search Form Sidebar */
#search-3 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*background-color: #dedede;
	
	background-image: linear-gradient(bottom, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(222,222,222)),
		color-stop(1, rgb(255,255,255))
	);*/
	
	color: #666;
	clear: both;
	padding: 0;
}

.footer-widgets .wrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	padding: 0 1rem;
}

/* Widget Aufbau 
----- 1 -----
2 --- 3 --- 4
----- 5 -----
6 - 7 - 8 ---
*/

/* global - hide when not needed, to save space!! */
.page .footer-widgets-2, .single .footer-widgets-2, .category .footer-widgets-2, .archive .footer-widgets-2,
.page .footer-widgets-3, .single .footer-widgets-3, .category .footer-widgets-3, .archive .footer-widgets-3,
.page .footer-widgets-4, .single .footer-widgets-4, .category .footer-widgets-4, .archive .footer-widgets-4,
.page .footer-widgets-5, .single .footer-widgets-5, .category .footer-widgets-5, .archive .footer-widgets-5 {
	display: none;
}

/* 1 */

.footer-widgets-1 {
	width: 100%;
	clear: both;
}

/* 2,3,4 */

.footer-widgets-2,
.footer-widgets-4 {
	width: 350px;
}

.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-6 section[id^='stw_widget_tabber'], .footer-widgets-6 section[id*=' stw_widget_tabber']{
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

/* 5 */

.footer-widgets-5 {
	width: 100%;
	clear: both;
}

.footer-widgets-5 #text-4 {
	margin-bottom: 80px;
	margin-bottom: 8rem;
}

/* 6,7,8 */

.footer-widgets-6 {
	width: 285px;
}

.footer-widgets-7 {
	width: 285px;
}

.footer-widgets-8 {
	width: 570px
}

.footer-widgets-6,
.footer-widgets-7 {
	float: left;
}

.footer-widgets-8 {
	float: right;
}

.footer-widgets a {
	color: #666;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	clear: both;
}

.footer-widgets .widget-title {
	color: #666;
}

.footer-widgets-2 h4.widget-title,
.footer-widgets-3 h4.widget-title,
.footer-widgets-4 h4.widget-title {
	color: #fff;
	padding: 10px;
}

.footer-widgets-2 h4.widget-title,
.footer-widgets-4 h4.widget-title {
	background-color: #aaa;
}

.footer-widgets-3 h4.widget-title {
	background-color: #c61045;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.skyline {
	background-image: url(images/berlin-skyline.png);
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	height: 204px;
	margin-top: -204px;
}

.site-footer {
	/*background-color: #c0c0c0;
	
	background-image: linear-gradient(bottom, rgb(155,155,155) 0%, rgb(195,195,195) 100%);
	background-image: -o-linear-gradient(bottom, rgb(155,155,155) 0%, rgb(195,195,195) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(155,155,155) 0%, rgb(195,195,195) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(155,155,155) 0%, rgb(195,195,195) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(155,155,155) 0%, rgb(195,195,195) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(155,155,155)),
		color-stop(1, rgb(195,195,195))
	);*/
	
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 10px 0;
	padding: 0 0 1rem 0;
	text-align: center;
}

.site-footer .wrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 10px 0;
	padding: 2rem 0 1rem 0;
}

.site-footer-logo {
	text-indent: -9999px;
	background: url(images/jungefreiheit-logo-footer.jpg) no-repeat top center !important;
	background-size: 660px 110px !important;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 110px !important;
}

.copyright {
	font-size: 12px;
	color: #666;
	padding-top: 60px;
}

.flag-black {
	display: block;
	width: 100%;
	border-bottom: 3px solid #000;
	height: 3px
}

.flag-red {
	display: block;
	width: 100%;
	border-bottom: 3px solid #de0000;
	height: 3px
}

.flag-gold {
	display: block;
	width: 100%;
	border-bottom: 3px solid #ffd72a;
	height: 3px
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#menu-footer-menu-social li a {
	float: left;
	text-indent: -9999px;
	background-size: 64px 64px;
	margin: 0 15px 40px 0;
	width: 64px;
	height: 64px;
	display: block;
}

#menu-item-127265 a {
	background: url(images/facebook-icon-64.png) no-repeat;
}

#menu-item-127266 a {
	background: url(images/twitter-icon-64.png) no-repeat;
}

#menu-item-127267 a {
	background: url(images/youtube-icon-64.png) no-repeat;
}

.footer-widgets-6 section[id^='nav_menu'], .footer-widgets-6 section[id*=' nav_menu']{
	padding-left: 10px;
	padding-left: 1rem;
}



/*
Attachement Template - Images:
---------------------------------------------------------------------------------------------------- */

.attachment-navigation .attachment-thumbnail,
.attachment-navigation .attachment-mini100,
.attachment-navigation .attachment-mini80,
.attachment-navigation .attachment-mini70 {
	padding: 3px;
}

.image-nav {
	vertical-align: right;
	text-align: right;
	margin: 2px 25px 20px;
}

.image-previoustop a,
.image-nexttop a {
	padding: 3px 9px;
}

.image-previoustop {
	margin-right: 20px;
}

.image-previousbottom,
.image-nextbottom {
	display: block;
	text-align: center;
	height: 5px;
}

.attachment-caption {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.attachment-parent-link {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	
}

.attachment-image {
	position: relative;
}

/* On Image Navigation */
.gallery-container {
	overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%
}

.gallery-container a {
	float: left;
	padding: 20px;
    height: 100%;
    width: 50%;
    transition: none;
}

  .gallery-right {
    position: absolute;
    right: 0;
}

.gallery-container a:hover {
    background: url('images/gallery-left.png') no-repeat left center; 
}

.gallery-right:hover {
	background: url('images/gallery-right.png') no-repeat right center !important;
}
  

/*
Karrikaturen Widget
---------------------------------------------------------------------------------------------------- */

#text-23 {
	margin-bottom: 0;
}

.footer-widgets .widget_rsg dt.rsg_item {
	float: left;
	padding-right: 46px;
}

.footer-widgets .widget_rsg dt.rsg_item a {
	display: block;
	padding-bottom: 1px;
	padding-top: 3px;
}

.footer-widgets .widget_rsg dt.rsg_item a:hover {
	background-color: rgba(0, 128, 200, 1);
	color: rgba(0, 128, 200, 1);
}

.footer-widgets .widget_rsg dt.rsg_item:last-child {
	padding-right: 0;
	opacity: 0.5;
}

.karikaturarchiv-link-container { 
	text-align: right;
	height: 0;
}

.karikaturarchiv-link-container a { 
	color: #fff;
	font-style: italic;	
	position: relative;
	top: -120px;
	right: 20px;
	padding: 8px 15px 8px 15px !important;
}

/*
Smart Tabber Plugin
---------------------------------------------------------------------------------------------------- */

/*.stw-custom-jf-style.stw-location-top .stw-tab.stw-tab-active {
	top: -1px !important;
}*/

.cls_stw_widget_tabber .stw-widget ul.stw-header {
	text-align: center;
}

.stw-custom-jf-style.stw-location-top .stw-tab.stw-tab-active,
.stw-location-top .stw-tab.stw-tab-active {
	border-bottom: 1px solid #666 !important;
	top: -1px !important;
}

.stw-custom-jf-style.stw-location-top .stw-tab {
	border-bottom: 1px solid #666 !important;
}

.stw-custom-jf-style .stw-tab {
	margin: 0 -1px 0 0 !important;
}

ul.wpp-list {
	
}

.wpp-list li {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.wpp-list li:last-child {
	border-bottom: none;
}

.wpp-list li:before {
	/*background-color: #aaa;
	border-radius: 50%;
	*/
	color: #000;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	margin-right: 10px;
	/*line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	padding: 2px 1px 0 1px;*/
}

.wpp-list li:first-child:before {
	content: '1.';
}

.wpp-list li:nth-child(2):before {
	content: '2.';
}

.wpp-list li:nth-child(3):before {
	content: '3.';
}

.wpp-list li:nth-child(4):before {
	content: '4.';
}

.wpp-list li:nth-child(5):before {
	content: '5.';
}

.wpp-comments {
	margin: 0 0 -4px 5px;
	font-size: 11px;
	font-weight: 600;
}


.wpp-comments:after {
	background: url('images/comment-icon-16.png') no-repeat center center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: " ";
	display: inline-block;
	margin: 0 0 -4px 5px;
}




/*
Top Meldungen Widget
---------------------------------------------------------------------------------------------------- */

.wpp-post-title {
	color: #0080C8 !important;
}


/*
Recent Comments Widget
---------------------------------------------------------------------------------------------------- */

.bwp-rc-widget .recent-comment-author {
	font-weight: 600;
}

.bwp-rc-widget .recent-comment-single {
	font-style: italic;
}

.recent-comment-single a {
	color: #0080C8 !important;
}


/*
Kolumnen-Seite (via Page Template)
---------------------------------------------------------------------------------------------------- */

.page-template-page_kolumnen-autoren-php .content .entry-meta,
.page-template-page_kolumnen-autoren-php .content p:nth-child(3) {
	display: none;
}

.kolumnen-entry-info {
	display: inline-block;
    float: left;
    padding-right: 20px;
}

.kolumnen-autor-titel {
	float: left;
	font-size: 0.91em;
	font-weight: 600;
}

.kolumnen-artikel-datum {
	float: right;
	font-size: 0.85em;
}


.page-template-page_kolumnen-autoren-php .sidebar h4 {
	background-color: #aaa;
	color: #fff;
	padding: 10px;
	font-size: 1.8rem;
}

.kolumnen-autor-block {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	margin: 0 0 2rem 0;
}

.kolumnen-autor-block:after {
	clear: both;
    content: " ";
    display: table;
}

.kolumnen-autor-avatar {
	float: left;
	margin-right: 10px;
	text-align: center;
	max-width: 85px;
}

.kolumnen-autor-avatar img.avatar {
	float: none !important;
}

.kolumnen-autor-block h2 {
	font-size: 1.0em;
	font-weight: 600;
	margin: 0.7rem 0 0.5rem 0;
}

.kolumnen-autor-block h2 a {
	color: #0080c8;
	font-weight: normal;
}

.kolumne-titel a {
	font-weight: 600;
	color: #000;
}

.widget-kolumne-link {
	/*float: right;
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: normal !important;
    color: #C61648 !important;*/
    display: none;
}

/*
Landing Page
---------------------------------------------------------------------------------------------------- */

.lp-blank .title-area {
	display: none;
}

/*
Landing Page - Slider
*/

.rslides {
	width: 100%;
	padding: 0;
	margin: 0 0 1.2em 0 !important;
	list-style-type: none;
}

.rslides li {
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.rslides li img {
	max-width: 658px;
	width: 100%;
}

.landing-page .site-inner {
	max-width: 700px;
	padding: 20px;
}

.landing-page .site-inner .gform_wrapper {
	max-width: 100%;
}

.landing-page .title-area {
	margin-top: 20px;
	margin-top: 2rem;
}

.title-luther{
	margin-top: 0 !important;
}

.landing-page header .wrap {
	max-width: 700px;
	margin-top: 10px;
}

.landing-page h1 {
	display: none;
}

.landing-page .entry-title a, .landing-page .entry-title a:visited, .landing-page .entry-title a:active {
	color: #000 !important;
}

.landing-page .entry-title a:hover {
	color: #c61648 !important;;
}

.invisible-label .gfield_label {
	display: none !important;
}

.invisible-description .instruction  {
	display: none !important;
}

.invisible {
	display: none !important;
}

.landing-page footer .wrap {
	max-width: 700px;
	padding-left: 20px;
	padding-right: 20px;
}

/*Motivationsmailing 2014 */

.geschenk-klein {
	width: 80px;
	height: 80px;
	margin: 0 2.4rem 0 0 !important;
}

#choice_51_4 {
	height: 0 !important;
	display: none !important;
}

/*
Sonstiges
---------------------------------------------------------------------------------------------------- */

/** More links */
.home .entry-content p a.more-link,
.blog .entry-content p a.more-link,
.archive .entry-content p a.more-link,
.home .entry-content p,
.blog .entry-content p,
.archive .entry-content p {
	margin-bottom: 0 !important;
}

.home a.more-link,
.blog a.more-link,
.archive a.more-link,
.category-kolumne a.more-link {
	font-weight: 600;
	margin-left: 10px;
	display: inline-block;
}

/** Remove title from Anzeigen/ Werbung */
.jf-anzeige .entry-header {
	display: none;
}

.home-after-content {
	clear: both;
	display: block;
	float: none;
}

.home-after-content ul.display-posts-listing {
	list-style-type: none;
}

.home-after-content .listing-item {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 0;
}

.home-after-content .listing-item:last-child {
	border-bottom: none;
}

.home-after-content .listing-item:first-child {
	padding-top: 0;
}

.home-after-content .listing-item a:link.title,
.home-after-content .listing-item a:visited.title {
	color: #000;
}

.home-after-content .listing-item a:hover.title {
	color: #c61648;
}

.home-after-content .listing-item a.title:after {
	content: ' mehr »';
	font-size: 0.85em;
	font-weight: 600;
	margin-left: 10px;
}

.home-after-content .listing-item a:link.title:after,
.home-after-content .listing-item a:visited.title:after {
	color: #0080C8;
}

.home-after-content .listing-item a:hover.title:after {
	color: #333;
}

.breadcrumb-right-date {
	float: right;
	font-size: 0.9em;
	padding: 7px 10px 5px 20px;
}

.jf-subheadline,
.jf-subheadline a {
	color: #0080C8;
	font-size: 0.95em;
	margin-bottom: 5px;
	font-weight: 600;
}

.entry-time {
    color: #666666;
    float: right;
    font-size: 0.95em;
    font-weight: 400;
}

.print-link {
	float: right;
	margin-left: 5px;
	margin-top: 7px;
}

.single-post .print-link a {
	background: url('images/print-icon.png') no-repeat center center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-indent: -9998px;
}

.single-post .mail-link a {
	background: url('images/mail-icon.png') no-repeat center center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-indent: -9998px;
}

.sh-comment-count {
	font-size: 0.9em;
	margin-left: 20px;
}

.sh-comment-count-alone {
	margin-left: 0;
}

.sh-comment-count,
.sh-comment-count a {
	color: #666;
}

.sh-comment-count a:after {
	background: url('images/comment-icon-16.png') no-repeat center center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: " ";
	display: inline-block;
	margin: 0 0 -4px 5px;
}

.entry-small img {
	width: 150px;
	height: 150px;
}
.entry-medium img {
	width: 300px;
	height: 150px;
}
.entry-big img {
	width: 740px;
	height: 150px;
}
.entry-adv img {
	width: 740px;
	height: 150px;
}

#pwbox-127727 {
	margin: 10px 0;
	margin: 1rem 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Immer die 1024px Variante laden, 1140px Variante ist damit deaktiviert */
@media only screen and (max-width: 4139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 66.666%;
	}
	
	.sidebar-content .content {
		padding-left: 10px;
	}
	
	.content-sidebar .content {
		padding-right: 10px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-6,
	.footer-widgets-7 {
		width: 240px;
	}
	
	.footer-widgets-8{
		width: 458px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 33.333%;
	}
	
	.footer-widgets-2 .widget,
	.footer-widgets-3 .widget {
		margin-right: 10px;
	}

	.footer-widgets-4,
	.sidebar-primary {
		width: 33.333%;
	}
	
	#menu-footer-menu-kategorien li {
		padding: 15px;
	}

}

@media only screen and (max-width: 1132px) {

	.banner-skyscraper {
		display: none;
	}
	
	.inner-body {
		width: 100%;
	}
	
	.site-container {
		width: auto;
		float: none;
	}
}

@media only screen and (max-width: 962px) {

	body {
		background-color: #fff;
	}
	
	.content {
		padding-right: 0;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-8,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap {
		width: 100%;
	}
	
	.footer-widgets-2 .widget,
	.footer-widgets-3 .widget {
		margin-right: 0;
	}

	
	/* Logo */
	.header-image .site-title {
		margin: 20px 0 0 0;
		margin: 2rem 0 0 0;
		background: url(images/jungefreiheit-logo.png) no-repeat center; 
		background-size: 440px 79px;
		width: 100%;
		height: 79px;
	}

	/* Right & Left Header Widget */
	.header-widget-left, .header-widget-right {
		width: 130px;
	}
	
	/*All Header Widgets (Right, Left, Newsticker */
	.header-widget-area {
		/*margin: 10px 15px 0 15px;
		margin: 1rem 1.5rem 0 1.5rem;*/
	}
	

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-title {
		text-align: left;
		padding: 0 5%;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 10px 10px 0;
		padding: 1rem 1rem 1rem 0;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}
	
	.sidebar #search-3 {
		padding-top: 40px;
		padding-top: 4rem;
	}

	.site-footer {
		padding: 0;
		margin-bottom: 0;
	}
	
	.site-footer-logo {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	.copyright {
		padding-top: 40px;
		padding-top: 4rem;
	}
	
	.site-footer .wrap {
		padding: 0 5%;
	}

	.footer-widgets {
		padding: 0;
	}
	
	.footer-widgets .wrap {
		padding: 0 5%;
	}
	
	.footer-widgets-4 {
		float: none;
	}
	
	.footer-widgets-5 {
		margin: 50px 0 30px 0;
		margin: 5rem 0 3rem 0;
	}

	.footer-widgets-6 {
		margin: 0;
	}
	
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 50%;
	}
	
	#menu-footer-menu-kategorien li {
		padding: 10px;
	}
	
	#menu-footer-menu-kategorien li a {
		font-size: 1.3rem;
	}
	
	/*Karrikaturen Widget */

	.footer-widgets .widget_rsg dt.rsg_item {
		float: left;
		padding-right: 2%;
		width: 33%;
		text-align: center;
	}
	
	.footer-widgets .widget_rsg dt.rsg_item a:hover {
		background-color: transparent;
	}
	
	.footer-widgets .widget_rsg dt.rsg_item:last-child {
		display: none;
	}
	
	.karikaturarchiv-link-container { 
		text-align: right;
		height: auto;
	}
	
	.karikaturarchiv-link-container a { 
		color: #0080C8 !important;	
		font-weight: 600;
		font-style: normal;
		position: inherit;
		top: inherit;
		right: inherit;
		padding: 0;
		background-color: inherit !important;
	}
	
	.karikaturarchiv-link-container a:hover {
		color: #0080C8;
	}

}


@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 1em 0;
		width: 100%;
	}
	
	.menu-balken-menu-links-container {
		display: none;
	}
	
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 50%;
	}
	
	/* Logo */
	.header-image .site-title {
		margin: 20 0 0 0;
		margin: 2rem 0 0 0;
		background: url(images/jungefreiheit-logo-klein.png) no-repeat center; 
		width: 100%;
		height: 80px;
	}
	
	/* Right & Left Header Widget */
	.header-widget-left, .header-widget-right {
		display: none;
	}
	
	#menu-footer-menu-kategorien li {
		width: 50%;
		margin: 0;
	}
	
	#menu-footer-menu-kategorien li:first-child {
		
	}
	
	#menu-footer-menu-kategorien li a {
		font-size: 1.6rem;
	}
	
	.banner-728x90 {
		display: none;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.entry-small-img .post-image, .entry-medium-img .post-image {
		margin-bottom: 1rem;
	}	
	
	.entry-medium-img img {
		width: 180px;
		height: 90px;
	}
	
	.entry-small-img img {
		width: 90px;
		height: 90px;
	}
	
	.content .alignright,
	.content .alignleft
	 {
		float: none !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.header-image .site-title {
		background: url(images/jungefreiheit-logo@2x.png) no-repeat center; 
		background-size: 616px 110px;
		height: 100px;
	}
	
	#menu-item-127291 a {
		background: url(images/facebook-icon-16@2x.png) no-repeat;
		background-size: 16px 16px;
	}

	#menu-item-127292 a {
		background: url(images/twitter-icon-16@2x.png) no-repeat;
		background-size: 16px 16px;
	}

	#menu-item-127293 a {
		background: url(images/youtube-icon-16@2x.png) no-repeat;
		background-size: 16px 16px;
	}
	
	#menu-item-141808 a {
		background: url(images/rss-icon-16@2x.png) no-repeat;
		background-size: 16px 16px;

	}
	
	#menu-item-127265 a {
		background: url(images/facebook-icon-64@2x.png) no-repeat;
	}
	
	#menu-item-127266 a {
		background: url(images/twitter-icon-64@2x.png) no-repeat;
	}
	
	#menu-item-127267 a {
		background: url(images/youtube-icon-64@2x.png) no-repeat;
	}
	
	.site-footer-logo {
		background: url(images/jungefreiheit-logo-footer@2x.jpg) no-repeat center center !important;
		background-size: 660px 110px !important;
	}
	
	.wpp-comments:after, .sh-comment-count a:after {
		background: url(images/comment-icon-16@2x.png) no-repeat center center;
		background-size: 16px 16px;

	}
	
	/* Umfrage der Woche Icon */
	#text-10 h4:before {
		background: url("images/umfrage-icon@2x.png") no-repeat scroll center center;
		background-size: 50px 47px;
	}
	
	#stw_widget_tabber-2 h4:before {
		background: url("images/top-meldungen-icon@2x.png") no-repeat scroll center center;
		background-size: 50px 50px;
	}
	
	.single-post .print-link a {
		background: url('images/print-icon@2x.png') no-repeat center center;
		background-size: 16px 16px;
	}
	
	.single-post .mail-link a {
		background: url('images/mail-icon@2x.png') no-repeat center center;
		background-size: 16px 16px;
	}
	
	#wp-social-login-connect-options a {
		display: block;
		background: url("images/facebook-anmelden-button@2x.png") no-repeat !important;
		background-size: 170px 53px !important;
	}

}

/* iPad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	

	
}

/* iPad Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	/* Right & Left Header Widget */
	.site-header .widget-area {
		display: none;
	}
	
}

/* iPhone 2G-4S Portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	
	.fb-recommendations-bar, .fbpluginrecommendationsbarright{
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	/* Logo */
	.header-image .site-title {
		margin: 0;
		background-size: 315px 56px; 
		height: 56px;
	}
	
	.button {
		padding: 1rem 2rem;
	}
	
	.site-footer-logo {
		background-size: 280px 55px !important;
	}
	
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 100%;
	}
	
}

/* iPhone 2G-4S Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

	/* Logo */
	.header-image .site-title {
		background-size: 450px 80px; 
		height: 80px;
	}
	
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 50%;
	}
	
}

/* iPhone 5 Portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

	/* Logo */
	.header-image .site-title {
		background-size: 315px 56px; 
		height: 66px;
		background-position:  center bottom;
	}
	
	.fb-recommendations-bar, .fbpluginrecommendationsbarright {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	.site-footer-logo {
		background-size: 280px 55px !important;
	}
	
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 100%;
	}
}

/* iPhone 5 Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

	/* Logo */
	.header-image .site-title {
		background-size: 450px 80px; 
		height: 80px;
	}
	
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 50%;
	}

}

/* Paywall
--------------------------------------------- */

.paywall-icon { 
    width: 48px !important; 
    height: 48px !important;
    position: absolute; 
    margin: -5px 0 0 -5px; 
}
@-moz-document url-prefix() {
    .paywall-icon {
        margin: -5px 0 0 -60px;
    }
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "Menü";
	display: block;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color: #eee;
}


@media only screen and (max-width: 767px) {

	/* Before Content Advert */
	.g-8 {
		float: none;
		margin: 0 0 1em 0 !important;
		text-align: center;
	}
	
	.nav-primary {
		margin-bottom: 1em;
	}
	
	.nav-primary .wrap {
		padding: 0;
	}
	
	.genesis-nav-menu .sub-menu {
	    box-shadow: none;
	    border-bottom: none;
	    background-color: #eee;
	}
	
	.genesis-nav-menu .sub-menu a {
		border: none;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		border-bottom: 1px solid #ccc;
	}
	
	#menu-item-127291, #menu-item-127292, #menu-item-127293, #menu-item-141808 {
		border-bottom: none;
		display: inline-block;
		float: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "+";
		float: right;
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "–";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}
	
}

.form-middle-lp_wrapper .gform_footer {
	/* position: relative;
	right: 30% !important; */
	text-align: center;
}