/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: www.kostbar-friedberg.de
Author: ratzinger-internetlösungen
Stylesheet: Main Stylesheet
******************************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Sunflower:300');

/* @group 1. RESET
	normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css
*/
/* ==========================================================================
   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,
.strong {
  font-weight: bold; }

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  /* -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;  */}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

p {
  /* -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; */ }

.last-col {
  float: right;
  padding-right: 0 !important; }
/* @end */

/* @group 2. Mobile Grid Styles
	These are the widths for the mobile grid. There are four types, but you can add or customize them however you see fit.
*/

@media (max-width: 767px) {
  .m-none { display: none; height: 0; }
  .last { padding-right: 0 !important; }
  .m-all {
    float: left;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .t-none { display: none; height: 0; }
  .last { padding-right: 0 !important; }
  .t-all {
    float: left;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1024px) {
  .d-none { display: none; height: 0; }
  .last { padding-right: 0 !important; }
  .d-all {
    float: left;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; }
}

/* @end */

/* @group 3. Alert Styles */

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok,
.alert-help, .alert-info, .alert-error, .alert-success { margin: 10px; padding: 5px 18px; border: 1px solid; }

.alert-help { border-color: #e8dc59; background: #ebe16f; }

.alert-info { border-color: #bfe4f4; background: #d5edf8; }

div.wpcf7-validation-errors,
.alert-error { border-color: #f8cdce; background: #fbe3e4; }

div.wpcf7-mail-sent-ok,
.alert-success { border-color: #deeaae; background: #e6efc2; }

input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input.wpcf7-not-valid { border-color: #f8cdce; background: #fbe3e4; margin-bottom: 0; }

span.wpcf7-not-valid-tip { margin-bottom: 14px; }

/* @end */

/* @group 4. Button Styles */

/* BUTTON DEFAULT
*********************/
.standard-btn,
.comment-reply-link,
#submit,
input[type="submit"] {
	background-color: rgba(226, 206, 165, .75);
	display: inline-block;
	position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #2e343b;
	font-size: 1.1em;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	padding: 0 24px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.14s ease-in-out;
	transition: background-color 0.14s ease-in-out; }

.standard-btn:hover,
.comment-reply-link:hover,
#submit:hover,
input[type="submit"]:hover,
.standard-btn:focus,
.comment-reply-link:focus,
#submit:focus,
input[type="submit"]:focus { color: #79140c; background-color: rgba(226, 206, 165, .95); text-decoration: none; }

.standard-btn:active,
.comment-reply-link:active,
#submit:active,
input[type="submit"]:active { top: 1px; }

/* @end */

/* @group 5. Form Styles
	We put all the form and button styles in here to setup a consistent look.
*/
/*.formcraft-css .fcb_form .field-cover>span {
	width: 100%;
	text-align: left;
	display: block;
	top: 0;
}
.formcraft-css .fcb_form .field-cover>div {
	width: 100%;
	display: block;
	text-align: left;
}*/
  
  
  
/* @end */

/* @group 6. Site Styles */
	
/* @group 6.1. BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. */
	
/* GENERAL STYLES
*********************/
body {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	color: #9f9f9f;
	background: #fff none;
}

/* LAYOUT & GRID STYLES
*********************/
.wrap { width: 100%; margin: 0 auto; position: relative; }

/* LINK STYLES
*********************/
a, a:visited { color: #a94622; cursor: pointer; }
a:hover, a:focus, a:visited:hover, a:visited:focus { color: #000; text-decoration: none; }
a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/* H1, H2, H3, H4, H5 STYLES
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-family: 'Sunflower', sans-serif; color: #585858; text-rendering: optimizelegibility; font-weight: 300; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }

h1, .h1 { font-size: 36px; line-height: 1.4; }
h2, .h2 { font-size: 24px; line-height: 1; margin: 30px 0 15px; }
h3, .h3, .formcraft-css .fcb_form h3 { font-size: 20px; }
h4, .h4 { font-size: 1.1em; font-weight: 700; }
h5, .h5 { font-size: 0.846em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }


header.entry-header {
	border-bottom: 1px solid #a94622;
	padding: 0 0 20px;
	margin: 30px 0 0;
}
header.entry-header h1 {
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
header.entry-header p {
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0;
}
/* HEADER STYLES
*********************/
#header {
	width: 100%;
	height: auto;
}
.header--inner {
	padding: 0;
	height: 255px;
}
.header--banner {
	background-image: url('../images/shutterstock_131916308.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.header--banner img {
	width: 100%;
	height: auto;
}


/* Logo */ 
#logo { 
	position: relative;
	height: 200px;
	margin: 0; padding: 0;
	text-align: center;
}
#logo a { 
	display: block;
	width: 100%; height: 100%;
	padding: 0;
}
#logo img {
	height: 100%;
}

/* NAVIGATION STYLES
*********************/
#menu-desktop1, #menu-desktop2, #menu-mobil { display: none; }

#menu-open { position: relative; height: 45px; padding: 0; margin: 10px 0 0; z-index: 11; background: #a94622 none; }
.menu-open--inner { width: 110px; margin: 0 auto; position: relative; }
/* MENU HAMBURGER */
.hamburger-text { position: absolute; top: 5px; left: 40px; color: #fff !important; text-decoration: none; font-size: 1.5em; text-transform: uppercase; }
a.hamburger-text:hover { color: #fff; }
#hamburger { box-sizing: border-box; display: block; width: 30px; height: 45px; position: relative; z-index: 4; }
#hamburger:before, #hamburger:after, #hamburger span { background: #fff; content: ''; display: block; width: 30px; height: 5px; position: absolute; left: 0; }
#hamburger:before { top: 10px; }
#hamburger span { top: 20px; }
#hamburger:after { top: 30px; }
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
html.mm-opening #hamburger { left: -59px; }
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after { top: 20px; }
html.mm-opening #hamburger span { left: -50px; opacity: 0; }
html.mm-opening #hamburger:before { transform: rotate( 45deg ); }
html.mm-opening #hamburger:after { transform: rotate( -45deg ); }

/* POSTS & CONTENT STYLES
*********************/
#container {
	background: #f3f3f3 none;
}

article.hentry {
	padding: 0 20px;
}
/* entry content */
.entry-content {
	
}
.entry-text {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: lighter;
	letter-spacing: 0.6px;
}
.entry-text p { margin: 0 0 20px; }
.entry-text blockquote { margin: 0 0 1.5em 0.75em; padding: 0 0 0 0.75em; border-left: 3px solid #26748e; font-style: italic; color: #9fa6b4; }
.entry-text dd { margin-left: 0; font-size: 0.9em; color: #787878; margin-bottom: 1.5em; }
/* entry image alignments*/
.alignnone {
	width: 100%;
	height: auto;
}
.wp-caption.alignleft,
.wp-caption.aligncenter,
.wp-caption.alignright {
	width: 32% !important;
}
.wp-caption.alignleft img,
.wp-caption.aligncenter img,
.wp-caption.alignright img {
	width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin: 0 1% 10px 0;
	height: auto;
}
.aligncenter {
	float: left;
	margin: 0 1% 10px 1%;
}
.alignright {
	float: right;
	margin: 0 0 10px 1%;
}

/* FOOTER STYLES
*********************/
#footer { position: relative; z-index: 2; clear: both; width: 100%; background: #fff none; }
.footer--inner { padding: 0 10px; }
/* Copyright */
.footer--copyright { color: #fff; font-size: 12px; line-height: 1.2; padding: 15px 0 20px 0; letter-spacing: 0.8px; font-weight: 100; text-align: center; }
/* Footer Menu */
.footer--menu { padding: 15px 0; text-align: center; }
.footer--menu ul.menu { position: relative; float: left; margin: 0; }
.footer--menu ul.menu li { float: left; }
.footer--menu ul.menu li a { color: #585858; font-weight: 100; font-size: 14px; text-decoration: none; padding: 0 6px; border-right: 1px solid #585858; }
.footer--menu ul.menu li:last-child a { border-right: 0; }
.footer--menu ul.menu li a:hover, .footer--menu ul.menu li:hover a { color: #a94622; text-decoration: underline; }
/* Back2Top Menu */
#back-top { display: none; position: fixed; bottom: 170px; right: 30px; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 1.850em; background-color: rgba(255, 255, 255, .75); color: #3f3f3e; -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); border: 1px solid #efefef; }

/* Mixed
*********************/
.clear { clear: both; }
.entry-content ul { list-style: disc; margin-left: 25px; margin-top: 0; }
hr { color: #ffbbbb; background-color: #ffbbbb; border-color: #ffbbbb; border: 1px; height: 1px; margin: 1.538em 0; }

/* BG Fix for mmenu */
.wpmm-force-bg { background-color: transparent !important; }

/* @end */

/* @group 6.2. LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's larger than an iPhone but smaller than a tablet. */
@media only screen and (min-width: 481px) {

}
/* @end */

/* @group 6.3. TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and in general anyone not viewing on a mobile device. */
@media only screen and (min-width: 768px) {

	.wrap { width: 760px; }
		
	/* Logo */ 

	
	/* footer */
	.footer--menu { text-align: left; }
	
	/* Back2Top Menu */
	#back-top { bottom: 20px; right: 50px; }
}
/* @end */

/* @group 6.4. DESKTOP
This is the average viewing window. So Desktops, Laptops, and in general anyone not viewing on a mobile device. */
@media only screen and (min-width: 1024px) {

	.wrap { width: 1020px; }

	.header--inner {
		height: 220px;
	}
	.header--banner {
		height: 300px;
	}

	#hamburger, .hamburger-text,
	#menu-open, .mm-panels,
	ul#menu-mobile-menue.menu, #menu-mobil,
	#mobil-logo { display: none; }
	
	/* HEADER MENU */
	#menu-desktop1, #menu-desktop2 {
		display: block;
		position: relative;
		float: left;
		width: 430px;
		padding-top: 180px;
	}
	/* Logo */ 
	#logo { 
		text-align: left;
		float: left;
		margin-top: 10px;
	}
	
	/* Level 1 */
	.menu-header {
		position: relative;
		display: flex;
		justify-content: space-around;
		width: 100%;
		z-index: 9;
		padding: 0; margin: 0;
	}
	.menu-header > li {
		position: relative;
		display: inline-block;
		text-align: center;
	}
	.menu-header > li a {
		display: block;
		height: 40px;
		text-decoration: none;
		font-size: 18px;
		line-height: 1.2;
		font-weight: 700;
		color: #585858;
	}
	.menu-header > li.current-menu-item a,
	.menu-header > li a:hover { color: #aa4722; }
	
	/*level-2 navigation*/
	.menu-header li > ul.sub-menu {
		clear: both;
		visibility: hidden;
		position: absolute;
		width: auto;
		border-top: 4px solid #aa4722;
		background-color: rgba(255, 255, 255, 1);
		padding: 25px 20px;
		margin: 0;
		z-index: 999;
	}
	.menu-header ul.sub-menu li.menu-item {
		width:100%;
		height:auto;
		text-align: left;
		border-bottom: 1px solid #f1f1f1;
		padding: 4px 0;
	}
	.menu-header ul.sub-menu li.menu-item:first-child { padding-top: 0; }
	.menu-header ul.sub-menu li.menu-item:last-child { padding-bottom: 0; border: 0; }
	.menu-header ul.sub-menu li.menu-item a {
		font-size: 16px;
		line-height:1.2;
		color: #000;
		padding: 2px 0;
		white-space: nowrap;
		text-transform: none;
		font-weight: normal;
		height: auto;
	}
	
	.menu-header ul.sub-menu > li.current-menu-item a {
		color: #000;
	}
	.menu-header ul.sub-menu li.menu-item a:hover { color: #aa4722; }
	
	.menu-header li:hover > ul.sub-menu > li.current-menu-item {
		position: relative;
		top: auto;
		visibility: inherit;
	}
	.menu-header li:hover > ul.sub-menu > li.current-menu-item a {
		color: #aa4722;
	}
	.menu-header li:hover > ul {
		visibility: visible;
	}
	
	.footer--copyright { text-align: right; }
	
	/* Back2Top Menu */
	#back-top { bottom: 50px; }
}
/* @end */

/* @group 6.5. LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers. */
@media only screen and (min-width: 1240px) {
	.wrap { width: 1230px; }
	
	/* HEADER MENU */
	#menu-desktop1, #menu-desktop2 {
		width: 535px;
	}
}
/* @end */

/* @group 6.6. RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with other displays with a 2x resolution. */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	
}
/* @end */

/* @group 6.7. PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make sense to print at the bottom. Things like nav, ads, and forms should be set to display none. */
@media print {

	* { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
	
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after, a:visited:after { content: " (" attr(href) ")"; }
	a abbr[title]:after, a:visited abbr[title]:after { content: " (" attr(title) ")"; }
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	#header, #footer { display: none; }

}
/* @end */

/* @end */