@charset "UTF-8";
/******************************************************************
Site Name: Niedermoser Camping
Author: Felix Franz

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

/* ==========================================================================
   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.
******************************************************************/
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:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
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/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "SupriaSans-HeavyItalic";
  src: url("../fonts/27496B_1_0.eot");
  src: url("../fonts/27496B_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_1_0.woff") format("woff"), url("../fonts/27496B_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-Regular";
  src: url("../fonts/27496B_2_0.eot");
  src: url("../fonts/27496B_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_2_0.woff") format("woff"), url("../fonts/27496B_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-Medium";
  src: url("../fonts/27496B_3_0.eot");
  src: url("../fonts/27496B_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_3_0.woff") format("woff"), url("../fonts/27496B_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-MediumItalic";
  src: url("../fonts/27496B_4_0.eot");
  src: url("../fonts/27496B_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_4_0.woff") format("woff"), url("../fonts/27496B_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-Light";
  src: url("../fonts/27496B_5_0.eot");
  src: url("../fonts/27496B_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_5_0.woff") format("woff"), url("../fonts/27496B_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-RegularItalic";
  src: url("../fonts/27496B_6_0.eot");
  src: url("../fonts/27496B_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_6_0.woff") format("woff"), url("../fonts/27496B_6_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-LightItalic";
  src: url("../fonts/27496B_7_0.eot");
  src: url("../fonts/27496B_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_7_0.woff") format("woff"), url("../fonts/27496B_7_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-Bold";
  src: url("../fonts/27496B_8_0.eot");
  src: url("../fonts/27496B_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_8_0.woff") format("woff"), url("../fonts/27496B_8_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-BoldItalic";
  src: url("../fonts/27496B_9_0.eot");
  src: url("../fonts/27496B_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_9_0.woff") format("woff"), url("../fonts/27496B_9_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-Black";
  src: url("../fonts/27496B_A_0.eot");
  src: url("../fonts/27496B_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_A_0.woff") format("woff"), url("../fonts/27496B_A_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-BlackItalic";
  src: url("../fonts/27496B_B_0.eot");
  src: url("../fonts/27496B_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_B_0.woff") format("woff"), url("../fonts/27496B_B_0.ttf") format("truetype");
}
@font-face {
  font-family: "SupriaSans-Heavy";
  src: url("../fonts/27496B_C_0.eot");
  src: url("../fonts/27496B_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27496B_C_0.woff") format("woff"), url("../fonts/27496B_C_0.ttf") format("truetype");
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

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

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

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

.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

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

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

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
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: "SupriaSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #57473a;
  border-top-color: #6a5647;
  border-left-color: #6a5647;
  padding: 4px 12px;
  color: #fff;
  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;
  border-radius: 4px;
  background-color: #705b4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f6855), to(#705b4b));
  background-image: -webkit-linear-gradient(top, #7f6855, #705b4b);
  background-image: -moz-linear-gradient(top, #7f6855, #705b4b);
  background-image: -o-linear-gradient(top, #7f6855, #705b4b);
  background-image: linear-gradient(to bottom, #7f6855, #705b4b);
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #57473a;
  border-top-color: #42362c;
  border-left-color: #42362c;
  background-color: #604f41;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#705b4b), to(#604f41));
  background-image: -webkit-linear-gradient(top, #705b4b, #604f41);
  background-image: -moz-linear-gradient(top, #705b4b, #604f41);
  background-image: -o-linear-gradient(top, #705b4b, #604f41);
  background-image: linear-gradient(to bottom, #705b4b, #604f41);
}
.button:active, .button:visited:active {
  background-color: #7f6855;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#705b4b), to(#7f6855));
  background-image: -webkit-linear-gradient(top, #705b4b, #7f6855);
  background-image: -moz-linear-gradient(top, #705b4b, #7f6855);
  background-image: -o-linear-gradient(top, #705b4b, #7f6855);
  background-image: linear-gradient(to bottom, #705b4b, #7f6855);
}

.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);
  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:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "SupriaSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a3b2f;
  background: url(../images/bg/textur_pattern.png) 0 0 repeat;
}

#wpadminbar {
  display: none !important;
}

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

#container {
  overflow: hidden;
}

section.main {
  width: 100%;
  margin: 0 auto;
}

.blog-nav {
  display: none;
}

.blog .blog-nav {
  display: block;
}

.blog .normal-nav {
  display: none;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #7f6855;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #645143;
}
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: "SupriaSans-Medium", "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.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;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/*********************
HINTERGRÜNDE
*********************/
#home, #activities, #natur, #spiel, #camping, #anfahrt, #kontakt, #footer, .blog #content {
  background: url(../images/bg/textur_pattern.png) 0 0 repeat;
}

#home, .blog #content {
  background-color: #efe9d2;
}

#activities {
  background-color: #e6f1f4;
}

#natur {
  background-color: #dbe5ba;
}

#camping {
  background-color: #f1e3e0;
}

#spiel {
  background-color: #f6e8ce;
}

#anfahrt {
  background-color: #efe9d2;
}

#footer {
  background-color: #7f6855;
}

/********************
SECTION PIKTOGRAMME
*********************/
.section-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
}

#activities .section-image {
  background: url(../images/picto/aktiv.svg) center center no-repeat;
}

#natur .section-image {
  background: url(../images/picto/natur.svg) center center no-repeat;
}

#camping .section-image {
  background: url(../images/picto/camping.svg) center center no-repeat;
}

#anfahrt .section-image {
  background: url(../images/picto/anfahrt.svg) center center no-repeat;
}

#spiel .section-image {
  background: url(../images/picto/spiel.svg) center center no-repeat;
}

.blog .section-image {
  background: url(../images/picto/news.svg) center center no-repeat;
}

/********************
ÜBERGANGS PFEILE
*********************/
.next-section {
  display: block;
  float: left;
  width: 100%;
  height: 20px;
  margin-top: 20px;
  padding: 20px 20px 10px;
  bottom: 20px;
}

#home .next-section {
  background: url(../images/icons/arrow_down_brown.svg) center center no-repeat;
}

#activities .next-section {
  background: url(../images/icons/arrow_down_blue.svg) center center no-repeat;
}

#natur .next-section {
  background: url(../images/icons/arrow_down_brown.svg) center center no-repeat;
}

