@charset "UTF-8";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, _normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, _normalize.scss */
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.
 */
/* line 52, _normalize.scss */
[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.
 */
/* line 66, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, _normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, _normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, _normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, _normalize.scss */
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.
 */
/* line 118, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, _normalize.scss */
b,
strong {
  font-weight: bold;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, _normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, _normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, _normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, _normalize.scss */
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.
 */
/* line 274, _normalize.scss */
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.
 */
/* line 288, _normalize.scss */
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.
 */
/* line 300, _normalize.scss */
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.
 */
/* line 312, _normalize.scss */
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.
 */
/* line 327, _normalize.scss */
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.
 */
/* line 337, _normalize.scss */
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.
 */
/* line 347, _normalize.scss */
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).
 */
/* line 358, _normalize.scss */
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.
 */
/* line 371, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, _normalize.scss */
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.
 */
/* line 390, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 3, _royalslider.scss */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

/* line 9, _royalslider.scss */
.royalSlider > * {
  float: left;
}

/* line 13, _royalslider.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

/* line 27, _royalslider.scss */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

/* line 32, _royalslider.scss */
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 35, _royalslider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 43, _royalslider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 52, _royalslider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 58, _royalslider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 66, _royalslider.scss */
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

/* line 70, _royalslider.scss */
.rsThumb {
  float: left;
  position: relative;
}

/* line 78, _royalslider.scss */
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 85, _royalslider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* line 95, _royalslider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
/* line 102, _royalslider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 115, _royalslider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 124, _royalslider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 136, _royalslider.scss */
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

/* line 140, _royalslider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 146, _royalslider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 151, _royalslider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 156, _royalslider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

/* line 160, _royalslider.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

/* line 167, _royalslider.scss */
.rsTabs {
  float: left;
  background: none !important;
}

/* line 172, _royalslider.scss */
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 178, _royalslider.scss */
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

/* line 193, _royalslider.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

/* line 201, _royalslider.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

/* line 207, _royalslider.scss */
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
/* line 218, _royalslider.scss */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

/* line 225, _royalslider.scss */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

/* line 233, _royalslider.scss */
img.rsImg {
  max-width: none;
}

/* line 237, _royalslider.scss */
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

/* line 241, _royalslider.scss */
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

/* line 245, _royalslider.scss */
.rsNoDrag {
  cursor: auto;
}

/* line 249, _royalslider.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/* line 37, style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, style.scss */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 46, style.scss */
body {
  margin: 0;
  padding: 0;
  border: 0;
  background: url(body.jpg) top center repeat;
  background: url(header.jpg) top center repeat-x, url(body.jpg) top center repeat;
  font-family: "Averia Sans Libre";
  font-size: 13px;
  color: #33322e;
}

/* line 55, style.scss */
div.page {
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
}
/* line 22, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
div.page:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 65, style.scss */
fieldset {
  -pie-background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  margin: 20px 0;
  border: 0;
  padding: 20px 20px 1px 20px;
}

/* line 72, style.scss */
legend {
  font-family: "Averia Serif Libre";
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 20px;
}

/* line 80, style.scss */
label {
  width: 200px !important;
  margin: 5px 0 0 0 !important;
  float: left;
}

/* line 88, style.scss */
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid silver;
  padding: 5px 10px;
  width: 345px !important;
  margin-top: 5px;
}

/* line 95, style.scss */
input[type="submit"] {
  background: #943638;
  color: white;
  padding: 5px 20px;
  display: block;
  margin: 20px 0 20px 200px !important;
  border: 0;
  font-family: "Averia Serif Libre";
  font-size: 16px;
  font-weight: bold;
}

/* line 107, style.scss */
hr {
  border: 0;
  height: 1px;
  line-height: 1px;
  background: url(border-h.png) top center repeat-x;
}

/* line 114, style.scss */
.border {
  -pie-background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
}

/* line 118, style.scss */
.no-multiplebgs .border {
  border: 1px solid black;
}

