/*
 * Amiri 0.113 (SIL Open Font License, siehe assets/fonts/amiri-OFL.txt).
 * Bewusst diese ältere Version und bewusst NUR für Logo und Intro: die
 * Original-Entwürfe wurden damit gesetzt, neuere Versionen (Google liefert
 * v30) haben überarbeitete lateinische Glyphen und laufen kräftiger.
 * Eigener Familienname, damit die Fliesstext-Schrift der Site unverändert
 * das "Amiri" von Google bleibt.
 * Zeichensatz auf "Nr. /" + Ziffern reduziert -> 2 KB.
 */
@font-face {
    font-family: "AmiriLogo";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("assets/fonts/amiri-logo.woff2") format("woff2"),
         url("assets/fonts/amiri-logo.woff") format("woff");
}

html {
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Amiri", serif;
}
a {
    -webkit-tap-highlight-color: transparent;
    color: #000;
}
strong, b {
    font-weight: 700 !important;
}
* {
    -webkit-tap-highlight-color: transparent;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: #3e4042;
    text-align: center;
    z-index: 999;
    color: #fff;
    font-family: "open-sans", sans-serif;
    margin: 0;
    font-weight: lighter;
    line-height: 21px;
    font-size: 15px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer a:hover {
    text-decoration: underline;
}
.header,
.container {
    text-align: right;
    /*padding-right: 85px;
    padding-left: 85px;*/
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1526px;
}
#accordion {
    /*padding: 0 85px 0 45px;*/
    margin: auto 0 0 auto;
}
.more {
    display: none;
}
.more.hidden {
    display: block;
}
.read_more {
    cursor: pointer;
}
.read_more.hidden {
    display: none;
}
/*
.ui-accordion-content {
    padding-left: 40px;
    height: 314px;
}
*/
.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}
#activo.txtHover {
    margin-left: 0 !important;
}
.logo {
    /*border-bottom: 1px solid #bfbfbf;*/
    padding-top: 30px;
    margin-bottom: 1px;
}
:focus {
    outline: none;
}
h3 {
    background: none;
    padding-left: 0px;
    padding-bottom: 18px;
    margin: 0;
}
h3 div {
    font-size: 24px;
    font-weight: normal;
    color: #4c4c4c;
    width: 300px;
    height: 35px;
    border-bottom: 1px solid #bfbfbf;
    margin: 7px 0 0 140px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
h3.ui-state-active div {
    margin-left: 0px;
    cursor: default;
}
h3.ui-state-active .maskH3 {
    /*-ms-transform: scaleX(0); /* IE 9 * /
    -webkit-transform: scaleX(0); /* Safari * /
    transform: scaleX(0);*/
    width: 0px;
}
h3 .maskH3 {
    position: relative;
    top: -36px;
    left: -27px;
    width: 0px;
    height: 30px;
    margin-bottom: -40px;
    z-index: 9;
    background: #ededed;
    border: none;
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
h3#ui-id-1 .maskH3 {
    left: -6px;
    width: 200px;
}
#ui-id-1.ui-state-active .maskH3,
#ui-id-2 .txtHover,
#ui-id-2 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 231, 116, 0.5);
    background-color: #fff3b9;
}
#ui-id-2 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 231, 116, 0.3);
}
#ui-id-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 231, 116, 1);
}
.page-template-_grey
    #ui-id-2
    .mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    background-color: #3e4042;
}
#ui-id-2
    #main-content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    border-top: 6px solid #fff3b9;
    border-bottom: 6px solid #fff3b9;
}
.page-template-_grey #ui-id-1.ui-state-active .maskH3,
.page-template-_grey #ui-id-2 #main-content,
.page-template-_grey #ui-id-2 .txtHover,
.page-template-_grey #ui-id-2 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f8f7f6;
}
.page-template-_grey #ui-id-2 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.2);
}
.page-template-_grey
    #ui-id-2
    #main-content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    border-top: 6px solid #f8f7f6;
    border-bottom: 6px solid #f8f7f6;
}
h3#ui-id-3 .maskH3 {
    left: -17px;
    width: 160px;
}
h3#ui-id-1.ui-state-active .maskH3,
h3#ui-id-3.ui-state-active .maskH3,
h3#ui-id-5.ui-state-active .maskH3,
h3#ui-id-7.ui-state-active .maskH3,
h3#ui-id-9.ui-state-active .maskH3 {
    width: 0px;
}
#ui-id-3.ui-state-active .maskH3,
#ui-id-4 .txtHover,
#ui-id-4 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(245, 176, 193, 0.5);
    background-color: #fad7e0;
}
#ui-id-4 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(245, 176, 193, 0.3);
}
#ui-id-4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(245, 176, 193, 1);
}
#ui-id-4
    #main-content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    border-top: 6px solid #fad7e0;
    border-bottom: 6px solid #fad7e0;
}
h3#ui-id-5 .maskH3 {
    left: -4px;
    width: 161px;
}
#ui-id-5.ui-state-active .maskH3,
#ui-id-6 .txtHover,
#ui-id-6 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 164, 160, 0.3);
    background-color: #b2e4e2;
}
#ui-id-6 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 164, 160, 0.3);
}
#ui-id-6 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 164, 160, 1);
}
#ui-id-6
    #main-content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    border-top: 6px solid #b2e4e2;
    border-bottom: 6px solid #b2e4e2;
}
h3#ui-id-7 .maskH3 {
    left: -27px;
    width: 130px;
}
#ui-id-7.ui-state-active .maskH3,
#ui-id-8 .txtHover,
#ui-id-8 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(118, 123, 171, 0.5);
    background-color: #babdd5;
}
#ui-id-8 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(118, 123, 171, 0.3);
}
#ui-id-8 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(118, 123, 171, 1);
}
#ui-id-8
    #main-content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    border-top: 6px solid #babdd5;
    border-bottom: 6px solid #babdd5;
}
h3#ui-id-9 .maskH3 {
    left: -11px;
    width: 137px;
}
#ui-id-9.ui-state-active .maskH3,
#ui-id-10 #main-content,
#ui-id-10 .txtHover,
#ui-id-10 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(228, 25, 11, 0.4);
    background-color: #f4a39d;
}
#ui-id-10 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(228, 25, 11, 0.3);
}
#ui-id-10 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(228, 25, 11, 1);
}
#ui-id-10
    #main-content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    border-top: 6px solid #f4a39d;
    border-bottom: 6px solid #f4a39d;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
}
h3,
h3 {
    /*background-image: url("../img/Marker-Menu-Inhalte.gif");
    background-repeat: no-repeat;
    background-position-x: 145px;* /
    -webkit-filter: grayscale(1); /* Old WebKit
    filter: grayscale(1);*/
}
h3:hover {
    /* -webkit-filter: grayscale(0); Old WebKit
    filter: grayscale(0);*/
}
h3.ui-state-active,
h3.ui-state-active:hover {
    /*-webkit-filter: grayscale(0); /* Old WebKit * /
    filter: grayscale(0);*/
}
.content {
    overflow: auto;
    position: relative;
    padding: 1px;
    height: auto;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.txtImgHolder {
    position: relative;
    float: left;
    overflow: hidden;
    height: 230px;
}
.txtHover {
    /*background: #b2e5e0;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: black;
    position: absolute;
    padding: 0;
    margin-left: 100%;
    display: table;
    z-index: 100;
    font-size: 34px;
    line-height: 110%;
}
.txtCellHover {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
/*.imgHoverText:before {
	content: "__________";
	margin-right: 8px;
	letter-spacing: -4px;
}*/
.imgHoverText {
    position: absolute;
    bottom: 10px;
    right: 18px;
    color: #ffffff;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    z-index: 99;
    text-align: right;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-image: url(assets/img/arrow_left.svg);
    background-position: 0;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(assets/img/arrow_right.svg);
    background-position: 0;
}
/*.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	width: 45px;
}*/
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 45px;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    border-radius: 0;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: all-scroll;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #7f7f81;
    /* background-color: rgba(255,255,255,0.85); */
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
div#main-content {
    /*background: #bbe3e2;*/
    height: 100%;
    padding-left: 140px;
    /*	padding-right: 20px;*/
}
.horizontal-images,
#main-content,
.textRight,
.textLeft,
#accordion {
    opacity: 0;
}
/*div#main-content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	display: none;
	height: 0;
}*/
.flicky-gallery {
    width: 470px;
    float: left;
    position: relative;
    /*float: left;
    height: 100%;
    margin: 0 20px 0 -20px;*/
    background: #393331;
    margin-bottom: 18px;
}
.flicky-gallery-space {
    width: 20px;
    float: left;
    height: 100%;
}
.scroll-space {
    position: relative;
    float: left;
    width: 150px;
    height: 400px;
}
.lg-backdrop,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-sub-html {
    background: #000;
}
/*.flickity-slider {
	display: flex;
	align-items: center;
}*/
.lg-sub-html p,
.lg-sub-html h4,
#lg-counter {
    font-size: 15px;
    font-family: "open-sans", sans-serif;
    margin: 5px 0 0;
}
.carousel-cell {
    width: 100%;
    height: 315px;
    margin-right: 10px;
    background: #000;
    counter-increment: gallery-cell;
}

