/*
	Theme Name: BMV Theme based on Magazine Pro Theme
	Theme URI: http://my.studiopress.com/themes/magazine/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.1

	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.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
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- 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:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* basic-regular - latin */
@font-face {
  font-family: 'Basic';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/berliner-mieterverein/fonts/Basic-Regular.ttf');
}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #3e3d40;
	font-weight: 300;
	line-height: 1.625;
	position:relative;
}

body.magazine-landing {
	background-color: #222;
}
iframe {
	border: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #3e3d40;
	/* font-weight: 300; */
	text-decoration: none;
}

a:hover {
	/* color: #e8554e; */
}

p {
	line-height: 1.5em;
    margin: 0 0 0.5em;
}


hr {
    background-color: #d4d8da;
    border: 0 none;
    clear: both;
    height: 2px;
    margin: 1.625em 0 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #222;
	font-family: 'Basic', arial, serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px; */
}

h1,
.entry-title,
.archive-title,
.singular .entry-title,
h1.page-title {
	text-transform: uppercase;
	font-family: 'Basic', arial, serif;
	font-size: 15px; 
	font-weight: normal;
	color: #3e3d40;
	padding-top: 0;
}
h1:after {
	content:url('/wp-content/themes/berliner-mieterverein/images/headline_point.gif');
	padding-right: 0px;
	white-space: nowrap;
}
.category .catlist-recht h1.entry-title{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
    line-height: 1.25em;
	text-transform: none;
	padding: 0;
}
.category .catlist-recht .musterschreiben-uebersicht h1.entry-title{
	font-size: 13px;
}
.catlist-mmo h1 a,
.catlist-recht h1 a {
	font-weight: bold;
	text-decoration: none;
}
.catlist-mmo h1:after,
.catlist-recht h1:after,
.catlist-mmo h1 a:after{
	content: none;
}
.category .catlist-mmo h1.entry-title{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
    line-height: 1.25em;
	text-transform: none;
	padding: 0;
}
.category-aktuelles .entry-header,
.category-mietendeckel-aktuell .entry-header,
.category-veranstaltungen .entry-header,
.category-aktionen-und-buendnisse .entry-header {
	padding-bottom: 0.5em;
}
.pre_h1_mm {
	color: #3E3D40;
	font-size: 14px;
}
.h1_mm {
	
}
.invisible {
	display: none;
}
.single h1.entry-title,
[class*="category-mm"] h1.entry-title,
/* .category h1.entry-title, */
.search h2 a {
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	line-height: 20px;
	color: #3E3D40;
	padding-top: 12px;
}
.single h1.entry-title,
[class*="category-mm"] h1.entry-title /*,
.category h1.entry-title */ {
	color: #cbab23;
}
.single .magazin h1.entry-title,
.single .attachment h1.entry-title {
	padding-top: 2px;
}
.single h1:after,
[class*="category-mm"] h1:after,
.category article h1:after {
	content:none;
}
header h1.page-title {
	line-height: 1.5em;
	padding-left: 20px;
	margin-bottom: 15px;
}
.search header h1.page-title {
	margin-bottom: 28px;
}
.entry-title, .entry-header .entry-meta {
    padding-right: 0;
}
.subhead {
	font-size: 16px;
	color: #3e3d40;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

.single h2,
.page h2,
.category-infoblaetter h2,
.category-mm0612 h2 {
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	color: #cbab23;
	margin: 1em 0 0.5em;
	line-height: 1.2em;
}
.single h2,
.page h2,
.category-infoblaetter h2,
.category-mm0612 h2,
.bmv-inhaltsverzeichnis-title,
[class*="category-mm"] h2 {
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	color: #cbab23;
	margin: 1em 0 0.5em;
	line-height: 1.2em;
}
[class*="category category-mm"] h2 {
	margin: 1em 0 0;
}
[class*="category-mm"] h2.mietrecht {
	margin: 1em 0 0.5em;
}
.search-results h2.entry-title{
	font-family: arial,helvetica,sans-serif;
	color: #222;
	font-size: 13px;
	font-weight: bold;
    line-height: 20px;
    padding-top: 0;
    text-transform: none;
	margin: 0;
}
/* Entwurf Startseite/Kategorie-Ansicht mit großen Bildern // Impact auf Darstelung Startseite
.category-aktuelles h2 {
	color: #E0BF00;
	border-left: 13px solid #E0BF00;
	padding-left: 5px;
	line-height: 18px;
	margin: 5px 0;
}
*/

.page h2 {
	margin: 0 0 0.5em;
}
.post-1067 h2 {
	font-size: 21px;
}
.post-721 h2 {
	clear: both;
}
.category-2001 h2,
.category-2002 h2,
.category-2003 h2,
.category-2004 h2,
.category-2005 h2,
.category-2006 h2,
.category-2007 h2,
.category-2008 h2,
.category-2009 h2,
.category-2010 h2,
.category-2011 h2,
.category-2012 h2,
.category-2013 h2,
.category-2014 h2,
.category-2015 h2,
.category-2016 h2,
.category-2017 h2,
.category-2018 h2,
.category-2019 h2,
.category-2020 h2,
.category-2021 h2,
.category-2022 h2,
.category-2023 h2,
.category-2024 h2,
.category-2025 h2,
.category-bgh h2 {
	font-size: 14px;
	color: #3E3D40;
}
h3 {
	font-size: 24px;
}
.single h3,
.page h3,
.category-infoblaetter h3,
.category-mm0612 h3 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: normal;
	margin: 1em 0 0.5em;
	color: #3e3d40;
	line-height: 1.2em;
}
.single h3 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.content article h3 a:after,
.content article a.blank:after {
	content:none;
}

h4 {
	font-size: 13px;
	margin: 0;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto; /* */
}
p img {
	margin-top: 0.4em;
}
p img.sidebar-image {
	margin-top: 0;
}

.featured-content img,
.gallery img {
 	width: auto;
}

/* iframes und sonderseiten */

.iframe_piwik {
	border: 0;
	height: 200px;
	width: 100%;
}
.iframe_klimarechner {
	border: 0;
	width: 100%;
	height: 1400px;
}
.single-format-aside .sidebar-primary,
.page-id-396 .sidebar-primary,
.page-id-30740 .sidebar-primary,
.page-id-31177 .sidebar-primary,
.page-id-31381 .sidebar-primary,
.page-id-31375 .sidebar-primary,
.page-id-31369 .sidebar-primary,
.page-id-31305 .sidebar-primary,
.page-id-31363 .sidebar-primary,
.page-id-31326 .sidebar-primary,
.page-id-31310 .sidebar-primary,
.page-id-31333 .sidebar-primary,
.page-id-31345 .sidebar-primary,
.page-id-31355 .sidebar-primary,
.page-id-26865 .sidebar-primary {
	display: none;
}
.single-format-aside.sidebar-content-sidebar .content ,
.page-id-26865.sidebar-content-sidebar .content {
	width: 100%;
}

#mm_left {
	width: 490px;
	padding-right: 50px;
	float: left;
}
#mm_right {
	font-size: 11px;
	width: 250px;
    border-right: 10px solid #dedbb3;
    margin-left: 540px;
}
#mm_right  h3{
	font-family: "Basic",arial,serif;
	font-size: 15px;
    font-weight: normal;
	clear: none;
	margin: -6px 0 0;
	background-color: #dedbb3;
	line-height: 2em;
	padding-left: 12px;
}
#mm_right p.KastenHead {
	padding: 1px 5px;
	background: #DEDBB3;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}
#mm_right .mm_bild img{
	width: 100%;
	max-width: 100%;
}
#mm_right p {
    padding: 0 5px;
}
.mm_bild {
    background-color: #d4d7d9;
    padding: 3px 10px;
}

span.updated,
span.author {
		display: none;
}

/* Gallery
--------------------------------------------- 

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}
*/

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	/* font-family: 'Basic', arial, serif; */
	font-size: 14px;
	font-weight: 300;
	padding: 6px;
	width: 100%;
}
.formularlayer input[type="text"],
.formularlayer input[type="email"] {
	width: 60%;
}

.formularlayer {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 0 10px 10px;
}
.formularlayer h2 { 
		clear:none;
	}
.formularlayer img.alignright {
	margin: 0 0 0 25px;
}
.site-header input {
	width: 145px;
	border: 0 none;
    color: #3e3d40;
    font-size: 11px;
    padding: 6px 5px 4px 18px;
}
.site-header label {
	display: none;
}

input:focus,
textarea:focus {
	/* border: 1px solid #888;
	outline: none; */
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	/* font-family: 'Basic', arial, serif; */
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	/* font-family: 'Basic', arial, serif; */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #cbab23;
	border: none;
	color: #fff;
	cursor: pointer;
	/* font-family: 'Basic', arial, serif; */
	padding: 4px 16px;
	width: auto;
	font-weight: bold;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-icab-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.site-header input[type="submit"] {
	background:url(/wp-content/themes/berliner-mieterverein/images/pfeil-suche.gif) no-repeat;
    cursor:pointer;
	height: 25px;
	width: 25px;
	padding: 6px 10px;
	color: transparent;
	border-radius:0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #222;
}
.site-header input:hover[type="submit"] {
	color: transparent;
	background-color: transparent;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.only-search #searchform {

	background-color: #fff;

}
input#s {
	background: url(/wp-content/themes/berliner-mieterverein/images/search.png) no-repeat 5px 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #3e3d40;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px 10px 6px 28px;
	position: relative;
    /* top: -2px; */
}

