/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
 
 input::-moz-focus-inner {
  border: 0;
  outline: none; }

a:focus, a:active {
  outline: none; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

:focus {
  outline: none; }

object, embed, a, *:focus, select:focus {
  outline: 0; }



table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  background: #f8f5e9;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #444;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hide {
  display: none; }

.hide.active, .show {
  display: block; }

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

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

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

.align-left {
  float: left; }

.align-right {
  float: right; }

.row {
  width: 100%; }
  .row:after,.hello-world:after, .contactform:after {
    clear: both;
    display: block;
    content: '';
    line-height: 0; }
  .row .cloud7 {
    display: block;
    float: left; }
    .row .cloud7 .column-inner {
      padding: 40px; }

.column-1 {
  width: 8.33333%; }

.column-2 {
  width: 16.66667%; }

.column-3 {
  width: 25%; }

.column-4 {
  width: 33.33333%; }

.column-5 {
  width: 41.66667%; }

.column-6 {
  width: 50%; }

.column-7 {
  width: 58.33333%; }

.column-8 {
  width: 66.66667%; }

.column-9 {
  width: 75%; }

.column-10 {
  width: 83.33333%; }

.column-11 {
  width: 91.66667%; }

.column-12 {
  width: 100%; }


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


.btn {
  padding: 10px 16px;
  margin-bottom: 1em;
  color: #fff;
  transition: background .15s;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 1px solid transparent; }
  .btn-large {
    font-size: 1.2em; }
  .btn-small {
    font-size: 12px; }
  .btn-bold {
    font-weight: bold; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-upper {
    text-transform: uppercase; }
  .btn-default {
    background-color: #931913;
    border-color: #7c1510; }
    .btn-default:hover, .btn-default:active {
      background: #7c1510; }
  .btn-success {
    background-color: #27ae60;
    border-color: #229955; }
    .btn-success:hover, .btn-success:active {
      background: #229955; }
  .btn-danger {
    background-color: #c0392b;
    border-color: #ab3326; }
    .btn-danger:hover, .btn-danger:active {
      background: #ab3326; }
  .btn-warning {
    background-color: #f1c40f;
    border-color: #dab10d; }
    .btn-warning:hover, .btn-warning:active {
      background: #dab10d; }
  .btn-info {
    background-color: #2980b9;
    border-color: #2472a4; }
    .btn-info:hover, .btn-info:active {
      background: #2472a4; }

body {
  background: #f8f5e9 url(../media/backgrounds/herbst.jpg) left bottom no-repeat fixed; }


body.herbst {
  background: #f8f5e9 url(../media/backgrounds/herbst.jpg) left bottom no-repeat fixed; }


body.fruehling {
  background: #f8f5e9 url(../media/backgrounds/fruehling.jpg) left bottom no-repeat fixed; }

body.sommer {
  background: #f8f5e9 url(../media/backgrounds/sommer.jpg) left bottom no-repeat fixed; }

body.winter {
  background: #f8f5e9 url(../media/backgrounds/winter.jpg) left bottom no-repeat fixed; }

body.weihnachten {
  background: #f8f5e9 url(../media/backgrounds/weihnachten.jpg) left bottom no-repeat fixed; }


#mobile-nav{
	display: none;
}
#container {
  display: block;
  width: 1024px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px; }
  #container header {
    background: #4c392a;
    height: 450px;
    position: relative; }
    #container header h1 {
      padding: 0;
      margin: 0;
      text-indent: -99999px;
      width: 140px;
      height: 140px;
      position: absolute;
      left: 40px;
      
      top: 0;
      z-index: 999;
      background: #fff;
      background: rgba(255, 255, 255, 0.95); }
      #container header h1 a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../media/logo.png) 50% no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        #container header h1 a {
          background: url(../media/logo@2x.png) 50% no-repeat;
          background-size: 90px 104px; } }
    #container header nav {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 9999;
      background: #fff; }
      #container header nav ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        #container header nav ul li {
          padding: 0;
          margin: 0;
          list-style: none;
          float: left;
          height: 56px; }
          #container header nav ul li a {
            display: block;
            height: 56px;
            line-height: 56px;
            padding: 0 20px;
            text-decoration: none;
            text-transform: uppercase;
            
  color: #444;
            border-bottom: 4px solid transparent;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #container header nav ul li a:hover {
              color: #931913;
              border-color: #931913; }
          #container header nav ul li.current-menu-item a {
            color: #931913;
            border-color: #931913; }
  #container section {
    background: #fff; }
    #container section article {
      border-right: 1px solid #f8f5e9;
      min-height: 480px; }
    #container section .highlight{
      padding: 0;
      margin: 0;
      font-style: italic;
      font-family: "ff-tisa-web-pro",serif;
      line-height: 1.3;
      color: #931913;
      font-size: 17px;
      }
      
        #container section h2 {
      padding: 0;
      margin: 0;
      font-style: italic;
      font-family: "ff-tisa-web-pro",serif;
      line-height: 1.3;
      color: #931913;
      margin-bottom: 40px;
      font-size: 24px;
      font-size: 1.5rem; }



      #container section h2 span {
      font-size: 1.3rem; 
        font-weight: normal; }
        
        #container section h3{
	        margin-top: 30px;
        }
    #container section p {
      line-height: 1.5;
      margin: 0 0 14px 0; }
  #container aside {
    text-align: center; }
    #container aside .widget {
      border-bottom: 1px solid #f8f5e9; }
      #container aside .widget.buttons {
        padding: 60px 0; }
      #container aside .widget.last {
        border: none;
        font-size: 12px;
        font-size: 0.75rem; }
        #container aside .widget.last .divider {
          padding: 0 6px; }
        #container aside .widget.last a {
          border: none; }
    #container aside hr.sep {
      width: 60px;
      margin: 30px auto;
      height: 0;
      border: none;
      border-top: 1px solid #f8f5e9; }
    #container aside h3 {
      padding: 0;
      margin: 0;
      margin-bottom: 15px;
      color: #931913;
      line-height: 14px;
      letter-spacing: 1px;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
    #container aside p {
      padding: 0;
      margin: 0; }
      #container aside p a, section p a {
        
  color: #444;
        text-decoration: none;
        border-bottom: 1px solid  #efefef;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #container aside p a:hover, section p a:hover {
          border-color: #931913;
          color: #931913; }
  #container .copyright {
    margin: 20px 12px 20px 0; }
  #container .accordion-component .item {
    margin-bottom: 14px; }
  #container .accordion-component h3 {
    background: #898a8a;
    display: block;
    color: #fff;
    padding: 6px 12px;
    margin: 0;
    line-height:20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer; }
    #container .accordion-component h3.open {
      background: #931913 }
  #container .accordion-component .item-content {
    display: none;
    padding: 8px 12px; }
    #container .accordion-component .item-content p {
      line-height: 1.5;
      margin: 0 0 14px  0; }