/* cell number */
.carousel-cell:before {
    display: none;
}

.carousel {
    height: 315px;
}
.carousel-cell {
}
ol.flickity-page-dots,
#hdnVal {
    display: none;
}
.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent;
}
.flickity-prev-next-button:hover {
    background: transparent;
}
.flickity-prev-next-button .arrow {
    fill: white;
}
.flickity-prev-next-button.no-svg {
    color: white;
}
.flickity-prev-next-button:disabled {
    display: none;
}

.col-md-3 {
    width: 400px;
    float: right;
    text-align: left;
}

.col-md-2 {
    width: 300px;
    float: right;
    text-align: left;
}
.col-md-6 {
    width: auto;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.spacer {
    width: 101%;
    background: #f00;
    height: 1px;
    position: absolute;
}
.content p {
    font-family: "open-sans", sans-serif;
    margin: 0;
    font-weight: lighter;
    line-height: 21px;
}
#lg-actual-size,
.lg-autoplay-button {
    display: none;
}
/*
.mCustomScrollbar{ -ms-touch-action: inherit; touch-action: inherit; /* MSPointer events – direct all pointer events to js * / }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: inherit; touch-action: inherit; }
*/
@media only screen and (min-width: 1025px) {
    p.lastCelement {
        height: 360px;
        width: 350px;
    }
    /*.content p {
        margin-right: 20px;
    }*/
    #main-content .text {
        /*height: 360px;
        -webkit-column-width: 375px; /* Chrome, Safari, Opera * /
        -moz-column-width: 350px; /* Firefox * /
        column-width: 350px;

        /*-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
        /*-moz-column-gap: 20px; /* Firefox */
        /*column-gap: 20px;
*/
        line-height: 20px;
        font-size: 15px;
        font-weight: lighter;

        /*width: 350px;
        padding-right: 10px;
        margin-right: 20px;
        */
        display: inline-block;
    }
    /*h1 {
        -webkit-column-width: 330px;
        -moz-column-width: 330px;
        column-width: 330px;
        width: 330px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .textContainer > .textCC {
        padding-right: 20px;
    }
    .single .ui-accordion-content.active, .page-template-_grey .ui-accordion-content.active {
        height: 878px;
    }*/
}
#main-content .aroundtext {
    margin-right: 20px;
}
/*#main-content-2 img {
	position: relative;
	float: left;
	width: 400px;
	height: inherit;
	margin-right: 20px;
}*/
.content.hidden {
    display: none;
}

