/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*****************************************************************************/
/* @Base */
/*****************************************************************************/
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

hr {
  background-color: transparent;
  border: solid #000;
  border-width: 1px 0 0;
  clear: both;
}

figure {
  display: inline-block;
  width: 100%;
}
figure img {
  display: block;
  width: 100%;
}

ul {
  list-style: disc;
}

nav ul {
  list-style: none;
}

img {
  display: block;
}

/*****************************************************************************/
/* @States */
/*****************************************************************************/
.is-hidden {
  display: none !important;
}

.is-hidden, .is-invisible {
  visibility: hidden !important;
}

.is-active, .is-visible {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/*****************************************************************************/
/* @Grids */
/*****************************************************************************/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}

.column.omega, .columns.omega {
  margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px;
}

.container .two.columns {
  width: 100px;
}

.container .three.columns {
  width: 160px;
}

.container .four.columns {
  width: 220px;
}

.container .five.columns {
  width: 280px;
}

.container .six.columns {
  width: 340px;
}

.container .seven.columns {
  width: 400px;
}

.container .eight.columns {
  width: 460px;
}

.container .nine.columns {
  width: 520px;
}

.container .ten.columns {
  width: 580px;
}

.container .eleven.columns {
  width: 640px;
}

.container .twelve.columns {
  width: 700px;
}

.container .thirteen.columns {
  width: 760px;
}

.container .fourteen.columns {
  width: 820px;
}

.container .fifteen.columns {
  width: 880px;
}

.container .sixteen.columns {
  width: 940px;
}

.container .one-third.column {
  width: 300px;
}

.container .two-thirds.column {
  width: 620px;
}

/* Offsets */
.container .offset-by-one {
  padding-left: 60px;
}

.container .offset-by-two {
  padding-left: 120px;
}

.container .offset-by-three {
  padding-left: 180px;
}

.container .offset-by-four {
  padding-left: 240px;
}

.container .offset-by-five {
  padding-left: 300px;
}

.container .offset-by-six {
  padding-left: 360px;
}

.container .offset-by-seven {
  padding-left: 420px;
}

.container .offset-by-eight {
  padding-left: 480px;
}

.container .offset-by-nine {
  padding-left: 540px;
}

.container .offset-by-ten {
  padding-left: 600px;
}

.container .offset-by-eleven {
  padding-left: 660px;
}

.container .offset-by-twelve {
  padding-left: 720px;
}

.container .offset-by-thirteen {
  padding-left: 780px;
}

.container .offset-by-fourteen {
  padding-left: 840px;
}

.container .offset-by-fifteen {
  padding-left: 900px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  .container .one.column,
  .container .one.columns {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 172px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }

  .container .offset-by-two {
    padding-left: 96px;
  }

  .container .offset-by-three {
    padding-left: 144px;
  }

  .container .offset-by-four {
    padding-left: 192px;
  }

  .container .offset-by-five {
    padding-left: 240px;
  }

  .container .offset-by-six {
    padding-left: 288px;
  }

  .container .offset-by-seven {
    padding-left: 336px;
  }

  .container .offset-by-eight {
    padding-left: 384px;
  }

  .container .offset-by-nine {
    padding-left: 432px;
  }

  .container .offset-by-ten {
    padding-left: 480px;
  }

  .container .offset-by-eleven {
    padding-left: 528px;
  }

  .container .offset-by-twelve {
    padding-left: 576px;
  }

  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*****************************************************************************/
/* @Typography */
/*****************************************************************************/
body {
  font-family: "PT Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  color: #4e4e4e;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 0.9em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #5496c7;
  line-height: 1;
}

h1 {
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.75em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.3125em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  margin-bottom: 1.5em;
}
p.lead {
  font-size: 1.3125em;
  line-height: 1.5em;
}

a {
  color: #5496c7;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover, a:focus {
  color: #e85f46;
}

/*****************************************************************************/
/* @Buttons */
/*****************************************************************************/
input[type="submit"] {
  border: none;
  -webkit-apperance: none;
}

.btn-blue, #simple-contact-form input[type="submit"], .btn-huge {
  display: block;
  padding: 10px 34px;
  text-align: center;
  font-size: 1em;
  margin: 1em 0;
}