/* line 122, style.scss */
div.grid {
  *zoom: 1;
  width: 980px;
}
/* line 22, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
div.grid:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 128, style.scss */
div.grid [class|="col"] {
  float: left;
  min-height: 1px;
  margin: 0 0 0 20px;
}
/* line 133, style.scss */
div.grid .col-1 {
  width: 60px;
}
/* line 136, style.scss */
div.grid .col-2 {
  width: 140px;
}
/* line 139, style.scss */
div.grid .col-3 {
  width: 220px;
}
/* line 142, style.scss */
div.grid .col-4 {
  width: 300px;
}
/* line 145, style.scss */
div.grid .col-5 {
  width: 380px;
}
/* line 148, style.scss */
div.grid .col-6 {
  width: 460px;
}
/* line 151, style.scss */
div.grid .col-7 {
  width: 540px;
}
/* line 154, style.scss */
div.grid .col-8 {
  width: 620px;
}
/* line 157, style.scss */
div.grid .col-9 {
  width: 700px;
}
/* line 160, style.scss */
div.grid .col-10 {
  width: 780px;
}
/* line 163, style.scss */
div.grid .col-11 {
  width: 860px;
}
/* line 166, style.scss */
div.grid .col-12 {
  width: 940px;
}

/* line 171, style.scss */
div.page > header {
  position: relative;
  z-index: 89;
  margin: 0 0 20px 0;
}
/* line 179, style.scss */
div.page > header div.wappen {
  margin: 1px;
  text-align: center;
  padding: 20px 0 0 0;
  height: 177px;
}
/* line 185, style.scss */
div.page > header div.wappen img {
  width: 165px;
  height: 177px;
}
/* line 190, style.scss */
div.page > header nav.meta {
  height: 30px;
  font-weight: 300;
  font-size: 12px;
  padding: 5px 0 0 5px;
}
/* line 195, style.scss */
div.page > header nav.meta li {
  display: inline;
}
/* line 197, style.scss */
div.page > header nav.meta li a {
  padding: 0 5px;
  color: rgba(51, 50, 46, 0.75);
  text-decoration: none;
}
/* line 201, style.scss */
div.page > header nav.meta li a:hover {
  color: #33322e;
  text-decoration: underline;
}
/* line 208, style.scss */
div.page > header h2 {
  background: url(border-h.png) bottom center repeat-x;
  height: 70px;
  margin: 0;
  padding: 10px;
}
/* line 213, style.scss */
div.page > header h2 div {
  background: rgba(148, 54, 56, 0.9) url(bg.png);
  font-family: "Averia Serif Libre";
  font-size: 29px;
  color: white;
  text-align: center;
  line-height: 40px;
  height: 50px;
  padding: 5px;
}
/* line 224, style.scss */
div.page > header h3 {
  background: url(border-h.png) bottom center repeat-x;
  height: 32px;
  margin: 0;
  padding: 0 1px 1px 1px;
}
/* line 229, style.scss */
div.page > header h3 div {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}
/* line 237, style.scss */
div.page > header img[src*="zirkel.png"] {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 130px;
  height: 208px;
}
/* line 244, style.scss */
div.page > header nav.main {
  *zoom: 1;
  height: 50px;
  padding: 10px;
}
/* line 22, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
div.page > header nav.main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 248, style.scss */
div.page > header nav.main > ul {
  font-size: 14px;
}
/* line 250, style.scss */
div.page > header nav.main > ul > li {
  position: relative;
  float: left;
  padding: 0 1px 0 0;
}
/* line 254, style.scss */
div.page > header nav.main > ul > li > a {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  display: block;
  float: left;
  padding: 0 18px;
  line-height: 30px;
  text-decoration: none;
  background: rgba(238, 169, 36, 0.9) url(bg.png);
  color: #33322e;
}
/* line 263, style.scss */
div.page > header nav.main > ul > li > a:hover, div.page > header nav.main > ul > li > a.cur {
  text-shadow: #3f7e57 0 0 5px;
  background: rgba(63, 126, 87, 0.9) url(bg.png);
  color: #edede4;
}
/* line 271, style.scss */
div.page > header nav.main > ul > li > ul {
  display: none;
}
/* line 274, style.scss */
div.page > header nav.main > ul > li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  font-size: 13px;
}
/* line 281, style.scss */
div.page > header nav.main > ul > li:hover > ul > li {
  padding: 1px 0 0 0;
}
/* line 283, style.scss */
div.page > header nav.main > ul > li:hover > ul > li > a {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  display: block;
  padding: 0 18px;
  line-height: 25px;
  text-decoration: none;
  background: rgba(238, 169, 36, 0.9) url(bg.png);
  color: #33322e;
}
/* line 291, style.scss */
div.page > header nav.main > ul > li:hover > ul > li > a:hover, div.page > header nav.main > ul > li:hover > ul > li > a.cur {
  text-shadow: #3f7e57 0 0 5px;
  background: rgba(63, 126, 87, 0.9) url(bg.png);
  color: #edede4;
}

