@font-face {
  font-family: Lobster;
  src: url("../fonts/Lobster-1.4.otf");
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 25, /home/play/cms/public/stylesheets/./1140.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 27, /home/play/cms/public/stylesheets/./1140.scss */
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.34;
}

/* line 29, /home/play/cms/public/stylesheets/./1140.scss */
body, button, input, select, textarea {
  font-family: sans-serif;
  color: black;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
/* line 37, /home/play/cms/public/stylesheets/./1140.scss */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* line 38, /home/play/cms/public/stylesheets/./1140.scss */
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 45, /home/play/cms/public/stylesheets/./1140.scss */
a {
  color: #2b2929;
  border-bottom: 1px dotted #2b2929;
}

/* line 46, /home/play/cms/public/stylesheets/./1140.scss */
a:visited {
  color: #2b2929;
}

/* line 47, /home/play/cms/public/stylesheets/./1140.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
/* line 50, /home/play/cms/public/stylesheets/./1140.scss */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 57, /home/play/cms/public/stylesheets/./1140.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 59, /home/play/cms/public/stylesheets/./1140.scss */
b, strong {
  font-weight: bold;
}

/* line 61, /home/play/cms/public/stylesheets/./1140.scss */
blockquote {
  margin: 1em 40px;
}

/* line 63, /home/play/cms/public/stylesheets/./1140.scss */
dfn {
  font-style: italic;
}

/* line 65, /home/play/cms/public/stylesheets/./1140.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 67, /home/play/cms/public/stylesheets/./1140.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 69, /home/play/cms/public/stylesheets/./1140.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
/* line 72, /home/play/cms/public/stylesheets/./1140.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 75, /home/play/cms/public/stylesheets/./1140.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 77, /home/play/cms/public/stylesheets/./1140.scss */
q {
  quotes: none;
}

/* line 78, /home/play/cms/public/stylesheets/./1140.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 80, /home/play/cms/public/stylesheets/./1140.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
/* line 83, /home/play/cms/public/stylesheets/./1140.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 84, /home/play/cms/public/stylesheets/./1140.scss */
sup {
  top: -0.5em;
}

/* line 85, /home/play/cms/public/stylesheets/./1140.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 92, /home/play/cms/public/stylesheets/./1140.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 93, /home/play/cms/public/stylesheets/./1140.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 94, /home/play/cms/public/stylesheets/./1140.scss */
nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 106, /home/play/cms/public/stylesheets/./1140.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow displayed oddly in IE9 
 */
/* line 112, /home/play/cms/public/stylesheets/./1140.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 121, /home/play/cms/public/stylesheets/./1140.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 128, /home/play/cms/public/stylesheets/./1140.scss */
form {
  margin: 0;
}

/* line 129, /home/play/cms/public/stylesheets/./1140.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
/* line 136, /home/play/cms/public/stylesheets/./1140.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 139, /home/play/cms/public/stylesheets/./1140.scss */
label, input {
  cursor: pointer;
  display: block;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 147, /home/play/cms/public/stylesheets/./1140.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0 0 1.2em 0;
  vertical-align: baseline;
  *vertical-align: middle;
  padding: 10px;
}

/* line 148, /home/play/cms/public/stylesheets/./1140.scss */
select {
  width: 103%;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
/* line 154, /home/play/cms/public/stylesheets/./1140.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
/* line 161, /home/play/cms/public/stylesheets/./1140.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
/* line 167, /home/play/cms/public/stylesheets/./1140.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 168, /home/play/cms/public/stylesheets/./1140.scss */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
/* line 175, /home/play/cms/public/stylesheets/./1140.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove default vertical scrollbar in IE6/7/8/9 */
/* line 178, /home/play/cms/public/stylesheets/./1140.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  width: 97%;
  min-height: 200px;
  resize: vertical;
}

/* Colors for form validity */
/* line 182, /home/play/cms/public/stylesheets/./1140.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 189, /home/play/cms/public/stylesheets/./1140.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
/* line 198, /home/play/cms/public/stylesheets/./1140.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(254, 248, 221, 0.7);
  line-height: 1.33em;
  text-align: center;
  color: #2b2929;
}

/* line 207, /home/play/cms/public/stylesheets/./1140.scss */
body {
  font-family: "Palatino", "Palatino Linotype", "Book Antiqua", serif;
}

/* line 211, /home/play/cms/public/stylesheets/./1140.scss */
.small, small {
  font-size: 13px;
  line-height: 14px;
}

/* Selection colours (easy to forget) */
/* line 218, /home/play/cms/public/stylesheets/./1140.scss */
::selection {
  background: #ffff9e;
}

/* line 219, /home/play/cms/public/stylesheets/./1140.scss */
::-moz-selection {
  background: #ffff9e;
}

/* line 220, /home/play/cms/public/stylesheets/./1140.scss */
img::selection {
  background: transparent;
}

/* line 221, /home/play/cms/public/stylesheets/./1140.scss */
img::-moz-selection {
  background: transparent;
}

/* line 222, /home/play/cms/public/stylesheets/./1140.scss */
body {
  -webkit-tap-highlight-color: #ffff9e;
}

/* line 225, /home/play/cms/public/stylesheets/./1140.scss */
.hide {
  display: none;
}

/* CSS Resets */
/* line 228, /home/play/cms/public/stylesheets/./1140.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 228, /home/play/cms/public/stylesheets/./1140.scss */
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

/* line 228, /home/play/cms/public/stylesheets/./1140.scss */
a img {
  border: 0;
}

/* line 228, /home/play/cms/public/stylesheets/./1140.scss */
figure {
  position: relative;
}

/* line 228, /home/play/cms/public/stylesheets/./1140.scss */
figure img {
  width: auto;
}

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
/* line 235, /home/play/cms/public/stylesheets/./1140.scss */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 240, /home/play/cms/public/stylesheets/./1140.scss */
.row {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 248, /home/play/cms/public/stylesheets/./1140.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

/* line 254, /home/play/cms/public/stylesheets/./1140.scss */
.row .onecol {
  width: 4.85%;
}

/* line 258, /home/play/cms/public/stylesheets/./1140.scss */
.row .twocol {
  width: 13.45%;
}

/* line 262, /home/play/cms/public/stylesheets/./1140.scss */
.row .threecol {
  width: 22.05%;
}

/* line 266, /home/play/cms/public/stylesheets/./1140.scss */
.row .fourcol {
  width: 30%;
}

/* line 270, /home/play/cms/public/stylesheets/./1140.scss */
.row .fivecol {
  width: 39.45%;
}

/* line 274, /home/play/cms/public/stylesheets/./1140.scss */
.row .sixcol {
  width: 48%;
}

/* line 278, /home/play/cms/public/stylesheets/./1140.scss */
.row .sevencol {
  width: 56.75%;
}

/* line 282, /home/play/cms/public/stylesheets/./1140.scss */
.row .eightcol {
  width: 65.4%;
}

/* line 286, /home/play/cms/public/stylesheets/./1140.scss */
.row .ninecol {
  width: 74.05%;
}

/* line 290, /home/play/cms/public/stylesheets/./1140.scss */
.row .tencol {
  width: 82.7%;
}

/* line 294, /home/play/cms/public/stylesheets/./1140.scss */
.row .elevencol {
  width: 91.35%;
}

/* line 298, /home/play/cms/public/stylesheets/./1140.scss */
.row .twelvecol {
  width: 100%;
  float: left;
}

/* line 303, /home/play/cms/public/stylesheets/./1140.scss */
.last {
  margin-right: 0px;
}

/* img,  */
/* line 308, /home/play/cms/public/stylesheets/./1140.scss */
object, embed {
  max-width: 100%;
}

/*
img {
	height: auto;
}
*/
/* Smaller screens */
@media only screen and (max-width: 1023px) {
  /* line 323, /home/play/cms/public/stylesheets/./1140.scss */
  body {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 335, /home/play/cms/public/stylesheets/./1140.scss */
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none;
  }

  /* line 340, /home/play/cms/public/stylesheets/./1140.scss */
  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 349, /home/play/cms/public/stylesheets/./1140.scss */
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* line 10 */
html, body {
  height: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

/* line 15 */
input[type=text], textarea {
  color: #fef8dd;
}

/* line 17 */
body {
  background-attachment: fixed !important;
  background: #f98c65;
  background: -moz-radial-gradient(50% 50%, farthest-side, #f98c65, #c77152) no-repeat #f98c65;
  background: -webkit-gradient(radial, 50% 40%, 0, 55% 50%, 500, from(#f98c65), to(#c77152)) no-repeat #c77152;
  background: radial-gradient(50% 50%, farthest-side, #f98c65, #c77152);
  /*  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$startColor, endColorstr=$endColor);*/
  /*  -pie-background: linear-gradient($startColor, $endColor);*/
  line-height: 1.33em;
  padding-bottom: 50px;
}

/* line 24 */
body#pakete, body#uberMich {
  background: #a5bfe5;
  background: -moz-radial-gradient(50% 50%, farthest-side, #a5bfe5, #8195b3) no-repeat #a5bfe5;
  background: -webkit-gradient(radial, 50% 40%, 0, 55% 50%, 500, from(#a5bfe5), to(#8195b3)) no-repeat #8195b3;
  background: radial-gradient(50% 50%, farthest-side, #a5bfe5, #8195b3);
  /*  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$startColor, endColorstr=$endColor);*/
  /*  -pie-background: linear-gradient($startColor, $endColor);*/
}

/* line 28 */
body#alacarte, body#kontakt, body#blog {
  background: #a4e6ca;
  background: -moz-radial-gradient(50% 50%, farthest-side, #a4e6ca, #7fb39d) no-repeat #a4e6ca;
  background: -webkit-gradient(radial, 50% 40%, 0, 55% 50%, 500, from(#a4e6ca), to(#7fb39d)) no-repeat #7fb39d;
  background: radial-gradient(50% 50%, farthest-side, #a4e6ca, #7fb39d);
  /*  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$startColor, endColorstr=$endColor);*/
  /*  -pie-background: linear-gradient($startColor, $endColor);*/
}

/* line 32 */
body#gallerie {
  background: #f98c65;
  background: -moz-radial-gradient(50% 50%, farthest-side, #f98c65, #c77152) no-repeat #f98c65;
  background: -webkit-gradient(radial, 50% 40%, 0, 55% 50%, 500, from(#f98c65), to(#c77152)) no-repeat #c77152;
  background: radial-gradient(50% 50%, farthest-side, #f98c65, #c77152);
  /*  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$startColor, endColorstr=$endColor);*/
  /*  -pie-background: linear-gradient($startColor, $endColor);*/
}

/* line 36 */
body#visitenkarte {
  background: #2b2929;
  background-image: none;
}

/* line 40 */
header {
  background: url("../images/header-bg.png") repeat-x 0px 0px transparent;
}

/* line 43 */
header, footer {
  position: fixed;
  width: 100%;
  height: 87px;
  z-index: 500;
}
/* line 48 */
header img, footer img {
  float: left;
  margin-left: -7px;
}
/* line 52 */
header a, footer a {
  color: #2b2929;
  text-decoration: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
/* line 60 */
header a#logo, footer a#logo {
  padding-left: 0;
  padding-right: 0;
}
/* line 64 */
header nav, footer nav {
  height: 74px;
  margin-left: 10px;
}
/* line 67 */
header nav li, footer nav li {
  display: inline-block;
  height: auto;
  margin-top: 24px;
}
/* line 71 */
header nav li a, footer nav li a {
  padding-bottom: 20px;
  height: auto;
  font-size: 1.3em;
}
/* line 75 */
header nav li a:hover, header nav li a :active, footer nav li a:hover, footer nav li a :active {
  background: url("../images/link.png") no-repeat center bottom transparent;
}

/* line 83 */
span.eve {
  font-family: "Lobster", script, sans-serif;
  line-height: 1em;
}

/* line 87 */
label {
  color: #fef8dd;
}

/* line 89 */
input, textarea {
  width: 95%;
  padding: 10px;
  font-size: 18px;
  display: block;
  background: rgba(254, 248, 221, 0.3);
  border: 2px solid black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 97 */
input:active, input:focus, textarea:active, textarea:focus {
  background: rgba(254, 248, 221, 0.8);
  color: #2b2929;
}

/* line 103 */
input[type=submit] {
  cursor: pointer;
  margin: 0.5em auto;
  width: 25%;
  float: right;
  margin-right: 0.5em;
}
/* line 109 */
input[type=submit]:hover {
  background: rgba(254, 248, 221, 0.6);
}

/* line 114 */
a {
  text-decoration: none;
}

/* line 115 */
ul {
  orphans: 3;
  font-size: 1em;
}

/* line 119 */
li {
  list-style-image: url("../images/bullet.png");
}

/* line 123 */
.box {
  border: 3px solid #fef8dd;
  display: block;
  background: black;
  color: #fef8dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 1em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

/* line 135 */
.box.error {
  border: 3px solid #d6797d;
}

/* line 139 */
hgroup strong.error {
  color: #d6797d;
  background: transparent;
  display: block;
}

/* line 145 */
.row {
  display: block;
  overflow: hidden;
}

/* line 151 */
.reduced {
  font-size: 0.9em;
}

/* line 155 */
.clear {
  clear: both;
}

/* line 157 */
.ornament {
  background: url("../images/decoration.png") no-repeat 50% 1px transparent;
  margin: 0 auto;
  display: block;
  width: 113px;
  height: 60px;
  text-align: center;
  line-height: 22%;
}

/* line 167 */
h1 {
  font-size: 48px;
  padding-bottom: 0.5em;
}

/* line 171 */
ul {
  padding: 1em 0 1em 2em;
}

/* line 176 */
#main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 15%;
  overflow: visible;
}

/* line 182 */
#pakete #main {
  overflow: visible;
}

/* line 185 */
::selection {
  background: #f98c65;
}

/* line 190 */
#main h1 {
  padding-top: 100px;
  font-size: 37px;
  padding-bottom: 10px;
}

/*home*/
/* line 199 */
#home #main .box h4 {
  color: #fef8dd;
  text-shadow: 1px 1px 0px black;
}
/* line 202 */
#home #main .box h4 a {
  color: #fef8dd;
}
/* line 204 */
#home #main h1 {
  color: #fef8dd;
  text-shadow: 1px 1px 0px black;
}
/* line 208 */
#home #main h3 {
  font-size: 21px;
  text-align: center;
  line-height: 1.33em;
  color: #fef8dd;
  text-shadow: 1px 1px 0px black;
}
/* line 215 */
#home #main aside {
  background-color: #2b2929;
  margin-top: 4em;
}
/* line 218 */
#home #main aside section {
  border-right: 4px double #fef8dd;
  margin-right: 1.9%;
  padding-right: 1.9%;
  height: 100%;
  display: block;
}
/* line 224 */
#home #main aside section.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* line 230 */
#home #main aside p {
  color: #fef8dd;
  font-size: 1em;
  text-align: left;
}

/*agb, datenschutzerklarung*/
/* line 245 */
#agb #main h1, #datenschutzerklarung #main h1 {
  color: #fef8dd;
  text-shadow: 1px 1px 0px black;
}
/* line 249 */
#agb #main h2, #datenschutzerklarung #main h2 {
  padding: 1em 0 0.5em 0;
  text-align: center;
  line-height: 1.33em;
  color: #f98c65;
  text-shadow: 1px 1px 0px black;
}
/* line 256 */
#agb #main p, #datenschutzerklarung #main p {
  text-align: justify;
  margin-bottom: 0.8em;
  line-height: 1.4em;
  vertical-align: baseline;
}

/*Pakete*/
/* line 268 */
#pakete #main {
  color: #2b2929;
  padding-top: 90px;
}
/* line 271 */
#pakete #main h2 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48px;
}
/* line 276 */
#pakete #main nav {
  z-index: 500;
  width: 187px;
  position: fixed;
  top: 206px;
  /* right: 50% */
  margin-right: 258px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  background: #2b2929;
  padding: 0;
}
/* line 286 */
#pakete #main nav li {
  list-style: none;
  text-align: center;
}
/* line 289 */
#pakete #main nav li a {
  display: block;
  font-size: 20px;
  line-height: 75px;
  color: #fef8dd;
  width: 100%;
  height: 75px;
  border-top: 1px solid rgba(254, 248, 221, 0.2);
  vertial-align: middle;
  background: #2b2929;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2b2929), to(rgba(0, 0, 0, 0.3)));
  background: -moz-linear-gradient(#2b2929, rgba(0, 0, 0, 0.3));
  background: linear-gradient(#2b2929, rgba(0, 0, 0, 0.3));
}
/* line 299 */
#pakete #main nav li a:hover, #pakete #main nav li a :active {
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.2)), to(#2b2929));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), #2b2929);
  background: linear-gradient(rgba(0, 0, 0, 0.2), #2b2929);
}
/* line 304 */
#pakete #main nav li:first-of-type a {
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
/* line 311 */
#pakete #main nav li:last-of-type a {
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
/* line 319 */
#pakete #main h1 {
  padding-bottom: 20px;
}
/* line 322 */
#pakete #main h3 {
  padding-bottom: 1em;
}
/* line 325 */
#pakete #main .pakete {
  position: relative;
  overflow: visible;
  margin-bottom: 75px;
  padding-top: 95px;
}
/* line 332 */
#pakete #main .content {
  padding-bottom: 10px;
}
/* line 335 */
#pakete #main a.price-tag {
  position: absolute;
  bottom: -59px;
  right: -50px;
  color: #2B2929;
  z-index: 111;
  font-family: "Lobster";
  display: block;
  width: 200px;
  height: 67px;
  background: url("../images/tag.png") no-repeat 0px -7px transparent;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  padding-top: 27px;
  text-decoration: none;
  margin: 0.3em 0 0 1.2em;
  text-shadow: 1px 1px 0px #fef8dd;
}
/* line 353 */
#pakete #main a.price-tag:hover {
  background-position: 0px -104px;
  font-size: 28px;
}
/* line 357 */
#pakete #main a.price-tag small {
  display: block;
  margin-top: 0.5em;
}
/* line 362 */
#pakete #main #zusatzleistungen {
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 20px;
  border: 3px dashed #fef8dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 0.8em;
  color: #2b2929;
}
/* line 370 */
#pakete #main #zusatzleistungen h3 {
  font-size: 1.5em;
  padding-bottom: 0;
}

