/*
Theme Name: VIFA Claudia Deters Immobilien
Author: Mathias Erdmann, Erdmann Medien
Author URI: http://www.erdmann-nedien.de/
Description: Individuelles Theme f&uuml;r VIFA Claudia Deters Immobilien, Meppen
Version: 1.0
License: All rights reserved
Text Domain: vifadeters

*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - Navigation Menu
 *   6.3 - Adressenbox
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * 10.0 - WP Admin
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] { display: none; }
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
body {
	color: #3B3535;
	line-height: 1;
	margin: 0;
}
a {
	color: #B1030F;
	text-decoration: none;
}
a:focus { outline: thin dotted; }
a:active, a:hover {
	color: #B1030F;
	outline: 0;
	text-decoration: underline;
}
a[rel=lightbox] {
	cursor: url('images/lupe.cur'), pointer;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Arial Narrow", "Arial", sans-serif; 
	font-weight: bold; 
	font-stretch: condensed;
	line-height: 1.3;
	color: #B1030F;
}
h1 {
	font-size: 22px;
	margin: 20px 0;
}
h2 {
	font-size: 16px;
	margin: 24px 0 14px 0;
}
h3 {
	font-size: 16px;
	margin: 24px 0 14px 0;
}
h4 {
	font-size: 14px;
	margin: 24px 0 14px 0;
}
h5 {
	font-size: 13px;
	margin: 24px 0 14px 0;
}
h6 {
	font-size: 12px;
	margin: 24px 0 14px 0;
	text-transform: uppercase;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
p {
	margin: 0 0 20px 0;
	line-height: 190%;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small { font-size: smaller; }
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dl { margin: 0 20px; }
dt { font-weight: bold; }
dd { margin: 0 0 20px; }
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
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-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del { color: #333; }
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clearfloat,
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button, input, textarea {
	border: 1px solid #D3D4D4;
	font-family: inherit;
	padding: 5px;
}
input, textarea {
	color: #141412;
}
input:focus, textarea:focus {
	border: 1px solid #B1030F;
	outline: 0;
}
/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover, button:focus,
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder { color: #7d7b6d; }
:-moz-placeholder { color: #7d7b6d; }
::-moz-placeholder { color: #7d7b6d; }
:-ms-input-placeholder { color: #7d7b6d; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
body {
	background: url(images/bg_body.png) 0 0 repeat-x;
	font-size: 13px;
}
.site {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.site-main {
	position: relative;
	margin: 25px 0 0 0;
}
.site-main .sidebar-container {
	width: 270px;
	float: left;
	position: relative;
	margin: 0 0 0 2px;
}	
.content-area {
	width: 716px;
	/*margin-left: 282px;*/
	float: right;
	margin: 0 2px 0 0;
	padding: 359px 0 30px 0;
}
.site-footer {
	clear: both;
	height: 100px;
	border-top: solid 1px #BFBFC0;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
#masthead {
	width: 100%;
	height: 144px;
	background: url(images/bg_header_square.png) 6px 123px no-repeat, url(images/bg_header.png) top left repeat-x #FFFFFF;
}
.homelink {
	width: 280px;
	height: 144px;
	float: right;
	background: url(images/claudia-deters-immobilien.png) 0 0 no-repeat;
	margin: 0 0 25px 0;
}
.site-title {
	display: none;
}
.site-description {
	display: none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.hentry {
	padding: 0;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
#headerslider {
	width: 716px;
	height: 359px;
	position: absolute !important;
	top: 0;
	left: 282px;
}
.meteor-slides {
	width: 716px;
	height: 359px;
	position: absolute !important;
	top: 0;
	left: 282px;
}
.meteor-slides img {
	margin: 0;
	padding: 0;
}
.entry-title {
	font-family: "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: bold; 
	font-stretch: condensed;
	margin: 35px 0 -30px 11px;
}
.entry-title-immo-single {
	color: #000;
	margin: 49px 0 18px 11px;
}
.objektid {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #3B3535;
}
/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
 
/* nicht verwendet */

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	margin: 0 0 0 11px;
	line-height: 180%;
	text-align: justify;
}
.entry-content ul,
.entry-content ol {
	margin: -5px 0 15px 0;
	overflow: hidden; /* prevent list floating around an image */
}
.entry-content li {
	margin-top: 5px;
}
/* Beitragsbild floaten */
.page .entry-content .wp-post-image {
	float: left;
	padding: 0;
	margin: 48px 15px 15px 0;
}
/* Immobilienverzeichnis */