.entry-content div.wpcf7 {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 0 25px;
    padding: 10px;
}
.wpcf7-recaptcha {
	margin-bottom: 12px;
}
.wpcf7-submit {
	margin-top: 3px;
	font-size: 12px;
}

/* Suche */

.format-aside .entry-title {
	display: block;
}
#sbc {
	/* border: 1px solid #DDDDDD; */
	padding: 10px 15px;
	margin: 15px 0;
	border-bottom: 1px solid #dbbf00;
	background-color: #f0f1f2;
}
#sbc input#s,
#sbc select#cat {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    color: #888888;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 0;
	
}
#sbc input#s {
	width: 205px;
	padding-left: 3px;
}
#sbc select#cat {
	position: relative;
	top: 1px;
	width: 170px;
}
#sbc input#sbc-submit {
	height: 22px;
	font-weight: bold;
	font-size:12px;
	/* color: #3b3b39;
	background: #dedbb3; */
	border: 0;
	position: relative;
	top: -1px;
}
#sbc select#cat {
	height: 24px;
	padding-top: 2px;
}



/* Dynamic to top */
#dynamic-to-top{
	display:none;
	overflow:hidden;
	width:auto;
	z-index:90;
	position:fixed;
	bottom:20px;
	right:20px;
	top:auto;
	left:auto;
	font-family:sans-serif;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:4px 16px;
	border:1px solid #eee;
	background:#CBAB23;
	-webkit-background-origin:border;
	-moz-background-origin:border;
	-icab-background-origin:border;
	-khtml-background-origin:border;
	-o-background-origin:border;
	background-origin:border;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	-icab-background-clip:padding-box;
	-khtml-background-clip:padding-box;
	-o-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	-ms-box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	-moz-box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	-o-box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	-khtml-box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	-icab-box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-icab-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px
}
#dynamic-to-top:hover{
	background:#55cfc9;
	background:#CBAB23 -webkit-gradient( linear, 0% 0%, 0% 100%, from( rgba( 255, 255, 255, .2 ) ), to( rgba( 0, 0, 0, 0 ) ) );
	background:#CBAB23 -webkit-linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -khtml-linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -moz-linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -o-linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -ms-linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -icab-linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 linear-gradient( top, rgba( 255, 255, 255, .2 ), rgba( 0, 0, 0, 0 ) );
	cursor:pointer
}
#dynamic-to-top:active{
	background:#CBAB23;
	background:#CBAB23 -webkit-gradient( linear, 0% 0%, 0% 100%, from( rgba( 0, 0, 0, .3 ) ), to( rgba( 0, 0, 0, 0 ) ) );
	background:#CBAB23 -webkit-linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -moz-linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -khtml-linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -o-linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -ms-linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 -icab-linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) );
	background:#CBAB23 linear-gradient( top, rgba( 0, 0, 0, .1 ), rgba( 0, 0, 0, 0 ) )
}
#dynamic-to-top,
#dynamic-to-top:active,
#dynamic-to-top:focus,
#dynamic-to-top:hover{
	outline:none
}
#dynamic-to-top span{
	display:block;
	overflow:hidden;
	width:14px;
	height:12px;
	background:url( http://www.berliner-mieterverein.de/wp-content/plugins/dynamic-to-top/css/images/up.png )no-repeat center center
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	border: #ddd;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	letter-spacing: 0.1em;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 3px;
	vertical-align: baseline;
	line-height: 1.625em;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

main {
	margin-bottom: 20px;	
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1000px;
}

.site-inner {
	clear: both;
	/* padding-top: 40px; */
}

.magazine-home .site-inner {
	padding-bottom: 10px;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
	max-width: 800px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}

/* 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: 790px;
}

.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: 750px;
	padding: 0 50px 20px 0;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.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: 540px;
}

.page-id-396 .content,
.page-id-30740 .content,
.page-id-31177 .content,
.page-id-31381 .content,
.page-id-31375 .content,
.page-id-31369 .content,
.page-id-31305 .content,
.page-id-31363 .content,
.page-id-31326 .content,
.page-id-31310 .content,
.page-id-31333 .content,
.page-id-31345 .content,
.page-id-31355 .content {
	width: 100%;
	padding: 0 0 20px;
}

.full-width-content .content {
	width: 100%;
}

/* Startseite */

.thema-startseite {
	/* border-left: 10px solid #cbab23;
	margin-bottom: 25px;
	padding-left: 15px; */
}
.thema-startseite h3,
.page h3 a{
	color: #cbab23;
	text-decoration: none;
	font-weight: bold;
}
.page h3 a:after{
	content:none;
}
.home hr {
    color: #000;
	height: 1px;
    margin: 10px 0;
}
.home-welcome{
	display: none;
}

/* NEUE Startseite */

.home-top {
	margin-top: 0.5rem;
	border: 4px solid #dcbf05;
	padding: 10px;
	/* font-weight: bold; */
}

.home-top h4.widget-title {
	font-size: 15px;
	color: #dbbc00;
	margin-bottom: 0.25rem;
}

.home-middle section h4.widget-title {
	display: block;
    background: #dbbc00;
	color: #fff;
	margin-top: 1rem;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.25rem 0.5rem;
}


.menu-startseite-anker-container {
	margin-top: 15px;
}

.menu-startseite-anker-container .menu-item {
    display: inline-block;
    text-align: left;
    font-family: "Basic",arial,serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.menu-startseite-anker-container .menu-item a {
	color: #fff;
	padding: 0 7px;
    line-height: 30px;
}
#menu-startseite-anker li{
	background: #dbbc00;
}
#menu-startseite-anker li:nth-child(2){
	background: #e63323;
}
#menu-startseite-anker li:nth-child(3){
	background: #283583;
}
#menu-startseite-anker li:nth-child(4){
	background: #99997d;
}

.home-middle section:nth-child(2n+0).featured-content::after {
	content: url(/wp-content/themes/berliner-mieterverein/images/3dots_startpage.png);
	margin: 0 auto;
}
.home-middle section.featured-content p.more-from-category {
    color: #fff;
    line-height: 2rem;
    margin-bottom: 20px;
}
.home-middle section.featured-content p.more-from-category a {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
}

.home-middle section.featured-content p.more-from-category a:after {
    content: url(/wp-content/themes/berliner-mieterverein/images/pfeil-link-weiss.gif);
}
.home-middle section:nth-child(2).featured-content p.more-from-category {
    background: #dbbc00;
}
.home-middle section:nth-child(3).featured-content h4,
.home-middle section:nth-child(3)#text-63 h4,
.home-middle section:nth-child(4).featured-content p.more-from-category {
	background: #e63323;
}
.home-middle section:nth-child(5).featured-content h4,
.home-middle section:nth-child(6).featured-content p.more-from-category {
	background: #283583;
}
.home-middle section:nth-child(7).featured-content h4,
.home-middle section:nth-child(8).featured-content p.more-from-category {
	background: #99997d;
}


/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
    margin-top: 78px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

aside.sidebar-primary .textwidget,
aside.sidebar-primary .magazinwidget {
    border-right: 10px solid #dedbb3; /* #ffe000 */
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    padding: 10px;
	line-height: 16px;
}

aside.sidebar-primary #text-28 .textwidget {
	padding: 0;
	background: url(/uploads/images/sidebar-image-info.png) no-repeat top left;
}
aside.sidebar-primary #text-35 .textwidget {
	padding: 0;
}
aside.sidebar-primary #text-60 .textwidget a {
    color: #ff0000;
    font-size: 16px;
}
aside.sidebar-primary #text-60 .textwidget a:after {
    content: none;
}
aside.sidebar-primary #text-33 .textwidget {
	min-height: 49px;
}
.sidebar-primary section:nth-child(even) .textwidget {
	border-right: 10px solid #dedbb3;
}

.sidebar-primary section:nth-child(2n) h4 {
    background: #dedbb3 none repeat scroll 0 0;
}
.sidebar-primary  section#text-44  .textwidget {
	border-right: 0;
}
.sidebar-primary section:first-child .textwidget {
	border-right: 10px solid #dedbb3;
	/* padding: 0; */
}

.sidebar-primary section:first-child h4 {
    background: #dedbb3 none repeat scroll 0 0;
}
.sidebar-primary hr {
    color: #3e3d40;
	height: 1px;
    margin: 10px 0;
}
.sidebar-primary #text-37  {
	border-top: 15px solid #dedbb3;
}

.sidebar-primary img.beratungszentren_sidebar {
	width: 100%;
}