/*alacarte*/
/* line 379 */
#alacarte .box a {
  color: #fef8dd;
  text-decoration: underline;
}

/* line 386 */
#alacarte #main h1, #kontakt #main h1 {
  color: #fef8dd;
  text-shadow: 1px 1px 0px black;
}
/* line 390 */
#alacarte #main ul, #alacarte #main ol, #kontakt #main ul, #kontakt #main ol {
  color: #2b2929;
  padding: 0 3em 1em;
}
/* line 394 */
#alacarte #main form, #kontakt #main form {
  position: relative;
}
/* line 395 */
#alacarte #main .price-tag, #kontakt #main .price-tag {
  position: absolute;
  top: -30px;
  left: 81%;
  color: #2B2929;
  z-index: 111;
  font-family: "Lobster";
  display: block;
  width: 200px;
  height: 67px;
  background: url("../images/tag.png") no-repeat 0px -7px transparent;
  text-align: center;
  vertical-align: middle;
  font-size: 35px;
  padding-top: 27px;
  text-decoration: none;
  margin: 0.3em 0 0 1.2em;
  text-shadow: 1px 1px 0px #fef8dd;
}
/* line 413 */
#alacarte #main .price-tag small, #kontakt #main .price-tag small {
  display: block;
  margin-top: 0.5em;
}
/* line 418 */
#alacarte #main ol li, #kontakt #main ol li {
  list-style-image: none;
}
/* line 419 */
#alacarte #main .box, #kontakt #main .box {
  margin-bottom: 1em;
  padding: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