#camping .next-section {
  background: url(../images/icons/arrow_down_red.svg) center center no-repeat;
}

#spiel .next-section {
  background: url(../images/icons/arrow_down_brown.svg) center center no-repeat;
}

/*********************
ÜBERGANGS KANTEN
*********************/
.kante-home, .kante-aktiv, .kante-natur, .kante-spiel, .kante-camping {
  z-index: 20px;
  height: 20px;
  width: 100%;
  position: relative;
  top: -1px;
}

.kante-home {
  background: url(../images/bg/kante_home.png) 0 0 repeat-x;
}

.kante-aktiv {
  background: url(../images/bg/kante_aktiv.png) 0 0 repeat-x;
}

.kante-natur {
  background: url(../images/bg/kante_natur.png) 0 0 repeat-x;
}

.kante-camping {
  background: url(../images/bg/kante_camping.png) 0 0 repeat-x;
}

.kante-spiel {
  background: url(../images/bg/kante_spiel.png) 0 0 repeat-x;
}

/*********************
HEADER STYLES
*********************/
#logo {
  position: relative;
  z-index: 200;
  -webkit-box-shadow: 0px 2px 4px #999;
  -moz-box-shadow: 0px 2px 4px #999;
  box-shadow: 0px 2px 4px #999;
  display: none;
}
#logo img {
  position: relative;
  left: -5px;
  width: 165px;
  height: auto;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#logo-mobile {
  text-align: center;
}
#logo-mobile img {
  max-width: 150px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  font-size: 15px;
  margin: 0;
  background-color: #7f6855;
  /* end .menu li */
}
.nav li a {
  text-transform: uppercase;
  font-family: "SupriaSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
  padding: 22px 15px;
  border-bottom: 1px solid #ccc;
  color: RGBA(255, 255, 255, 0.6);
  text-align: center;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li a:hover, .nav li a:focus, .nav li a.selected {
  color: #fff;
}

/* end .nav */
.red {
  background-color: #804a4a;
}

.blue {
  background-color: #346270;
}

.brown {
  background-color: #7f6855;
}

.green {
  background-color: #4e5b35;
}

.orange {
  background-color: #e29b1f;
}

/*********************
SECTION CONTENT
*********************/
/*********************
HOME
*********************/
#home {
  position: relative;
  text-align: center;
}
#home p {
  color: #4a3b2f;
}
#home .home-illu {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 70px auto 20px;
  display: none;
}
#home .news {
  margin-bottom: 20px;
}
#home .news h3.news-section-headline {
  font-size: 16px;
  height: 35px;
  width: 110%;
  position: relative;
  left: -5%;
  padding: 7px 10px 0 5%;
  margin: 0;
  color: #b89f8c;
  background: url(../images/bg/text-bg/paper_news_home.png) 0 0 repeat-x;
}
#home .news .byline {
  color: #c5b5a8;
  font-family: "SupriaSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #7f6855;
  margin: 10px 0;
  padding: 0 0 3px;
  font-size: 12px;
}
#home .news h1 {
  font-size: 12px;
  margin: 5px 0;
}
#home .news p {
  margin: 5px 0;
  font-size: 12px;
}
#home .welcome h1 {
  font-size: 22px;
  padding: 0 0 3px;
  border-bottom: 1px solid #7f6855;
}
#home .welcome p {
  margin: 15px 0;
}
#home h1, #home h2, #home h3, #home h4, #home h5, #home p {
  text-align: left;
}