/* #dmb-logo {
    float: left;
    margin-right: 10px;
} */
.dmb-logo {
	/* position: relative;
	top: 1px;
	left: 5px; */
	float: left;
    margin: 0 24px 8px 0;
}
#text-dmb p {
	margin: 0 0 6px;
}

/* Primary Sidebar Mieterinis */

.widget_title_mieterinis {
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
}

aside.sidebar-primary .mieterinitiativen_sidebar  .textwidget {
	border-right: 0;
	padding-top: 0;
}
aside.sidebar-primary .mieterinitiativen_sidebar  .widget_text .widget-wrap {
	border-left: 7px solid #d4d8da;
	border-right: 7px solid #d4d8da;
	margin-bottom: 30px;
	padding: 15px 0;
	background: url(/uploads/images/border_mieterinis_grey.png) left top no-repeat,
	url(/uploads/images/border_mieterinis_grey.png) right top no-repeat,
	url(/uploads/images/border_mieterinis_grey.png) right bottom no-repeat,
	url(/uploads/images/border_mieterinis_grey.png) left bottom no-repeat;
}
aside.sidebar-primary .mieterinitiativen_sidebar  #text-46.widget_text .widget-wrap,
aside.sidebar-primary .mieterinitiativen_sidebar  #text-52.widget_text .widget-wrap,
aside.sidebar-primary .mieterinitiativen_sidebar  #text-53.widget_text .widget-wrap,
aside.sidebar-primary .mieterinitiativen_sidebar  #text-54.widget_text .widget-wrap,
aside.sidebar-primary .mieterinitiativen_sidebar  #text-55.widget_text .widget-wrap,
aside.sidebar-primary .mieterinitiativen_sidebar  #text-56.widget_text .widget-wrap {
	border-left: 7px solid #dabc00;
	border-right: 7px solid #dabc00;
	background: url(/uploads/images/border_mieterinis.png) left top no-repeat,
	url(/uploads/images/border_mieterinis.png) right top no-repeat,
	url(/uploads/images/border_mieterinis.png) right bottom no-repeat,
	url(/uploads/images/border_mieterinis.png) left bottom no-repeat;
}
.sidebar-primary .mieterinitiativen_sidebar section:nth-child(even) .textwidget {
	border-right: 0;
}
.sidebar-primary .mieterinitiativen_sidebar section:first-child .textwidget {
	border-right: 0;
}

.sidebar-primary .mieterinitiativen_sidebar ul {
	padding: 0 15px;
}
.sidebar-primary .mieterinitiativen_sidebar ul > li {
	list-style-image: url('/wp-content/themes/berliner-mieterverein/images/circle.png');
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#text-49 .widget-wrap {
	border: 0;
    padding: 0;
    position: relative;
    top: -78px;
    padding-top: 78px;
    background: #f5f5f5;
    margin-bottom: -48px;
}

#text-49 .widget-wrap .widget_title_mieterinis {
	font-size: 18px;
}

.sidebar-primary #text-49  a {
    color: #cbab23;
}

.sidebar-primary #text-49  a:after {
    content: none;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 185px;
	margin-top: 78px;
	-moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	padding: 5px 10px 20px;
}

.sidebar-secondary li.current-menu-item  a {
	color: #cbab23;
	font-weight: bold;
}
.sidebar-secondary li.current-menu-item  li a {
	color: #3e3d40;
	font-weight: normal;
}
.sidebar-secondary ul {
	list-style: none;
	/* padding: 5px; */
}
.sidebar-secondary ul li {
	padding: 0 5px;
}
.sidebar-secondary ul ul {
    display:none;
	margin-left: 10px;
}

.sidebar-secondary .current_page_parent ul,
.sidebar-secondary .current-menu-item ul {
    display:block;
}
.sidebar-secondary ul li,
.sidebar-secondary ul ul li {
	list-style: none;
	padding: 5px 0 3px 5px; /* 0 */
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #aaa; /* */
	line-height: 1.25em; /* 2em */
}

.sidebar-secondary ul li:last-child {
	border-bottom: 0;
}
.sidebar-secondary li.current-menu-ancestor ,
.sidebar-secondary li.current-menu-item {
	/* border: none; */
	/* margin-bottom: 10px; */
}
.sidebar-secondary li.current-menu-ancestor li {
	border-bottom: 1px solid #aaa;
	font-size: 10px;
	margin-bottom: 0;
}
.sidebar-secondary li.current-menu-ancestor li:last-child {
	border-bottom: none;
}
.sidebar-secondary li a {
	font-size: 11px;
	font-weight: normal;
	/*line-height: 11px;
	margin-left: 7px; */
}
.sidebar-secondary ul ul li {
	font-size: 10px;
	/* line-height: 1.5em; */
}
.sidebar-secondary ul ul {
	margin-bottom: 5px; /* 10px */
}


.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar-secondary label {
	display: none;
}

/* Secondary Sidebar Mieterinis */

.sidebar-secondary #menu-mieterinitiativen li a:before {
	color: #cbab23;
	margin-right: 4px;
	font-weight: bold;
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(2) a:before {
	content: "1";
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(3) a:before {
	content: "2";
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(4) a:before {
	content: "3";
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(5) a:before {
	content: "4";
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(6) a:before {
	content: "5";
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(7) a:before {
	content: "6";
}
.sidebar-secondary #menu-mieterinitiativen li:nth-child(8) a:before {
	content: "7";
}


/* 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%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.category-aktuelles img.alignright,
.category-mietendeckel-aktuell img.alignright,
.category-veranstaltungen img.alignright,
.category-aktionen-und-buendnisse img.alignright {
	margin: 0 0 5px 15px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Lightbox related */

.entry-content .wp-caption-text {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
    margin: 0;
    padding: 0 3px;
}
.wp-caption {
    background: none repeat scroll 0 0 #EEEEEE;
    margin-bottom: 1.625em;
    max-width: 100%;
    padding: 8px 3px;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	width: 540px;
	font-size: 10px;
    padding: 5px;
    text-align: right;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
	display: none;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.search-results article {
    margin-bottom: 25px;
}
.search_results_category {
	text-decoration: underline;
}

mark {
    background: transparent none repeat scroll 0 0;
    color: #cbab23;
    font-weight: bold;
    text-decoration: underline;
}

.author-box-title {
	color: #222;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	/* font-size: 36px; */
	line-height: 1.5em;
    padding-bottom: 0.3em;
	margin: 0;
}
.page-id-55525 .entry-title,
.parent-pageid-55525 .entry-title {
	margin-top: 20px;
}

/* .entry-title a, */
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:hover {
	/* color: #e8554e; */
}

.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
	/* text-transform: uppercase; */
}

/*
.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;
}
*/
.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}
/*
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
*/

.sidebar-primary h4.widget-title {
    background: #dedbb3  none repeat scroll 0 0; /* #ffe000 */
    color: #3e3d40;
    font-family: "Basic",arial,serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 2em;
    margin: 0;
    padding-left: 12px;
    text-decoration: none;
}

.sidebar-secondary h4.widget-title {
	color: #3e3d40;
    font-family: "Basic",arial,serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1em;
    margin: 15px 0 5px;
    padding: 3px 0 3px 5px;
    text-decoration: none;
	background-color: #dedbb3;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 20px;
}



.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}

.content .home-middle #featured-post-2 .entry,
.content .home-middle #featured-post-6 .entry,
.content .home-middle #featured-post-8 .entry,
.content .home-middle #text-63 .textwidget {
 	padding-bottom: 20px;
 	border-bottom: 1px dotted;
}

.content .home-middle #text-63 .textwidget {
 	margin-bottom: 20px;
}


.home-middle .featured-content .entry {
	width: 350px;
}

.home-middle .featured-content .entry-title {
    font-size: 14px;
}

.home-middle #featured-post-2.featured-content .entry,
.home-middle #featured-post-4.featured-content .entry,
.home-middle #featured-post-6.featured-content .entry,
.home-middle #featured-post-8.featured-content .entry {
	width: 100%;
}

.home-middle #featured-post-2.featured-content img,
.home-middle #featured-post-4.featured-content img,
.home-middle #featured-post-6.featured-content img,
.home-middle #featured-post-8.featured-content img {
	width: 700px;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(2n+1) {
	clear: left;
	/*margin-right: 20px;*/
	padding-right: 20px;
	border-right: 1px dotted;
  	clip-path: polygon(0 0%, 98% 0%, 98% 5%, 100% 5%, 100% 100%, 0 100%);
}
.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(2n+3) {
  	clip-path: polygon(0 0%, 100% -1%, 98% 10%, 100% 10%, 100% 100%, 0 100%);
}

.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(2n+2) {
	padding-left: 20px;
}


.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(n+3) {
	 border-top: 1px dotted;
	 padding-top: 20px;
}

.home-middle .featured-content p.more-from-category {
	clear: left;

}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #e8554e;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #e8554e;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #e8554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider li {
	border: none;
}

.magazine-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}

