/******************************************************************
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 v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
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.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
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: Bauchgefühl
Author: BK

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
*********************/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'quicksand';
  src: url('../fonts/quicksand-regular-webfont.eot');
  src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-regular-webfont.woff') format('woff'), url('../fonts/quicksand-regular-webfont.ttf') format('truetype'), url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksand';
  src: url('../fonts/quicksand-bold-webfont.eot');
  src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-bold-webfont.woff') format('woff'), url('../fonts/quicksand-bold-webfont.ttf') format('truetype'), url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* 
use the best ampersand 
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
NOISE
*********************/
.noise {
  background: #7e275d url('../images/bg-noise.png') left top repeat;
  /* ie fallback */
  background: url('../images/bg-noise.png') left top repeat, -moz-linear-gradient(left, #441532 0%, #7e275d 50%, #441532 100%);
  /* FF3.6+ */
  background: url('../images/bg-noise.png') left top repeat, -webkit-gradient(linear, left top, right top, color-stop(0%, #441532), color-stop(50%, #7e275d), color-stop(100%, #441532));
  /* Chrome,Safari4+ */
  background: url('../images/bg-noise.png') left top repeat, -webkit-linear-gradient(left, #441532 0%, #7e275d 50%, #441532 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/bg-noise.png') left top repeat, -o-linear-gradient(left, #441532 0%, #7e275d 50%, #441532 100%);
  /* Opera 11.10+ */
  background: url('../images/bg-noise.png') left top repeat, -ms-linear-gradient(left, #441532 0%, #7e275d 50%, #441532 100%);
  /* IE10+ */
  background: linear-gradient(to right, #441532 0%, #7e275d 50%, #441532 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='darken(@lila, 15%)', endColorstr='darken(@lila, 15%)',GradientType=1 ); IE6-9 */
}
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #4b1738;
  border-top-color: #631f49;
  border-left-color: #631f49;
  padding: 3px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #6b214f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7e275d), to(#6b214f));
  background-image: -webkit-linear-gradient(top, #7e275d, #6b214f);
  background-image: -moz-linear-gradient(top, #7e275d, #6b214f);
  background-image: -o-linear-gradient(top, #7e275d, #6b214f);
  background-image: linear-gradient(to bottom, #7e275d, #6b214f);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #4b1738;
  border-top-color: #300f24;
  border-left-color: #300f24;
  background-color: #571b40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b214f), to(#571b40));
  background-image: -webkit-linear-gradient(top, #6b214f, #571b40);
  background-image: -moz-linear-gradient(top, #6b214f, #571b40);
  background-image: -o-linear-gradient(top, #6b214f, #571b40);
  background-image: linear-gradient(to bottom, #6b214f, #571b40);
}
.button:active,
.button:visited:active {
  background-color: #7e275d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b214f), to(#7e275d));
  background-image: -webkit-linear-gradient(top, #6b214f, #7e275d);
  background-image: -moz-linear-gradient(top, #6b214f, #7e275d);
  background-image: -o-linear-gradient(top, #6b214f, #7e275d);
  background-image: linear-gradient(to bottom, #6b214f, #7e275d);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #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);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.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: Bauchgefühl
Author: Black Kiwi

Stylesheet: Base Mobile Stylesheet

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
.div-clickable {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.lt-ie9 #sec04 {
  background: url('../images/bg-shadow-vert.png') 60% 47% no-repeat, url('../images/bg-whitenoise2.png') left top repeat;
}
.lt-ie9 #sec-blog-inhalt {
  background: url('../images/bg-shadow-vert.png') 73% 4% repeat-y, url('../images/bg-whitenoise2.png') left top repeat;
}
.lt-ie9 .header #menu-menue-2 {
  margin-bottom: -40px;
}
.lt-ie9 .header #menu-menue-2 li {
  line-height: 1;
}
.lt-ie9 .big-font {
  margin-bottom: 1em;
}
.lt-ie9 .line-grey,
.lt-ie9 .line-white {
  left: 11%;
  bottom: 40px;
}
.lt-ie9 .sidebar ul li {
  list-style: disc;
}
.lt-ie9 .img-gradient {
  display: none;
}
.lt-ie9 #menu-item-22 {
  margin-left: 12px;
}
.lt-ie9 .nav li a {
  padding: 10px 30px;
}
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: 'quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
  line-height: 1.5;
  color: #3d3d3d;
  overflow-x: hidden;
}
#searchsubmit {
  border: 1px solid #4b1738;
  border-top-color: #631f49;
  border-left-color: #631f49;
  padding: 3px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #6b214f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7e275d), to(#6b214f));
  background-image: -webkit-linear-gradient(top, #7e275d, #6b214f);
  background-image: -moz-linear-gradient(top, #7e275d, #6b214f);
  background-image: -o-linear-gradient(top, #7e275d, #6b214f);
  background-image: linear-gradient(to bottom, #7e275d, #6b214f);
}
#searchsubmit:hover,
#searchsubmit:focus {
  color: #ffffff;
  border: 1px solid #4b1738;
  border-top-color: #300f24;
  border-left-color: #300f24;
  background-color: #571b40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b214f), to(#571b40));
  background-image: -webkit-linear-gradient(top, #6b214f, #571b40);
  background-image: -moz-linear-gradient(top, #6b214f, #571b40);
  background-image: -o-linear-gradient(top, #6b214f, #571b40);
  background-image: linear-gradient(to bottom, #6b214f, #571b40);
}
#searchsubmit:active {
  background-color: #7e275d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b214f), to(#7e275d));
  background-image: -webkit-linear-gradient(top, #6b214f, #7e275d);
  background-image: -moz-linear-gradient(top, #6b214f, #7e275d);
  background-image: -o-linear-gradient(top, #6b214f, #7e275d);
  background-image: linear-gradient(to bottom, #6b214f, #7e275d);
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
.blog {
  color: #3c3c3b;
}
.blog li:nth-child(2) .sub-menu {
  display: inherit !important;
}
/* blog template page */
.archive {
  color: #3c3c3b;
}
.archive li:nth-child(2) .sub-menu {
  display: inherit !important;
}
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
.single {
  color: #3c3c3b;
}
.single li:nth-child(2) .sub-menu {
  display: inherit !important;
}
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
.page-template-page-kopfgefuehl-php a,
.page-template-page-kopfgefuehl-php a:visited {
  color: #ffffff;
}
.page-template-page-kopfgefuehl-php a:hover,
.page-template-page-kopfgefuehl-php a:visited:hover {
  color: #878787;
}
.page-template-page-kopfgefuehl-php .lila-bold {
  color: #2b5f5d;
}
.page-template-page-kopfgefuehl-php .lila {
  color: #2b5f5d;
}
.page-template-page-kopfgefuehl-php .header {
  -webkit-box-shadow: 0 0 4px 0 #132a29;
  -moz-box-shadow: 0 0 4px 0 #132a29;
  box-shadow: 0 0 4px 0 #132a29;
}
.page-template-page-kopfgefuehl-php .header #logo {
  padding-top: 38px;
}
.page-template-page-kopfgefuehl-php #sec11 {
  padding-top: 110px;
}
.page-template-page-kopfgefuehl-php #content .img-circle {
  height: 160px;
  width: 160px;
  line-height: 160px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
}
.page-template-page-kopfgefuehl-php #content .img-circle img {
  -webkit-box-shadow: inset 1px -3px 1px rgba(0, 0, 0, 0.6), inset -1px 2px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px -3px 1px rgba(0, 0, 0, 0.6), inset -1px 2px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px -3px 1px rgba(0, 0, 0, 0.4), inset -1px 2px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.6);
}
.page-template-page-kopfgefuehl-php #content .img-gradient {
  width: 130px;
  height: 130px;
  margin: 5px;
}
.page-template-page-kopfgefuehl-php #content .img-scnd {
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
  opacity: .5;
  -webkit-box-shadow: 0 0 0 0 #878787;
  -moz-box-shadow: 0 0 0 0 #878787;
  box-shadow: 0 0 0 0 #878787;
}
.page-template-page-kopfgefuehl-php #content img {
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 88%;
  margin: 0 auto;
}
#container {
  overflow-x: hidden;
}
.smallhide {
  display: none;
  visibility: hidden;
}
.medhide {
  display: none;
  visibility: hidden;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #878787;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #616161;
  background: none;
}
a:active,
a:visited:active {
  outline: none;
}
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);
}
.totop a {
  color: #b2b2b2;
  float: right;
  margin-top: -12px;
  padding-right: 2px;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	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: 1em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  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;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  position: relative;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  -webkit-box-shadow: 0 0 4px 0 #441532;
  -moz-box-shadow: 0 0 4px 0 #441532;
  box-shadow: 0 0 4px 0 #441532;
}
.header .subheader {
  font-size: 1.05em;
  text-align: center;
}
.header #logo {
  width: 100%;
  padding-top: 27px;
  float: left;
  text-align: center;
}
.header #logo img {
  width: 274px;
  height: auto;
}
.header #menu-menue-2 {
  padding-top: 17px;
  float: right;
  font-size: 0.7em;
  text-transform: uppercase;
}
.header #menu-menue-2 .current_page_item a {
  color: #878787;
}
.header #menu-menue-2 a {
  text-decoration: none;
  font-weight: normal;
  color: #878787;
}
.header #menu-menue-2 a:hover {
  color: #616161;
}
.header #menu-menue-2 li:not(:last-child):after {
  content: ' |';
}
.header #menu-menue-2 li {
  float: left;
  line-height: .5;
}
.header #menu-menue-2 li:last-child {
  padding-left: 5px;
}
.header #menu-menue-2 li.current-menu-item a,
.header #menu-menue-2 li.current_page_item a,
.header #menu-menue-2 li.current_page_ancestor a {
  font-weight: bold;
}
.header nav {
  text-transform: uppercase;
  font-size: .8em;
}
/*********************
07. NAVIGATION STYLES
*********************/
.nav {
  background: none;
  border: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  background: #7e275d url('../images/bg-lila.jpg') repeat;
  -webkit-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
}
.nav li .active,
.nav li .mPS2id-clicked {
  font-weight: bold;
}
.nav li a {
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 10px 50px;
  outline: none;
}
.nav li a:before {
  content: url(../images/dot-white.png);
  padding-right: 15px;
}
.nav li a:last-child {
  padding-right: 0px;
}
.nav li a:hover,
.nav li a:focus {
  color: #a13277;
  font-weight: bold;
  background-color: none;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
  background: #dadada;
  box-shadow: none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  color: #3c3c3b;
  padding-left: 60px;
}
.nav li ul.sub-menu li a:before,
.nav li ul.children li a:before {
  content: "";
}
.nav li ul.sub-menu li:first-child,
.nav li ul.children li:first-child {
  padding-top: 15px;
  -webkit-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.nav li ul.sub-menu li:last-child,
.nav li ul.children li:last-child {
  padding-bottom: 15px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  font-weight: bold;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
.fb-gl {
  text-transform: uppercase;
  color: #7e275d;
}
.fb-g2l {
  text-transform: uppercase;
  color: #7e275d;
  color: white;
}
.lila {
  color: #7e275d;
}
.lila-bold {
  color: #7e275d;
  font-weight: bold;
}
.big-font {
  font-size: 1.75em;
}
.line-grey {
  width: 268px;
  height: 8px;
  position: relative;
  bottom: -10px;
  left: 50%;
  margin-left: -134px;
  background: transparent url('../images/line-grey-mobile.png') no-repeat;
  background-size: 268px 6px;
}
.line-grey-small {
  width: 268px;
  height: 8px;
  margin: 3em auto;
  background: transparent url('../images/line-grey-mobile.png') no-repeat;
  background-size: 268px 6px;
}
.line-white {
  width: 268px;
  height: 8px;
  position: relative;
  bottom: -10px;
  left: 50%;
  margin-left: -134px;
  background: transparent url('../images/line-grey-mobile.png') no-repeat;
  background: transparent url('../images/line-white-mobile.png') no-repeat;
  background-size: 268px 6px;
}
.line-white-footer {
  width: 268px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  margin-left: -134px;
  background: transparent url('../images/line-grey-mobile.png') no-repeat;
  background: transparent url('../images/line-white-mobile.png') no-repeat;
  background-size: 268px 6px;
  position: relative;
}
.line-white-footer2 {
  width: 268px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  margin-left: -134px;
  background: transparent url('../images/line-grey-mobile.png') no-repeat;
  background: transparent url('../images/line-white-mobile.png') no-repeat;
  background-size: 268px 6px;
  position: relative;
  top: 14px;
  margin-bottom: 40px;
}
.line-white-footer3 {
  width: 268px;
  height: 8px;
  left: 50%;
  margin-left: -134px;
  background: transparent url('../images/line-grey-mobile.png') no-repeat;
  background: transparent url('../images/line-white-mobile.png') no-repeat;
  background-size: 268px 6px;
  position: relative;
  bottom: -10px;
  margin-bottom: 0px;
}
.content-padding {
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
}
.content-padding h1 {
  font-size: .7em;
}
.smallpicmargin {
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -70px;
}
#sec01 {
  border-top: 1px solid rgba(82, 34, 55, 0.8);
  -webkit-box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  background: #7e275d url('../images/bg-lila-big.jpg') repeat 50% 0;
  /*.noise();*/
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  color: #ededed;
  position: relative;
  z-index: 22;
}
#sec01 h1 {
  font-size: .7em;
}
#sec02 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-stripes.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  font-size: 1.75em;
  position: relative;
  z-index: 21;
}
#sec02 h1 {
  font-size: .7em;
}
#sec02 h1 {
  font-size: .5em;
  text-align: center;
}
#sec02:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 20;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 514px;
}
#sec03 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-whitenoise.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 130px;
  position: relative;
  z-index: 20;
}
#sec03 h1 {
  font-size: .7em;
}
#sec03:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 19;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 508px;
}
#sec04 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: url('../images/bg-whitenoise2.png') left top repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  position: relative;
  z-index: 19;
}
#sec04 h1 {
  font-size: .7em;
}
#sec04 .line-grey {
  bottom: -20px;
}
#sec04 p {
  margin: 0;
}
#sec04 p .fb-gl {
  margin-top: 1.5em;
  display: block;
}
#sec04 h1 .fb-gl {
  display: inline;
}
#sec04:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 18;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 508px;
}
#sec04 .first.sixcol p:first-child {
  margin-top: 2em;
}
.lt-ie10 #sec04 {
  background: url('../images/bg-shadow-vert.png') 60% 47% no-repeat, url('../images/bg-whitenoise2.png') left top repeat;
}
#sec05 {
  color: #ededed;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(82, 34, 55, 0.8);
  background: #7e275d url('../images/bg-lila-mobile.jpg') repeat;
  position: relative;
  z-index: 18;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-bottom: 85px;
}
#sec05 h1 {
  font-size: .7em;
}
#sec05 .smallpicmargin {
  top: 125px;
  bottom: inherit;
}
#sec06 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-whitenoise2.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 96px;
  position: relative;
  z-index: 17;
}
#sec06 h1 {
  font-size: .7em;
}
#sec06:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 16;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 524px;
}
#sec07 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-whitenoise2.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  position: relative;
  z-index: 16;
}
#sec07 h1 {
  font-size: .7em;
}
#sec07:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 15;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 508px;
}
#sec08 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-whitenoise2.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 132px;
  padding-bottom: 60px;
  position: relative;
  z-index: 15;
}
#sec08 h1 {
  font-size: .7em;
}
#sec08 .smallpicmargin {
  bottom: -105px;
  margin-left: -65px;
}
#sec08:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 14;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 508px;
}
#sec09 {
  color: #ededed;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #7e275d url('../images/bg-lila-mobile.jpg') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 128px;
  padding-bottom: 65px;
  position: relative;
  z-index: 14;
}
#sec09 h1 {
  font-size: .7em;
}
#sec09 .smallpicmargin {
  bottom: -105px;
}
#sec09:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 13;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 524px;
}
#sec09 .small-line p:last-of-type {
  margin-top: 3em;
}
#sec09 .small-line p:last-of-type:before {
  content: url(../images/line-white-small.png);
  position: relative;
  top: -1.5em;
}
#sec10 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  background: #ffffff url('../images/bg-stripes.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 115px;
  padding-bottom: 20px;
  text-align: center;
}
#sec10 h1 {
  font-size: .7em;
}
#sec11 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-greynoise.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 120px;
  padding-bottom: 50px;
}
#sec11 h1 {
  font-size: .7em;
}
#sec11 img {
  width: 274px;
  height: auto;
}
#sec11 .copyright a {
  color: #878787;
}
#sec12 {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-greennoise.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  font-size: 1em;
  text-align: center;
}
#sec12 h1 {
  font-size: .7em;
}
#sec12 img {
  width: 288px;
  height: auto;
  margin-left: 26px;
}
#sec12 a,
#sec12 a:visited {
  color: #ffffff;
}
#sec12 a:hover,
#sec12 a:visited:hover {
  color: #878787;
}
#sec-blog {
  border-top: 1px solid rgba(82, 34, 55, 0.8);
  -webkit-box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  background: #7e275d url('../images/bg-lila-big.jpg') repeat 50% 0;
  /*.noise();*/
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  color: #ededed;
  z-index: 22;
  position: relative;
  z-index: 3;
}
#sec-blog h1 {
  font-size: .7em;
}
#sec-blog h1 {
  font-size: 1em;
}
#sec-blog-archive {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: url('../images/bg-whitenoise2.png') left top repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  position: relative;
  z-index: 99;
}
#sec-blog-archive h1 {
  font-size: .7em;
}
#sec-blog-inhalt {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-whitenoise.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 130px;
  position: relative;
  z-index: 20;
  z-index: 2;
  padding-top: 54px;
}
#sec-blog-inhalt h1 {
  font-size: .7em;
}
#sec-blog-inhalt:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 19;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 508px;
}
#sec-blog-inhalt:before {
  top: 522px;
}
#sec-blog-inhalt .article-header {
  font-size: .7em;
}
#sec-blog-inhalt h1 {
  font-size: 1em;
}
#sec-blog-inhalt h2 a {
  color: #3c3c3b;
  font-weight: normal;
}
#sec-blog-inhalt h2 a:hover {
  color: #1d1d1d;
}
.article-header {
  font-size: .55em;
}
.lt-ie10 #sec-blog-inhalt {
  background: url('../images/bg-shadow-vert.png') 73% 4% repeat-y, url('../images/bg-whitenoise2.png') left top repeat;
}
#sec-impressum {
  border-top: 1px solid rgba(82, 34, 55, 0.8);
  -webkit-box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -16px rgba(0, 0, 0, 0.4);
  background: #7e275d url('../images/bg-lila-big.jpg') repeat 50% 0;
  /*.noise();*/
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  color: #ededed;
  z-index: 22;
  position: relative;
  z-index: 3;
  font-size: 1.15em;
}
#sec-impressum h1 {
  font-size: .7em;
}
#sec-impressum-inhalt {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/bg-whitenoise.png') repeat;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding-top: 130px;
  position: relative;
  z-index: 20;
  z-index: 2;
  padding: 80px 0 110px 0;
}
#sec-impressum-inhalt h1 {
  font-size: .7em;
}
#sec-impressum-inhalt:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 19;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 508px;
}
#sec-impressum-inhalt a {
  color: #3c3c3b;
  font-weight: normal;
}
#sec-impressum-inhalt a:hover {
  font-weight: bold;
}
#sec-impressum-inhalt:before {
  content: url(../images/bg-shadow.png);
  position: absolute;
  z-index: 1;
  width: 1091px;
  margin: -545px;
  left: 50%;
  top: 536px;
}
#kopfgefuehl {
  background: #ffffff url('../images/bg-greennoise.png') repeat;
  color: white;
  padding-top: 30px;
  font-size: .8em;
  padding-bottom: 45px;
  padding: 90px 0;
  line-height: 1.9;
}
#kopfgefuehl h1 {
  font-size: .7em;
}
#kopfgefuehl p {
  margin-bottom: 1.7em;
}
.archive #content img {
  width: auto;
  max-width: 280px;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
  -webkit-box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
  -moz-box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
}
.archive #content img.attachment-post-thumbnail {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.single #content img {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
  -webkit-box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
  -moz-box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
}
.single #content img.attachment-post-thumbnail {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.blog #content img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
  -webkit-box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
  -moz-box-shadow: 1px -2px 3px #ebebeb, 4px 6px 6px -2px #a1a1a1;
}
.blog #content img.attachment-post-thumbnail {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
#content {
  margin-top: -14px;
}
#content p:first-child {
  margin-top: 0;
}
#content img {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
}
#content .img-gradient {
  -webkit-box-shadow: 0 0 0 0 #878787;
  -moz-box-shadow: 0 0 0 0 #878787;
  box-shadow: 0 0 0 0 #878787;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#content .img-scnd {
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  opacity: .24;
  width: 130px;
  height: auto;
}
#content .img-circle {
  margin: 0 auto;
  position: relative;
  display: block;
  height: 140px;
  width: 140px;
  line-height: 140px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