.drohne a img {
  width: 100%;
  height: auto;
}

.image-nav {
  display: none;
  float: left;
  width: 100%;
  height: 100px;
  margin: 20px 0 0 20px;
}
.image-nav a {
  display: inline-block;
  float: left;
  height: 65px;
  width: 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.image-nav a:hover {
  background-position: -76px 0;
}
.image-nav a.image-nav-news {
  background-image: url(../images/picto/news_klein.svg);
  margin: 0 20% 0 0;
}
.image-nav a.image-nav-aktiv {
  background-image: url(../images/picto/aktiv_klein.svg);
}
.image-nav a.image-nav-natur {
  background-image: url(../images/picto/natur_klein.svg);
}
.image-nav a.image-nav-spiel {
  background-image: url(../images/picto/spiel_klein.svg);
  background-size: cover;
}
.image-nav a.image-nav-camping {
  background-image: url(../images/picto/camping_klein.svg);
}
.image-nav a.image-nav-anfahrt {
  background-image: url(../images/picto/anfahrt_klein.svg);
}
.image-nav a.image-nav-home {
  background-image: url(../images/picto/home_klein.svg);
}

/*********************
AKTIVITÄTEN
*********************/
#activities article {
  margin: 0 auto;
  float: none;
  padding: 5px 0;
  color: #346270;
}
#activities h1 {
  background: url(../images/bg/text-bg/bar_headline_blue.png) 0 0 repeat-x;
  font-size: 16px;
}
#activities h1 a {
  padding: 5px;
  display: inline-block;
  width: 99%;
  color: #346270;
  background: url(../images/icons/arrow_down_blue.svg) right center no-repeat;
}
#activities h1 a.open {
  background: url(../images/icons/arrow_up_blue.svg) right center no-repeat;
}
#activities .aktiv-content {
  padding: 0 0 0;
  height: 0;
  overflow: hidden;
}
#activities .aktiv-content.content_open {
  padding: 0 0 20px;
  height: auto;
}
#activities h2 {
  font-size: 16px;
  height: 35px;
  margin-top: 14px;
  padding: 5px 10px 0 5px;
  background: url(../images/bg/text-bg/paper_text_aktiv.png) 0 0 repeat-x;
}
#activities p {
  padding: 5px;
}
#activities p, #activities h2 {
  width: 100%;
  margin: 10px auto;
  float: none;
}
#activities .royalSlider.myCustomSkin {
  margin: 14px 0 0;
  float: none;
  display: inline-block;
  width: 100% !important;
  clear: both;
}
#activities h2.clearfix {
  clear: both;
}
#activities h2.clearfix + p, #activities h2.clearfix + p + p {
  clear: both;
}

.aktiv-illu-boot {
  float: left;
  position: relative;
  left: -50px;
  margin-top: 30px;
}

.aktiv-illu-angel {
  float: right;
  right: 0px;
  margin-top: 30px;
  overflow: hidden;
  width: 170px;
}
.aktiv-illu-angel img {
  position: relative;
  right: 0px;
}

/*********************
NATUR
*********************/
#natur {
  position: relative;
}

.natur-illu-oben {
  position: absolute;
  right: -20px;
  top: 50px;
}

.natur-illu-unten {
  display: none;
}

