
/* moved by compressor */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .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-image, .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-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

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

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

    .ce-row { margin-bottom: 0px; }
    .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: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

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

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.unw-dp-captionwrap {
    text-align: left;
}
.unw-dp-captionwrap p:first-child {
    margin-top: 0;
}
.unm-dp-start {
    font-weight: bold;
    margin-right: 0.5rem;
}
.unw-dp-caminfo {
    font-size: 12px;
}
.pswp__caption__center {
    max-width: calc(100% - 4rem);
}

@media (min-width: 992px) {
    .pswp__caption__center .unw-dp-captionwrap {
        columns: 2;
    }
}

@media (min-width: 1200px) {
    .pswp__caption__center .unw-dp-captionwrap {
        columns: 3;
    }
}

@media (min-width: 1400px) {
    .pswp__caption__center .unw-dp-captionwrap {
        columns: 4;
    }
}


/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/
/* DESKTOP */
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

/*---------------------------------------*/
/* Default HTML */
/*---------------------------------------*/
html,
body {
    margin: 0;
    background: #131313;
}

html,
input,
textarea,
button,
#loader {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    color: #d0d0d0;
}

li {
    text-decoration: none;
    font-weight: 400;
    color: #d0d0d0;
}

a {
    text-decoration: underline;
    -webkit-text-decoration-color: #895cb5;
    text-decoration-color: #895cb5;
    font-weight: 400;
    color: #d0d0d0;
}

a:hover {
    color: #895cb5;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3 {
    color: #d5e44a;
}

h4, h5, h6 {
    font-size: 1.17em;
    margin: 0;
    color: #895cb5;
}

.ce-bodytext p {
    vertical-align: text-top;
    float: none;
    width: 100%;
}

.ce-right .ce-gallery {
    vertical-align: text-top;
    float: right;
    width: 48%;
    margin: 0;
    padding: 1.75rem 2rem 0 2rem;
}

.ce-left .ce-gallery {
    vertical-align: text-top;
    float: left;
    width: 48%;
    margin: 0;
    padding: 1.75rem 2rem 0 2rem;
}

.ce-right img, .ce-right .ce-column, .ce-right .ce-media {
    width: 100%;
}

.ce-left img, .ce-left .ce-column, .ce-left .ce-media {
    width: 100%;
}

.fieldset-subgroup legend {
    display: none;
}

fieldset.fieldset-subgroup ol {
    margin: 0 !important;
}

/*---------------------------------------*/

/*---------------------------------------*/
/* Generic */
/*---------------------------------------*/
.capitalize {
    text-transform: capitalize;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* SCROLLBAR */
/*---------------------------------------*/
body::-webkit-scrollbar {
    width: 1rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.75);
    background: #030303;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #343434;
}

.img-metadata::-webkit-scrollbar {
    width: 1rem;
}

.img-metadata::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #eee;
}

.img-metadata::-webkit-scrollbar-thumb {
    background-color: #747474;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* HEADER */
/*---------------------------------------*/
#headerbox {
    width: 100%;
    background: #222;
}

#header {
    max-width: 1400px;
    height: 250px;
    margin: 0 auto;
    border-style: solid;
    border-width: 1rem;
    border-color: #222;
}

#banner {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    height: 100%;
    overflow-x: hidden;
}

#logo {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 30%;
    height: 100%;
    border-style: solid;
    border-width: 1rem;
    border-color: #222;
}

#logo-img {
    box-sizing: border-box;
    overflow: hidden;
}
#logo-img img {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

#logo-slogan {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#logo-slogan h1 {
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    margin: 1rem 0 0 0;
    font-size: 1.25rem;
}

.banner-img {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 33.33%;
    border-style: solid;
    border-width: 1rem;
    border-color: #222;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#banner-img-1 {
    background-image: url('../../../fileadmin/template/images/header_01a.jpg');
}