/* line 304, style.scss */
div.col-3 nav.main {
  display: none;
  float: left;
  width: 100%;
  font-size: 15px;
}
/* line 309, style.scss */
div.col-3 nav.main > ul {
  -pie-background: url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  background: url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
}
/* line 311, style.scss */
div.col-3 nav.main > ul > li {
  background: url(border-h.png) bottom center repeat-x;
  padding: 5px;
}
/* line 314, style.scss */
div.col-3 nav.main > ul > li > a {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
  background: rgba(238, 169, 36, 0.9) url(bg.png);
  color: #33322e;
}
/* line 322, style.scss */
div.col-3 nav.main > ul > li > a:hover, div.col-3 nav.main > ul > li > a.cur {
  text-shadow: #3f7e57 0 0 5px;
  background: rgba(63, 126, 87, 0.9) url(bg.png);
  color: #edede4;
}
/* line 330, style.scss */
div.col-3 nav.main > ul > li > ul {
  font-size: 14px;
}
/* line 333, style.scss */
div.col-3 nav.main > ul > li > ul > li > a {
  text-shadow: #3f7e57 0 0 5px;
  background: rgba(63, 126, 87, 0.9) url(bg.png);
  display: block;
  padding: 3px 10px 3px 20px;
  line-height: 20px;
  text-decoration: none;
  color: #edede4;
  margin: 1px 0 0 0;
}
/* line 342, style.scss */
div.col-3 nav.main > ul > li > ul > li > a:hover {
  text-shadow: #943638 0 0 5px;
  background: rgba(148, 54, 56, 0.9) url(bg.png);
}

/* line 351, style.scss */
div.box {
  -pie-background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  padding: 1px;
  margin: 0 0 20px 0;
}
/* line 355, style.scss */
div.box h2 {
  background: rgba(148, 54, 56, 0.9) url(bg.png);
  color: white;
  padding: 5px;
  margin: 0;
  font-size: 15px;
}