.content.light {
    background-color: #ddd;
    color: #333;
}

.content hr {
    border-top: 1px solid #7f7f81;
    border-bottom: none;
    margin-right: 0px;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.content.light hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.content hr.mobile, .content h1.mobile {
    display: none;
}

.content h2 {
    font-size: 200%;
    line-height: 130%;
}

h1 {
    margin: 0;
    margin-top: 26px;
    padding: 0;
    line-height: 110%;
    font-size: 34px;
    font-weight: normal;
    float: left;
}

.content h2 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: lighter;
    line-height: 20px;
    margin: 0;
    color: #7f7f81;
    line-height: 21px;
}

.content.light h2 {
    color: inherit;
}

.content img {
    /*	margin: 0;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
        padding: 3px;
        background: rgba(0,0,0,0.2);*/
}

.content.light img {
    background: rgba(255, 255, 255, 0.4);
}

.content input[type="text"],
.content textarea {
    border: none;
    background: transparent;
    background-color: #bbb;
    background-color: rgba(255, 255, 255, 0.6);
    min-height: 20px;
    padding: 5px;
    -moz-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6),
        inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6),
        inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6),
        inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50%;
    font-size: inherit;
    font-family: inherit;
    color: #222;
}

.content textarea {
    min-height: 80px;
    width: 70%;
}

.content .half img {
    max-width: 48%;
    margin: 0 0 2% 2%;
}

.textContainer {
    max-width: 645px;
}

.content .half img:nth-child(odd) {
    margin: 0 2% 2% 0;
}