/* line 423 */
#alacarte #main .box hgroup, #kontakt #main .box hgroup {
  padding: 10px;
  background: #fef8dd;
  color: #2b2929;
  display: block;
}
/* line 429 */
#alacarte #main .box textarea, #kontakt #main .box textarea {
  min-height: 200px;
}
/* line 432 */
#alacarte #main .box p, #kontakt #main .box p {
  padding: 20px;
  display: block;
  width: auto;
  font-size: 20px;
  border-bottom: 1px solid rgba(254, 248, 221, 0.2);
  background: #2b2929;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2b2929), to(rgba(0, 0, 0, 0.3)));
  background: -moz-linear-gradient(#2b2929, rgba(0, 0, 0, 0.3));
  background: linear-gradient(#2b2929, rgba(0, 0, 0, 0.3));
}
/* line 440 */
#alacarte #main .box p label, #kontakt #main .box p label {
  position: relative;
}
/* line 443 */
#alacarte #main .box p:first-of-type, #kontakt #main .box p:first-of-type {
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
/* line 448 */
#alacarte #main .box p:last-of-type, #kontakt #main .box p:last-of-type {
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
/* line 454 */
#alacarte #main .box p.error label, #kontakt #main .box p.error label {
  color: #d6797d;
}
/* line 457 */
#alacarte #main .box p.error input, #kontakt #main .box p.error input {
  border-color: #d6797d;
}
/* line 465 */
#alacarte #main .box p.erklaren-other, #kontakt #main .box p.erklaren-other {
  padding: 10px 10px 10px 20px;
}
/* line 468 */
#alacarte #main .box.full, #kontakt #main .box.full {
  width: 865px;
}
/* line 471 */
#alacarte #main .box select, #kontakt #main .box select {
  width: 95%;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  color: #fef8dd;
  background: #2b2929;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2b2929), to(black));
  background: -moz-linear-gradient(#2b2929, black);
  background: linear-gradient(#2b2929, black);
  border: none;
  cursor: pointer;
}
/* line 481 */
#alacarte #main .box option, #kontakt #main .box option {
  background: black;
  padding-bottom: 10px;
}
/* line 488 */
#alacarte #main .baustein.sixcol, #kontakt #main .baustein.sixcol {
  width: 50%;
  float: left;
  clear: none;
  margin: 0;
}
/* line 493 */
#alacarte #main .baustein.sixcol p, #kontakt #main .baustein.sixcol p {
  border-right: 1px solid rgba(254, 248, 221, 0.2);
}
/* line 498 */
#alacarte #main #test.box, #kontakt #main #test.box {
  width: 100%;
}
/* line 501 */
#alacarte #main .checkboxWrapper, #kontakt #main .checkboxWrapper {
  overflow: hidden;
}
/* line 503 */
#alacarte #main .checkboxWrapper p, #kontakt #main .checkboxWrapper p {
  padding: 0;
}
/* line 505 */
#alacarte #main .checkboxWrapper p:hover, #kontakt #main .checkboxWrapper p:hover {
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.3)), to(#2b2929));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), #2b2929);
  background: linear-gradient(rgba(0, 0, 0, 0.3), #2b2929);
  border-bottom: 1px solid rgba(254, 248, 221, 0.4);
}
/* line 509 */
#alacarte #main .checkboxWrapper p label, #kontakt #main .checkboxWrapper p label {
  display: block;
  padding: 20px 75px 20px 20px;
  width: 75%;
}
/* line 515 */
#alacarte #main .checkboxWrapper p label:hover span.check, #kontakt #main .checkboxWrapper p label:hover span.check {
  background-position: 94% 50%;
}
/* line 519 */
#alacarte #main .checkboxWrapper p label span.check, #kontakt #main .checkboxWrapper p label span.check {
  background: url("../images/checks-sprite.png") no-repeat scroll 94% 4% transparent;
  display: block;
  height: 40px;
  left: 96%;
  position: absolute;
  top: 15%;
  width: 50px;
}
/* line 530 */
#alacarte #main .checkboxWrapper p label.checked span.check, #kontakt #main .checkboxWrapper p label.checked span.check {
  background-position: 94% 98%;
}