#content .img-circle img {
  margin: 10px;
  -webkit-box-shadow: inset 1px -3px 1px rgba(0, 0, 0, 0.6), inset -1px 2px 1px rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px -3px 1px rgba(0, 0, 0, 0.6), inset -1px 2px 1px rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px -3px 1px rgba(0, 0, 0, 0.4), inset -1px 2px 1px rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.6);
}
#content .absolute-img {
  position: absolute;
  left: 50%;
  top: 33%;
  margin-left: -90px;
}
#content #sec01 a {
  color: #ededed;
  font-weight: normal;
}
#content #sec01 a:hover {
  color: #cecece;
}
#content #sec01 .img-gradient {
  left: 0;
}
#content #sec01 .img-gradient:hover {
  border: 10px solid white;
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
  margin: 0px;
  -webkit-border-radius: 105px;
  -moz-border-radius: 105px;
  border-radius: 105px;
}
#content #sec01 .img-circle {
  position: relative;
  left: 0;
  margin-bottom: 30px;
}
#content #sec01 p {
  font-size: .9em;
}
#content #sec01 .fb-gw {
  font-size: 1.1em;
}
#content #sec01 .scnd-row .fourcol {
  padding-top: 1.6em;
}
#content #sec01 .scnd-row .fourcol:before {
  content: url('../images/line-white-smaller.png');
  position: relative;
  top: -1.6em;
}
.aligncenter,
img.aligncenter {
  position: relative;
  left: 50%;
  margin-left: -60px;
  padding-bottom: 10px;
  display: inline-block;
}
.single .aligncenter,
img.aligncenter {
  margin-left: -91px;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  font-size: 1.2em;
  line-height: 1.8;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.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 .aligncenter,
.entry-content img.aligncenter {
  margin: 0 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 */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.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 */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  margin-top: -13px;
  text-align: center;
  /* number of comments span */
}
#comments .line-grey-small {
  margin: 1.3em auto;
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0.2em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #ededed;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 0px;
}
.commentlist .vcard cite.fn {
  font-weight: normal;
  font-style: normal;
}
.commentlist .vcard time {
  float: left;
  font-size: .9em;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment-edit-link {
  font-size: .9em;
  font-weight: normal;
  color: #878787;
}
.commentlist .comment_content {
  margin-top: 3.2em;
  margin-left: 0px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.comment-desc {
  margin-bottom: 2.3em;
}
.wdpajax-error {
  color: #e13138;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form h2 {
  font-size: 1.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: white;
  box-shadow: 1px -2px 3px #ebebeb, 2px 4px 4px -2px #a1a1a1;
  -webkit-box-shadow: 1px -2px 3px #ebebeb, 2px 4px 4px -2px #a1a1a1;
  -moz-box-shadow: 1px -2px 3px #ebebeb, 2px 4px 4px -2px #a1a1a1;
  line-height: 1.5em;
  border: none;
  font-size: .9em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 97.3%;
  min-width: 97.3%;
  padding-bottom: .4em;
  margin-bottom: .4em;
}
.respond-form form textarea {
  margin-top: -0.8em;
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
#submit {
  float: right;
  border: none;
  background: none;
  color: #7e275d;
  font-weight: bold;
}
#submit:before {
  content: url(../images/dot.png);
}
#submit:hover {
  color: #571b40;
}
/* comment form title */
#comment-form-title {
  font-weight: bold;
  color: #7e275d;
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  color: #ededed;
  clear: both;
  font-size: .8em;
  text-align: center;
}
.footer a {
  color: #ededed;
  font-weight: normal;
}
.copyright {
  font-size: .9em;
  padding-top: 40px;
  color: #999999;
}
/*
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: Bauchgef�hl
Author: Black Kiwi

Stylesheet: 481px and Up Stylesheet


******************************************************************/
  .header #logo img {
    width: 366px;
  }
  #sec05 .smallpicmargin {
    top: 115px;
  }
  /*********************
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?
*/
  /* 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: Bauchgef�hl
Author: Black Kiwi

Stylesheet: Grid Stylesheet

******************************************************************/
  .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: Bauchgefühl