#demo.showcase {
    min-width: 740px;
}

.showcase .content {
    float: left;
    width: 340px;
    height: 300px;
}

.showcase .horizontal-images.content {
    height: 140px;
    width: 700px;
    max-width: 97%;
    padding: 5px 5px 0 5px;
}

.showcase .horizontal-images.content h2,
.showcase .horizontal-images.content li img {
    height: 119px;
}

.showcase .horizontal-images.content h2 {
    color: #fff;
    background-color: #eb3755;
    padding: 10px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 165%;
}

.horizontal-images.content ul,
.vertical-images.content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.horizontal-images.content li {
    margin: 0;
    float: left;
    text-align: center;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-top: 15px;
}
#main-content .mCSB_horizontal.mCSB_inside > .mCSB_container,
.mCSB_6_container {
    margin-bottom: 40px;
}
.page .textRight,
.page .textLeft {
    display: none !important;
}
.textRight,
.textLeft {
    width: 50px;
    height: 40px;
    position: absolute;
    z-index: 940;
    cursor: pointer;
}
.textRight {
    margin-left: 30px;
    z-index: 9999;
}
/*.textContainer {
    height: 495px;
    position: relative;
    float: left;
    width: 100%;
}*/

.line-arrow {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    font-size: 6px; /*set the size for arrow*/
    width: 4em;
    height: 4em;
    margin-top: -2em;
    top: 50%;
}
.line-arrow.left {
    border-top: 1px solid #7f7f81;
    border-left: 1px solid #7f7f81;
    transform: rotate(-45deg);
    left: 5px;
}
.line-arrow.right {
    border-top: 1px solid #7f7f81;
    border-right: 1px solid #7f7f81;
    transform: rotate(45deg);
    right: 20px;
}
.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
    content: none !important;
}
.line-arrow:active,
.line-arrow.active {
    border-width: 2px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0px;
    width: 10px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 16px;
    margin: 0;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
#main-content .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-top: 0;
}
#main-content .mCustomScrollBox {
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: 10px;
}
.vertical-images.content li {
    margin: 3px 0;
}

/*.horizontal-images.content li:first-child{
	margin-left: 0;
	position: relative;
	overflow: hidden;
}*/

.vertical-images.content li:first-child {
    margin-bottom: 3px;
    margin-top: 0;
}

.horizontal-images.content li:last-child {
    margin-right: 0;
}

.vertical-images.content li:last-child {
    margin-bottom: 0;
}

#main-content.horizontal-images.content li img {
    width: auto;
    padding: 0;
    height: 100%;
}
p.carousel-status {
    position: absolute;
    z-index: 999;
    color: #fff;
    bottom: 9px;
    font-size: 15px;
    right: 10px;
}
.showcase #content-1.content {
    height: 620px;
}

.showcase #content-2.content {
    height: 620px;
}

.showcase #content-2.content h2 {
    color: #333;
}

.showcase #content-3.content {
    background-color: #412626;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7+M2IR/w8UY0SXAAuCFCNLwAWRJVAEYRIYgiAJALsgBgYbCawOAAAAAElFTkSuQmCC");
    margin-right: 40px;
    width: 310px;
}

.showcase #content-3.content h2 {
    color: #eb3755;
}

.showcase #content-4.content {
    background-color: #1c383f;
}

.showcase #content-4.content h2 {
    color: #ddd;
}

.showcase #content-6.horizontal-images.content {
    padding: 10px 0 5px 0;
    background-color: #444;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGA4A8QmQAwGjDAGNgGwSgwVAFVOAgV/1mwxAAAAAElFTkSuQmCC");
}

.showcase #content-6.horizontal-images.content .mCSB_scrollTools {
    margin-left: 10px;
    margin-right: 10px;
}

.showcase #content-6.horizontal-images.content ul {
    margin-left: 10px;
    margin-right: 10px;
}

.showcase #content-6.horizontal-images.content h2 {
    color: #222;
    background-color: #c2beb2;
}

.showcase #content-6.horizontal-images.content h2,
.showcase #content-6.horizontal-images.content li img {
    height: 105px;
}

.showcase #content-7.content {
    height: 620px;
}

.showcase #content-8.content {
    width: 670px;
    height: 580px;
    padding: 0;
    background-color: #151515;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAK0lEQVQIW2NkwAL+//9vzIguDhZkZDyLIgETBCmGSyALwiXQBcES2ARBEgCUVxc3f8oLcQAAAABJRU5ErkJggg==");
    border: 5px solid rgba(0, 0, 0, 0.5);
    margin-right: 40px;
    margin-bottom: 50px;
}