/* line 539 */
.checkboxWrapper input[type=checkbox] {
  display: none;
}

/*events*/
/*gallerie*/
/* line 545 */
#gallerie
#main h1 {
  padding-top: 50px;
}

/* line 550 */
#uberMich section#main figure, #blog section#main figure {
  display: block;
  float: left;
  margin: 1em;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
/* line 558 */
#uberMich section#main figure img, #blog section#main figure img {
  background: #fef8dd;
  padding: 10px;
  border: 1px solid #2b2929;
  -moz-box-shadow: 5px 5px 15px rgba(43, 41, 41, 0.3);
  -webkit-box-shadow: 5px 5px 15px rgba(43, 41, 41, 0.3);
  box-shadow: 5px 5px 15px rgba(43, 41, 41, 0.3);
}
/* line 567 */
#uberMich section#main figure figcaption, #blog section#main figure figcaption {
  text-align: center;
}
/* line 570 */
#uberMich section#main figure.clear, #blog section#main figure.clear {
  clear: both;
  margin-top: 0em;
  float: right;
}

/* line 577 */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 586 */
.clearfix {
  display: block;
}

/* line 590 */
html[xmlns] .clearfix {
  display: block;
}

/* line 594 */
* html .clearfix {
  height: 1%;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
  /* line 603 */
  header {
    height: 36px;
    border-bottom: 2px solid black;
    width: auto;
  }
  /* line 607 */
  header nav {
    height: auto;
    width: auto;
    font-size: 50%;
  }
  /* line 611 */
  header nav li {
    margin-top: 7px;
  }
  /* line 613 */
  header nav li a:hover {
    background: url();
  }

  /* line 620 */
  #main h1 {
    padding-top: 5%;
    font-size: 32px;
  }

  /* line 625 */
  #home #main aside {
    margin-top: 0.5em;
  }
  /* line 627 */
  #home #main aside section {
    border-right: 0;
    border-bottom: 4px double #fef8dd;
    padding: 1em 0;
  }

  /* line 634 */
  #logo img {
    width: 100px;
    margin-left: 1%;
  }

  /* line 640 */
  #alacarte #main .price-tag, #kontakt #main .price-tag {
    border: 1px solid lime;
    position: absolute;
    top: -19px;
    left: 50%;
    background: url("");
    font-size: 1.2em;
  }
  /* line 648 */
  #alacarte #main section.baustein, #kontakt #main section.baustein {
        /*
margin:0 20px 1em;
        width:88%
*/
  }
  /* line 654 */
  #alacarte #main .baustein.sixcol, #kontakt #main .baustein.sixcol {
    padding: 0;
    float: none;
    width: auto;
  }
  /* line 660 */
  #alacarte #main .checkboxWrapper p label, #kontakt #main .checkboxWrapper p label {
    font-size: 0.9em;
  }
  /* line 662 */
  #alacarte #main .checkboxWrapper p label span.check, #kontakt #main .checkboxWrapper p label span.check {
    left: 80%;
  }
  /* line 666 */
  #alacarte #main .checkboxWrapper input, #alacarte #main .checkboxWrapper textarea, #kontakt #main .checkboxWrapper input, #kontakt #main .checkboxWrapper textarea {
    width: 90%;
  }

  /* line 672 */
  footer {
    position: static;
  }
  /* line 674 */
  footer .open {
    float: right;
    margin-right: 2%;
  }
  /* line 678 */
  footer #impressum {
    width: 90%;
    margin: 0 1em;
    max-height: none !important;
  }

  /* line 687 */
  #pakete #main nav {
    z-index: auto;
    width: 90%;
    top: 0;
    margin: 0 auto;
    position: relative;
  }
  /* line 694 */
  #pakete #main .pakete {
    padding-top: 1em;
  }
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*	.logo {
  		background: url(logo2x.jpg) no-repeat;
  		background-size: 212px 303px;
  	}*/
}

