body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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,
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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 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;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../../files/uh-theme/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/uh-theme/fonts/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../../files/uh-theme/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/uh-theme/fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../../files/uh-theme/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/uh-theme/fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-serif-300italic - latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../../files/uh-theme/fonts/roboto-serif-v5-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/uh-theme/fonts/roboto-serif-v5-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-serif-italic - latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../../files/uh-theme/fonts/roboto-serif-v5-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/uh-theme/fonts/roboto-serif-v5-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-serif-500italic - latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('../../files/uh-theme/fonts/roboto-serif-v5-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/uh-theme/fonts/roboto-serif-v5-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Generated by Glyphter (http://www.glyphter.com) on  Thu Sep 26 2019*/
@font-face {
    font-family: 'uh icons';
    src: url('../../files/uh-theme/fonts/uh-icons.eot');
    src: url('../../files/uh-theme/fonts/uh-icons.eot?#iefix') format('embedded-opentype'),
         url('../../files/uh-theme/fonts/uh-icons.woff') format('woff'),
         url('../../files/uh-theme/fonts/uh-icons.ttf') format('truetype'),
         url('../../files/uh-theme/fonts/uh-icons.svg#uh-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon {
  color: #f28900;
  line-height: 1;
  vertical-align: -12%;
  margin-right: 0.2em;
}
[class*='icn-']:before{
	display: inline-block;
   font-family: 'uh icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icn-D:before{ content:'D'; } /* Teilnehmer */
.icn-O:before{ content:'O'; } /* Termin */
.icn-T:before{ content:'T'; } /* Preis */
.icn-U:before{ content:'U'; } /* nicht enthalten */
.icn-V:before{ content:'V'; } /* Leistungen */
.icn-W:before{ content:'W'; } /* Hinweis */


.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
* {
    box-sizing: inherit;
}
body {
    background: #aaa;
    margin: 0;
    box-sizing: border-box;
}
figure {
    margin: 0;
}
img, svg {
    max-width: 100%;
    height: auto;
}

a.logo {
    display: block;
    padding: 15px 25px;
}
.logo path {
    fill: #fff;
}
#info {
    background: #999;
    border-bottom: 1px solid #ddd;
}
#info .ce_text a {
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    /*text-transform: uppercase;*/
    letter-spacing: 0.025em;
    text-decoration: none;
}
#info .ce_text a:hover {
    text-decoration: underline;
}

.bgselect h4 {
    font-weight: 300;
    font-size: 0.9em;
    margin: 10px 0 0.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.bgselect figcaption {
    margin-top: 0.3em;
}
.bgselect .slick-slide:not(.slick-current) {
    cursor: pointer;
}
.bgselect .slick-slide:not(.slick-current):hover {
    opacity: 0.8;
}
.bgselect .slick-current figcaption:before {
    content: "\2713";
    color: #fff;
    margin-right: 0.3em;
}

.bgsofa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 240px;
}
.bgsofa img {
    object-fit: cover;
}
#footer {
    font-size: 0.8em;
    letter-spacing: 0.05em;
}
#footer nav {
    text-align: center;
}
#footer nav ul {
    display: inline-block;
    background: rgba(180,180,180,0.67);
    padding: 0 0.5em;
    margin: 0;
    border-radius: 1em;
}
#footer nav li {
    list-style: none;
    display: inline-block;
}
#footer nav a {
    display: block;
    padding: 0.33em 1em;
    text-decoration: none;
    color: inherit;
    opacity: 0.75;
}
#footer nav a:hover { opacity: 1; }

/* Gridlayout */
@media (orientation:portrait) {
    .bgsofa {
        left: 0;
        top: 180px;
        bottom: auto;
        height: 70vw;
    }
    .bgsofa img {
        height: 75vw;
    }
    #info {
        height: 180px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #info .ce_text {
        margin: 0 1.5em;
    }
    .bgselect {
        width: 280px;
        text-align: center;
    }
    #wandbild {
        height: 70vw;
    }
    ul.thumbs {
        display: flex;
        align-items: center;
    }
    .thumbs li {
        flex-shrink: 0;
        margin: 10px;
    }
}
@media (max-width:700px) {
    a.logo {
        display: none;
    }
}
@media (orientation:landscape) {
    .bgsofa img {
        height: 100vh;
    }
    #appcontainer {
        /*position: fixed;*/
        height: 100vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 240px 1fr;
        grid-template-rows: auto 1fr;
        /*gap: 10px 0px;*/
        gap: 0 0;
        grid-template-areas:
            "bgselect gallery"
            "thumbs gallery";
    }
    #wandbild,
    #gallery_footer {
        grid-area: gallery;
    }
    #info {
        grid-area: bgselect;
        text-align: center;
    }
    #thumbnails {
        grid-area: thumbs;
    }
    .thumbs li {
        margin: 20px;
    }
    #footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 2.5vh;
    }
    #footer nav {
        margin-left: 240px;
    }
    @media (max-width: 760px) {
        #appcontainer { grid-template-columns: 160px 1fr; }
        #footer nav { margin-left: 160px; }
        .bgsofa { left: 160px; }
    }
    @media (max-width: 1100px) {
        #appcontainer { grid-template-columns: 21% 1fr; }
        #footer nav { margin-left: 21%; }
        .bgsofa { left: 21%; }
    }
}