.showcase #content-8.content h2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.showcase #content-8.content p {
    width: 710px;
    float: left;
    margin: 15px 20px;
}

.showcase #content-8.content hr + p {
    margin-top: 30px;
}

.showcase #content-8.content p:nth-child(3n + 1) {
    width: 1460px;
    clear: both;
}

.showcase #content-9.content {
    height: 620px;
    background-color: #c2beb2;
    padding: 5px;
}

.showcase #content-9.content .mCSB_container {
    margin-right: 21px;
}

.showcase #content-9.content h2 {
    height: 85px;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 180%;
    color: #333;
}

.showcase #content-9.content img {
    padding: 0;
    vertical-align: bottom;
}

#iframe-container {
    width: 90%;
    max-width: 1110px;
    background: #000;
    overflow: hidden;
}

#iframe-container iframe {
    vertical-align: bottom;
}

/*#infinite-scroll .offset{
	display: block;
	width: 100%;
	height: auto;
	color: #ffed0d;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

#infinite-scroll .offset p{
	margin-bottom: 60px;
}

#infinite-scroll .offset .indicator{
	display: block;
	width: 100%;
	height: 100px;
	background: #ffed0d;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
*/
#examples.resizable {
    background: #444;
    padding-bottom: 30px;
}

#resizable.content {
    overflow: hidden;
    width: 640px;
    max-width: 80%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* jquery ui resizable bug: http://bugs.jqueryui.com/ticket/8932 */
}

#resizable.content h2 {
    color: #444;
}

#resizable.content p {
    width: 1000px;
}

.content.fluid {
    width: 90%;
    max-width: 1680px;
}

.content.fluid h2 {
    color: #eb3755;
    font-family: "Lobster Two", "Georgia", serif;
    font-weight: 700;
    font-style: italic;
}

.content.nested {
    height: 600px;
}

.content.nested .nested {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
    height: 400px;
}

#content-1.content.nested {
    margin-bottom: 40px;
}

#content-1.content.nested p {
    width: 1000px;
}

#content-1.content.nested .nested {
    margin: 20px;
    width: 600px;
    height: 300px;
}

.content.zero-height {
    height: 0;
}

.content.zero-width {
    width: 0;
}

.init-hidden #examples {
    min-height: 420px;
}

.full-page .content {
    height: 800px;
}

/*#main-content .mCSB_draggerContainer {
	display: none;
}*/

.full-page-alt #mCSB_1_container {
    width: 97% !important; /* override plugin property */
    min-width: 480px;
}

.full-page-alt #mCSB_1_scrollbar_vertical {
    position: fixed;
    margin-right: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.full-page-alt #mCSB_1_scrollbar_horizontal {
    position: fixed;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
}

.full-page-alt .outer.content {
    width: 960px;
}

.full-page-alt .horizontal-images.content {
    height: 275px;
    width: 100%;
    margin: 20px auto 10px auto;
}

.full-page-alt .horizontal-images.content img {
    height: 200px;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px dashed #666;
    border-left: 1px dashed #666;
    border-right: 1px dashed #666;
    background: rgba(0, 0, 0, 0.1);
}

.content table tr {
    border-bottom: 1px dashed #666;
}

.content table td {
    padding: 10px 20px 9px 20px;
}

.sortable {
    min-width: 800px;
}

#sortable ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

#sortable li {
    margin: 10px 40px;
    background: #444;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sortable li:active,
#sortable .ui-sortable-helper {
    background: #eb3755;
}

#examples.tabs,
#examples.accordion,
#examples.autocomplete {
    padding: 5px 20px 20px 20px;
    background-color: #333;
}

#examples.tabs h3,
#examples.accordion h3 {
    color: #222;
    font-family: inherit;
    font-style: inherit;
}

#tabs {
    margin-bottom: 20px;
}

#tabs,
#tabs-2,
#accordion {
    width: 100%;
    max-width: 1526px;
    margin-top: 0;
    margin-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
}

/*#examples.tabs .ui-widget-content{ background-image: none; }

#autocomplete{
	border: none;
	background: #fff;
	min-height: 20px;
	padding: 5px 8px;
	font-size: inherit;
	font-family: inherit;
	color: #222;
	margin-top: 15px;
}

#autocomplete:focus{ outline: none; }
*/
.ui-menu a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.ui-menu .mCSB_container {
    padding: 2px;
}