.magazine-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt,
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider .slides li,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}

.magazine-home .content .genesis_responsive_slider h2,
.magazine-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider p {	
	font-size: 14px;
	margin: 10px 0 0;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	/* padding-top: 64px; */
	background: #dedbb3;
}

.site-header .wrap {
	/* border-bottom: 2px solid #222;
	padding: 30px 0; */
}

.info_header {
	background: #d4d8da;
}

.site-header .wrap {
	height: 63px;
}

.menu-1st-level-navigation-container a:hover {
	text-decoration: underline;
}

/* Title Area
--------------------------------------------- */

#title-area {
	padding-left: 205px;
	display: none;
}
.title-area {
	float: left;
	padding-top: 30px;
	width: 380px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Basic', arial, serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Navigation 1st level */
.site-header #nav_menu-28 ul li a ,
.primary_nav_footer #nav_menu-27 ul li a {
    padding: 0 9px;
    font-size: 11px;
    line-height: 11px;
	display: block;
}
.site-header #nav_menu-28 ul li ,
.primary_nav_footer #nav_menu-27 ul li {
    float: left;
	border-right: 1px solid #373737;
    margin: 7px 0;
}
.site-header #nav_menu-28 ul li:last-child ,
.primary_nav_footer #nav_menu-27 ul li:last-child {
	border-right: none;
}

.primary_nav_footer {
	width: 100%;
	text-align: center;
}

/* Navigation Language */

.menu-language-container {
    float: left;
	margin: 0 15px 0 35px;
	background: #fff;
	line-height: 25px;
	width: 115px;
	
	background-image: url('/wp-content/themes/berliner-mieterverein/images/pfeil-lang.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.site-header .menu-language-container .sub-menu {
	width: 115px;
	background: #fff;
}
.site-header #text-43 {
	float: left;
}
.site-header .widget li li {
	margin: 0;

}
.site-header #nav_menu-29 ul li,
.site-header #nav_menu-31 ul li,
.site-header #nav_menu-32 ul li,
.site-header #nav_menu-33 ul li {
    text-align: left;
}
.site-header #nav_menu-29 ul li a,
.site-header #nav_menu-31 ul li a,
.site-header #nav_menu-32 ul li a,
.site-header #nav_menu-33 ul li a {
	padding-left: 10px;
	display: block;
	font-size: 11px;
}
.site-header h4 {
    display: none;
}

/* 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 {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 90px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 665px; /* was 625px before adding "Termine" */
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}

/* Infobereich
--------------------------------------------- */

#bmvhead {
	height: 190px;
	clear: both;
}
#bmvheadimg {
	width: 450px; /* 350px Picture + 115px Spacer */
	height: 190px;
	background-image: url('/uploads/images/headerbild_start.jpg');
	background-repeat: no-repeat;
	background-position: right;
	float:left;
	text-align: right;
}
#bmvheadimg_mobile {
	display: none;
}
#bmvheadinfo {
	/* margin-left: 350px; */
	width: 300px; /* 309-24 */
	height: 190px;
	background: #f0f1f2;
	float: left; /* */
	font-size: 13px;
	font-family: 'Basic', arial, serif;
}
#bmvheadinfo p {
	margin-bottom: 9px;
	line-height: 18px;
	
}
#bmvheadinfocontent {
	height: 165px;
}
#bmvheadinfocontent_padding {
	padding: 17px 15px 0 24px;
}
#bmvheadboxes {
	margin-left: 750px; /* 774-24 */
	width: 250px;
	height: 190px;
	background: #fff;
	/* font-weight: bold; */
	font-family: 'Basic', arial, serif;
}
#bmvheadboxes .bold {
	font-weight: bold;
}
#headbox1 {
	height: 69px; /* 68px */
	border-left: 10px solid #9e9d7d;
	background: #ffefb5;
	color: #3e3d40;
	font-size: 14px;
	margin-bottom: 0; /* 2px */
	padding-top: 15px;
	line-height: 18px;
	padding-left: 10px;
}
#headbox2 {
	height: 60px; /* 59px */
	border-left: 10px solid #b5b48e;
	background: #ffe478;
	color: #3e3d40;
	font-size: 14px;
	/* text-transform: uppercase; */
	margin-bottom: 0; /* 2px */
	line-height: 18px;
	padding-left: 35px;
	padding-top: 10px;
	background-image: url(/wp-content/themes/berliner-mieterverein/images/phone.png);
	background-position: 10px 19px;
	background-repeat: no-repeat;
}
#headbox3 {
	height: 61px; /* 47px */
	border-left: 10px solid #9e9d7d;
	background: #ffd829;
	color: #3e3d40;
	font-size: 14px;
	/* text-transform: uppercase; */
	line-height: 18px;
	padding-left: 10px;
	padding-top: 12px;
	 /* padding-bottom: 41px;39px */
}

.button_mitglied_werden {
	position: absolute;
	top: 230px;
	margin-left: 900px;
	width: 115px;
	height: 115px;
	z-index: 100;
}
.servicetelefon {
	float: left;
	margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
}
#bmvheadoverlay {
	width: 205px; /* width: 228px; */
	height: 283px;
	/* border: 1px solid #999; */
	position: absolute;
	top: 0; /* relative -63px; */
	background-image: url('/wp-content/themes/berliner-mieterverein/images/logo.png');
	background-repeat: no-repeat;
	background-position: left;
}
/* fix for adminbar in chrome, why? */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	/* .logged-in  #bmvheadoverlay { 	top: 32px; } */
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: "Basic",arial,serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	/* text-transform: uppercase; */
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}


.genesis-nav-menu li {
    border-right: 1px solid #fff;
	margin-left: -4px;
}
.genesis-nav-menu .sub-menu li {
	margin-left: 0;
}
.menu-item-384 ul {
	margin-left: -51px;
}
.genesis-nav-menu li#menu-item-384 {
    border-right: none;
}
.genesis-nav-menu li.current-menu-item ,
.genesis-nav-menu li.current-menu-ancestor ,
.genesis-nav-menu li:hover {
    background-color: #ffdd00;
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	padding: 0 7px;
	line-height: 30px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e8554e;
}

.menu-language-container .sub-menu,
.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;

	z-index: 99;
}
.genesis-nav-menu .sub-menu {
	width: 228px;
}


.genesis-nav-menu .sub-menu a {
	border-bottom: 1px dotted #aaa;
	font-size: 11px;
	padding: 7px;
	position: relative;
	text-transform: none;
	width: 228px;
	line-height: 15px;
}

.menu-language-container .sub-menu li:last-child a,
.genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}
.genesis-nav-menu li.submenu > a, .genesis-nav-menu li.submenu:hover > a, .genesis-nav-menu li.submenu > a:focus {
    background-image: url("/wp-content/themes/berliner-mieterverein/images/arrow_subnavigation.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -30px 0 0 229px;
}
.genesis-nav-menu .subleft .sub-menu {
	margin: -30px 0 0 -229px;
}


.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu-language-container  .menu-item:hover > .sub-menu,
.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 {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	/* border-top: 1px solid #222; */
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

ul.sub-menu { /*
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2); */
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #dbbf00;
	color: #fff;
	left: 0;
	/* position: fixed;
	top: 0; */
	width: 100%;
	z-index: 999;
}

.nav-primary .menu-primary {
	padding-left: 167px; /* urspr. 205, aber buttons -4px verschoben - war 209; angepasst für eingefügten Punkt "Beitritt" */
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a, 
.nav-primary .genesis-nav-menu .current-menu-ancestor > a {
	color: #373737;
}
.menu-language-container .sub-menu a {
	border-bottom: 1px dotted #aaa;
	font-size: 11px;
}
.menu-language-container .sub-menu a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #373737;
	background-color: #f9f9f9;
	border-top: none;
}
.menu-language-container .sub-menu  a:hover
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
}

/* Language Navigation
--------------------------------------------- */

.menu-language-container .menu-item-37821  a,
.menu-language-container .menu-item-65912  a {

    height: 25px;
    overflow: hidden;
}
.menu-language-container li.menu-item-37821 a:before,
.menu-language-container li.menu-item-65912 a:before {
    content: url("/wp-content/themes/berliner-mieterverein/images/sprachen.png");
    padding-right: 3px;
    position: relative;
    top: 3px;
}
.menu-language-container li.menu-item-37821:hover a:before,
.menu-language-container li.menu-item-65912:hover a:before {
    content: none;
}

.menu-language-container li.menu-item-37821:hover .eng a:before,
.menu-language-container li.menu-item-65912:hover .eng a:before{
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/gb.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .fra a:before,
.menu-language-container li.menu-item-65912:hover .fra a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/fr.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .tur a:before,
.menu-language-container li.menu-item-65912:hover .tur a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/tr.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .esp a:before,
.menu-language-container li.menu-item-65912:hover .esp a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/es.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .ita a:before,
.menu-language-container li.menu-item-65912:hover .ita a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/it.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .kro a:before,
.menu-language-container li.menu-item-65912:hover .kro a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/hr.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .rus a:before,
.menu-language-container li.menu-item-65912:hover .rus a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/ru.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .pol a:before,
.menu-language-container li.menu-item-65912:hover .pol a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/pl.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .ara a,
.menu-language-container li.menu-item-65912:hover .ara a {
	height: 44px;
}
.menu-language-container li.menu-item-37821:hover .ara a:before,
.menu-language-container li.menu-item-65912:hover .ara a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/ae.png');
	padding-right: 3px;
	vertical-align: -50%;
}
.menu-language-container li.menu-item-37821:hover .chi a:before,
.menu-language-container li.menu-item-65912:hover .chi a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/cn.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .vie a:before,
.menu-language-container li.menu-item-65912:hover .vie a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/vn.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .bul a:before,
.menu-language-container li.menu-item-65912:hover .bul a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/bg.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .gri a:before,
.menu-language-container li.menu-item-65912:hover .gri a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/gr.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .ser a:before,
.menu-language-container li.menu-item-65912:hover .ser a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/rs.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .rum a:before,
.menu-language-container li.menu-item-65912:hover .rum a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/ro.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}
.menu-language-container li.menu-item-37821:hover .bos a:before,
.menu-language-container li.menu-item-65912:hover .bos a:before {
	content:url('/wp-content/themes/berliner-mieterverein/images/flags/ba.png');
	padding-right: 3px;
	position: relative;
	top: 2px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	border-bottom: 1px solid #222;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: right;
	position: absolute;
	top: 28px;
	right: 0;
	float: right;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	/* margin-bottom: 60px; */
}

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	/* border-bottom: 2px solid #eee; */
}