/* line 1, /home/play/cms/public/stylesheets/footer.scss */
footer {
  width: 100%;
  height: auto;
  bottom: 0px;
  border-top: 3px solid black;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.5);
  background-color: #fef8dd;
  border-bottom: 3px solid black;
  color: black;
}
/* line 11, /home/play/cms/public/stylesheets/footer.scss */
footer a {
  padding: 0;
  font-style: oblique;
}
/* line 14, /home/play/cms/public/stylesheets/footer.scss */
footer a:hover {
  text-decoration: underline;
}
/* line 18, /home/play/cms/public/stylesheets/footer.scss */
footer a.open {
  float: right;
  font-size: 0.9em;
  padding: 0.5em;
  font-style: normal;
}
/* line 24, /home/play/cms/public/stylesheets/footer.scss */
footer #impressum {
  overflow: auto;
  display: none;
  text-align: left;
  font-size: 12px;
  padding-top: 3em;
  padding-bottom: 2em;
  color: black;
}
/* line 32, /home/play/cms/public/stylesheets/footer.scss */
footer #impressum address {
  color: black;
  text-decoration: none;
  line-height: 1.2em;
  font-style: normal;
  padding-bottom: 1em;
}
/* line 39, /home/play/cms/public/stylesheets/footer.scss */
footer #impressum p {
  padding-bottom: 1.2em;
}
/* line 42, /home/play/cms/public/stylesheets/footer.scss */
footer #impressum h3 {
  font-size: 1.2em;
}
/* line 45, /home/play/cms/public/stylesheets/footer.scss */
footer #impressum h4 {
  font-size: 1.1em;
}
/* line 48, /home/play/cms/public/stylesheets/footer.scss */
footer #impressum h3, footer #impressum h4 {
  padding: 1em 0 0.3em 0;
  font-weight: bold;
  text-align: left;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 66, /home/play/cms/public/stylesheets/footer.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 67, /home/play/cms/public/stylesheets/footer.scss */