.ui-menu .mCSB_scrollTools {
    right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bootstrap #examples {
    background: transparent;
}

.bootstrap #myModal-2 .modal-body {
    max-height: 340px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: -15px;
}

.bootstrap #myTab {
    max-width: 600px;
}

.bootstrap #myTab .tab-pane {
    padding: 15px 5px 15px 15px;
}

body.colorbox-demo #cboxContent,
body.colorbox-demo #cboxContent p,
body.colorbox-demo #cboxContent a:hover {
    color: #333;
}

.all-themes #examples {
    padding: 15px 0 0 15px;
}

.all-themes .content {
    width: 310px;
    height: 500px;
    margin: 0 20px 20px 0;
    float: left;
}

.all-themes .content h2,
.all-themes .content p,
.all-themes .content hr {
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.all-themes #content-m h2,
.all-themes #content-m p,
.all-themes #content-m hr,
.all-themes #content-md h2,
.all-themes #content-md p,
.all-themes #content-md hr {
    width: 270px;
}

.all-themes .content.expanded-content h2,
.all-themes .content.expanded-content p,
.all-themes .content.expanded-content hr,
.all-themes #content-m.expanded-content h2,
.all-themes #content-m.expanded-content p,
.all-themes #content-m.expanded-content hr,
.all-themes #content-md.expanded-content h2,
.all-themes #content-md.expanded-content p,
.all-themes #content-md.expanded-content hr {
    width: 540px;
}

.max-height-example .content {
    height: auto;
    max-height: 400px;
}

.max-width-example {
    min-width: 620px;
}

.max-width-example .content {
    height: auto;
    width: auto;
    max-width: 50%;
    min-width: 600px;
    display: inline-block;
    vertical-align: bottom;
}

.max-width-example .content ul {
    max-height: 135px;
    overflow-y: hidden;
}

.text {
    float: left;
}
.max-width-example .content img,
.max-width-example .content ul li > a {
    height: 130px;
    border: 3px solid #444;
}

.max-width-example .content ul li > a {
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
.snap-scrolling-example .content {
    width: 100%;
}

.snap-scrolling-example .content img {
    min-height: 230px;
    width: 100%;
    height: auto;
    border: none;
}
.imgHover {
    width: 370px;
    height: 230px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/*
.textarea-example .content{ width: 360px; }

.textarea-example .content form{ margin: 25px 0 15px 0; }

.textarea-example .content textarea, .textarea-example .textarea-clone{
	width: 300px;
	padding: 0 10px;
	line-height:25px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.textarea-example .content textarea{
	height:160px;
	resize:none;
	overflow:hidden;
	outline:none;
	margin: 0;
	border:none;
	background:transparent;
	box-shadow: none;
}

.textarea-example .content .textarea-wrapper{
	height:182px;
	overflow:hidden;
	background-color: #bbb;
	background-color: rgba(255,255,255,0.6);
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.textarea-example .textarea-clone{
	position:absolute;
	top:-9999px;
	left:-9999px;
	visibility:hidden;
	min-height: 160px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.textarea-example .content .textarea-wrapper .mCSB_scrollTools{ margin: 10px 5px; }
*/
.scrollTo-demo .content {
    height: 290px;
}

.scrollTo-demo .demo-y {
    height: 600px;
}

.scrollTo-demo .demo-x {
    width: 660px;
    background-color: #252525;
}

.scrollTo-demo .demo-x p {
    float: left;
    width: 300px;
    margin-left: 30px;
    height: auto;
    padding: 5px 10px;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.scrollTo-demo .demo-x hr + p {
    margin-left: 0;
}

.scrollTo-demo .demo-yx {
    background-color: #424242;
}

.scrollTo-demo .demo-yx p {
    width: 1000px;
}

.scrollTo {
    font-size: 12px;
}

.scrollTo + .scrollTo {
    margin-top: 20px;
}

.scrollTo ul li:first-child span {
    display: block;
    padding: 3px 15px;
}

#test-id {
    background-color: #eb3755;
    color: #fff;
}

.rtl-demo #content-1 {
    width: 500px;
}

.rtl-demo #content-1 p {
    width: 1000px;
}

.transitions #examples {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