.contactform .item{
	width: 48%;
	float: left;
	margin-bottom: 10px;
	
}
.contactform .item.last{
	margin-left: 4%;
}
.contactform .item input[type="text"], .contactform .item input[type="email"], .contactform .item select{
	width: 100%;
	border: none;
	background: #efefef;
	padding: 10px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */-webkit-border-radius: 3px;
border-radius: 3px;

}
.contactform .wpcf7-form-control-wrap{
	margin-top: 5px;
	display: block;
}


.contactform .check .wpcf7-form-control-wrap{
	display: inline-block;
	width: 22px;
}

.contactform{
	width: 100%
}
.contactform textarea{
	width: 100%;
	border: none;
	background: #efefef;
	padding: 10px;  
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */-webkit-border-radius: 3px;
border-radius: 3px;

}

.contactform .wpcf7-not-valid-tip{
	font-size: 12px;
	margin-top: 6px;
	color: #931913
}

.contactform  input[type="submit"]{
	
	border: none;
	padding: 10px 16px;
margin-bottom: 1em;
color: #fff;
transition: background .15s;
text-decoration: none;
-webkit-border-radius: 3px;
border-radius: 3px;
letter-spacing: 1px;
border: 1px solid transparent;
font-size: 12px;
text-transform: uppercase;
background-color: #931913;
border-color: #7c1510;
float: right;
font-weight: 300;
}
.column-inner div.wpcf7-validation-errors{
	border: none;
	-webkit-border-radius: 3px;
border-radius: 3px;
background: #f8f5e9;
padding: 12px !important;
}

.contactform  input[type="submit"]:hover{
	background: #7c1510;
}