.btn-blue, #simple-contact-form input[type="submit"] {
  background-color: #5395c7;
  -moz-box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyMCAzNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDUwZDEzIiBzdG9wLW9wYWNpdHk9IjAuMjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMjAiIGhlaWdodD0iMzUiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(6, 13, 19, 0.23) 0%, rgba(255, 255, 255, 0.23) 100%);
  background-image: -o-linear-gradient(bottom, rgba(6, 13, 19, 0.23) 0%, rgba(255, 255, 255, 0.23) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(6, 13, 19, 0.23) 0%, rgba(255, 255, 255, 0.23) 100%);
  background-image: linear-gradient(bottom, rgba(6, 13, 19, 0.23) 0%, rgba(255, 255, 255, 0.23) 100%);
  color: #fff;
  font-family: "PT Sans", sans-serif;
  text-shadow: 0 1px 0 rgba(6, 13, 19, 0.75);
}
.btn-blue:hover, #simple-contact-form input[type="submit"]:hover {
  box-shadow: inset 0 40px 10px rgba(255, 255, 255, 0.1);
  color: white;
}

.btn-huge {
  padding: 1em;
  border: 2px solid #5496c7;
  font-size: 1.75em;
}
.btn-huge:hover, .btn-huge:active {
  background: #5496c7;
  color: white;
}

/*****************************************************************************/
/* @Forms */
/*****************************************************************************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  width: 100%;
  padding: 13px;
  font-size: inherit;
  outline: none;
  border: none;
  -webkit-apperance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
  height: 2.1875em;
}

/*****************************************************************************/
/* @Print */
/*****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/*****************************************************************************/
/* @Fonts */
/*****************************************************************************/
@font-face {
  font-family: 'icomoon';
  src: url("https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/fonts/icomoon.eot");
  src: url("https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/fonts/icomoon.ttf") format("truetype"), url("https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/fonts/icomoon.woff") format("woff"), url("https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\6d";
}

.icon-phone:before {
  content: "\70";
}

.icon-location:before {
  content: "\6c";
}

/*****************************************************************************/
/* @General */
/*****************************************************************************/
html, body {
  height: 100%;
  background: #f2f2f2;
}

/*****************************************************************************/
/* Side Line */
/*****************************************************************************/
.site-line {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 8px;
  height: 100%;
  background: #df3a1c;
}

/*****************************************************************************/
/* Header */
/*****************************************************************************/
.masthead {
  width: 100%;
  background: white;
}

.site-branding img {
  width: 100%;
  float: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .site-branding img {
    width: 161px;
    float: none;
    margin: 15px auto;
  }
}

.nav-primary ul {
  margin: 0;
  padding: 0;
}
.nav-primary #select-menu {
  display: none;
  width: 100%;
  line-height: 35px;
  margin: 15px 0 0 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .nav-primary #select-menu {
    display: block;
  }
}

#menu-primary a {
  display: block;
  color: #5496c7;
}
#menu-primary li:hover ul {
  opacity: 1;
  visibility: visible;
}
#menu-primary > li:hover > a {
  background: #F2F2F2;
  border-top: 4px solid #df3a1c;
}
#menu-primary > li {
  float: left;
  height: 100px;
}
#menu-primary > li.current-menu-item > a {
  background: #F2F2F2;
  border-top: 4px solid #df3a1c;
  font-weight: 700;
  color: #df3a1c;
}
#menu-primary > li:last-child {
  margin-right: 0;
}
#menu-primary > li > a {
  height: 100%;
  padding: 0 32px;
  font-size: 1em;
  line-height: 100px;
  border-top: 4px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#menu-primary ul {
  position: relative;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: white;
  border-top: 4px solid #df3a1c;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#menu-primary ul a {
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#menu-primary ul a:hover {
  background: #f2f2f2;
}

/*****************************************************************************/
/* @Footer */
/*****************************************************************************/
.page-footer {
  display: inline-block;
  width: 100%;
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/bg-footer.jpg) center center;
  background-size: cover;
}

.bottom-parts h3 {
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: 400;
  color: gray;
  text-shadow: 0 1px 0 rgba(6, 13, 19, 0.75);
}