.entry-content {
	padding: 1.625em 0 0;
}
.post .entry-content,
.page .entry-content,
[class*="category-mm"]  .entry-content {
	padding: 0;
}
.entry-content a,
.home-top a,
#text-63 a {
	color: #3e3d40;
	text-decoration: underline;
	word-wrap: break-word;
}
.entry-content a:hover {
	color: #3e3d40;
}
.entry-content a:after,
.home-top a:after,
#text-63 a:after {
	content:url('/wp-content/themes/berliner-mieterverein/images/pfeil-link.gif');
	padding-right: 0px;
	white-space: nowrap;
}
.entry-content .pagination a:after,
.entry-content .bmv-inhaltsverzeichnis a:after  {
	content: none;
}
.entry-content .bmv-inhaltsverzeichnis a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.entry-content .pagination {
	text-align: center;
}
#text-39 a.noarrow:after,
#text-63 a.noarrow:after,
.entry-content a.noarrow:after {
	content: none;
}
.sidebar-primary a {
	font-weight: bold;
}
.sidebar-primary a:after {
	content:url('/wp-content/themes/berliner-mieterverein/images/pfeil-link.gif');
}
.sidebar-primary a.no-arrow:after {
	content: none;
}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}
/* remove arrow for special links/pages */
.entry-content a.clear:after,
.entry-content a.stichwortanker:after,
.entry-content a.stichwortlink:after,
.entry-content a.cboxElement:after,
.entry-content a#beitrittsbutton:after {
	content: none;
	
}
/* pagination und alphabetical */

article a.stichwortlink,
.pagination a  {
	font-weight: bold;
	text-decoration: none;
	color: #cbab23;
	border: 1px solid #e1ca82;
	margin-right: 0;
	padding: 2px 3px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
.alphabetical {
	line-height: 2em;
}

.entry-content ol,
/* .entry-content p, */
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}
.entry-content ul {
	
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 0.75em 1.2em;
}
.entry-content ul.bmv-inhaltsverzeichnis-list {
	margin: 0 0 0.75em 1.75em;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-image: url('/wp-content/themes/berliner-mieterverein/images/circle.png');
}
.entry-content ul.bmv-inhaltsverzeichnis-list > li {
	list-style-image: url('/wp-content/themes/berliner-mieterverein/images/inhalt-arrow-dark.png');
}
.entry-content #lange_liste ul > li,
.entry-content #lange_liste ol > li {
	margin-bottom: 0.625em;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* kategorien infoblätter, recht, presse */

.stand,
.pressemitteilung {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
}

.catlist-presse,
.catlist-recht {
    border-top: 1px dotted #9e9d7d;
    display: block;
    padding: 9px 0 9px 10px;
}
p.catlist-musterschreiben {
	padding: 0 10px;
}
.catlist-recht {
    /* display: flex;	*/
}
.category-mmo {

	padding-top: 1.625em;
}
 .entry-content

article:first-of-type .catlist-presse, 
article:first-of-type .catlist-recht {
	border-top: 0;
}
.recht-uebersicht-urteil {
	width: 46%;
	float: left;
	clear: left;
	display: block;
	line-height: 1.25em;
	padding-bottom: 1px;
}
.recht-uebersicht-titel {
	margin-left: 47%;
}
.presse-uebersicht-datum {
	width: 25%;
	float: left;
	clear: left;
	display: block;
	line-height: 1.25em;
}
.presse-uebersicht-titel {
	margin-left: 26%;
}
.catlist-presse h1.entry-title {
	line-height: 1em;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
}
.catlist-presse h1 .maintitle-pm,
#sidebar-pm  .maintitle-pm {
	font-weight: normal;
	font-size: 11px;	
}
.catlist-presse h1 .subtitle-pm {
	font-weight: bold;
	font-size: 13px;
}
.catlist-presse h1 a {
	text-decoration: none;
}

/* MieterMagazin */

.AktuelleAusgabeMM {
	height: 283px;
	background: #eeeff0;
}
.AktuelleAusgabeMM h2{
	padding-top: 10px;
}


/* accordion */
h3.ui-accordion-header {
	cursor: pointer;
}

.page #accordion h3,
.post #accordion h3,
.page #accordion2 h3,
.post #accordion2 h3,
.page #accordion3 h3,
.post #accordion3 h3,
.page #accordion4 h3,
.post #accordion4 h3,
.page #accordion5 h3,
.post #accordion5 h3,
.page #accordion6 h3,
.post #accordion6 h3,
.page #accordion7 h3,
.post #accordion7 h3,
.page #accordion8 h3,
.post #accordion8 h3,
.page #accordion9 h3,
.post #accordion9 h3,
.page #accordion10 h3,
.post #accordion10 h3,
.page #accordion11 h3,
.post #accordion11 h3,
.page #accordion12 h3,
.post #accordion12 h3,
.page #accordion13 h3,
.post #accordion13 h3,
.page #accordion14 h3,
.post #accordion14 h3
{
	background: #f0f1f2!important;
	color: #3b3b39;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 4px;
	/* border-bottom: 1px solid #DBBF00; */
}

.page .formularlayer h3,
.category-pressearchiv .formularlayer h3 {

	color: #3b3b39;
	margin-bottom: 0;
	margin-top: 0;

}

.page #accordion h3,
.post #accordion h3,
.page #accordion2 h3,
.post #accordion2 h3,
.page #accordion3 h3,
.post #accordion3 h3,
.page #accordion4 h3,
.post #accordion4 h3,
.page #accordion5 h3,
.post #accordion5 h3,
.page #accordion6 h3,
.post #accordion6 h3,
.page #accordion7 h3,
.post #accordion7 h3,
.page #accordion8 h3,
.post #accordion8 h3,
.page #accordion9 h3,
.post #accordion9 h3,
.page #accordion10 h3,
.post #accordion10 h3,
.page #accordion11 h3,
.post #accordion11 h3,
.page #accordion12 h3,
.post #accordion12 h3,
.page #accordion13 h3,
.post #accordion13 h3,
.page #accordion14 h3,
.post #accordion14 h3

{
	padding: 5px 0 5px 10px;
	/*margin-right: 33px;*/
}
.page .formularlayer h3 {
	padding: 15px 0;
}
/* .page #accordion h3.ui-state-active {
	background: #fff;
} */
.page #accordion h4,
.post #accordion h4,
.page #accordion2 h4,
.post #accordion2 h4,
.page #accordion3 h4,
.post #accordion3 h4,
.page #accordion4 h4,
.post #accordion4 h4,
.page #accordion5 h4,
.post #accordion5 h4,
.page #accordion6 h4,
.post #accordion6 h4,
.page #accordion7 h4,
.post #accordion7 h4,
.page #accordion8 h4,
.post #accordion8 h4,
.page #accordion9 h4,
.post #accordion9 h4,
.page #accordion10 h4,
.post #accordion10 h4,
.page #accordion11 h4,
.post #accordion11 h4,
.page #accordion12 h4,
.post #accordion12 h4,
.page #accordion13 h4,
.post #accordion13 h4,
.page #accordion14 h4,
.post #accordion14 h4