.hello-world{
	
}

.hello-world figure{
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
border: 3px solid #f8f5e9;
float: left;
-webkit-border-radius: 50%;
border-radius: 50%;

}

.hello-world figure{

}
.hello-world{
	margin-top: 40px;
}
.hello-world figure img{
	width: 100%;	
-webkit-border-radius: 50%;
border-radius: 50%;
	height: auto;
}
#container section .hello-world p{
	float: left;
	margin-left: 20px;
	   font-style: italic;
      font-family: "ff-tisa-web-pro",serif;
      line-height: 1.3;
      color: #444;
      margin-top: 46px;
}

.item-verkauf{
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid #f8f5e9; 
	
}

.item-verkauf:last-of-type{
	margin: 0;
	padding: 0;
	border: none;
}
#container section .item-verkauf h3
{
	margin: 0 0 14px 0;
	padding: 0;
}
.item-verkauf figure{
	margin: 0;
	padding: 0;
	float: left;
	width: 30%;
}
.item-verkauf figure img{
	width: 100%;
	height: auto;
}
.item-verkauf .inner{
	width: 65%;
	margin-left: 5%;
	float: left;
}

.item-verkauf:after {
    clear: both;
    display: block;
    content: '';
    line-height: 0; }
    
    
.column-inner img{ max-width: 100%; height: auto; }
header{position:relative;}
header img{position:absolute;z-index:1}
header img.active{z-index:3}



@media(max-width: 1023px){
	
	#container{
		width: 94%;
	}
	
	header img{
		width: 100%;height: auto;
	}
	
	
}


@media(max-width: 880px){
	
	section .cloud7.column-8{
		width: 100%;
	}
	
	aside.cloud7.column-4{
		width: 100%;
		border-top: 30px solid #f8f5e9;
	}
	nav ul li a{
		font-size: 12px;
	}
	nav{
		right: 20px;
	}
		#container header h1 {
			left: 20px;
		}
	
	}


@media(max-width: 700px){
	
	
	nav{
		display: none;
	}
	#mobile-nav{
		display: block;
		width: 100%;
		margin: 2% auto;
	}
	
	#mobile-nav ul, #mobile-nav ul li{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#mobile-nav ul li a{
		line-height: 45px;
		background: #fff;
		color: #931912;
		padding: 0 20px;
		height: 45px;
		display: block;
		text-decoration: none;
		margin-bottom: 1px;
		font-size: 12px;
            text-transform: uppercase;
	}
	
		#mobile-nav ul li.current-menu-item a{
			
		background: #931912;
		color: #fff;
		}

}


.item-group .item.big{width: 70%; }
.item-group .item.small{width: 26%; }
.wpcf7-field-group{
	display: grid;
	grid-template-columns: 3fr 0.5fr;
	grid-gap: 20px;
}

.wpcf7-field-group .item-group-grid{
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
}
#container section .wpcf7-field-group{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dadada;
}
#container section .wpcf7-field-group p{
	
    margin: 30px 0 0 0;
    text-align: right;
}
#container section .wpcf7-field-group p button{
	margin-left: 10px;
}
.contactform .item-group-grid .item{
	width: 100%;
	margin:0;
	float: none;
	
}

code{
	color: #fff;
	background: #931913;
	padding: 15px;
	font-family: "Open Sans";
	display: block;
}

.contactform .wpcf7-list-item{ margin: 0;}

@media(max-width: 500px){
	.contactform .item{
		width: 100%;
	}
	
	.contactform .item.last{
		margin-left: 0;
	}
	
	#container header h1{
		height: 110px;
		width: 110px;
		left: 20px;
		
	}
	
	#container header h1 a{
		background-size: 78px 90px;
	}
	
	#container section h2{
		font-size: 20px !important;
	}
	.row .cloud7 .column-inner{
		padding: 15px;
	}
	
	#container .accordion-component h3{
		font-size: 12px;
		height: auto;
		line-height: 18px;
		padding: 7px 40px 7px 7px;
	}
	.item-verkauf figure{
		width: 100%;
		float: none;
		text-align: center
	}
	
	.item-verkauf figure img{
		
		max-width: 100%;
		width: auto;
	}
	
	
	
	.item-verkauf .inner{
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.hello-world{
		margin-bottom: 20px;
	}
	
	
}