#banner-img-2 {
    background-image: url('../../../fileadmin/template/images/header_02a.jpg');
}

#banner-img-3 {
    background-image: url('../../../fileadmin/template/images/header_03a.jpg');
}

.banner-img-cover {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    transition: 0.7s;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* Gallery Search */
/*---------------------------------------*/
#gallery-search {
    z-index: 100;
    position: absolute;
    margin-top: 0.3rem;
    right: 1rem;
    height: 2rem;
    overflow: hidden;
}

#gallery-search-text {
    box-sizing: border-box;
    vertical-align: top;
    width: 7rem;
    height: 2rem;
    padding-bottom: 0;
    font-weight: bold;
    color: #895cb5;
    background: #222;
}

#gallery-search-btn {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2rem;
    margin: 0;
    padding: 0 0.25rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    color: #895cb5;
    background: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#gallery-search-btn:hover {
    cursor: pointer;
    color: #4b3363;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#gallery-search-btn:active {
    color: #4b3363;
    -webkit-transition: 0s;
    transition: 0s;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* MENU */
/*---------------------------------------*/
#menubox a {
    text-decoration: none;
    color: #d0d0d0;
}

#menu-btn {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 3rem;
    overflow: hidden;
    color: #d0d0d0;
    background: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#menu-btn:hover {
    cursor: pointer;
    color: #d5e44a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#menubox {
    box-sizing: border-box;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.15rem;
    line-height: 3rem;
    text-transform: uppercase;
    background: #222;
}

.menulink {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menulink a {
    display: block;
    font-weight: 600;
    padding: 0 0.75rem;
    color: #d0d0d0;
}

.menulink a:hover {
    color: #d5e44a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menulink.active a {
    color: #d5e44a;
    background: #131313;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Submenu */
#submenu {
    z-index: 99;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: none;
    background: #131313;
}

.submenulink {
    display: inline-block;
    margin: 0 0.5rem;
    margin-bottom: -5px;
    border-bottom: 5px solid #131313;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenulink a {
    box-sizing: border-box;
    display: block;
    padding: 0 0.5rem;
    margin-bottom: -5px;
    color: #d0d0d0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenulink.active {
    border-bottom: 5px solid #895cb5;
}

.submenulink.active a {
    color: #895cb5 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenulink:hover a {
    color: #895cb5 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Applied to keep menu at top when scrolling down */
.stick {
    z-index: 99;
    position: fixed !important;
    top: 0;
    box-shadow: 0 0 5px #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.stick-spacer {
    padding-top: 4rem !important;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* PAGE BOX*/
/*---------------------------------------*/
#pagebox {
    max-width: 1400px;
    min-height: 70vh;
    margin: 0 auto;
    padding-top: 3rem;
}

#page {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 1rem 0.5rem 1rem 1rem;
}

.contentblock {
    box-sizing: border-box;
    vertical-align: top;
    padding: 0.5rem;
}

#content {
    width: 100%;
    margin-bottom: 1rem;
}

#contentleft,
#contentright {
    display: inline-block;
}

#contentleft {
    width: 70%;
    margin-right: 0;
}

#contentright {
    width: 30%;
    padding-left: 2rem;
}

#contentborder {
    width: 100%;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* Loader */
/*---------------------------------------*/
#loader {
    display: none;
}

.loader {
    z-index: 1000;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 5em;
    background: #131313;
    -webkit-transition: 1s;
    transition: 1s;
}

.loaderprogress {
    position: relative;
    overflow: hidden;
    width: 20em; height: 20em;
    margin: auto;
    background: #895cb5;
}

.loaderprogressbar {
    position: absolute;
    width: 0; height: 20em;
    box-shadow: 0 0 5px #131313;
    background: #222;
    -webkit-transition: 1s;
    transition: 1s;
}

.loadershaper,
.loadershaper1,
.loadershaper2,
.loadershaper3,
.loadershaper4 {
    position: absolute;
    top: 0;
    border-style: solid;
    border-top-width: 20em;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #131313;
    background: none;
}