{
	clear: none;
}
.page #accordion div,
.post #accordion div,
.page #accordion2 div,
.post #accordion2 div,
.page #accordion3 div,
.post #accordion3 div,
.page #accordion4 div,
.post #accordion4 div,
.page #accordion5 div,
.post #accordion5 div,
.page #accordion6 div,
.post #accordion6 div,
.page #accordion7 div,
.post #accordion7 div,
.page #accordion8 div,
.post #accordion8 div,
.page #accordion9 div,
.post #accordion9 div,
.page #accordion10 div,
.post #accordion10 div,
.page #accordion11 div,
.post #accordion11 div,
.page #accordion12 div,
.post #accordion12 div,
.page #accordion13 div,
.post #accordion13 div,
.page #accordion14 div,
.post #accordion14 div

{
	border: 1px solid #DBBF00;
	
	padding: 5px 10px;
	/* width: 435px; */
	margin-right: 34px;
}
.page #accordion div div,
.post #accordion div div {
	border: 0;
}

.page #accordion div.accleft,
.post #accordion div.accleft,
.page #accordion2 div.accleft,
.post #accordion2 div.accleft,
.page #accordion3 div.accleft,
.post #accordion3 div.accleft,
.page #accordion4 div.accleft,
.post #accordion4 div.accleft,
.page #accordion5 div.accleft,
.post #accordion5 div.accleft,
.page #accordion6 div.accleft,
.post #accordion6 div.accleft,
.page #accordion7 div.accleft,
.post #accordion7 div.accleft,
.page #accordion8 div.accleft,
.post #accordion8 div.accleft,
.page #accordion9 div.accleft,
.post #accordion9 div.accleft,
.page #accordion10 div.accleft,
.post #accordion10 div.accleft,
.page #accordion11 div.accleft,
.post #accordion11 div.accleft,
.page #accordion12 div.accleft,
.post #accordion12 div.accleft,
.page #accordion13 div.accleft,
.post #accordion13 div.accleft,
.page #accordion14 div.accleft,
.post #accordion14 div.accleft