Author: Black Kiwi

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    overflow-x: inherit;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .div-clickable {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle {
    height: 240px;
    width: 240px;
    line-height: 240px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle .img-gradient {
    width: 220px;
    height: 220px;
    margin: 10px;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle .img-scnd {
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    width: 240px;
    height: 240px;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle img {
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    width: 220px;
    height: 220px;
  }
  .page-template-page-kopfgefuehl-php .line-white-footer {
    top: 240px;
  }
  .page-template-page-kopfgefuehl-php .kopfimage {
    margin-top: 30px;
    margin-left: 20px;
    position: absolute;
  }
  .wrap {
    max-width: 940px;
  }
  .bighide {
    display: none;
    visibility: hidden;
  }
  .smallhide {
    display: inherit;
    visibility: visible;
  }
  .medhide {
    display: none;
    visibility: hidden;
  }
  .text-right {
    text-align: right;
  }
  #content {
    margin-top: 96px;
  }
  #content img {
    width: 120px;
    height: 120px;
  }
  #content .img-gradient {
    width: 120px;
    height: 120px;
  }
  #content .img-scnd {
    top: -10px;
    left: -10px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    width: 139px;
    height: 139px;
  }
  #content .img-circle {
    height: 140px;
    width: 140px;
    line-height: 140px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
  }
  #content .img-circle img {
    width: auto;
  }
  .line-grey {
    width: 685px;
    height: 8px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    margin-left: -342px;
    left: 50%;
    background: transparent url('../images/line-grey768.png') no-repeat;
  }
  .line-white {
    width: 685px;
    height: 8px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    margin-left: -342px;
    left: 50%;
    background: transparent url('../images/line-grey768.png') no-repeat;
    width: 688px;
    height: 9px;
    background: transparent url('../images/line-white768.png') no-repeat;
  }
  .archive .line-white {
    bottom: 20px;
  }
  .blog .line-white {
    bottom: 30px;
  }
  .single .line-white {
    bottom: 30px;
  }
  .line-white-footer {
    width: 685px;
    height: 8px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey768.png') no-repeat;
    width: 688px;
    height: 9px;
    background: transparent url('../images/line-white768.png') no-repeat;
    margin-left: -342px;
    left: 50%;
    top: 180px;
    margin-bottom: 30px;
  }
  .line-white-footer2 {
    width: 685px;
    height: 8px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey768.png') no-repeat;
    width: 688px;
    height: 9px;
    background: transparent url('../images/line-white768.png') no-repeat;
    margin-left: -342px;
    left: 50%;
    top: 180px;
    margin-bottom: 30px;
    top: 60px;
    margin-bottom: 60px;
  }
  .line-white-footer3 {
    width: 685px;
    height: 8px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey768.png') no-repeat;
    width: 688px;
    height: 9px;
    background: transparent url('../images/line-white768.png') no-repeat;
    margin-left: -342px;
    left: 50%;
    top: 180px;
    margin-bottom: 30px;
    top: 240px;
  }
  .line-grey-small {
    width: 410px;
    margin: 3em 0;
    background: transparent url('../images/line-grey-small.png') 50% 0 no-repeat;
  }
  #sec09 .small-line p:last-of-type:before {
    content: url('../images/line-white-small768.png');
  }
  .content-padding {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
  }
  #content #sec01 .scnd-row .fourcol:before {
    content: url('../images/line-white-smaller768.png');
    position: relative;
    top: -1.6em;
  }
  #sec01 {
    padding-top: 55px;
    font-size: .9em;
  }
  #sec02 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    padding-top: 64px;
  }
  #sec02 h1 {
    font-size: 1.1em;
  }
  #sec03 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
  }
  #sec03 h1 {
    font-size: .9em;
  }
  #sec04 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    background: url('../images/bg-shadow-vert.png') 63.5% 47% no-repeat, url('../images/bg-whitenoise2.png') left top repeat;
    font-size: .8em;
  }
  #sec04 h1 {
    font-size: .9em;
  }
  #sec04 p {
    margin: 1em 0;
  }
  #sec04 p .fb-gl {
    margin-top: 0;
    display: inline;
  }
  #sec04 .line-grey {
    bottom: 55px;
  }
  #sec05 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    background: #7e275d url('../images/bg-lila.jpg') repeat;
    font-size: .8em;
  }
  #sec05 h1 {
    font-size: .9em;
  }
  #sec05 .line-white {
    bottom: 55px;
  }
  #sec06 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
    padding-bottom: 90px;
  }
  #sec06 h1 {
    font-size: .9em;
  }
  #sec06 .line-grey {
    bottom: 34px;
  }
  #sec07 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
  }
  #sec07 h1 {
    font-size: .9em;
  }
  #sec07 .line-grey {
    bottom: 55px;
  }
  #sec08 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
  }
  #sec08 h1 {
    font-size: .9em;
  }
  #sec09 {
    background: #7e275d url('../images/bg-lila.jpg') repeat;
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
  }
  #sec09 h1 {
    font-size: .9em;
  }
  #sec10 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
    text-align: left;
  }
  #sec10 h1 {
    font-size: .9em;
  }
  #sec11 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    font-size: .8em;
    padding: 75px 0 75px 0;
  }
  #sec11 h1 {
    font-size: .9em;
  }
  #sec11 img {
    width: 249px;
    height: auto;
  }
  #sec12 {
    padding-top: 55px;
    font-size: 1.1em;
    padding-bottom: 85px;
    padding: 120px 0;
    font-size: .8em;
  }
  #sec12 h1 {
    font-size: .9em;
  }
  #sec12 img {
    width: 249px;
    height: auto;
    margin-left: 0;
  }
  #sec-blog-inhalt {
    font-size: .8em;
    background: url('../images/bg-shadow-vert.png') 79% 4% repeat-y, url('../images/bg-whitenoise2.png') left top repeat;
  }
  #sec-blog-inhalt .article-header {
    padding-bottom: 1.6em;
    font-size: .8em;
  }
  #sec-blog-inhalt h1 {
    font-size: 0.9em;
  }
  #sec-impressum h1 {
    margin-bottom: 50px;
  }
  .byline {
    font-size: .85em;
  }
  .respond-form h2 {
    font-size: 1.75em;
  }
  .archive #content img {
    max-width: 400px;
  }
  .single #content img {
    max-width: 400px;
  }
  #comments {
    text-align: left;
  }
  #comments .line-grey-small {
    margin: 1.3em 0;
  }
  /*********************
HEADER STYLES
*********************/
  .header {
    position: fixed;
    height: 96px;
  }
  .header #logo {
    padding-top: 25px;
    width: auto;
  }
  .header #logo img {
    width: 276px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    text-transform: none;
    font-size: .9em;
    padding-top: 29px;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    display: inline;
    background: none;
    float: right;
    box-shadow: none;
    /* showing sub-menus */
  }
  .nav li a {
    font-weight: 400;
    padding: 10px 38px;
    border-bottom: 0;
    background: none;
    color: #3c3c3b;
  }
  .nav li a:before {
    content: url(../images/dot768.png);
    margin-left: -12px;
  }
  .nav li a:hover,
  .nav li a:focus {
    color: #7e275d;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    display: none;
  }
  .nav li:hover ul {
    display: none;
  }
  /* end .nav */
  /*********************
SIDEBARS & ASIDES
*********************/
  .widgettitle {
    font-size: 1.2em;
    color: #7e275d;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul {
    padding-bottom: 4.5em;
  }
  .widget ul:after {
    content: url(../images/line-grey-blog.png);
    position: absolute;
    margin-top: 1.5em;
  }
  .widget ul li {
    padding-left: 26px;
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li:before {
    content: url(../images/dot768.png);
    margin-left: -24px;
    padding-right: 12px;
  }
  .widget ul li a {
    color: #3c3c3b;
    font-weight: normal;
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    font-size: 1em;
  }
  .copyright {
    padding-top: 80px;
  }
}
/*
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: Bauchgef�hl
Author: Black Kiwi

Stylesheet: Desktop Stylsheet

******************************************************************/
  .page-template-page-kopfgefuehl-php .line-white-footer {
    margin-left: 18px;
  }
  .medhide {
    display: inherit;
    visibility: visible;
  }
  #content {
    margin-top: 140px;
  }
  #content img {
    width: auto;
    height: auto;
  }
  #content .img-gradient {
    width: 180px;
    height: 180px;
  }
  #content .img-scnd {
    top: -10px;
    left: -10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 199px;
    height: 199px;
  }
  #content .img-circle {
    height: 200px;
    width: 200px;
    line-height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  #content .img-circle img {
    width: auto;
  }
  .header {
    height: 140px;
  }
  .header #logo {
    padding-top: 55px;
  }
  .header #logo img {
    width: auto;
  }
  .nav {
    font-size: 1.2em;
    padding-top: 67px;
  }
  .nav li a {
    padding: 10px 76px;
  }
  .nav li a:before {
    content: url(../images/dot.png);
    margin-left: -22px;
  }
  .nav li a:last-child {
    margin-right: -12px;
  }
  .line-grey {
    width: 938px;
    height: 10px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey.png') no-repeat;
  }
  .line-white {
    width: 938px;
    height: 10px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey.png') no-repeat;
    background: transparent url('../images/line-white.png') no-repeat;
  }
  .line-white-footer {
    width: 938px;
    height: 10px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey.png') no-repeat;
    background: transparent url('../images/line-white.png') no-repeat;
    top: 190px;
  }
  .line-white-footer2 {
    width: 938px;
    height: 10px;
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: auto;
    background: transparent url('../images/line-grey.png') no-repeat;
    background: transparent url('../images/line-white.png') no-repeat;
    top: 190px;
    top: 55px;
  }
  .line-white-footer3 {
    width: 938px;
    height: 10px;
    margin: 0;
    position: absolute;
    left: auto;
    background: transparent url('../images/line-grey.png') no-repeat;
    background: transparent url('../images/line-white.png') no-repeat;
    top: 190px;
    bottom: 55px;
    top: auto;
  }
  .line-grey-small {
    width: 518px;
    height: 6px;
    margin: 3em 0;
    background: transparent url('../images/line-grey-small.png') no-repeat;
  }
  #sec09 .small-line p:last-of-type:before {
    content: url('../images/line-white-small.png');
  }
  #content #sec01 .scnd-row .fourcol:before {
    content: url('../images/line-white-smaller.png');
  }
  #sec01 {
    font-size: 1.05em;
    padding-bottom: 85px;
  }
  #sec01 h1 {
    font-size: 1.55em;
  }
  #sec02 h1 {
    font-size: 1.6em;
  }
  #sec03 {
    font-size: 1.1em;
  }
  #sec03 h1 {
    font-size: 1em;
  }
  #sec04 {
    background: url('../images/bg-shadow-vert.png') 55.5% 47% no-repeat, url('../images/bg-whitenoise2.png') left top repeat;
    font-size: 1.1em;
  }
  #sec04 h1 {
    font-size: 1em;
  }
  #sec05 {
    background: #7e275d url('../images/bg-lila.jpg') repeat;
    font-size: 1.1em;
  }
  #sec05 h1 {
    font-size: 1em;
  }
  #sec06 {
    font-size: 1.1em;
  }
  #sec06 h1 {
    font-size: 1em;
  }
  #sec07 {
    font-size: 1.1em;
  }
  #sec07 h1 {
    font-size: 1em;
  }
  #sec08 {
    font-size: 1.1em;
  }
  #sec08 h1 {
    font-size: 1em;
  }
  #sec09 {
    font-size: 1.1em;
  }
  #sec09 h1 {
    font-size: 1em;
  }
  #sec10 {
    font-size: 1.1em;
  }
  #sec10 h1 {
    font-size: 1em;
  }
  #sec11 {
    font-size: 1.1em;
    padding: 55px 0 85px 0;
  }
  #sec11 h1 {
    font-size: 1em;
  }
  #sec11 img {
    width: auto;
    height: auto;
  }
  #sec12 {
    font-size: 1.1em;
  }
  #sec12 h1 {
    font-size: 1em;
  }
  #sec12 img {
    width: auto;
    height: auto;
  }
  #sec-blog {
    padding: 30px 0 55px 0;
  }
  #sec-blog-inhalt {
    font-size: 1.1em;
    background: url('../images/bg-shadow-vert.png') 74% 4% repeat-y, url('../images/bg-whitenoise2.png') left top repeat;
  }
  #sec-blog-inhalt .article-header {
    padding-bottom: 1.6em;
    font-size: 1em;
  }
  #sec-blog-inhalt h1 {
    font-size: 1em;
  }
  .archive #content img {
    max-width: 510px;
  }
  .single #content img {
    max-width: 510px;
  }
  .widgettitle {
    font-size: 1.6em;
  }
  .widget ul li {
    padding-left: 38px;
  }
  .widget ul li:before {
    content: url(../images/dot.png);
    margin-left: -34px;
    padding-right: 18px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .page-template-page-kopfgefuehl-php #content .img-circle {
    height: 260px;
    width: 260px;
    line-height: 260px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle .img-gradient {
    width: 240px;
    height: 240px;
    margin: 10px;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle .img-scnd {
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    width: 260px;
    height: 260px;
  }
  .page-template-page-kopfgefuehl-php #content .img-circle img {
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    width: 240px;
    height: 240px;
  }
  .page-template-page-kopfgefuehl-php .line-white-footer {
    top: 240px;
  }
  .page-template-page-kopfgefuehl-php .kopfimage {
    margin-top: 26px;
    margin-left: 46px;
    position: absolute;
  }
  #sec02 h1 {
    text-align: left;
  }
  #sec-blog-inhalt {
    font-size: 1.1em;
    background: url('../images/bg-shadow-vert.png') 69% 4% repeat-y, url('../images/bg-whitenoise2.png') left top repeat;
  }
  #sec-blog-inhalt .article-header {
    padding-bottom: 1.6em;
    font-size: 1em;
  }
  #sec-blog-inhalt h1 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1480px) {
  #sec-blog-inhalt {
    background: url('../images/bg-shadow-vert.png') 65% 4% repeat-y, url('../images/bg-whitenoise2.png') right top repeat;
  }
}
@media only screen and (min-width: 1980px) {
  #sec-blog-inhalt {
    background: url('../images/bg-shadow-vert.png') 60% 4% repeat-y, url('../images/bg-whitenoise2.png') right top repeat;
  }
}
/*
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;
  }
}