.loadershaper {
    top: 5em; left: -5em;
    border-width: 15em;
    border-top-width: 9em;
    border-top-color: #d0d0d0;
}

.loadershaper1 {
    top: 15em; left: -5em;
    border-width: 5em;
}

.loadershaper2 {
    left: -7.5em;
    width: 5em;
    border-width: 7.5em;
    border-top-width: 15em;
}

.loadershaper3 {
    left: 0;
    border-width: 15em;
    border-top-width: 10em;
}

.loadershaper4 {
    left: 10em;
    border-width: 10em;
    border-top-width: 20em;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* CSC Content */
/*---------------------------------------*/
.csc-textpic-imagerow {
    width: 100%;
}

.csc-textpic-imagecolumn {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    padding: 0 2rem 0 0;
}
.csc-textpic-imagecolumn .csc-textpic-image {
    height: 100%;
}

.csc-textpic-caption {
    text-align: center;
    font-size: 1.15rem;
    padding: 1.5rem 0.25rem 2.5rem 0.25rem;
}

.csc-textpic-image table {
    width: 100%;
}

.csc-textpic-image img {
    width: 100%;
}

.bodytext a {
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.bodytext a:hover {
    color: #d5e44a;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* Gallery */
/*--------------------------------------*/
#gallery {
    width: 100%;
}

#galleryContent {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

#gridSizer {
    box-sizing: border-box;
    width: calc((100% - 30px) / 4);
}

.photo {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 30px) / 4);
    float: left;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.photo:hover {
    cursor: pointer;
}

.img-metadata {
    opacity: 0;
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    color: #131313;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img-metadata:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img-src,
.img-title,
.img-description,
.img-tags,
.img-author,
.img-date,
.img-location,
.img-id,
.img-filename {
    margin: 1rem 0;
}

.img-src {
    display: none;
}

.img-src a {
    position: absolute;
    top: 0;
    right: 0.4rem;
    font-size: 1.5rem;
    color: #515151;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img-src a:hover {
    color: #895cb5;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.img-src a:active {
    color: #4b3363;
    -webkit-transition: 0s;
    transition: 0s;
}

.img-title {
    font-weight: bold;
}

.img-description {
    text-align: left;
}

.img-author,
.img-date,
.img-location,
.img-tags,
.img-id,
.img-filename {
    display: none;
}

.img-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 1rem;
    color: #fff;
    background: #343434;
}

.photo img {
    width: 100%;
}
/*---------------------------------------*/

.tutorial {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.tutorial p {
    font-weight: bold;
    color: #191919;
}

.tutorial-info,
.tutorial-close,
.tutorial-left,
.tutorial-filmstrip,
.tutorial-right {
    position: fixed;
}

.tutorial-info {
    top: 2rem;
    left: 5rem;
}

.tutorial-close {
    top: 2rem;
    right: 5rem;
}

.tutorial-left {
    bottom: 2rem;
    left: 5rem;
}

.tutorial-filmstrip {
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}

.tutorial-right {
    bottom: 2rem;
    right: 5rem
}

.tutorial .key {
    color: #895cb5;
}

/*---------------------------------------*/

/*---------------------------------------*/
/* FOOTER */
/*---------------------------------------*/
#footer a {
    text-decoration: none;
    color: #d0d0d0;
}

#footer {
    padding: 0 0.25rem;
    text-align: center;
    color: #d0d0d0;
    background: #222;
}

#copyright,
#footerlinks {
    display: inline-block;
    margin: 0.5rem 0.25rem;
}