.contact-info {
  color: white;
}
.contact-info a {
  color: white;
}
.contact-info a:hover {
  color: #5496c7;
}
.contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info i {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 15px;
  font-family: 'icomoon';
  font-style: normal;
  font-size: 21px;
  color: #df3a1c;
}
.contact-info li {
  font-size: 0.8125em;
}

.contact-map iframe {
  height: 200px;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.contact-map iframe:hover {
  opacity: 0.9;
}

.aktuelles {
  color: white;
}
.aktuelles a {
  color: white;
}
.aktuelles a:hover {
  color: #5496c7;
}
.aktuelles ul {
  padding: 0;
}
.aktuelles li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  list-style: none;
  border-bottom: 1px solid gray;
}
.aktuelles li:last-child {
  border: none;
}
.aktuelles li h3 {
  margin: 0 0 0 0;
}
.aktuelles .date {
  font-size: 0.8125em;
  color: gray;
}

.very-bottom {
  height: 50px;
  text-align: center;
  color: #797979;
  background: #202020;
  line-height: 50px;
  font-size: .8em;
}
.very-bottom p {
  margin-bottom: 0;
  font-size: .9em;
}
.very-bottom a {
  color: #797979;
}
.very-bottom a:hover {
  color: #5496c7;
}

/*****************************************************************************/
/* @Home */
/*****************************************************************************/
.big-text-slide {
  position: relative;
  width: 100%;
  height: 370px;
  padding: 145px 0 0 0;
  text-shadow: 0 1px 0 rgba(6, 13, 19, 0.75);
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/big-text-slide-bg.jpg) center center;
}
.big-text-slide h1 {
  margin: 0 0 -15px 0;
  font-size: 2.625em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  color: white;
}
.big-text-slide h1 br {
  display: none;
}
.big-text-slide h2 {
  color: #cecece;
  text-align: center;
  font-weight: 400;
  font-size: 1.3125em;
  line-height: 1.333333333em;
}

.home-teaser {
  width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 5px solid #cecece;
}
.home-teaser h2 {
  margin-top: 1.4em;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 400;
}

.about-melanie {
  background: #e6e6e6;
  padding: 40px 0;
}
.about-melanie h3 {
  color: #df3a1c;
  margin: 0;
}
.about-melanie img {
  max-width: 160px;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
}

.officehours {
  display: block;
  padding: 0 0 0 35px;
}


/*****************************************************************************/
/* @Unterseiten Global */
/*****************************************************************************/
.header-img-container {
  width: 100%;
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/bg-dark.jpg) repeat;
}

.header-img {
  width: 100%;
  max-width: 1280px;
  height: 340px;
}

.text-container {
  padding-bottom: 2.625em;
}
.text-container p {
  margin-top: 0;
}

.secondary-box {
  background: #e6e6e6;
}

/*****************************************************************************/
/* @Das Unternehmen */
/*****************************************************************************/
.header-img.unternehmen {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-unternehmen.jpg) center right no-repeat;
  background-size: cover;
}

/*****************************************************************************/
/* @Unsere Leistungen */
/*****************************************************************************/
.text-container {
  zoom: 1;
  padding: 0 0 2em 0;
}
.text-container:before, .text-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.text-container:after {
  clear: both;
}
.text-container .btn.btn-blue, .text-container #simple-contact-form input.btn[type="submit"], #simple-contact-form .text-container input.btn[type="submit"] {
  float: right;
  text-align: center;
}
.text-container h2 {
  font-weight: 400;
}
.text-container p.lead {
  font-size: 1.3125em;
}

.header-img.leistungen-overview {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-leistungen-overview.jpg) center no-repeat;
}

.header-img.verwaltung {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-verwaltung.jpg) center no-repeat;
}

.header-img.vermietung {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-vermietung.jpg) center no-repeat;
}

.header-img.vermittlung {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-vermittlung.jpg) center no-repeat;
}

.header-img.details {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-details.jpg) center no-repeat;
}

.header-img.verguetung {
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/header-img-verguetung.jpg) center no-repeat;
}