.transitions .content {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

footer {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 12px;
}
.mobileClose {
    display: none;
}
.page-template-_grey .mobileClose {
    display: block !important;
    text-align: right;
    height: 50px;
}
.page-template-_grey .close {
    position: absolute;
    right: 91px;
    top: 161px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 999;
}

footer a {
    margin-right: 20px;
}

/*@media only screen and (min-width: 1229px){
	.showcase .horizontal-images.content{ width: 1060px; }
}

@media only screen and (min-width: 1629px){
	.showcase .horizontal-images.content{ width: 700px; }
}*/
.logo img,
.logo .jahraus-logo {
    width: 300px;
    height: auto;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(assets/img/arrow-top.png) no-repeat
        center bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    background-size: 30px;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    h3 {
        padding-left: 30px;
    }
    h3 div {
        margin-left: 110px;
    }
    .logo {
        padding-right: 20px;
    }
}
/*
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
    .cd-top.cd-fade-out {
        display: none !important;
    }
}
/*
@media only screen and (min-width: 1025px) and (max-width: 1325px) {
    .flicky-gallery {
        width: 370px;
        height: 100%;
    }
    .flickity-viewport {
        height: 495px;
    }
    #main-content.horizontal-images.content li img {
        width: 100%;
        padding: 0;
        height: auto;
        margin-top: 34%;
    }
    .carousel {
        height: 495px;
    }
    .carousel-cell {
        height: 495px !important;
    }
}
*/

@media only screen and (min-height: 1000px) {
    .footer {
        position: fixed;
        z-index: 999;
    }
}

@media only screen and (max-width: 768px) {

    .lg-sub-html {
        padding-left: 20px;
        text-align: left;
    }
    div#main-content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .textContainer {
        max-width: 100%;
    }
    #main-content.horizontal-images.content li img {
        margin-top: 0;
    }
    #main-content {
        overflow-x: hidden;
    }
    .header {
        padding-right: 45px;
        padding-left: 45px;
    }
    h3 div {
        margin-left: 80px;
    }
    .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
        margin: 0;
    }
    a.mCSB_buttonRight,
    a.mCSB_buttonLeft {
        display: none !important;
    }
    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        bottom: 30px;
    }
}
.category .textRight,
.category .textLeft {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .col-md-2,
    .col-md-6 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        text-align: left;
    }
    .col-md-2 {
        margin-top: 18px;
    }
    .col-md-3 {
        width: 50%;
        margin-left: 50%;
    }
    a.footerImprint {
        margin-top: -18px;
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {
    .mobileHide {
        display: none;
    }
    h1 {
        height: 46px;
    }
    .single h3,
    .page-template-_grey h3 {
        display: none;
    }
    .single #content-1,
    .single #content-2,
    .single #content-3,
    .single #content-4,
    .single #content-5,
    .single #content-6,
    .page-template-_grey #content-1 {
        display: none !important;
    }
    .single .header,
    .single .textRight,
    .single .textLeft,
    .page-template-_grey .header,
    .page-template-_grey .textRight,
    .page-template-_grey .textLeft {
        display: none !important;
    }
    /*.single .flicky-gallery,
    .page-template-_grey .flicky-gallery {
        width: 100%;
    }*/
    .single .textContainer,
    .page-template-_grey .textContainer {
        height: auto !important;
        padding-right: 0;
        margin: 0;
    }
    .single h1,
    .page-template-_grey h1 {
        float: left;
        width: 100%;
    }
    .single h1,
    .single .text,
    .page-template-_grey h1,
    .page-template-_grey .text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .single hr,
    ..page-template-_grey hr {
        margin-left: 10px;
        margin-right: 10px;
    }


    div#main-content {
        padding-left: 0;
    }
    .content hr {
        margin-left: 30px;
        margin-right: 0;
        width: calc(100% - 60px);
    }
    .single .footer,
    .page-template-_grey .footer {
        display: none;
    }
    .single #main-content,
    .page-template-_grey #main-content {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    /*.single .flicky-gallery,
    .page-template-_grey .flicky-gallery {
        margin: 0;
    }*/
    .single .mobileClose,
    .page-template-_grey .mobileClose {
        display: block;
        text-align: right;
        height: 50px;
    }
    .page-template-_grey .mobileClose {
        position: absolute;
        z-index: 9999;
        right: 0;
    }
    .page-template-_grey .close {
        position: absolute;
        right: 51px;
        top: 4px;
    }
    .single #tabs,
    .single #tabs-2,
    .single #accordion,
    .page-template-_grey #tabs,
    .page-template-_grey #tabs-2,
    .page-template-_grey #accordion {
        margin-top: 0;
    }
    .mCSB_draggerContainer {
        margin-top: 20px !important;
    }
    .flicky-gallery-space {
        display: none;
    }
    p.carousel-status {
        right: 13px;
    }
    div#main-content {
        overflow: -webkit-paged-x;
    }
}