/* line 367, style.scss */
div.box nav {
  padding: 5px 5px 0 5px;
}
/* line 369, style.scss */
div.box nav li {
  margin: 0 0 5px 0;
}
/* line 372, style.scss */
div.box nav a {
  display: block;
  color: #33322e;
  padding: 10px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
/* line 379, style.scss */
div.box nav a.cur, div.box nav a:hover {
  background: rgba(255, 255, 255, 0.9) url(bg.png);
  text-decoration: underline;
}

/* line 387, style.scss */
div.events div.inner {
  padding: 5px 5px 0 5px;
}
/* line 390, style.scss */
div.events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 393, style.scss */
div.events ul li {
  margin: 0 0 5px 0;
}
/* line 395, style.scss */
div.events ul li a {
  display: block;
  color: #33322e;
  padding: 10px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
/* line 401, style.scss */
div.events ul li a span.date {
  color: rgba(51, 50, 46, 0.5);
  font-size: 12px;
}
/* line 405, style.scss */
div.events ul li a h3 {
  margin: 0;
  font-size: 14px;
}
/* line 409, style.scss */
div.events ul li a:hover {
  background: rgba(255, 255, 255, 0.9) url(bg.png);
}
/* line 411, style.scss */
div.events ul li a:hover h3 {
  text-decoration: underline;
}

/* line 421, style.scss */
div.birthday div.inner {
  padding: 5px 5px 0 5px;
}
/* line 423, style.scss */
div.birthday div.inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 426, style.scss */
div.birthday div.inner ul li {
  margin: 0 0 5px 0;
  display: block;
  color: #33322e;
  padding: 10px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
/* line 433, style.scss */
div.birthday div.inner ul li span.date {
  color: rgba(51, 50, 46, 0.5);
  font-size: 12px;
}
/* line 437, style.scss */
div.birthday div.inner ul li b {
  margin: 0;
  font-size: 14px;
}

/* line 446, style.scss */
div.content {
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  background: url(content.png);
  width: 100%;
  padding: 20px 50px 50px 50px;
  margin: 0;
}
/* line 453, style.scss */
div.content nav.breadcrumb {
  font-weight: 300;
  font-size: 12px;
}
/* line 456, style.scss */
div.content nav.breadcrumb li {
  background: url(breadcrumb.png) left center no-repeat;
  padding: 0 0 0 6px;
  display: inline;
}
/* line 460, style.scss */
div.content nav.breadcrumb li:first-child {
  background: 0;
  padding: 0;
}
/* line 463, style.scss */
div.content nav.breadcrumb li:first-child a {
  padding: 0 5px 0 0;
}
/* line 467, style.scss */
div.content nav.breadcrumb li a {
  padding: 0 5px 0 8px;
  color: #999896;
  text-decoration: none;
}
/* line 471, style.scss */
div.content nav.breadcrumb li a:hover {
  color: #33322e;
}
/* line 477, style.scss */
div.content h1 {
  color: #943638;
}
/* line 480, style.scss */
div.content th {
  vertical-align: top;
  text-align: left;
}
/* line 484, style.scss */
div.content a {
  color: #943638;
}

/* line 489, style.scss */
footer {
  margin: 20px 0;
  font-size: 12px;
  text-align: center;
}

/* line 496, style.scss */
.tx-atvevents-pi1 table {
  width: 100%;
}
/* line 499, style.scss */
.tx-atvevents-pi1 .event-date {
  width: 20%;
}
/* line 502, style.scss */
.tx-atvevents-pi1 .event-time {
  width: 20%;
}
/* line 505, style.scss */
.tx-atvevents-pi1 .event-title {
  width: 60%;
}
/* line 508, style.scss */
.tx-atvevents-pi1 td {
  background: url(border-h.png) top center repeat-x;
}
/* line 512, style.scss */
.tx-atvevents-pi1 th,
.tx-atvevents-pi1 td {
  padding: 5px 10px;
}
/* line 516, style.scss */
.tx-atvevents-pi1 .event-details .event-users {
  padding: 1px 0 0 0;
  list-style: none;
  background: url(border-h.png) top center repeat-x;
}
/* line 520, style.scss */
.tx-atvevents-pi1 .event-details .event-users li {
  background: url(border-h.png) bottom center repeat-x;
  clear: both;
  padding: 10px;
}
/* line 525, style.scss */
.tx-atvevents-pi1 .event-details .event-users input[type="submit"] {
  display: inline;
  background: transparent;
  color: #943638;
  padding: 0;
  margin: 0 !important;
  float: right;
  font-weight: normal;
  font-size: 13px;
  visibility: hidden;
}
/* line 536, style.scss */
.tx-atvevents-pi1 .event-details .event-users li:hover {
  background-color: white;
}
/* line 538, style.scss */
.tx-atvevents-pi1 .event-details .event-users li:hover input[type="submit"] {
  visibility: visible;
}
/* line 543, style.scss */
.tx-atvevents-pi1 .event-details > form {
  overflow: hidden;
  margin: 20px 0;
}
/* line 546, style.scss */
.tx-atvevents-pi1 .event-details > form select {
  float: left;
  margin: 5px 0;
}
/* line 550, style.scss */
.tx-atvevents-pi1 .event-details > form input[type="submit"] {
  float: right;
  margin: 0 !important;
}

/* line 559, style.scss */
#newsticker .csc-default:before {
  content: "Aktuell:";
  color: #943638;
  float: left;
  padding-right: 5px;
}
/* line 565, style.scss */
#newsticker ul {
  padding: 0 !important;
  margin: 0 !important;
  width: 500px;
  float: left;
}
/* line 573, style.scss */
#newsticker .csc-default,
#newsticker ul,
#newsticker .rsOverflow {
  height: 20px;
  line-height: 20px;
  font-weight: bold;
}