@media screen and (max-width: 768px) {
  .text-container .lead,
  .text-container h2,
  .text-container .panel {
    margin-bottom: 1em !important;
  }
  .text-container .btn.btn-blue, .text-container #simple-contact-form input.btn[type="submit"], #simple-contact-form .text-container input.btn[type="submit"] {
    margin: 1em 0;
  }
}
.panel {
  padding: 1.5em;
  background: #e5e5e5;
  margin-bottom: 1em;
}
.panel > h3 {
  margin-top: 0;
}
.panel p:last-child {
  margin-bottom: 0;
}

.leistungen-overview h1, .leistungen-overview p.lead {
  text-align: center;
}
.leistungen-overview .light {
  color: #b4b4b4;
}
.leistungen-overview .btn-huge {
  margin-bottom: 1em;
}

/*****************************************************************************/
/* @Modul M2 */
/*****************************************************************************/
.details li p {
  margin-bottom: 1em;
  line-height: 1.4em;
}
.details .text-container {
  padding-top: 0;
}
.details .about-melanie {
  border-top: 5px solid #cecece;
}
.details .btn {
  float: right;
}
.details li li {
  list-style-type: circle;
  line-height: 1em;
}

/*****************************************************************************/
/* @Blog */
/*****************************************************************************/
.blog .post {
  margin-bottom: 2em;
  border-bottom: 5px solid #cecece;
  zoom: 1;
}
.blog .post:before, .blog .post:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.blog .post:after {
  clear: both;
}
.blog .post:last-child {
  border: none;
}
.blog .post .single-post-date {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .blog .post .single-post-date {
    text-align: center;
  }
}
.blog h2 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blog h2 {
    text-align: center;
  }
}
.blog .btn-blue, .blog #simple-contact-form input[type="submit"], #simple-contact-form .blog input[type="submit"] {
  float: right;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .blog .btn-blue, .blog #simple-contact-form input[type="submit"], #simple-contact-form .blog input[type="submit"] {
    float: none;
    width: 100%;
    display: block;
  }
}

/*****************************************************************************/
/* @Single Post */
/*****************************************************************************/
.single-post {
  padding-bottom: 2.5em;
}
.single-post h1 {
  margin-bottom: .3em;
}
@media screen and (max-width: 768px) {
  .single-post h1, .single-post .single-post-date {
    text-align: center;
  }
}

.single-post-date {
  font-size: 1.2em;
  color: #cecece;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .single-post-date {
    font-size: 1em;
  }
}

.single-box {
  padding: .5em 2em;
  background: white;
  margin: 1em 0;
}

/*****************************************************************************/
/* @Downloads */
/*****************************************************************************/
.download-list {
  zoom: 1;
  padding: 0;
  min-height: 500px;
}
.download-list:before, .download-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.download-list:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .download-list {
    min-height: 1px;
  }
}
.download-list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .download-list li {
    margin-bottom: 20px !important;
  }
}
.download-list .single-box {
  margin-top: 0;
}
.download-list a {
  display: block;
  margin-bottom: 1em;
}
.download-list a:before {
  content: "";
  display: block;
  float: left;
  margin-right: 0.5em;
  width: 32px;
  height: 24px;
  background: url(https://jm-immobilienverwaltung.de/wordpress/wp-content/themes/jm-immobilien/img/sprite.jpg) no-repeat;
}
.download-list a[href$=".docx"]:before,
.download-list a[href$=".doc"]:before {
  background-position: -50px -30px;
}
.download-list a[href$=".pdf"]:before {
  background-position: -50px 0;
}
.download-list a[href$=".zip"]:before {
  background-position: 0 -30px;
}
.download-list a[href$=".xls"]:before {
  background-position: 0 0;
}

/*****************************************************************************/
/* @contact */
/*****************************************************************************/
.contact-map {
  width: 100%;
}
.contact-map .google-map {
  width: 100%;
  height: 300px;
}

.contact-information {
  margin-bottom: 2em !important;
}

#simple-contact-form fieldset {
  border: none;
  padding: 0;
}
#simple-contact-form input[type="text"],
#simple-contact-form input[type="email"],
#simple-contact-form textarea {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0.5em 0;
  padding: 0.5em;
}
#simple-contact-form input[type="text"]:focus,
#simple-contact-form input[type="email"]:focus,
#simple-contact-form textarea:focus {
  border: 1px solid #7aaed4;
  box-shadow: 0 0 3px #7aaed4;
}
#simple-contact-form textarea {
  resize: vertical;
}
#simple-contact-form input[type="submit"] {
  margin: 1em 0;
  float: right;
}