iframe {border: solid 1px white; overflow: scroll;}

.immo .entry-thumbnail {
	width: 142px;
	float: left;
	margin: 0 20px 0 0;
}
.immo-single .entry-thumbnail a {
	cursor: url('images/lupe.cur'), pointer;
}
.immo .entry-thumbnail img {
	border: solid 1px #000;
}
dl.vermietung,
dl.verkauf {
	width: 250px;
	margin: 0;
}
dl.vermietung.links,
dl.verkauf.links {
	float: left;
}
dl.vermietung.rechts,
dl.verkauf.rechts {
	float: right;
}
dl.vermietung dt,
dl.verkauf dt {
	float: left;
	font-weight: normal;
}
dl.vermietung dd,
dl.verkauf dd {
	text-align: right;
	margin: 0;
}
dl.vermietung dd:after,
dl.verkauf dd:after {
  display: table;
  content: "";
  clear: both;
}
dl.links dt,
dl.links dd,
dl.rechts dt,
dl.rechts dd {
	font-family: "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-size: 14px;
	line-height: 1.3;
}
.immobilder {
	margin: 30px 0;
}
.immobilder a {
	cursor: url('images/lupe.cur'), pointer;
}
.immobilder img {
	float: left;
	margin: 0 20px 20px 0;
	width: 122px;
	height: 92px;
	border: solid 1px #000;
}
.immobilder a img {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	transition: all 0.2s;
}
.immobilder a:hover img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.immoinfo {
	margin: 16px 0 4px 0;
}
.immoinfobox {
	width: 100%;
	min-height: 80px;
	background-color: #ccc;
	padding: 10px;
}
.immoinfobox table {
	width: 70%;
	border: none;
}
.immoinfobox td {
	border: none;
	padding: 0;	
	font-size: 13px;
}

/* Icon für Druckversion/ PDF */
.printicon {
	display: block;
	float: right;
}
.printicon a {
	width: 32px;
	height: 16px;
	background: url(images/print_pdf.gif) 100% 0 no-repeat;
	font-size: 11px;
	padding: 0 36px 7px 0;
	font-weight: normal;
	text-decoration: none;
}

/* Kontaktformular */
.wpcf7-form {
	padding: 10px 0 10px 40px;
}
.wpcf7-form label {
	display: inline-block;
	width: 100px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	width: 300px;
	margin: 2px 0;
}
.wpcf7-form .ort input {
	width: 234px;
}
.wpcf7-form .plz input {
	width: 60px;
	margin-right: 2px;
}
.wpcf7-form .mitteilung {
	margin-left: 100px;
}
.wpcf7-form input[type="submit"] {
	width: auto;
	margin: 20px 0 0 100px;
	background: #B1030F; 
	border: solid 1px #B1030F;
	border-radius: 5px;
	color: #fff;
	padding: 7px 10px;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
	background: #FFF; 
	color: #B1030F;
}
.wpcf7-form input[type="submit"]:active {
	background: #D3D4D4; 
	color: #B1030F;

}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
 
 /* nicht verwendet */
 
 /**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
}
.attachment .entry-title {
}
.attachment .entry-meta {
}
.attachment .entry-content {
}
.image-navigation {
	margin: 0 auto;
	max-width: 500px;
	position: relative;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 300px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .site-main .sidebar-container {
	display: none;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
 
 /* nicht verwendet */
 
 