{
	float:left;
	border: 0;
	padding: 0;
	width: 225px;
}
.page #accordion div.accright,
.post #accordion div.accright,
.page #accordion2 div.accright,
.post #accordion2 div.accright,
.page #accordion3 div.accright,
.post #accordion3 div.accright,
.page #accordion4 div.accright,
.post #accordion4 div.accright,
.page #accordion5 div.accright,
.post #accordion5 div.accright,
.page #accordion6 div.accright,
.post #accordion6 div.accright,
.page #accordion7 div.accright,
.post #accordion7 div.accright,
.page #accordion8 div.accright,
.post #accordion8 div.accright,
.page #accordion9 div.accright,
.post #accordion9 div.accright,
.page #accordion10 div.accright,
.post #accordion10 div.accright,
.page #accordion11 div.accright,
.post #accordion11 div.accright,
.page #accordion12 div.accright,
.post #accordion12 div.accright,
.page #accordion13 div.accright,
.post #accordion13 div.accright,
.page #accordion14 div.accright,
.post #accordion14 div.accright
{
	border: 0;
	padding: 0;
}
.page #accordion table,
.post #accordion table,
.page #accordion2 table,
.post #accordion2 table,
.page #accordion3 table,
.post #accordion3 table,
.page #accordion4 table,
.post #accordion4 table,
.page #accordion5 table,
.post #accordion5 table,
.page #accordion6 table,
.post #accordion6 table,
.page #accordion7 table,
.post #accordion7 table,
.page #accordion8 table,
.post #accordion8 table,
.page #accordion9 table,
.post #accordion9 table,
.page #accordion10 table,
.post #accordion10 table,
.page #accordion11 table,
.post #accordion11 table,
.page #accordion12 table,
.post #accordion12 table,
.page #accordion13 table,
.post #accordion13 table,
.page #accordion14 table,
.post #accordion14 table
{
	width: 99%;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr  {
	border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br  {
	border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-bottom-left-radius: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	float:right;
    margin-top: -5px;
    /*top: 50%;*/
}
.ui-state-default .ui-icon {
    background-image: url("/wp-content/themes/berliner-mieterverein/images/accordion-arrows.png");
}
.ui-icon-triangle-1-s {
    background-position: 0 -28px;/*  */
}
.ui-icon {
    height: 27px;
    width: 34px;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.page #accordion div.ui-accordion-content:after,
.post #accordion div.ui-accordion-content:after,
.page #accordion2 div.ui-accordion-content:after,
.post #accordion2 div.ui-accordion-content:after,
.page #accordion3 div.ui-accordion-content:after,
.post #accordion3 div.ui-accordion-content:after,
.page #accordion4 div.ui-accordion-content:after,
.post #accordion4 div.ui-accordion-content:after,
.page #accordion5 div.ui-accordion-content:after,
.post #accordion5 div.ui-accordion-content:after,
.page #accordion6 div.ui-accordion-content:after,
.post #accordion6 div.ui-accordion-content:after,
.page #accordion7 div.ui-accordion-content:after,
.post #accordion7 div.ui-accordion-content:after,
.page #accordion8 div.ui-accordion-content:after,
.post #accordion8 div.ui-accordion-content:after,
.page #accordion9 div.ui-accordion-content:after,
.post #accordion9 div.ui-accordion-content:after,
.page #accordion10 div.ui-accordion-content:after,
.post #accordion10 div.ui-accordion-content:after,
.page #accordion11 div.ui-accordion-content:after,
.post #accordion11 div.ui-accordion-content:after,
.page #accordion12 div.ui-accordion-content:after,
.post #accordion12 div.ui-accordion-content:after,
.page #accordion13 div.ui-accordion-content:after,
.post #accordion13 div.ui-accordion-content:after,
.page #accordion14 div.ui-accordion-content:after,
.post #accordion14 div.ui-accordion-content:after
{
	clear:	both;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	/*background-color: #222;
	color: #fff; 
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;*/
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #666; 
	/* background-color: #cbab23; */
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Layout Beratungszentren */

.BeratungszentrenLinks {
	
}
.BeratungszentrenRechts {
	float: right;
	max-width: 100%;
}
.Oeffnungszeiten {
	border-color: #CBAB23;
    border-left: 4px solid #CBAB23;
    border-right: 1px solid #CBAB23;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    margin: 1em 0 0.5em;
    padding: 5px 10px;
	width: 335px;
	max-width: 100%;
}
.Wochentage {
	font-weight: bold;
	color: #CBAB23;
}

.Beratungsmoeglichkeiten {
	font-size: 1.2em;
	font-weight: bold;
	color: #CBAB23;
}
.BeratungszentrenLinks img {
	position: relative;
	top: 1px;
}

/* Beratungszentren Gewerbemieter */

.beratung_gewerbe {
	width: 200px;
	float: left;
    margin: 0 20px 20px 0;
}

.beratung_gewerbe_head {
	background-color: #ddd; padding: 10px; margin: 0;
}

/* karte Beratungszentren
--------------------------------------------- */

dl#BMVMap{
	margin: 0;
	padding: 0;
	background: transparent url(/uploads/images/beratungsstellen_Berlin.png) top left no-repeat;
	height: 385px;
	width: 452px;
	position: relative;
	/* background-size: 100% 100%; */
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

/* ---------- Hotspot Declarations ---------- */
dd#SpichernstrDef{ top: 205px; left: 127px; }
dd#SpichernstrDef a{ position: absolute; width: 30px; height: 25px; text-decoration: none; }
dd#SpichernstrDef a span{ display: none; }

dd#WilmersdorferDef{ top: 186px; left: 112px; }
dd#WilmersdorferDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#WilmersdorferDef a span{ display: none; }

dd#FrankfurterDef{ top: 188px; left: 228px; }
dd#FrankfurterDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#FrankfurterDef a span{ display: none; }

dd#MuellerstrDef{ top: 152px; left: 160px; }
dd#MuellerstrDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#MuellerstrDef a span{ display: none; }

dd#SuedsternDef{ top: 202px; left: 190px; }
dd#SuedsternDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#SuedsternDef a span{ display: none; }

dd#SchoenhauserDef{ top: 148px; left: 221px; }
dd#SchoenhauserDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#SchoenhauserDef a span{ display: none; }

dd#SpandauDef{ top: 168px; left: 66px; }
dd#SpandauDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#SpandauDef a span{ display: none; }

dd#SpandauDef{ top: 168px; left: 66px; }
dd#SpandauDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#SpandauDef a span{ display: none; }

dd#WaltherSchreiberDef{ top: 258px; left: 125px; }
dd#WaltherSchreiberDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#WaltherSchreiberDef a span{ display: none; }

dd#KoepenickDef{ top: 262px; left: 349px; }
dd#KoepenickDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
dd#KoepenickDef a span{ display: none; }

dd#SpichernstrDef a:hover span,
dd#WilmersdorferDef a:hover span,
dd#FrankfurterDef a:hover span,
dd#MuellerstrDef a:hover span,
dd#SuedsternDef a:hover span,
dd#SchoenhauserDef a:hover span,
dd#SpandauDef a:hover span ,
dd#WaltherSchreiberDef a:hover span,
dd#KoepenickDef a:hover span   {
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	position: absolute;
	border: 1px solid #ffe478;
	bottom: 100%;
	margin: 0;
	padding: 5px;
	width: 280px;

}
#BMVMap a:after {
  content: none;
}

/* Infokästen */

.infokasten {
	clear: left;
	padding: 5px 10px 5px;
	border-left: 4px solid #cbab23;
	border-right: 1px solid #cbab23; 
	border-top: 1px solid #cbab23;
	border-bottom: 1px solid #cbab23;
	background: #F0F1F2;
	margin: 1em 0 0.5em 0;
}

.infokasten p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.infokastengrau {
	clear: left;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #F0F1F2;
	margin: 1em 0 0.5em 0;
}

.infokastengrau p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.infokastenrot ,
.wpcf7 div.wpcf7-response-output {
	clear: left;
	padding: 5px 10px;
	border-left: 4px solid #cbab23;
	border-right: 1px solid #cbab23; 
	border-top: 1px solid #cbab23;
	border-bottom: 1px solid #cbab23;
	margin: 1em 0 0.5em 0;
}

.infokastenrot p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.infokastenrot .KastenHead {
	font-weight: bold;
	font-size: 13px;
}
.infohead {
	font-weight: bold;
	font-size: 13px;
	color: #3e3d40;
}

.hinweis,
.wpcf7 div.wpcf7-spam-blocked,
.wpcf7 div.wpcf7-validation-errors {
	padding-left: 45px;
	background-image: url('/wp-content/themes/berliner-mieterverein/images/hinweis.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 47px;
}

/* Layout Datum Stand */

.bmv_article_date {
	clear: both;
	color: #b0b0b0;
    font-size: 11px;
}

/* Buttons */

.span_button {
	/* background-color: #dbbf00; */
	background-color: #f0f1f2;
	padding: 5px 10px;
	color: #3b3b39;
	/* border:	2px solid #CBAB23;
	border-radius: 3px; */
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #dbbf00;
}
.span_button a {
	text-decoration: none;
	color: #3b3b39;
	font-weight: bold;
}

article .span_button a:after {
	content: url("/wp-content/themes/berliner-mieterverein/images/button-pfeil.gif");
	position:relative;
	left: 10px;
	top: 9px
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

/* .sidebar-primary {display: none;} */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.sidebar #sidebar-pm li {
    border-bottom: 1px solid #d4d8da;
}
.sidebar #sidebar-pm li:last-child {
    border-bottom: 0;
}

.sidebar .widget {
	/* margin-bottom: 40px; */
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #e8554e;
	color: #fff;
}

.sidebar img.sidebar-image {
	float: left;
	position: relative;
	top: -10px;
	left: -10px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	padding: 60px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	/* background-color: #222; */
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

.site-footer .wrap {
	border-top: 1px solid #ddd;
	padding: 26px 0;
}

.site-footer,
.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #3e3d40;
	text-decoration: underline;
}

.site-footer p {
	margin: 0;
	clear: both;
	line-height: 25px;
}

.primary_nav_footer {
	display: none;
}

#headlogo img {
	display: none;
}

/* Shariff Layout */

.shariff {
	clear: both;
}
.shariff a:after {
	content: none;	
}
.entry-content .shariff a:hover {
    color: #fff;
}
.entry-content .shariff ul {
	margin: 2rem 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/*
@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

}
*/

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	/* .content, */
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	/* .sidebar-primary, */
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area,
	.breadcrumb 	{
		width: 100%;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		max-width: 450px;
	}
	
	.site-header .widget-area {
		width: 523px;
	}
	#text-44 {
		display: none;
	}
	.content {
		padding: 0;
	}


/*	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
*/

	
	#bmvheadimg {
		/* display: none; */
		width: 350px;
		float:left;
	}
	#bmvheadinfo {
		margin-left: 350px;
		/* padding-left: 120px; */
		width: 400px;
		max-width: 400px;
	}
	#bmvheadboxes {
		display: none;
		margin-left: 500px;
	}
	#bmvheadinfo {
		padding-left:0;
		/* margin-left: 0; */
		margin: 0;
	}
	#bmvheadoverlay {
		height: 63px;
		background-position: -8px 0;
		width: 188px;
		/* margin-left: 30px; */
	}
	
	#bmvheadboxes {
		margin-left: 470px;
	}
	.button_mitglied_werden {
		position: absolute;
		top: 190px;
		right: 6%;
	}
	.nav-primary {
		position: static;
	}
	.menu-item-381 ul {
		margin-left: -50px;
	}
	.menu-item-24843 ul {
		margin-left: -150px;
	}
	.menu-item-384 ul {
		margin-left: -190px;
	}
	.genesis-nav-menu {
		font-size: 11px;
	}
	.genesis-nav-menu a {
		padding: 0 5px;;
	}
	.genesis-nav-menu .menu-item-776 .sub-menu .sub-menu,
	.genesis-nav-menu .menu-item-776 .sub-menu .sub-menu a {
		width: 150px;
	}
	
	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}
	
	.site-title  {
		font-size: 36px;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
	
	.sidebar-primary,
	.sidebar-secondary	{
		/* margin: 0; */
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.sidebar-secondary .widget_nav_menu {
		display: none;
	}

	/* Startseite neu */
	.menu-startseite-anker-container {
		display: none;
	}

	.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(2n+2) {
		padding-left: 0;
		padding-right: 0;
	}

	.content .home-middle #featured-post-2 .entry,
	.content .home-middle .featured-content:first-child .entry,
	.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(2n+1),
	.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(n+3) {
		border-right: 0;
		border-top: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.content .home-middle .featured-content .entry {
		border-bottom: 1px dotted;
		padding-bottom: 20px;
	}
	.home-middle section.featured-content img {
		width: 100%;
	}
	.home-middle section.featured-content:nth-of-type(even) .entry:nth-of-type(2n+1) {
		clip-path: none;
	}
}

@media only screen and (max-width: 768px) {
	
	#bmvheadinfo {
		padding-left:0;
		/* margin-left: 0; */
		margin: 0;
	}
	#bmvheadoverlay {
		height: 62px;
		background-position: -8px 0;
		width: 188px;
		/* margin-left: 30px; */
	}
	
	#bmvheadboxes {
		margin-left: 470px;
	}

	header .wrap {
		float: right;
	}
	.primary-nav .site-header {
		background: #253e75;
	}
	.site-header #nav_menu-28 ul li {
		border-right: 1px solid #fff;
	}
	.site-header #nav_menu-28 ul li a {
		color: #fff;
	}
	.site-header .widget-area {
		/* width: 523px; */
		left: 240px;
		position: absolute;
		top: 0;
	}
	#nav_menu-28 {
			height: 25px;
	}
	.menu-language-container {
		clear: left;
		margin: 0 20px 0 0;
	}
	.nav-primary .menu-primary {
		padding-left: 5px;
	}
	.menu-item-381 ul {
		margin-left: 0;
	}
	.menu-item-24843 ul {
		margin-left: 0;
	}
	.menu-item-384 ul {
		margin-left: -47px;
	}
	.genesis-nav-menu .menu-item-384 .sub-menu,
	.genesis-nav-menu .menu-item-384 .sub-menu  a,
	.genesis-nav-menu .menu-item-24843 .sub-menu,
	.genesis-nav-menu .menu-item-24843 .sub-menu  a {
		width: 166px;
	}
	.genesis-nav-menu {
		font-size: 13px;
	}
	.footer-widgets,
	.nav-secondary,
	.site-footer,
	/* .site-header, */
	.site-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.breadcrumb {
		visibility: hidden;
	}
	.single  .breadcrumb {
		visibility: hidden;
	}
	.button_mitglied_werden {
		right: 15px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.magazine-home .content .genesis_responsive_slider h2,
	.magazine-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}
	.primary_nav_footer {
		display: block;
	}
}