.footerlink {
    display: inline-block;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.footerlink a {
    padding: 0.25rem 0.5rem;
    color: #895cb5;
}

.footerlink:hover {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.footerlink:hover a {
    color: #4b3363;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.footerlink.active a {
    color: #d5e44a;
}

#totop {
    opacity: 0;
    position: fixed;
    bottom: -1.5rem;
    right: 0;
    padding: 2rem 0.75rem 2.5rem 0.75rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 0;
    color: #895cb5;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

#totop:hover {
    bottom: -0.5rem;
    color: #4b3363;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/*---------------------------------------*/

/*---------------------------------------*/
/* FORM */
/*---------------------------------------*/
.csc-mailform {
    box-sizing: border-box;
    width: 80%;
    max-width: 500px;
    padding: 1rem;
    margin: 0 auto;
}

.csc-mailform form ol li {
    margin-bottom: 1rem;
    list-style: none;
}

.csc-form-element label,
.csc-form-element input,
textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
}

label {
    color: #895cb5;
}

input,
textarea {
    padding: 0.25rem;
    border: none;
    color: #d0d0d0;
    background: #222;
}

.csc-form-confirmation-true input,
.csc-form-confirmation-false input,
.csc-form-element-submit input {
    font-weight: bold;
    color: #131313;
    background: #895cb5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.csc-form-confirmation-true input:hover,
.csc-form-confirmation-false input:hover,
.csc-form-element-submit input:hover {
    cursor: pointer;
    background: #4b3363;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

select {
    float: right;
    border-color: #895cb5;
    color: #d0d0d0;
    background: #222;
}

.csc-textpic-center-inner,
.csc-textpic-center-outer {
    width: 100%;
}
/*---------------------------------------*/
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/
/* MOBILE */
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

@media (max-width: 1200px) {
    #page, #sidebar {
        display: block;
        width: 100%;
    }

    #page {
        padding: 1rem;
    }

    #gridSizer {
        width: calc((100% - 20px) / 3);
    }

    .photo {
        width: calc((100% - 20px) / 3);
    }
}

@media (max-width: 768px) {
    html,
    input,
    textarea,
    button {
        font-size: 14px;
    }

    .csc-mailform {
        width: 100%;
    }

    #pagebox {
        padding-top: 0;
    }

    .csc-textpic-imagecolumn {
        box-sizing: border-box;
        display: block;
        width: 100%;
        padding: 0 1rem;
    }

    #logo {
        text-align: center;
        width: 100%;
    }

    #banner {
        display: none;
    }

    #menu-btn {
        display: block;
    }

    #gallery-search {
        margin-top: -2.8rem;
    }

    #menu {
        height: auto;
        text-align: left;
        padding-bottom: 5px;
    }

    .menulink {
        display: block;
        margin-right: 0;
        margin-left: 0;
        border-left: 5px solid #222;
    }

    .menulink.active {
        margin-left: 0;
        border-left: 5px solid #d5e44a;
    }

    #submenu {
        position: static;
        padding-left: 1rem;
        padding-bottom: 1rem;
        border-left: 5px solid #d5e44a;
        background: #131313;
    }

    .submenulink {
        display: block;
        margin-left: 0;
        border-bottom: none;
    }

    .submenulink.active,
    .submenulink.active a {
        border-bottom: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .submenulink:hover a,
    .submenulink:hover {
        border-bottom: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .stick-spacer {
        padding-top: 4.5rem !important;
    }

    #page {
        padding: 1rem 0;
    }

    #contentleft, #contentright {
        display: block;
        width: 100%;
    }

    #contentleft {
        margin-bottom: 1rem;
    }

    #contentright {
        padding: 0.5rem;
    }

    #gridSizer {
        width: calc((100% - 10px) / 2);
    }

    .photo {
        width: calc((100% - 10px) / 2);
    }

    #logo-img img {
        width: auto;
    }

}