/* line 580, style.scss */
#slider {
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  width: 700px;
  height: 400px;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 10px;
  background: url(content.png);
  position: relative;
}
/* line 589, style.scss */
#slider .rsContent {
  position: relative;
}
/* line 591, style.scss */
#slider .rsContent .infoBlock {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 25%;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 5px 10px;
}
/* line 601, style.scss */
#slider .rsContent .infoBlock h3, #slider .rsContent .infoBlock p {
  margin: 0;
}
/* line 606, style.scss */
#slider .rsArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -25px 0 0 0;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}
/* line 614, style.scss */
#slider .rsArrow:hover {
  text-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
}
/* line 617, style.scss */
#slider .rsArrow.rsArrowLeft {
  left: 0;
}
/* line 619, style.scss */
#slider .rsArrow.rsArrowLeft:before {
  font-family: "fontello";
  font-size: 50px;
  content: "\e75d";
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
/* line 629, style.scss */
#slider .rsArrow.rsArrowRight {
  right: 0;
}
/* line 631, style.scss */
#slider .rsArrow.rsArrowRight:before {
  font-family: "fontello";
  font-size: 50px;
  content: "\e75e";
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
/* line 642, style.scss */
#slider .rsNav {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 15px;
  text-align: right;
}
/* line 648, style.scss */
#slider .rsNav .rsNavItem {
  display: inline-block;
  width: 15px;
  height: 15px;
}
/* line 652, style.scss */
#slider .rsNav .rsNavItem:before {
  font-family: "fontello";
  content: "\26ab";
  display: inline-block;
  width: 15px;
  height: 15px;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}
/* line 662, style.scss */
#slider .rsNav .rsNavItem.rsNavSelected:before {
  text-shadow: rgba(255, 0, 0, 0.75) 0 0 5px;
}

/* line 672, style.scss */
.tx-comments-pi1 .tx-comments-comment-1,
.tx-comments-pi1 .tx-comments-comment-2 {
  border: 0;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 677, style.scss */
.tx-comments-pi1 .tx-comments-comment-1 {
  background: rgba(0, 0, 0, 0.05);
}
/* line 680, style.scss */
.tx-comments-pi1 .tx-comments-comment-2 {
  background: rgba(0, 0, 0, 0.1);
}
/* line 684, style.scss */
.tx-comments-pi1 .tx-comments-comment-form .tx-comments-required-mark {
  color: #943638;
}
/* line 687, style.scss */
.tx-comments-pi1 .tx-comments-comment-form input[type="submit"] {
  margin: 20px 0 !important;
}
/* line 690, style.scss */
.tx-comments-pi1 .tx-comments-comment-form input[type="reset"] {
  display: none;
}
/* line 694, style.scss */
.tx-comments-pi1 .tx-comments-captcha {
  padding-left: 200px;
}

/* line 700, style.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox {
  -pie-background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  background: url(border-h.png) top center repeat-x, url(border-h.png) bottom center repeat-x, url(border-v.png) left center repeat-y, url(border-v.png) right center repeat-y;
  padding: 20px 20px 1px 20px;
  margin-bottom: 20px;
}
/* line 704, style.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox table {
  margin: 0;
}
/* line 706, style.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox table td:first-child {
  width: 200px;
}
/* line 709, style.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox table + p {
  display: none;
}
/* line 713, style.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox input[type="submit"] {
  margin: 20px 0;
}
/* line 718, style.scss */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
  background: url(border-h.png) top center repeat-x;
  padding-top: 1em;
}
/* line 722, style.scss */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
  font-size: 16px;
}
/* line 724, style.scss */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a {
  text-decoration: none;
}
/* line 729, style.scss */
.tx-indexedsearch .tx-indexedsearch-res table tr + tr + tr {
  display: none;
}
/* line 734, style.scss */
.tx-indexedsearch .tx-indexedsearch-browsebox {
  background: url(border-h.png) top center repeat-x;
  margin: 20px 0;
  padding-top: 10px;
  text-align: center;
}
/* line 739, style.scss */
.tx-indexedsearch .tx-indexedsearch-browsebox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 743, style.scss */
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
  display: inline-block;
  padding: 0 5px;
}