.big-slider {
  margin: 30px 0 0;
  width: 100%;
  height: auto;
  z-index: 50px;
}
.big-slider .rsDefaultInv .rsThumbsHor {
  display: none;
}

#natur {
  color: #545c3b;
}
#natur article {
  margin: -20px auto 30px;
  float: none;
  position: relative;
  z-index: 2;
}
#natur article h1 {
  font-size: 22px;
  padding: 0 0 3px;
  border-bottom: 1px solid #4e5b35;
}
#natur article p {
  margin: 15px 0;
}
#natur article p a {
  color: #346270;
}

/*********************
SPIEL UND SPASS
*********************/
#spiel {
  color: #e29b1f;
}
#spiel article {
  margin: -20px auto 30px;
  float: none;
  position: relative;
  z-index: 2;
}
#spiel article h1 {
  font-size: 22px;
  padding: 0 0 3px;
  border-bottom: 1px solid #e29b1f;
}
#spiel article p {
  margin: 15px 0;
}

.logged-in #spiel, .logged-in .spiel {
  display: inline-block;
}

/*********************
CAMPING
*********************/
#camping .sixcol {
  margin-left: 0;
  margin-right: 1.35%;
  margin-bottom: 35px;
}
#camping h1 {
  font-size: 16px;
  font-family: "SupriaSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #804949;
  height: 35px;
  padding: 5px 10px 0 5px;
  margin: 0 0 10px;
  background: url(../images/bg/text-bg/paper_text_camping.png) 0 0 repeat-x;
}
#camping .tablepress {
  color: #804949;
}
#camping .tablepress thead th {
  background: transparent url(../images/bg/text-bg/bar_headline_red_2.png) 0 0 repeat;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 5px 3px;
  font-family: "SupriaSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#camping .tablepress td {
  border-bottom: 1px solid #d9bcbc;
  padding: 3px 5px;
}
#camping .tablepress td.column-1 {
  width: 70%;
}

/*********************
ANFAHRT
*********************/
#anfahrt {
  position: relative;
  padding-bottom: 30px;
}
#anfahrt p {
  color: #4a3b2f;
}
#anfahrt .anfahrt-illu-oben {
  position: absolute;
  right: 0;
  top: 50px;
}
#anfahrt .anfahrt-illu-unten {
  position: absolute;
  left: 0;
  bottom: 50px;
  display: none;
}
#anfahrt .sixcol {
  margin-left: 0;
  margin-right: 1.35%;
}
#anfahrt article {
  margin: 0 0 30px;
}
#anfahrt h1 {
  font-size: 16px;
  font-family: "SupriaSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7f6855;
  height: 35px;
  padding: 5px 10px 0 5px;
  margin: 0 0 10px;
  background: url(../images/bg/text-bg/paper_text_anfahrt.png) 0 0 repeat-x;
}
#anfahrt h1.sixcol {
  float: none;
}
#anfahrt h2 {
  background: transparent url(../images/bg/text-bg/bar_headline_brown.png) 0 0 repeat;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 5px 3px;
  font-family: "SupriaSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#anfahrt p {
  padding: 5px 5px 10px;
}
#anfahrt .map-image {
  padding-bottom: 10px;
  border-bottom: 1px solid #7f6855;
}
#anfahrt .route-image {
  width: 30%;
  margin: 0 3% 0 0;
  float: left;
}

/*********************
FOOTER
*********************/
#footer {
  padding-bottom: 50px;
}
#footer .sixcol {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 1.35%;
}
#footer .sixcol p {
  color: #b89f8c;
}
#footer .sixcol p a {
  color: #efe9d2;
  text-decoration: none;
}
#footer h1, #footer h2, #footer h3 {
  color: #efe9d2;
  font-size: 22px;
}
#footer p.copyright {
  width: 100%;
  text-align: center;
  margin: 15px auto;
  color: #b89f8c;
}
#footer .social-nav {
  width: 100%;
  float: left;
  height: 100px;
  padding: 40px 0 20px;
}
#footer .social-nav ul {
  height: 60px;
  width: 250px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #b89f8c;
}
#footer .social-nav li {
  width: 100%;
}
#footer .social-nav a {
  display: inline-block;
  float: left;
  height: 30px;
  width: 90%;
  margin: 0 5px;
  background-position: center 0;
  background-repeat: no-repeat;
}
#footer .social-nav a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .social-nav a.social-nav-facebook {
  background-image: url(../images/icons/social_facebook.svg);
}
#footer .social-nav a.social-nav-twitter {
  background-image: url(../images/icons/social_twitter.svg);
}
#footer .social-nav a.social-nav-skype {
  background-image: url(../images/icons/social_skype.svg);
}
#footer .social-nav a.social-nav-youtube {
  background-image: url(../images/icons/social_youtube.svg);
}
#footer .social-nav a.social-nav-vimeo {
  background-image: url(../images/icons/social_vimeo.svg);
}
#footer .datenschutz {
  margin-top: 40px;
}
#footer .datenschutz h1 {
  font-size: 16px;
}
#footer .datenschutz h1 a {
  padding: 5px;
  display: inline-block;
  width: 99%;
  color: #efe9d2;
}
#footer .datenschutz p {
  color: #b89f8c;
}
#footer .datenschutz .footer-content {
  padding: 20px 0 20px;
}