/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
 
  /* nicht verwendet */
  

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */
.archive-title {
	font-family: "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: bold; 
	font-stretch: condensed;
	margin: 35px 0 -30px 11px;
}
.entry-title-immo {
	margin: 49px 0 18px 11px;
}
.entry-title-immo a {
	color: #000;
}
.entry-title-immo a:hover {
	color: #B1030F;
}
a.immodetailsbutton {
	display: inline-block;
	background-color: #B1030F;
	border: solid 1px #B1030F;
	border-radius: 5px;
	padding: 0 7px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 160px;
}
a:hover.immodetailsbutton {
	background-color: #FFF;
	color: #B1030F;
	text-decoration: none;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

/* nicht verwendet */


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-header {
}
.error404 .page-title {
}
.error404 .page-wrapper {
}
.error404 .page-header,
.error404 .page-content {
	margin: 48px 0 0 11px;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

/* nicht verwendet */


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

/* nicht verwendet */

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	font-size: 14px;
}
.widget .widget-title {
	display: none;
}

/**
 * 6.2 Navigation Menu
 * ----------------------------------------------------------------------------
 */
#nav_menu-2 {
	width: 270px;
	min-height: 359px;
	background-color: #B1030F;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
ul#menu-hauptmenue,
div#menu-hauptmenue > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu-hauptmenue ul {list-style: none; }
#menu-hauptmenue li a {
	color: #FFFFFF;
	display: block;
	font-family: "HelveticaNeue-CondensedMedium", "HelveticaNeueMediumCondensed", "HelveticaNeue-Medium-Condensed", "Helvetica Neue Medium Condensed", "HelveticaNeue MediumCond", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif; 
	font-weight: bold; 
	font-size: 19px;
	line-height: 1;
	padding: 17px 0 17px 65px;
	text-decoration: none;
	background: url(images/nav_list_img.png) 30px 17px no-repeat;
}
#menu-hauptmenue li:hover > a,
#menu-hauptmenue li a:hover {
	color: #ccc;
	background: url(images/nav_list_img_hover.png) 30px 17px no-repeat;
}
#menu-hauptmenue .current_page_item > a,
#menu-hauptmenue .current_page_ancestor > a,
#menu-hauptmenue .current-menu-item > a,
#menu-hauptmenue .current-menu-ancestor > a,
.single-immobilien #menu-hauptmenue .menu-item-70 > a, /* Punkt "Vermieten" auf Objektseite */
.postid-275 #menu-hauptmenue .menu-item-311 > a /* Punkt "Verkauf" auf Objektseite */ {
	color: #ccc;
	background: url(images/nav_list_img_hover.png) 30px 17px no-repeat;
}
.postid-275 #menu-hauptmenue .menu-item-70 > a {
	color: #FFFFFF;
	background: url(images/nav_list_img.png) 30px 17px no-repeat;
}
#menu-hauptmenue li li a {padding: 7px 0 7px 65px; background-position: 30px 7px;}
#menu-hauptmenue li li:hover a {background-position: 30px 7px;}
#menu-hauptmenue-toggle {
	display: none;
}

/**
 * 6.3 Adressenbox
 * ----------------------------------------------------------------------------
 */
#text-2 {
	width: 270px;
	background-color: #ccc;
	margin: 0 0 10px 0;
	padding: 20px 10px 4px 30px;
}
#text-2 p {
	padding: 0 0 0 27px;
	line-height: 145%;
	font-size: 14px;
	margin-bottom: 24px;
}
#text-2 p:first-child {
	background: url(images/triangle_red.png) 0 5px no-repeat;
}
#text-2 p.telefon {
	color: #B1030F;
}
#text-2 p.email a {
	color: #3B3535;
}
#text-2 p.email a:hover {
	color: #B1030F;
	text-decoration: underline;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer .sidebar-container {
	width: 800px;
	display: inline-block;
 }
