@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
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 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

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

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

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name: Ambient Recording
Author: Felix Franz

Stylesheet: Mixins & Constants Stylesheet


******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansItalic';
  src: url("../fonts/OpenSans-Italic-webfont.eot");
  src: url("../fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BORDER RADIUS
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #253b53;
  border-top-color: #2e4a68;
  border-left-color: #2e4a68;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #314f6f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#395c81), to(#314f6f));
  background-image: -webkit-linear-gradient(top, #395c81, #314f6f);
  background-image: -moz-linear-gradient(top, #395c81, #314f6f);
  background-image: -o-linear-gradient(top, #395c81, #314f6f);
  background-image: linear-gradient(to bottom, #395c81, #314f6f); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    border: 1px solid #253b53;
    border-top-color: #1a2a3a;
    border-left-color: #1a2a3a;
    background-color: #29435e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#314f6f), to(#29435e));
    background-image: -webkit-linear-gradient(top, #314f6f, #29435e);
    background-image: -moz-linear-gradient(top, #314f6f, #29435e);
    background-image: -o-linear-gradient(top, #314f6f, #29435e);
    background-image: linear-gradient(to bottom, #314f6f, #29435e); }
  .button:active, .button:visited:active {
    background-color: #395c81;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#314f6f), to(#395c81));
    background-image: -webkit-linear-gradient(top, #314f6f, #395c81);
    background-image: -moz-linear-gradient(top, #314f6f, #395c81);
    background-image: -o-linear-gradient(top, #314f6f, #395c81);
    background-image: linear-gradient(to bottom, #314f6f, #395c81); }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Ambient Recording
Author: Felix Franz

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  line-height: 1.7;
  color: #646464; }

#wpadminbar {
  z-index: 100;
  width: 80% !important; }

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

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #395c81;
  /* on hover */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #A3AEBA !important; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -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: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  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: 2.5em;
  line-height: 1.15em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

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 STYLES
*********************/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #fff; }

#inner-header {
  border-bottom: 1px solid #e5e5e5; }
  #inner-header .go-back, #inner-header .logo-small {
    display: none; }

#logo {
  float: left;
  margin: 30px 0 10px;
  width: 100%;
  text-align: center; }

/* 	#logo{
		margin: 12px 0 0 -70px;
		max-width: 45px;

		img.logo-big{
			display: none;
		}
		img.logo-small{
			display: inline-block;
			@include opacity(0.7);

		}
	} */
.lang-select {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 50px;
  z-index: 200; }
  .lang-select #lang_sel a, .lang-select #lang_sel a:visited {
    border-color: #fff; }

#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited {
  border: none !important;
  background: transparent !important; }

#lang_sel_list.lang_sel_list_vertical ul {
  border: none !important;
  background: transparent !important; }

#lang_sel_list a, #lang_sel_list a:visited, #lang_sel_list ul a, #lang_sel_list_list ul a:visited {
  background: !important; }

#lang_sel_list.lang_sel_list_vertical li {
  width: 30px !important;
  background: transparent !important; }

/*********************
NAVIGATION STYLES
*********************/
.top-nav {
  display: none; }

#nav-toggle {
  display: inline-block; }

.nav {
  font-family: "OpenSansLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li a {
    background: transparent;
    color: #565656;
    display: block;
    text-decoration: none;
    padding: 5px;
    background-color: none;
    border: none; }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current-page-ancestor a {
    color: #A3AEBA; }
  .nav li.current-menu-item li a,
  .nav li.current_page_item li a,
  .nav li.current-page-ancestor li a {
    color: #565656; }

/* end .nav */
.top-nav {
  text-transform: uppercase;
  width: 100%;
  border: none;
  border-bottom: 0;
  margin: 0;
  /* end .menu li */ }
  .top-nav li {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff; }
    .top-nav li a {
      color: #565656;
      display: inline-block;
      width: 100%;
      background: #fff;
      padding: 10px 10px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center; }
    .top-nav li:last-child a {
      border-bottom: none; }

/* end .nav */
#searchform.hidethis {
  display: none; }

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 40px;
  right: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff url("../images/hamburger.gif") no-repeat 50% 50%; }

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("../images/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px; } }
footer nav #menu-footer li, #menu-footer-menu li {
  display: inline-block;
  float: left; }
  footer nav #menu-footer li a, #menu-footer-menu li a {
    font-size: 80%; }

/*********************
PRODUCT NAVIGATION
*********************/
.side-nav {
  float: left;
  margin-top: 10;
  width: 100%;
  font-size: 0.9em; }
  .side-nav ul.nav {
    width: 100%; }
    .side-nav ul.nav li {
      float: none;
      border-top: 1px solid #e5e5e5;
      display: block;
      text-align: center; }
      .side-nav ul.nav li a {
        padding: 7px 0; }
    .side-nav ul.nav > li:first-child {
      border-top: none; }
    .side-nav ul.nav > li {
      font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .side-nav ul.nav .sub-menu {
      display: none; }
      .side-nav ul.nav .sub-menu li {
        font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: block; }
    .side-nav ul.nav .current-menu-item .sub-menu, .side-nav ul.nav .current-menu-parent .sub-menu {
      display: block;
      margin: 0;
      padding: 0; }

/*********************
PRODUCTS
*********************/
.products-grid {
  float: left;
  width: 98%;
  padding: 0 0 0 2%; }

.intro {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px; }
  .intro h1 {
    margin: 0;
    padding: 5px 0 4px;
    font-size: 1.2em;
    border-bottom: 1px solid #e5e5e5; }
  .intro p {
    font-family: "OpenSansLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin: 10px 0 30px;
    line-height: 1.4; }

.grid article, .grid-4 article {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  float: left;
  margin: 0 0.75% 20px;
  text-align: left;
  overflow: hidden; }
  .grid article .thumb, .grid-4 article .thumb {
    width: 25%;
    height: auto;
    margin: 0 10px 10px 0;
    float: left; }
  .grid article .wp-post-image, .grid-4 article .wp-post-image {
    width: 100%;
    height: auto; }
  .grid article .h2, .grid-4 article .h2 {
    font-size: 1em;
    margin: 5px 0 0;
    font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .grid article .h2 a, .grid-4 article .h2 a {
      color: #565656; }
  .grid article .entry-content p, .grid-4 article .entry-content p {
    margin: 5px 0 20px;
    color: #9c9c9c;
    font-size: 0.777777778em;
    line-height: 1.3; }

.home .grid-4 article .thumb {
  display: none; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 130px;
  z-index: 1; }

.single #content {
  margin-top: 100px; }

.single h3, .single h2 {
  font-size: 1.5em;
  margin: 10px 0;
  color: #9c9c9c;
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .single h3 a, .single h2 a {
    color: #565656; }

:lang(de-DE) a.anfrage-button {
  display: inline-block; }

:lang(en-EN) a.anfrage-button-en {
  display: inline-block; }

:lang(de-DE) a.anfrage-button-en {
  display: none; }

:lang(en-US) a.anfrage-button {
  display: none; }

.anfrage-top {
  float: right;
  position: relative;
  margin-top: 5px; }

.entry-content .royalSlider {
  padding: 20px 0 50px 0;
  left: 0; }
.entry-content blockquote p {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5; }
.entry-content .wp-caption {
  background: transparent; }
  .entry-content .wp-caption p {
    width: 100%; }
.entry-content .tablepress thead .column-1 {
  cursor: pointer; }
.entry-content .tablepress {
  margin: 30px 0 20px;
  width: 100%; }
  .entry-content .tablepress thead th {
    font-size: 1.2em;
    color: #646464;
    padding-left: 15px;
    border-top: 1px solid #bebebe;
    background: none;
    border-right: none;
    border-left: none; }
    .entry-content .tablepress thead th span {
      float: right;
      font-size: 0.9em;
      cursor: pointer;
      margin: 5px 10px 0;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-bottom: 10px solid #565656; }
    .entry-content .tablepress thead th .open {
      margin-top: 16px;
      border: 10px solid transparent;
      border-top: 10px solid #565656; }
  .entry-content .tablepress td {
    padding-left: 15px; }
  .entry-content .tablepress tr:hover {
    background: inherit !important; }
.entry-content p.custom-right {
  width: 100%;
  padding-left: 34%;
  clear: both;
  float: right; }

/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  font-size: 88%; }
  .entry-content p {
    color: #646464; }
  .entry-content blockquote {
    margin: 2em 0 2em 0px;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-family: "OpenSansItalic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
.entry-content .su-spoiler-title {
  font-size: 1.25em;
  line-height: 1.2em; }

h2.related_posts_header_ENG {
  display: none; }

:lang(en-US) h2.related_posts_header_ENG {
  display: block; }

:lang(en-US) h2.related_posts_header {
  display: none; }

:lang(de-DE) span.adress-EN {
  display: none; }

:lang(en-Us) span.adress-EN {
  display: inline; }

:lang(en-Us) span.adress-DE {
  display: none; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
a.go-back {
  cursor: pointer; }

.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */ }
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      text-decoration: none;
      position: relative; }
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        color: #f01d4f;
        text-decoration: underline; }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative; }
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }

/* end .bones_page_navi */
/*********************
FOOTER STYLES
*********************/
.footer {
  width: 96%;
  max-width: 1140px;
  clear: both;
  margin: 50px auto 0;
  border-top: 1px solid #e5e5e5; }

.footer .wrap {
  width: 100%; }
  .footer .wrap .nav {
    display: inline-block;
    float: left; }

.social-links {
  float: right;
  display: inline-block;
  margin: 17px 0 0;
  width: 100%; }
  .social-links a {
    display: inline-block;
    width: 25%;
    height: 40px;
    float: left;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60); }
    .social-links a:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80); }
  .social-links .facebook {
    background: url("../images/social-buttons/facebook.png") no-repeat center center; }
  .social-links .youtube {
    background: url("../images/social-buttons/youtube.png") no-repeat center center; }
  .social-links .vimeo {
    background: url("../images/social-buttons/vimeo.png") no-repeat center center; }
  .social-links .twitter {
    background: url("../images/social-buttons/twitter.png") no-repeat center center; }

.copyright {
  clear: both;
  font-size: 0.8125em; }

/*********************
START PAGE STYLES
*********************/
.start a:hover {
  color: #A3AEBA !important; }

/*********************
GRID FÜR KÄSTEN THUMBS
*********************/
.grid-page article {
  border-bottom: 1px solid #e5e5e5;
  width: 98%;
  float: left;
  margin: 0 0.75% 40px; }
  .grid-page article .wp-post-image {
    width: 100%;
    height: auto; }
  .grid-page article .h2 {
    margin: 5px 0 0; }
    .grid-page article .h2 a {
      color: #565656; }
      .grid-page article .h2 a:hover {
        color: #A3AEBA; }
  .grid-page article .entry-content p {
    margin: 0 0 20px;
    color: #9c9c9c;
    font-size: 0.777777778em;
    font-family: "OpenSansItalic", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*********************
ARCHIVE & LISTEN
*********************/
.liste article ul {
  font-family: "GoudyBookletter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 24px; }
  .liste article ul li {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0; }
    .liste article ul li.h4 {
      color: #A3AEBA;
      font-weight: 300; }
    .liste article ul li a {
      color: #727272;
      text-decoration: none; }
      .liste article ul li a:hover {
        color: #A3AEBA; }

/*********************
SEARCH FORM 
*********************/
#searchform {
  visibility: hidden; }
  #searchform input#s {
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8125em; }
  #searchform #btn_search {
    position: relative;
    top: 5px;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); }
    #searchform #btn_search:hover {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  #searchform #searchsubmit {
    display: none; }

#searchform {
  margin: 0;
  text-align: center; }

/*********************
COMMENTS ANPASSEN
*********************/
.respond-form {
  margin: 2em 0 1.1em 0; }

/*********************
PLUGINS ANPASSEN
*********************/
#lang_sel_list.lang_sel_list_vertical {
  width: 80px !important; }

.mejs-container {
  background: #fff !important; }

/*********************
Map ANPASSEN
*********************/
#address_search {
  width: 80%; }

#searchForm label {
  text-align: left !important; }

#addy_in_address {
  padding: 5px 0 10px !important; }

#searchForm input#addressSubmit.slp_ui_button {
  padding: 10px 10px 7px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #565656; }
  #searchForm input#addressSubmit.slp_ui_button:hover {
    background: #ddd;
    border: 1px solid #bbb;
    color: #000; }

#searchForm input[type="text"] {
  padding: 10px 10px 7px !important; }

#map_sidebar .results_wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 80%; }
  #map_sidebar .results_wrapper:first-child {
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px; }
  #map_sidebar .results_wrapper div.results_entry span.location_name {
    color: #000 !important;
    font-weight: bold !important; }

/*********************
FAQ
*********************/
.qa-faqs input[type="text"] {
  padding: 10px 10px 7px !important; }
.qa-faqs input[type="submit"] {
  padding: 10px 10px 7px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #565656; }
  .qa-faqs input[type="submit"]:hover {
    background: #ddd;
    border: 1px solid #bbb;
    color: #000; }
.qa-faqs h3.qa-faq-title {
  margin: 5px 0 5px 5px; }
  .qa-faqs h3.qa-faq-title a {
    color: #565656; }
.qa-faqs .qa-faq-answer {
  margin: 0 0 5px 30px; }

input[type="text"], input[type="email"] {
  padding: 10px 10px 7px !important; }

input[type="submit"] {
  padding: 10px 10px 7px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #565656; }
  input[type="submit"]:hover {
    background: #ddd;
    border: 1px solid #bbb;
    color: #000; }

textarea {
  padding: 5px !important;
  border: 1px solid #ccc;
  height: 85px; }

/*********************
404 Seite
*********************/
.error404 .eightcol, .error404 .sixcol {
  float: none;
  margin: 0 auto !important; }
.error404 #main h1, .error404 #main p {
  text-align: center; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: Ambient Recording
  Author: Felix Franz
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  #inner-header {
    border-bottom: 1px solid #e5e5e5;
    height: 130px; }

  #logo {
    float: left;
    width: 25%;
    max-width: 171px;
    margin: 25px 0 0px; }
    #logo img {
      width: 100%; }

  .top-nav.search-open li a {
    display: none; }

  .lang-select {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 50px;
    z-index: 1; }
    .lang-select #lang_sel a, .lang-select #lang_sel a:visited {
      border-color: #fff; }

  #lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited {
    border: none !important;
    background: transparent !important; }

  #lang_sel_list.lang_sel_list_vertical ul {
    border: none !important;
    background: transparent !important; }

  #lang_sel_list a, #lang_sel_list a:visited, #lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background: !important; }

  #lang_sel_list.lang_sel_list_vertical li {
    width: 30px !important;
    background: transparent !important; }

  /*********************
  NAVIGATION STYLES
  *********************/
  #searchform.search-open {
    width: 50%;
    margin: 47px 70px 0 0; }

  #searchform {
    float: right;
    margin: 50px 70px 0 0;
    width: 4%; }

  #searchform.hidethis {
    display: inline-block !important; }

  .top-nav {
    display: none; }

  /*********************
  PRODUCT NAVIGATION
  *********************/
  .side-nav {
    float: left;
    margin-top: 1.34em;
    width: 20%;
    font-size: 0.9em; }
    .side-nav ul.nav {
      width: 100%; }
      .side-nav ul.nav li {
        float: none;
        border-top: 1px solid #e5e5e5;
        display: block;
        text-align: left; }
        .side-nav ul.nav li a {
          padding: 7px 0; }
      .side-nav ul.nav > li:first-child {
        border-top: 1px solid #e5e5e5; }
      .side-nav ul.nav > li {
        font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .side-nav ul.nav .sub-menu {
        display: none; }
        .side-nav ul.nav .sub-menu li {
          font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
          display: block; }
      .side-nav ul.nav .current-menu-item .sub-menu, .side-nav ul.nav .current-menu-parent .sub-menu {
        display: block;
        margin: 0;
        padding: 0; }

  /*********************
  PRODUCTS
  *********************/
  .products-grid {
    float: left;
    width: 80%;
    padding: 0 0 0 2%; }

  .intro h1 {
    font-size: 1.5em; }
  .intro p {
    font-size: 1.2em;
    margin: 30px 0; }

  .grid article, .grid-4 article {
    width: 48%;
    height: 256px;
    text-align: center; }
    .grid article .thumb, .grid-4 article .thumb {
      width: 100%;
      margin: 0 10px 10px 0;
      float: left;
      height: 160px;
      margin: 0 0 10px 0; }
    .grid article .wp-post-image, .grid-4 article .wp-post-image {
      width: 100%;
      height: auto; }
    .grid article .h2, .grid-4 article .h2 {
      margin: 10px 0 0; }

  /*********************
  4er GRID + FEATURES
  *********************/
  .grid-4 article {
    width: 48%;
    padding: 0 0 1.38% 0;
    margin: 0 1%;
    position: relative;
    border-bottom: none;
    overflow: hidden;
    text-align: left; }
    .grid-4 article .thumb {
      height: auto;
      margin: 0; }
      .grid-4 article .thumb a img {
        float: left; }
    .grid-4 article .entry-content p {
      width: 100%;
      margin-top: 2px; }
  .grid-4 article.big {
    width: 48%;
    height: auto; }
  .grid-4 article.regular {
    height: auto; }
  .grid-4 .feature-text {
    width: 102%;
    background: #fff;
    padding: 0 10px;
    bottom: 0;
    position: absolute;
    height: auto;
    -webkit-transition: all 0.2s ease;
    /* Saf3.2+, Chrome */
    -moz-transition: all 0.2s ease;
    /* FF4+ */
    -ms-transition: all 0.2s ease;
    /* IE10? */
    -o-transition: all 0.2s ease;
    /* Opera 10.5+ */
    transition: all 0.2s ease;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }
  .grid-4 article:hover .feature-text {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

  /*********************
  SINGLE PRODUCT
  *********************/
  .single #main {
    margin-top: 15px; }
  .single article {
    margin: 0 8% 40px 8%; }
    .single article > h1 {
      margin-top: 0; }
    .single article h3, .single article h2 {
      font-size: 1.5em;
      margin: 10px 0;
      color: #9c9c9c;
      font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .single article h3 a, .single article h2 a {
        color: #565656; }
    .single article .entry-content .tablepress {
      width: 100%; }
  .single .grid .related_posts_header, .single .grid .related_posts_header_ENG {
    font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em; }
  .single .grid article {
    width: 24%;
    margin: 20px 1% 20px 0; }
    .single .grid article .entry-content p {
      width: 100%; }

  /*********************
  HOME
  *********************/
  .home .intro p {
    margin: 25px 0 25px;
    padding: 0;
    text-align: center;
    font-size: 1.7em; }
  .home .intro .royalSlider {
    padding: 20px 0 0px;
    left: 0;
    margin: 0px 0 0px;
    border-top: 1px solid #e5e5e5; }
  .home .intro .myCustomSkin .rsBullets {
    margin: 0;
    top: -10%; }
  .home article {
    height: auto; }

  /*********************
  ARCHIVE & LISTEN
  *********************/
  .liste article ul {
    font-family: "GoudyBookletter", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 24px; }
    .liste article ul li {
      border-top: 1px solid #e5e5e5;
      padding: 10px 0; }
      .liste article ul li.h4 {
        color: #A3AEBA;
        font-weight: 300; }
      .liste article ul li a {
        color: #727272;
        text-decoration: none; }
        .liste article ul li a:hover {
          color: #A3AEBA; }

  /*********************
  DEPARTMENTS & PERSONS
  *********************/
  .departments {
    padding: 40px 0 0;
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5; }
    .departments article {
      border-bottom: 1px solid #e5e5e5;
      width: 31.491712705%;
      min-height: 220px;
      float: left;
      margin: 0 0.75% 20px; }
      .departments article article-header {
        width: 100%;
        float: left; }
      .departments article .h2, .departments article h3 {
        margin: 0;
        font-size: 1.2em; }
      .departments article .entry-content {
        margin: 20px 0 0;
        width: 100%;
        float: left; }
        .departments article .entry-content .wp-post-image {
          float: left;
          width: 30%;
          max-width: 90px; }
        .departments article .entry-content p, .departments article .entry-content h4 {
          width: 65%;
          margin: 0 0 0 5%;
          float: right; }
        .departments article .entry-content h4 {
          font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  .footer .social-links {
    float: right;
    display: inline-block;
    margin: 17px 0 0;
    width: auto; }
    .footer .social-links a {
      display: inline-block;
      width: 40px;
      height: 40px;
      float: left;
      opacity: 0.6;
      -moz-opacity: 0.6;
      filter: alpha(opacity=60); }
      .footer .social-links a:hover {
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80); }

  /* end .footer-links */ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  /******************************************************************
  Site Name: Ambient Recording
  Author: Felix Franz
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  #logo {
    width: 20%; }

  #inner-header nav {
    float: right;
    width: 80%;
    display: inline-block; }

  .top-nav {
    margin-top: 47px;
    width: 95%;
    float: right;
    text-align: right;
    display: inline-block; }
    .top-nav li {
      display: inline-block;
      width: auto;
      background: transparent; }
      .top-nav li a {
        background: transparent;
        font-size: 14px; }

  .nav {
    /* end .menu li */ }
    .nav li a {
      padding: 5px;
      border: none; }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

  /* end .nav */
  .top-nav li {
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */ }
    .top-nav li ul.sub-menu,
    .top-nav li ul.children {
      margin-top: 0;
      background: #fff;
      position: absolute;
      display: none;
      z-index: 8999; }
      .top-nav li ul.sub-menu li,
      .top-nav li ul.children li {
        display: block; }
        .top-nav li ul.sub-menu li a,
        .top-nav li ul.children li a {
          padding-left: 10px;
          border-right: 0;
          display: block;
          width: 180px;
          border-bottom: 1px solid #ccc;
          text-align: left; }
        .top-nav li ul.sub-menu li:last-child a,
        .top-nav li ul.children li:last-child a {
          border-bottom: 0; }
    .top-nav li:hover ul {
      top: auto;
      display: block; }

  .top-nav.search-open {
    width: 70%;
    margin-top: 47px; }
    .top-nav.search-open a {
      font-size: 12px; }

  #searchform.search-open {
    width: 70%;
    margin: 45px 0 0 0; }

  #searchform {
    float: right;
    margin: 50px 0 0 0;
    width: 4%; }

  input#s {
    width: 250px; }

  /*********************
  GRID
  *********************/
  .grid article {
    width: 31.491712705%;
    height: 256px;
    text-align: center; }
    .grid article .thumb {
      width: 100%;
      margin: 0 10px 10px 0;
      float: left;
      height: 160px;
      margin: 0 0 10px 0; }
    .grid article .wp-post-image {
      width: 100%;
      height: auto; }
    .grid article .h2 {
      margin: 10px 0 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  #nav-toggle {
    display: none; }

  /*********************
  HEADER SINGLE
  *********************/
  .single #inner-header {
    height: 70px;
    margin-top: 10px; }
    .single #inner-header a.go-back {
      display: inline-block;
      float: left;
      margin: 12px 0 0;
      position: relative;
      left: -100px;
      opacity: 0.5;
      -moz-opacity: 0.5;
      filter: alpha(opacity=50); }
      .single #inner-header a.go-back span {
        position: relative;
        display: inline-block;
        top: -15px; }
    .single #inner-header #logo {
      margin: -10px 0 0 -70px;
      max-width: 90px; }
      .single #inner-header #logo img.logo-big {
        display: none; }
      .single #inner-header #logo img.logo-small {
        display: inline-block;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70);
        width: 90px; }
    .single #inner-header .top-nav {
      margin-top: 15px;
      padding: 0; }
      .single #inner-header .top-nav li a {
        padding: 0 6px; }
    .single #inner-header #searchform {
      margin-top: 15px; }

  /*********************
  PRODUCT NAVIGATION
  *********************/
  .single article .entry-content .tablepress {
    width: 66%; }

  /*********************
  4er GRID + FEATURES
  *********************/
  .grid-4 article {
    width: 23%; }

  /*********************
  KRITIK & SINGLES
  *********************/
  .single article {
    margin: 0 0 40px 0; }
  .single .wp-post-image {
    display: inline-block;
    float: left;
    margin: 10px 15px 5px 0; }
  .single .prev, .single .next {
    float: none;
    position: fixed;
    top: 500px;
    font-size: 4em;
    font-family: "GoudyBookletter", "Georgia", Cambria, Times New Roman, Times, serif; }
    .single .prev a, .single .next a {
      color: #e5e5e5;
      text-decoration: none; }
      .single .prev a:hover, .single .next a:hover {
        color: #A3AEBA; }
  .single .prev {
    left: 20px; }
  .single .next {
    right: 20px; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: Ambient Recording
  Author: Felix Franz
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  #logo {
    width: 25%;
    margin-top: 25px; }

  .top-nav li a {
    font-size: 16px; }

  .grid-page article {
    border-bottom: 1px solid #e5e5e5;
    width: 31.491712705%;
    float: left;
    margin: 0 0.75% 40px; }
    .grid-page article .h2 {
      margin: 5px 0 0; }
      .grid-page article .h2 a {
        color: #565656; }
    .grid-page article .entry-content p {
      margin: 0 0 20px;
      color: #9c9c9c;
      font-size: 0.777777778em;
      font-family: "OpenSansItalic", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .respond-form {
    margin: 2em 0 1.1em 0; }

  .eightcol {
    width: 65.4%; }

  /* 65.4%;  } /* grid_8  */ }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@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) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
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 {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
