@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=5a853559-33a6-4f0b-8e7f-d9fd14d29ea3&fontids=1564257,1564287");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Image replacement
 */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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: h5bp.com/p
 */
.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
 */
.invisible {
  visibility: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
COLORS
    text-grau:      #333
    headline-grau:  #4d4d4d
    grün:           #8DC740
*********************/
/*********************
FONT-SIZE
*********************/
/*********************
Breiten
*********************/
/*********************
TRANSITION
*********************/
/*********************
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? */
/*********************
Clearfix
*********************/
/* .container-with-floated-children { @extend %clearfix; } */
/*********************
Animations
*********************/
/*
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/*********************
BASE (MOBILE) SIZE
*********************/
/*********************
BASE (MOBILE) SIZE
*********************/
@font-face {
  font-family: "American Typewriter ITC W01 Md";
  src: url("../Fonts/1564257/af43f91e-7e5e-423e-8a41-176aaa2d6bab.eot?#iefix");
  src: url("../Fonts/1564257/af43f91e-7e5e-423e-8a41-176aaa2d6bab.eot?#iefix") format("eot"), url("../Fonts/1564257/b98e947d-c7f0-4a56-b21a-cac5a0826cc8.woff2") format("woff2"), url("../Fonts/1564257/a27244f4-111f-4cdd-ba1d-7dc4ef39f7af.woff") format("woff"), url("../Fonts/1564257/a16c06ac-28c6-4161-9c9e-527c137a09ad.ttf") format("truetype"); }
@font-face {
  font-family: "American Typewriter ITC W01 Cn";
  src: url("../Fonts/1564287/86fb0768-4e0f-4db9-ac55-5bde1983463c.eot?#iefix");
  src: url("../Fonts/1564287/86fb0768-4e0f-4db9-ac55-5bde1983463c.eot?#iefix") format("eot"), url("../Fonts/1564287/56d81a5b-32fc-4b2f-a82a-e5656be8344b.woff2") format("woff2"), url("../Fonts/1564287/2a5da1bd-6ffc-42d9-b550-3c1ec0d73cf6.woff") format("woff"), url("../Fonts/1564287/6771f047-2685-448a-84c1-fbbede12ab78.ttf") format("truetype"); }
html, body {
  height: 100%; }

body {
  font-family: Arial, sans-serif;
  font-size: 87.5%;
  line-height: 1.6;
  background-color: #fff;
  color: #583715; }

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.row .row {
  margin: 0 -1.5em; }

.col {
  padding: 0  1.5em; }

.row:after {
  content: "";
  clear: both;
  display: table; }

@media only screen {
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box; } }
h1, h2, h3, h4, h5 {
  color: #583715;
  font-weight: normal;
  font-family: 'American Typewriter ITC W01 Cn';
  line-height: 1.2; }

h1, h2, h3, h4, h5, p, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem; }

h1, h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1rem; }

h3, a {
  color: #089fe3; }

.csc-firstHeader {
  margin-top: 0; }

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left {
  text-align: left; }

p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
  text-align: center; }

p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
  text-align: right; }

p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
  text-align: justify; }

p.indentLeft, ul.indentLeft, ol.indentLeft, h2.indentLeft, h3.indentLeft {
  padding: 0 0 0 16px; }

:focus, *:active {
  outline: none !important; }

/* Bilder flexibel... */
img {
  max-width: 100%;
  height: auto;
  width: auto; }

/* eo Bilder flexibel... */
#contentWrap {
  margin: 0 auto;
  max-width: 580px;
  padding: 0 15px; }

#content > section {
  position: relative;
  padding: 60px 0; }
  #content > section:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    border-top: solid 1px #583715;
    width: 80%;
    left: 10%; }
  #content > section:last-child:after {
    border: none; }
#content .ce-bodytext p:last-child, #content .ce-bodytext ul:last-child {
  margin-bottom: 0; }
#content ul {
  list-style: none;
  padding: 0; }
  #content ul li {
    position: relative;
    padding-bottom: 0.5em;
    padding-left: 1em; }
    #content ul li:before {
      position: absolute;
      left: 0;
      top: 0.25em;
      content: '●';
      font-size: 0.75em;
      color: #089fe3; }

#header {
  position: relative; }
  #header #logoBox {
    position: absolute;
    text-align: center;
    z-index: 10;
    width: 570px;
    max-width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -15px; }

#keyVisual {
  position: relative;
  z-index: 5;
  background-color: #4a2d0d; }
  #keyVisual img {
    width: 100%; }
  #keyVisual .bx-viewport {
    z-index: 10; }
  #keyVisual .bx-pager {
    position: absolute;
    z-index: 15;
    right: 2%;
    bottom: 20px; }
  #keyVisual .bx-viewport, #keyVisual .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0; }
  #keyVisual #slider, #keyVisual #slider .sliderItem, #keyVisual #slider .sliderItem .sliderImage {
    height: 100vh !important; }
  #keyVisual #slider .sliderItem .sliderImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.bx-pager-item {
  display: inline-block; }

.bx-pager-link {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -999em;
  background-color: transparent;
  border: solid 1px #d7cec1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* must be the same as width and height */
  margin-left: 5px; }
  .bx-pager-link.active, .bx-pager-link:hover {
    background-color: #d7cec1; }

.triangle {
  display: inline-block;
  border-color: #b9aa93;
  color: #b9aa93;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg); }

#gotoNext {
  display: inline-block;
  margin-top: 20px;
  transform: translateX(-50%) rotate(45deg);
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: gotoNext;
  animation-timing-function: ease;
  cursor: pointer; }

@keyframes gotoNext {
  0% {
    bottom: 40px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 40px; } }
.leftImg {
  display: none; }

#addresstop {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50px, 0);
  text-align: center;
  color: #c5b6a4;
  line-height: 1.2;
  font-size: 0.875em; }
  #addresstop a {
    color: #c5b6a4; }