/* line 753, style.scss */
.tx-felogin-pi1 form fieldset > div {
  clear: both;
}
/* line 756, style.scss */
.tx-felogin-pi1 form legend + div {
  margin-top: 1em;
}

/* line 763, style.scss */
.tx-datamintsfeuser-pi1 .star {
  color: #943638;
}

/* line 772, style.scss */
.no-rgba header nav.meta li a {
  color: #33322e;
}
/* line 778, style.scss */
.no-rgba header h2 div {
  background: #943638;
}
/* line 783, style.scss */
.no-rgba header h3 div {
  background: white;
}
/* line 790, style.scss */
.no-rgba header nav.main > ul > li > a {
  background: #eea924;
}
/* line 792, style.scss */
.no-rgba header nav.main > ul > li > a:hover, .no-rgba header nav.main > ul > li > a.cur {
  background: #3f7e57;
}
/* line 800, style.scss */
.no-rgba header nav.main > ul > li:hover > ul > li > a {
  background: #eea924;
}
/* line 802, style.scss */
.no-rgba header nav.main > ul > li:hover > ul > li > a:hover, .no-rgba header nav.main > ul > li:hover > ul > li > a.cur {
  background: #3f7e57;
}
/* line 810, style.scss */
.no-rgba div.box {
  border: 1px solid black;
}
/* line 812, style.scss */
.no-rgba div.box h2 {
  background: #943638;
}
/* line 819, style.scss */
.no-rgba div.events ul li a {
  background: white;
}
/* line 821, style.scss */
.no-rgba div.events ul li a span.date {
  color: #33322e;
}
/* line 824, style.scss */
.no-rgba div.events ul li a:hover {
  background: white;
}
/* line 833, style.scss */
.no-rgba div.birthday div.inner p {
  background: white;
}
/* line 835, style.scss */
.no-rgba div.birthday div.inner p span.date {
  color: #33322e;
}
/* line 842, style.scss */
.no-rgba .tx-atvevents-pi1 td {
  background: url(border-h.png) top center repeat-x;
}
/* line 846, style.scss */
.no-rgba .tx-atvevents-pi1 .event-details .event-users {
  background: url(border-h.png) top center repeat-x;
}
/* line 848, style.scss */
.no-rgba .tx-atvevents-pi1 .event-details .event-users li {
  background: url(border-h.png) bottom center repeat-x;
}
/* line 856, style.scss */
.no-rgba #slider .rsContent .infoBlock {
  background: white;
}
/* line 862, style.scss */
.no-rgba .tx-comments-pi1 hr {
  border-top: 1px solid black;
}
/* line 865, style.scss */
.no-rgba .tx-comments-pi1 .tx-comments-comment-form {
  border: 1px solid black;
}
/* line 871, style.scss */
.no-rgba .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
  border-top: 1px solid black;
}
/* line 875, style.scss */
.no-rgba .tx-indexedsearch .tx-indexedsearch-browsebox {
  border-top: 1px solid black;
}

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot");
  src: url("fonts/fontello.eot?#iefix") format("embedded-opentype"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype"), url("fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 890, style.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.7;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}

/* line 909, style.scss */
.icon-star:before {
  content: '\2605';
}

/* 'â˜…' */
/* line 910, style.scss */
.icon-record:before {
  content: '\26ab';
}

/* 'âš«' */
/* line 911, style.scss */
.icon-up-bold:before {
  content: '\e4af';
}

/* 'î’¯' */
/* line 912, style.scss */
.icon-comment-1:before {
  content: '\e800';
}

/* 'î €' */
/* line 913, style.scss */
.icon-left-open:before {
  content: '\e75d';
}

/* 'î' */
/* line 914, style.scss */
.icon-right-open:before {
  content: '\e75e';
}

/* 'îž' */
/* line 915, style.scss */
.icon-facebook-rect:before {
  content: '\f301';
}

/* 'ïŒ' */
/* line 916, style.scss */
.icon-user:before {
  content: 'ðŸ‘¤';
}

/* '\1f464' */
/* line 917, style.scss */
.icon-search:before {
  content: 'ðŸ”';
}

/* '\1f50d' */