@media only screen and (max-width: 765px) {
	
	#bmvheadimg {
		width: 100%;
		height: auto;
		margin-bottom: -6px;
	}
	#bmvheadimg {
		display: none;
	}
	#bmvheadimg_mobile {
		display: block;
		width: 100%;
		height: auto;
		   line-height: 0;
	}
	#bmvheadimg  img {
		width: 100%;
	}
	#bmvheadimg_mobile  img {
		width: 100%;
	}
	#headlogo {
		background: #253e75;
		background-image: url('/wp-content/themes/berliner-mieterverein/images/logo_min.png');
		background-repeat: no-repeat;
		background-position: 10px center;
		height: 55px;
		margin-top: 25px;
	}
	#headlogo img {
		display: block;
		height: 55px;
	}
	#headlogo a {
		background-color: transparent;
	}
	#wpadminbar {
		display: none;
	}
	#bmvheadoverlay {
		display: none;
	}
	#bmvheadinfo {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		overflow: hidden;
	}
	#bmvheadinfocontent {
		height: auto;
		border-left: 5px solid #253e75;
	}
	.button_mitglied_werden {
		display:none;
	}
	.site-header #text-43 {
		position: absolute;
		right: 5px;
		width: 62%;
		float: right;
	}
	.site-header #text-43 input#s {
		width: 85%;
	}
	.site-header .widget-area {
		background: #fafafa;
	}
	.content,
	.page-id-396 .content,
	.page-id-30740 .content,
	.page-id-31177 .content,
	.page-id-31381 .content,
	.page-id-31375 .content,
	.page-id-31369 .content,
	.page-id-31305 .content,
	.page-id-31363 .content,
	.page-id-31326 .content,
	.page-id-31310 .content,
	.page-id-31333 .content,
	.page-id-31345 .content,
	.page-id-31355 .content {
		border-left: 5px solid #cbab23;
		padding: 0 10px;
	}
	main {
		margin-bottom: 0;
	}
	.site-inner {
		padding: 0;
	}
	
	#text-49 .widget-wrap {
		position: unset;
		padding-top: 8px;
		margin: 20px 0;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.sidebar-primary	{
		width: 100%;
		max-width: 100%;
	}
	.sidebar-primary {
		margin-top: 0;
	}
	
	.sidebar-primary section .textwidget,
	.sidebar-primary section .magazinwidget {
		border-left: 5px solid #dedbb3;
	}
	.sidebar-primary .mieterinitiativen_sidebar  section .textwidget,
	.sidebar-primary .mieterinitiativen_sidebar  section .magazinwidget {
		border-left: 0;
	}
	aside.sidebar-primary .magazinwidget,
	.sidebar-primary section:first-child .textwidget ,
	.sidebar-primary section:nth-child(odd) .textwidget,
	.sidebar-primary section:nth-child(even) .textwidget {
		border-right: 0;
	}
	#bmvheadinfocontent_padding {
		font-size: 12px;
		padding: 5px 10px;
	}
	#bmvheadboxes {
		display: none;	
	}
	header .wrap {
		float: none;
	}
	header .wrap #nav_menu-28 {
		display: none;
	}
	.entry-content,
	.entry-header {
		margin-top: 10px;
	}
	.home header.entry-header {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
	.single  .breadcrumb {
		display: none;
	}
	.site-header .wrap {
		height: auto;
	}
	.site-header .widget-area {
		width: 100%;
		left: 5px;
	}
	.menu-language-container {
		clear: left;
		margin: 0 10px 0 0;
	}
	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}
	.menu-item-381 ul,
	.menu-item-24843 ul,
	.menu-item-384 ul {
		margin-left: 0;
	}
	.genesis-nav-menu li {
		border: 0;
	}
	.genesis-nav-menu li li li:hover {
		text-decoration: underline;
	}
	.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;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu a {
		line-height: 1;
		padding: 18px 20px;
	}

	.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: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.nav-primary .menu-primary {
		padding: 0;
	}
	.genesis-nav-menu li {
		border-right: none;
	}
	
	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}
	
	.entry-content {
		padding: 0;
	}
	.sidebar-secondary,
	.site-footer {
		margin-top: 0;
		border-left: 5px solid #f0f1f2;
	}
	.site-footer .wrap {
		border: 0;
		padding: 0;
	}
	.site-footer p {
		clear: none;
	}
	
	/* MieterMagazin */
	
	.AktuelleAusgabeMM {
		height: 160px;
	}
	.AktuelleAusgabeMM img.alignleft {
		width: 120px;
		height: auto;
	}
	
	#mm_left {
		width: auto;
		padding: 0 15px 0 0;
	}
	#mm_right {
		clear: both;
		border-right: 0;
		font-size: 11px;
		margin-left: -10px;
		width: auto;
	}
	
	/* iframes */

	.iframe_piwik {
		height: 260px;
	}
	
	/* forms */
	
	.formularlayer input[type="text"],
	.formularlayer input[type="email"] {
		width: 100%;
	}

	.formularlayer {
		background: #fafafa;
		border: 1px solid #eee;
		border-radius: 2px;
		padding: 0 10px 10px;
		margin-top: 20px;
	}
	.formularlayer h2 { 
		clear:both;
	}
	.formularlayer div p:first-child{
		text-align: center;
	}
	.formularlayer img.alignright {
		float: none;
		margin: 15px;
	}
	/* beratungszentren */
	
	dl#BMVMap {
		float: none;
		
	}
	
	/* karte Beratungszentren
	--------------------------------------------- */

	dl#BMVMap{
		float: none;
		margin: 0;
		padding: 0;
		background: transparent url(/uploads/images/beratungsstellen_Berlin_klein.png) top left no-repeat;
		height: 264px;
		width: 310px;
		position: relative;
		margin: 0 0 0 -5px;
		/* background-size: 100% 100%; */
	}

	/* ---------- Hotspot Declarations ---------- */
	dd#SpichernstrDef{ top: 139px; left: 87px; }
	dd#SpichernstrDef a{ position: absolute; width: 20px; height: 20px; text-decoration: none; }
	dd#SpichernstrDef a span{ display: none; }

	dd#WilmersdorferDef{ top: 125px; left: 75px; }
	dd#WilmersdorferDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#WilmersdorferDef a span{ display: none; }

	dd#FrankfurterDef{ top: 127px; left: 156px; }
	dd#FrankfurterDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#FrankfurterDef a span{ display: none; }

	dd#MuellerstrDef{ top: 102px; left: 108px; }
	dd#MuellerstrDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#MuellerstrDef a span{ display: none; }

	dd#SuedsternDef{ top: 137px; left: 129px; }
	dd#SuedsternDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#SuedsternDef a span{ display: none; }

	dd#SchoenhauserDef{ top: 99px; left: 150px; }
	dd#SchoenhauserDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#SchoenhauserDef a span{ display: none; }

	dd#SpandauDef{ top: 113px; left: 44px; }
	dd#SpandauDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#SpandauDef a span{ display: none; }

	dd#SpandauDef{ top: 113px; left: 44px; }
	dd#SpandauDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#SpandauDef a span{ display: none; }

	dd#WaltherSchreiberDef{ top: 175px; left: 84px; }
	dd#WaltherSchreiberDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#WaltherSchreiberDef a span{ display: none; }

	dd#KoepenickDef{ top: 177px; left: 238px; }
	dd#KoepenickDef a{ position: absolute; width: 15px; height: 15px; text-decoration: none; }
	dd#KoepenickDef a span{ display: none; }
}
@media only screen and (max-width: 420px) {
	/* forms */
	.wpcf7-recaptcha {
		position: relative;
		left: -14px;
	}
	.category-aktuelles a.alignright, img.alignright {
	    width: 100%;
    }
}




/* side project social media buttons */

.buttonsSocialRight {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 100
}

.buttonsSocialRight .buttonRight {
    width: 73px;
    height: 73px;
    background-color: #dbbf00;
    margin-bottom: 10px;
    -o-transition: width 0.15s ease-in-out;
    -ms-transition: width 0.15s ease-in-out;
    -moz-transition: width 0.15s ease-in-out;
    -webkit-transition: width 0.15s ease-in-out;
    float: right;
    clear: right;
    cursor: pointer;
}
.buttonsSocialRight .buttonNL:hover, 
.buttonsSocialRight .buttonMM:hover, 
.buttonsSocialRight .buttonMI:hover, 
.buttonsSocialRight .buttonFB:hover, 
.buttonsSocialRight .buttonTW:hover {
    width: 90px;
}


/* Print Styles */
@media print {
	body { 
		background:white;
		color:black;
		margin:0;
		font-size: 12pt;
	}
	.single h1.entry-title, .category h1.entry-title, .subhead {
		font-size: 16pt;
		color: #000;
	}
	
	.single h2, .page h2, .category-infoblaetter h2, .category-mm0612 h2 {
		font-size: 15pt;
		color: #000;
	}	
	
	.stand {
		font-size: 11pt;
	}
	.site-inner,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	header,
	footer,
	.info_header,
	.breadcrumb,
	.nav-primary,
	.site-inner aside,
	.shariff { 
		display: none; 
	}
	header.entry-header {
		display: block;
	}
	.buttonsSocialRight {
		display: none;
	}
}


@media (max-width: 870px) {
	
	.buttonsSocialRight {
		right: 5%;
		top: inherit;
		bottom: 0;
	}	

	.buttonsSocialRight .buttonRight {
		margin: 0 2px;
		float: left;
		clear: none;
	}
	.buttonsSocialRight .buttonRight:before {
		height: 50px;
		line-height: 50px;
	}
	
	.buttonsSocialRight .buttonNL,
	.buttonsSocialRight .buttonMM,
	.buttonsSocialRight .buttonMI,
	.buttonsSocialRight .buttonFB,
	.buttonsSocialRight .buttonTW {
		width: 50px;
		height: 50px;
	}
	
	.buttonsSocialRight .buttonNL:hover,
	.buttonsSocialRight .buttonMM:hover,
	.buttonsSocialRight .buttonMI:hover,
	.buttonsSocialRight .buttonFB:hover,
	.buttonsSocialRight .buttonTW:hover {
		width: 50px;
		height: 60px;
		margin-top: -10px;
	}
	
}