/*****************************************************************************/
/* @Haftungsauschluss */
/*****************************************************************************/
.haftungsauschluss {
  margin: 2em 0;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  height: 100%;
}

.bx-controls-direction a {
  color: white;
}

.bx-prev,
.bx-next {
  position: absolute;
  top: 60%;
  width: 16px;
  height: 26px;
  font-family: 'icomoon';
  font-size: 1.2em;
  opacity: 0.7;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}
.bx-prev:hover,
.bx-next:hover {
  opacity: 0.9;
}

.bx-prev {
  left: 0;
}

.bx-next {
  right: 0;
}

.bx-pager {
  position: absolute;
  bottom: -30px;
  margin-left: -33px;
  left: 50%;
  text-align: center;
}
.bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}
.bx-pager a {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx-pager a.active {
  background: #5496c7;
  border-color: white;
}

/*****************************************************************************/
/* smaller than iPad */
/*****************************************************************************/
@media screen and (max-width: 960px) {
  .site-line {
    display: none;
  }

  #menu-primary > li {
    margin-right: 0;
    height: 80px;
  }
  #menu-primary > li > a {
    padding: 0 15px;
    line-height: 100px;
  }
  #menu-primary ul a {
    line-height: 40px;
  }

  .bx-controls-direction {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu-primary {
    display: none;
  }

  .page-footer {
    text-align: center;
  }

  .very-bottom {
    height: auto;
  }

  .big-text-slide {
    padding: 35px 0 0 0;
    height: 180px;
  }
  .big-text-slide h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .big-text-slide h1 br {
    display: block;
  }
  .big-text-slide h2 {
    font-size: 1em;
    max-width: 90%;
  }
  .big-text-slide h2 br {
    display: none;
  }
  .big-text-slide .bx-controls-direction,
  .big-text-slide .bx-pager {
    display: none;
  }

  .about-melanie {
    padding: 20px 0;
  }
  .about-melanie img {
    margin: 0 auto 1.5em auto;
  }

  .header-img-container {
    width: 100%;
  }

  .header-img {
    height: 180px;
    width: 100%;
    background-position: center right !important;
    background-size: cover !important;
  }

  .text-container {
    padding-top: 2.625em;
  }
  .text-container h1 {
    margin-bottom: 1em !important;
  }
  .text-container p br {
    display: none;
  }

  .details h1 {
    text-align: center;
    line-height: 1.2em;
    margin: 1em 0 !important;
  }
  .details ul {
    margin: 0 !important;
    padding: 0 0 0 1em;
  }
}
/*****************************************************************************/
/* iPhone */
/*****************************************************************************/
@media screen and (max-width: 480px) {
  .contact-map iframe {
    display: none !important;
  }

  .very-bottom {
    font-size: 0.8em;
  }

  .big-text-slide h1 {
    font-size: 1.75em;
  }
  .big-text-slide h2 {
    font-size: 0.9em;
  }
}

/*ADD TOBI*/
.team-image {
	float:left;
	margin-right:20px;
}

.team-image img {
  max-width: 160px;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  box-shadow: 0 1px 2px rgba(6, 13, 19, 0.3);
  float:left;
}

.team-text {
	float:left;
	height:130px;
}

.team-text h3 {
	margin-top:0;
	color:#df3a1c;
}

.team-taetigkeit ul {
	padding-left:15px !important;
	margin-top:0 !important;
}

@media screen and (max-width: 960px) {
.team-image {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	margin-top:40px;
}

.team-text {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
}

.no-bottom-margin {
	margin-bottom:0 !important;
}

.no-top-margin {
	margin-top:0 !important;
}

.bottom-margin-40 {
	margin-bottom:40px;
}

.team-taetigkeit {
	float:left;
}