@media (max-width: 414px) {
    #gridSizer {
        width: 100%;
    }

    .photo {
        width: 100%;
    }

    #lightbox-info {
        float: inherit;
        z-index: 100;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 6rem 1rem;
        border-radius: 0;
        background: #eee;
    }

    .img-src a {
        position: static;
        display: inline-block;
    }

    .img-src,
    .img-title {
        display: inline-block;
    }

    #lightbox-thumb-img-p3,
    #lightbox-thumb-img-m3 {
        display: none !important;
    }

    /*---------------------------------------*/
    /* Loader */
    /*---------------------------------------*/
    #loader {
        font-size: 8px;
    }

    /*---------------------------------------*/
}
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/


/* synac start 180512 */

#gallery-search-text {
    color: #d5e44a;
    border: #d5e44a 1px solid;
    padding-left: 0.5em;
    width: 9rem;
}
#gallery-search-btn, #gallery-search-btn:hover {
    color: #d5e44a;
}

#footer .socialref {
    font-size: 2em;
}

/* synac end 180512 */

/* synac start 180604 */

fieldset.dpconsent {
    border-color: #d0d0d0;
}
fieldset.dpconsent legend {
    color: #895cb5;
    padding: 0 0.7em;
    font-weight: 600;
    font-size: 16px;
    margin-left: -2px;
    padding-left: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    fieldset.dpconsent legend {
        font-size: 14px;
    }
}
fieldset.dpconsent ol {
    margin-top: -30px;
}
fieldset.dpconsent li {
    position: relative;
    Overflow: hidden;
}
fieldset.dpconsent li label {
    width: auto;
    display: inline-block;
    margin-left: 30px;
    color: #d0d0d0;
    font-weight: normal;
}
fieldset.dpconsent input.dpconsent {
    width: auto;
    margin-top: 5px;
    margin-right: 10px;
    position: absolute;
}

/* synac end 180604 */

/* synac start 180813*/

#header {
    height: auto;
}

#logo {
    height: auto;
}

#logo-img img {
    max-height: 170px;
}

#logo-slogan {
    position: relative;
    bottom: auto;
}

#banner {
    height: 250px;
}

#menu {
    width: auto;
    padding: 0 200px;
}

@media screen and (max-width: 1600px) {
    #menu {
        padding-left: 0;
    }
}

/* synac end 180813*/

/* synac start news 180815 */

.news-list-view .article .header {
    margin-bottom: 1.5em;
}

.news-list-view .article .news-img-wrap {
    margin-bottom: 1.5em;
}

.news-list-view .article .news-img-wrap a {
    border: 0;
    padding: 0;
}

.news-list-view .footer {
    border-color: gray;
    padding-top: 0;
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .news .article .news-img-wrap {
        max-width: 50%;
    }
}

/* synac end news 180815 */


/* buepro start 200310 */

form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
form .form-group {
    overflow: hidden;
    margin-bottom: 2rem;
}
fieldset > .form-group {
    margin-bottom: 0;
}
form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
form select {
    float: none;
}
form input, form textarea {
    width: 100%;
    padding: 0.5rem;
    font-size: 16px;
}
form textarea {
    min-height: 7em;
}
form select {
    padding: 0.3rem;
    font-size: 16px;
}
form .form-check input {
    width: auto;
    margin-top: 5px;
    margin-right: 1rem;
}
form fieldset {
    padding: 1.5rem 0.7rem;
}
form .form-check-label {
    display: flex;
    align-items: flex-start;
}
form button {
    background: rgb(137, 92, 181);
    color: black;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 16px;
    cursor: pointer;
}
form button:hover {
    background: rgb(75, 51, 99);
    color: white;
}

.ce-gallery .ce-row {
    display: flex;
    margin: -8px;
}
.ce-gallery[data-ce-columns="2"] .ce-row {
    display: flex;
}
.ce-gallery .ce-column {
    flex-shrink: 0;
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 8px;
}
.ce-gallery figcaption {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: 50%;
    }
}

.tx-rssdisplay-list {
    list-style-type: none;
    padding-left: 0;
}

.tx-rssdisplay-item figure.image {
    margin-left: 0;
    margin-right: 0;
}

/* buepro end 200310 */