.ir br {
  display: none;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* line 71, /home/play/cms/public/stylesheets/footer.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
/* line 75, /home/play/cms/public/stylesheets/footer.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
/* line 78, /home/play/cms/public/stylesheets/footer.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 81, /home/play/cms/public/stylesheets/footer.scss */
.invisible {
  visibility: hidden;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
/* line 84, /home/play/cms/public/stylesheets/footer.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 85, /home/play/cms/public/stylesheets/footer.scss */
.clearfix:after {
  clear: both;
}

/* line 86, /home/play/cms/public/stylesheets/footer.scss */
.clearfix {
  zoom: 1;
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 96, /home/play/cms/public/stylesheets/footer.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  /* line 97, /home/play/cms/public/stylesheets/footer.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  /* line 98, /home/play/cms/public/stylesheets/footer.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 99, /home/play/cms/public/stylesheets/footer.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 100, /home/play/cms/public/stylesheets/footer.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 101, /home/play/cms/public/stylesheets/footer.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 102, /home/play/cms/public/stylesheets/footer.scss */
  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  /* line 103, /home/play/cms/public/stylesheets/footer.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 104, /home/play/cms/public/stylesheets/footer.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 106, /home/play/cms/public/stylesheets/footer.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 107, /home/play/cms/public/stylesheets/footer.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}