/*********************
BLOG / NEWS
*********************/
.blog #main {
  padding: 30px 0 100px;
}
.blog .twelvecol article {
  margin: 30px 15%;
}
.blog .twelvecol h1 {
  color: #7f6855;
}
.blog .twelvecol p.byline {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.blog .image-nav {
  margin: 30px 15%;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0em;
}

/* post meta */
.byline {
  color: #c5b5a8;
  font-family: "SupriaSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #c5b5a8;
}
/* 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 p {
  font-family: "SupriaSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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 */
/*
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: 
  Author: 

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  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:
  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.182320438%;
  }

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

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

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

  /* 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:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 60px;
    overflow: show;
    z-index: 100;
  }
  .header .inner-header {
    width: 100%;
  }
  .header #inner-header.wrap {
    height: 60px;
  }

  #logo-mobile {
    display: none;
  }

  #logo {
    position: relative;
    z-index: 200;
    -webkit-box-shadow: 0px 2px 4px #999;
    -moz-box-shadow: 0px 2px 4px #999;
    box-shadow: 0px 2px 4px #999;
    height: 150px;
    width: 150px;
    display: inline-block;
  }
  #logo img {
    position: relative;
    left: -5px;
    width: 165px;
    width: calc(100% + 10px);
    height: auto;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    max-width: 9999px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 11px;
    margin: 0;
    /* end .menu li */
  }
  .nav li a {
    font-family: "SupriaSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    padding: 22px 6px;
    border-bottom: 1px solid #ccc;
    color: RGBA(255, 255, 255, 0.6);
    /*
    remember this is for mobile ONLY, so there's no need
    to even declare hover styles here, you can do it in
    the style.scss file where it's relevant. We want to
    keep this file as small as possible!
    */
  }
  .nav li a:hover, .nav li a:focus, .nav li a.selected {
    color: #fff;
  }

  /* end .nav */
  .nav {
    position: absolute;
    width: 100%;
    border: 0;
    height: 60px;
    padding: 0 0 0 25%;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 1px 2px #999;
    -moz-box-shadow: 0px 1px 2px #999;
    box-shadow: 0px 1px 2px #999;
    /* end .menu ul li */
  }
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: RGBA(255, 255, 255, 1);
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* end .nav */
  /*********************
  HEADER STYLES
  *********************/
  #home .image-nav, .blog .image-nav {
    display: block;
  }
  #home .home-illu, .blog .home-illu {
    display: inline-block;
  }

  #activities h2, #activities p {
    float: left;
    width: 48%;
  }
  #activities .royalSlider.myCustomSkin {
    float: right;
    width: 48% !important;
  }

  #content {
    margin-top: 1.2em;
  }

  /*********************
  CAMPING
  *********************/
  #camping .sixcol {
    margin-bottom: 0px;
  }

  #anfahrt .anfahrt-illu-unten {
    display: inline-block;
  }

  #natur .natur-illu-unten {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
    display: inline-block;
  }

  #footer .multi p {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
/*
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: 
  Author: 

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 

  ******************************************************************/
  .nav {
    font-size: 13px;
    /* end .menu li */
  }
  .nav li a {
    padding: 22px 15px;
  }
  .nav li:first-child {
    margin-left: 30px;
  }

  /* end .nav */
}
/*
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.

  ******************************************************************/
  .nav li:first-child {
    margin-left: 120px;
  }

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