#menu-footer-menue {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-footer-menue li {
	float: left;
}
#menu-footer-menue a {
	display: inline-block;
	height: 22px;
	font-size: 11px;
	padding: 10px 0 0 10px;
	text-align: center;
	text-decoration: none;
}
#menu-footer-menue a:hover {
	color: #B1030F;
	text-decoration: underline;
}
#menu-footer-menue a:after {
	content: '|';
	padding-left: 10px;
}
#menu-footer-menue li:first-child a:after,
#menu-footer-menue li:last-child a:after {
	content: '';
}	
#menu-footer-menue li.fblink a {
	background: url(images/fb.png) top left no-repeat;
	width: 22px;
	height: 22px;
	margin: 6px 0 0 0;
	text-indent:-9999px;
}
#menu-footer-menue li.fblink a span {
	display: none;
}
/* For IE8 */
#menu-footer-menue li.fblink a:after {
	content: '';
}
.site-footer p {
	font-size: 11px;
	color: #58585A;
	float: right;
	margin: 5px 0 0 0;
}
.site-footer a {
	color: #58585A;
}
.site-footer a:hover {
	color: #B1030F;
	text-decoration: underline;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 767px) {
	body {
		background-image: none;
		width: 100%;
		min-width: 568px;
	}
	.site-main .sidebar-container {
		width: 80%;
		float: none;
		margin: 20px auto;
	 }	
	.content-area {
		width: 100%;
		float: none;
		margin: 0;
		padding: 240px 10% 30px 10%;
	}
	.category-vermieten .content-area,
	.category-verkaufen .content-area,
	.single-immobilien .content-area {
		padding-top: 0;
	}
	#masthead {
		width: 100%;
		height: 144px;
		background-image: none;
	}
	.homelink {
		float: none;
		background: url(images/claudia-deters-immobilien.png) 0 0 no-repeat;
		margin: 0 auto 25px auto;
	}
	.meteor-slides {
		width: 80%;
		height: auto;
		top: 650px;
		left: 10%;
	}
	.category-vermieten .meteor-slides,
	.category-verkaufen .meteor-slides,
	.single-immobilien .meteor-slides,
	.category-vermieten #headerslider,
	.category-verkaufen #headerslider,
	.single-immobilien #headerslider,
	.page-id-778 .meteor-slides,
	.parent-pageid-778 .meteor-slides {
		display: none;
	}
	#nav_menu-2 {
		width: 80%;
		margin: 30px auto 10px auto;
	}
	#text-2 {
		width: 80%;
		margin: 0 auto 10px auto;
	}
}
@media (max-width: 567px) {
	body {
		min-width: 480px;
	}
	.site-main .sidebar-container {
		width: 90%;
	 }	
	#nav_menu-2 {
		width: 90%;
	}
	#text-2 {
		width: 90%;
	}
	
}
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
	body {
		min-width: 980px;
	}

}
@media (max-width: 479px) {
	body {
		min-width: 320px;
	}
	.site-main .sidebar-container {
		width: 98%;
	 }	
	#nav_menu-2 {
		width: 98%;
	}
	#text-2 {
		width: 98%;
	}
	.content-area {
		padding-top: 150px;
	}
	
}

@media (max-width: 319px) {
	body {
		min-width: 240px;
	}
	
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
	body {
		color: #000;
		background: none;
	}
	a {
		color: #B1030F;
		text-decoration: underline;
	}
	.site {
		background-color: #FFFFFF;
		margin: 0 auto;
		width: 100%;
		max-width: auto;
	}
	.site-main .sidebar-container {
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
	}	
	.content-area {
		width: 95%;
		float: none;
		margin: 0;
		padding: 0;
	}
	.site-footer {
		display: none;
	}
	#masthead {
		width: 100%;
		height: 144px;
		background: none;
	}
	.site-title {
		display: block;
		position: absolute;
		left: 11px;
		top: 60px;
		font-size: 18px;
		color: #000;
	}
	.site-title a {
		text-decoration: none;
	}
	#headerslider {
		display: none;
	}
	.meteor-slides {
		display: none;
	}
	dl.vermietung,
	dl.verkauf {
		width: 250px;
		margin: 0 0 0 50px;
		line-height: 130%;
	}
	dl.vermietung.rechts,
	dl.verkauf.rechts {
		float: left;
	}
	.leer {
		display: none;
	}
	.immoinfobox {
		background-color: #FFF;
	}
	#nav_menu-2 {
		display: none;
	}
	#text-2 {
		background-color: #FFF;
		padding: 0 0 0 11px;
	}

}

/**
 * 10.0 WP-Admin
 * ----------------------------------------------------------------------------
 */
/* "Upload"-Button für Bilder bei Immobilienerfassung ausblenden */
.post-type-immobilien .form-wrap {
	color: red !important;
}