.close {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 32px;
    height: 32px;
    opacity: 1;
}
.close:hover {
    opacity: 1;
}
.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
    body.single {
        padding-bottom: 0;
    }

    hr.desktop, .content h1.desktop {
        display: none !important;
    }
    .content hr.mobile, .content h1.mobile {
        display: inline-table;
    }

    .single .flicky-gallery,
    .page-template-_grey .flicky-gallery {
        width: 100%;
    }

    .more,
    .more.hidden {
        display: block;
    }
    .read_more,
    .read_more.hidden {
        display: none;
    }


    .imgHoverText {
        right: 12px;
    }
    .page-template-_grey .close {
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .txtCellHover {
        font-size: 24px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-3 {
        width: 50%;
        float: left;
        text-align: left;
        margin-bottom: 0px;
        margin-left: 50%;
    }
    .col-md-2 {
        width: 50%;
        float: left;
        text-align: left;
        margin-bottom: 30px;
    }
    .col-md-6 {
        width: 50%;
        float: left;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #tabs,
    #tabs-2,
    #accordion {
        margin-bottom: 320px;
    }
    .logo {
        border-bottom: 1px solid #bfbfbf;
        padding-top: 20px;
        margin-bottom: 1px;
        margin-left: 20px;
        text-align: left;
        margin-right: 20px;
    }
    .logo img,
    .logo .jahraus-logo {
        width: 200px;
        height: auto;
    }
    .header,
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    #accordion {
        padding-left: 0;
        padding-right: 0;
    }
    .ui-accordion-content {
        padding-left: 0px;
    }
    .content {
        padding: 0;
    }
    /*#main-content {
        display: none;
    }*/
    h3 div {
        margin-left: 10px;
        width: auto;
    }
    h3 {
        padding-left: 50px;
        padding-right: 20px;
    }
    h3.ui-state-active,
    h3.ui-state-active:hover {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
        margin: 0;
        /*margin-right: 20px;*/
    }
    a.mCSB_buttonRight,
    a.mCSB_buttonLeft {
        display: none !important;
    }
    .textRight,
    .textLeft {
        display: none;
    }
    .snap-scrolling-example .content img,
    .txtImgHolder {
        height: 152px;
        min-height: 154px;
        width: auto;
    }
    .imgHover {
        width: 246px;
        height: 154px;
    }
    #main-content.horizontal-images.content li img {
        width: auto;
        max-height: 100%;
        padding: 0;
        height: auto;
    }

    .carousel {
        height: 500px;
    }
    .carousel-cell {
        height: 500px;
    }
    /* TEXT */
    /*
    .ui-accordion-content {
        height: 214px;
    }*/
}
@media only screen and (max-width: 500px) {
    .carousel {
        height: 275px;
    }
    .carousel-cell {
        height: 275px;
    }
    .col-md-3 {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0;
    }

    .col-md-2 {
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 10px;
    }

    .col-md-6 {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #tabs,
    #tabs-2,
    #accordion {
        margin-bottom: 380px;
    }
    h1 {
        height: auto;
        margin-bottom: 10px;
    }
    .content hr {
        margin-left: 10px;
        margin-right: 0;
        width: calc(100% - 20px);
    }
    .single h1,
    .single .text,
    .page-template-_grey h1,
    .page-template-_grey .text {
        padding-left: 10px;
        padding-right: 10px;
    }
    a.footerImprint {
        margin-top: -28px;
    }
}
#printarea {
    display: none;
}
p.text-right {
    text-align: right;
}
@media print {
    .header,
    .container {
        text-align: right;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    #accordion,
    .footer {
        display: none;
    }
    #printarea {
        display: block;
    }
    #printarea p {
        font-family: "open-sans", sans-serif;
        margin: 0;
        font-weight: lighter;
        line-height: 21px;
    }
    #printarea h1 {
        height: 46px;
    }
}
.footer img {
    height: auto;
    padding-right: 20px;
	width: 300px;
}
@media only screen and (min-width: 500px) {
	.footer img {
		width: 200px;
	}
}
@media only screen and (min-width: 630px) {
	.footer img {
		width: 300px;
	}
}