ul.slick-slider,
ul.thumbs {
    padding: 0;
    margin: 0;
}

.thumbs li {
    list-style: none;
    text-align: center;
}

.bgselect .slick-slide {
    max-width: 50%;
}
.bgselect .slick-track {
    transform: none !important;
}

#wandbild {
    position: relative;
    /*justify-self: center;
    align-self: center;*/
}
ul.slider {
    position: absolute;
    left: 49.2%;
    top: 34%;
    margin-top: -320px;
    margin-left: -400px;
    /* Contao Bildgröße */
    width: 800px;
    /*width: calc((100vw - 240px) * 0.35);
    height: calc((100vw - 240px) * 0.30);*/
}
#wandbild .slick-track {
    display: flex;
}
#wandbild .slick-list {
    overflow: visible;
}
#wandbild figure {
    text-align: center;
    /* Contao Bildgröße */
    width: 800px;
    height: 640px;
    opacity: 0.92;
}
#wandbild figcaption {
    font-size: 0.75em;
    padding-top: 2em;
    cursor: pointer;
    opacity: 0.6;
}
.bg-dunkel #wandbild figcaption { color: #fff; }
#wandbild figcaption:hover {
    text-decoration: underline;
}
#wandbild figure a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: zoom-in;
}
#wandbild img {
    /*box-shadow: -3px 9px 12px rgba(0,0,0,0.18);*/
    filter: drop-shadow(-3px 9px 10px rgb(0 0 0 / 18%));
    max-height: 100%;
    object-fit: contain;
}
.bg-dunkel #wandbild img {
    filter: drop-shadow(-3px 9px 10px rgb(0 0 0 / 40%));
}

button.slick-arrow {
    position: absolute;
    top: calc(50% - 35px);
    width:  70px;
    height: 70px;
    padding: 0;
    overflow: hidden;
    text-indent: 101%;
    background: transparent;
    border: 0;
    opacity: 0.5;
    transition: 0.3s;
}
button.slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    right: 25%;
    bottom: 0;
    /* background-color: aliceblue; */
    border-top: 2px solid;
    border-right: 2px solid;
}
button.slick-arrow:hover { opacity: 0.8; }

.bg-dunkel button.slick-arrow::after { border-color: #fff; }
.slick-prev {  left: -100px; transform: rotate(-135deg); }
.slick-next { right: -100px; transform: rotate(45deg); }

@media (max-width: 720px) {
    button.slick-arrow {
        width:  10vw;
        height: 10vw;
        top: calc(50% - 5vw);
    }
    .slick-prev { left:  -17vw; }
    .slick-next { right: -17vw; }
}

#thumbnails {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Formular */
#order,
#preise {
    display: none;
    overflow: visible;
}
.formbody {
    /*width: 600px;*/
    max-width: 100%;
}
label {
    display: block;
    font-size: 0.9em;
    margin-bottom: 0.4em;
}
.widget {
    margin-bottom: 1em;
    width: 100%;
}
.widget .text,
textarea,
select {
    background: #eee;
    width: 100%;
    padding: 0.4em;
    border: 1px solid #ccc;
    border-radius: 0;
}
.widget-submit {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}
.submit {
    background-color: #666;
    color: #fff;
    border: 0;
    padding: 5px 12px;
}
.submit:hover {
    background-color: #f28900;
}
p.error { color: #c00; }
.text.error, textarea.error {
    border-color: #c00;
}
.explanation p {
    color: #929292;
    font-size: 0.9em;
    margin-bottom: 0;
}
@media (min-width:600px) {
    .formbody {
        display: flex;
        flex-wrap: wrap;
    }
    .widget {
        padding: 0 4px;
    }
    .widget:not(.w100) {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

/* Modal */
.blocker {
    background: rgba(0,0,0,0.55);
}
.modal {
    max-width: 720px;
    padding: 30px;
    border-radius: 0;
}

/* Preise */
table {
    border-collapse: collapse;
}
td {
    text-align: right;
    padding: 0.4em 0;
}
td:not(.col_last) {
    padding-right: 2em;
}
tr:not(.row_first) {
    border-top: 1px solid #bbb;
}