#footer .ce-gallery {
  margin: 0 !important; }
#footer .ce-outer, #footer .ce-inner, #footer figure, #footer .ce-column {
  float: none !important;
  position: static;
  display: block !important; }
#footer .ce-row {
  margin: 0 !important;
  float: left;
  width: 20%; }
#footer img {
  width: 100%; }

/* content-slider */
.content-slider {
  font-style: italic;
  line-height: 1.2;
  font-size: 0.875em; }
  .content-slider a {
    text-decoration: none; }
    .content-slider a:hover {
      text-decoration: underline; }
  .content-slider p {
    padding: 0.5em 0;
    margin: 0; }
  .content-slider .slide-content {
    display: none; }
    .content-slider .slide-content h3, .content-slider .slide-content p {
      margin: 1rem 0; }

.fancybox-slide > * {
  background-color: transparent !important;
  max-width: 600px;
  padding: 10px !important;
  color: #fff; }
  .fancybox-slide > * h3, .fancybox-slide > * p {
    margin: 1rem 0; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.9 !important; }

.fancybox-close-small:after {
  top: 0 !important;
  right: 0 !important; }

/* MIX */
#goTop {
  display: none;
  position: fixed;
  z-index: 99990;
  right: 10px;
  bottom: 20px;
  text-decoration: none;
  color: #00aeef;
  font-size: 12px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  border-radius: 10px; }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /*********************
  LARGER MOBILE DEVICES
  *********************/
  #footer .ce-row {
    width: 10%; } }
/*********************
TABLET & SMALLER LAPTOPS & DESKTOP
*********************/
@media only screen and (min-width: 768px) {
  /*********************
  TABLET & SMALLER LAPTOPS & DESKTOP
  *********************/
  /************************
  * GRID
  ************************/
  .grid {
    /* Zweispalter */
    /* Dreispalter */ }
    .grid .column {
      float: left;
      min-height: 1px; }
    .grid.grid_1_col .column {
      float: none; }
    .grid.col-1-1 .column {
      width: 50%; }
    .grid.col-2-3 .column.left {
      width: 40%; }
    .grid.col-2-3 .column.right {
      width: 60%; }
    .grid.col-3-2 .column:first-child {
      width: 60%; }
    .grid.col-3-2 .column:last-child {
      width: 40%; }
    .grid.col-1-3 .column.left {
      width: 25%; }
    .grid.col-1-3 .column.right {
      width: 75%; }
    .grid.col-3-1 .column.left {
      width: 75%; }
    .grid.col-3-1 .column.right {
      width: 25%; }
    .grid.grid_2_col .column.left {
      padding: 0 2% 0 0; }
    .grid.grid_2_col .column.right {
      padding: 0 0 0 2%; }
    .grid.col-1-1-1 .column {
      width: 33.333333%; }
    .grid.col-1-2-1 .column.left {
      width: 25%; }
    .grid.col-1-2-1 .column.middle {
      width: 50%; }
    .grid.col-1-2-1 .column.right {
      width: 25%; }
    .grid.col-4-3-3 .column.left {
      width: 40%; }
    .grid.col-4-3-3 .column.middle {
      width: 30%; }
    .grid.col-4-3-3 .column.right {
      width: 30%; }
    .grid.grid_3_col .column {
      padding: 0 2%; }
      .grid.grid_3_col .column.left {
        padding-left: 0; }
      .grid.grid_3_col .column.right {
        padding-right: 0; }

  .grid .column h1, .grid .column h2 {
    border: none;
    padding-bottom: 0; }

  /* Fluid-Styled-Content */
  .ce-align-left {
    text-align: left; }

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

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

  .ce-table td, .ce-table th {
    vertical-align: top; }

  .ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden; }

  .ce-left .ce-gallery, .ce-column {
    float: left; }

  .ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%; }

  .ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%; }

  .ce-right .ce-gallery {
    float: right; }

  .ce-gallery figure {
    display: table;
    margin: 0; }

  .ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom; }

  .ce-gallery img {
    display: block; }

  .ce-gallery iframe {
    border-width: 0; }

  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 20px; }

  .ce-intext.ce-right .ce-gallery {
    padding-left: 20px; }

  .ce-intext.ce-left .ce-gallery {
    padding-right: 20px; }

  .ce-below .ce-gallery {
    margin-top: 20px; }

  .ce-column {
    margin-right: 20px; }

  .ce-column:last-child {
    margin-right: 0; }

  .ce-row {
    margin-bottom: 20px; }

  .ce-row:last-child {
    margin-bottom: 0; }

  .ce-above .ce-bodytext {
    clear: both; }

  .ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 20px;
    overflow: auto; }

  .ce-uploads {
    margin: 0;
    padding: 0; }

  .ce-uploads li {
    list-style: none outside none;
    margin: 1em 0; }

  .ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top; }

  .ce-uploads span {
    display: block; }

  /* Bilder Galerie */
  .ce-gallery-gallery {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ce-gallery-gallery li {
      float: left;
      width: 25%; }
      .ce-gallery-gallery li:first-child {
        width: 100%; }

  .gallerySliderPager li {
    float: left;
    width: 25%; } }
/*********************
 > Max-Width
*********************/
@media only screen and (min-width: 940px) {
  /*********************
   > Max-Width
  *********************/ }
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@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) {
  /*********************
  RETINA (2x RESOLUTION DEVICES)
  *********************/ }
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */ }

  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; } }
@media only screen and (max-width: 481px) {
  .grid .column {
    width: auto !important; } }

/*# sourceMappingURL=main.css.map */
