@charset "UTF-8";
@media screen and (min-width: 640px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .mobile-hide {
    display: none;
  }
}
/* mixins */
@font-face {
  font-family: "DroidSans";
  src: local("Droid Sans"), url("Fonts/DroidSans-webfont.eot");
  src: local("Droid Sans"), url("Fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/DroidSans-webfont.woff") format("woff"), url("Fonts/DroidSans-webfont.ttf") format("truetype"), url("Fonts/DroidSans-webfont.svg#DroidSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  src: local("Droid Sans Bold"), url("Fonts/DroidSans-Bold-webfont.eot");
  src: local("Droid Sans Bold"), url("Fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/DroidSans-Bold-webfont.woff") format("woff"), url("Fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("Fonts/DroidSans-Bold-webfont.svg#DroidSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url(Fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(Fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(Fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
* html body * {
  overflow: visible;
}

option {
  padding-left: 0.4em;
}

select {
  padding: 1px;
}

body {
  text-align: left;
  background: #DFDFEF;
}
body > #main {
  color: #000;
  background-color: white;
  position: relative;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}

canvas, video {
  display: inline-block;
}

[hidden] {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset,
img {
  border: 0 solid;
}

ul, ol, dl {
  margin: 0 0 1em 1em;
}

li {
  line-height: 1.5em;
  margin-left: 0.8em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 0.8em;
}

blockquote, q {
  margin: 0 0 1em 0.8em;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Structures **/
body {
  overflow-y: scroll;
  padding: 0;
}
@media screen and (min-width: 1320px) {
  body {
    padding-inline: 0.4rem;
  }
}
body .page {
  position: relative;
  background-color: white;
}
body .page > #main {
  background: #FFF;
  margin: 0 0 0 128px;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  width: auto;
  float: none;
}
@media screen and (max-width: 880px) {
  body .page > #main {
    margin: 0 0 0 0;
  }
}
body .page > footer {
  background: #FFF;
}
body .page > #left_margin {
  position: sticky;
  top: 0px;
  background: white;
  border: 0;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body .page > #left_margin > img.spacergif {
  width: 128px;
  height: 1px;
  display: none;
}

.page {
  margin: 0 auto;
}
@media screen and (min-width: 1320px) {
  .page {
    margin: 0 auto;
    max-width: calc(120em + 1vw);
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

#main > .wrapper {
  margin-left: 0;
}
#main .info {
  margin-bottom: 1.5em;
}
#main aside .ym-gbox-right {
  border-left: 1px #ddd solid;
}
#main aside .ym-gbox {
  padding: 0 0.25em;
}
#main aside .gridbox {
  padding: 0 0.25em;
}

#nav {
  position: sticky;
  top: 0;
  z-index: 9;
  min-height: 2.1em;
}
#nav > .wrapper {
  max-width: 100%;
  position: relative;
}
#nav > .wrapper .hlist {
  position: absolute;
}

.wrappedbox {
  padding: 1.5em;
}

.themeimage {
  width: 200px;
}
.themeimage > div {
  width: 200px;
  min-height: 168px;
  max-height: 315px;
}
.themeimage > div:first-of-type {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.themeimage > div figcaption {
  display: none !important;
}
.themeimage > div img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 720px) {
  .themeimage > div {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .themeimage > div {
    height: auto;
    max-height: 280px;
  }
  .themeimage > div img {
    max-height: 280px;
  }
}
@media screen and (min-width: 1320px) {
  .themeimage > div {
    width: 210px;
    max-height: 400px;
  }
}
@media screen and (min-width: 1840px) {
  .themeimage > div {
    width: 310px;
    max-height: none;
  }
}

.left_margin {
  float: left;
  width: 128px;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}

#left_margin figcaption {
  display: none !important;
}
@media screen and (max-width: 880px) {
  #left_margin {
    display: none;
  }
}

#content > .wigg_contentbox {
  padding: 1em;
}
@media screen and (max-width: 640px) {
  #content > .wigg_contentbox {
    margin-bottom: 0;
    padding-block: 1em 0;
    padding-inline: 0.5em;
  }
}

.maincol {
  margin: 0;
  position: relative;
  min-width: 230px;
  min-height: 450px;
  padding: 0;
  padding-right: 0.5em;
}
@media screen and (max-width: 720px) {
  .maincol {
    margin: 0 25% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .maincol {
    margin: 0;
    max-width: 100%;
    z-index: 101;
    padding-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .maincol {
    min-width: 95%;
  }
}

.sidebar {
  width: 210px;
  overflow: hidden;
  padding: 0 5px;
  margin-left: 0.2em;
}
.sidebar > .wigg_contentbox {
  padding: 1em 5px;
}
@media screen and (max-width: 640px), (max-device-width: 640px) and (min-resolution: 2dppx), (max-device-width: 820px) and (-webkit-device-pixel-ratio: 3) {
  .sidebar > .wigg_contentbox {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1320px) {
  .sidebar {
    width: 220px;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1840px) {
  .sidebar {
    width: 320px;
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 720px) {
  .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    padding: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px), (max-device-width: 640px) and (min-resolution: 2dppx), (max-device-width: 820px) and (-webkit-device-pixel-ratio: 3) {
  .sidebar {
    float: left;
    position: relative;
    width: 100%;
    margin: 1em 1px;
    border-top: 1px solid #DBDBE3;
  }
  .sidebar > .wigg_contentbox {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .sidebar > .wigg_contentbox > div {
    margin-inline: 0.25em;
  }
  .sidebar > .wigg_contentbox > div.sidebarContent {
    margin-inline: 1em;
  }
  .sidebar .sidebarContent {
    float: none;
    margin-block: 0;
    margin-inline: 1em;
    padding-block: 0;
  }
}

header .wrappedbox {
  padding: 1.5em;
}

.page_header header, #header {
  background: #fff;
  color: #ccc;
  border-bottom: 1px solid #3A3D5C;
  margin-bottom: 1px;
}
.page_header header h1, #header h1 {
  background: transparent;
  color: #fff;
}

footer {
  background: #eee;
  color: #444;
  float: none;
  clear: both;
}
footer p {
  margin: 0;
}
footer .wrappedbox {
  padding: 1.5em;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.pull-right, .fa.fa-pull-right {
  float: right;
  margin-left: 0.3em;
}
.fa.pull-left, .fa.fa-pull-left {
  float: left;
  margin-right: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-upload:before {
  content: "\f093";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

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

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

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

.ce-left .ce-gallery {
  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 .ce-row {
  display: flex;
  justify-content: space-between;
}
.ce-gallery .ce-row .ce-column {
  flex: 2 2 20%;
  margin-inline: 0;
}
@media screen and (min-width: 990px) {
  .ce-gallery .ce-row .ce-column {
    margin-right: 0.5vw;
  }
}
.ce-gallery .ce-row .ce-column img {
  max-width: 100%;
}
@media screen and (max-width: 880px) {
  .ce-gallery .ce-row {
    flex-wrap: wrap;
  }
}
.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-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 td, .ce-table th {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border-top: 1px solid #dadada;
}
.ce-table thead th {
  border-bottom: 2px solid #dadada;
}
.ce-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 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%;
}

@font-face {
  font-family: "typicons";
  src: url("../TypeFont/typicons.eot?b99ba6e7256a27d29176cef7fc322738?#iefix") format("embedded-opentype"), url("../TypeFont/typicons.woff2?b99ba6e7256a27d29176cef7fc322738") format("woff2"), url("../TypeFont/typicons.woff?b99ba6e7256a27d29176cef7fc322738") format("woff"), url("../TypeFont/typicons.ttf?b99ba6e7256a27d29176cef7fc322738") format("truetype"), url("../TypeFont/typicons.svg?b99ba6e7256a27d29176cef7fc322738#typicons") format("svg");
}
.typcn:before {
  font-family: typicons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typcn-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.typcn-2x {
  font-size: 2em;
}

.typcn-3x {
  font-size: 3em;
}

.typcn-4x {
  font-size: 4em;
}

.typcn-5x {
  font-size: 5em;
}

.typcn-adjust-brightness:before {
  content: "\e000";
}

.typcn-adjust-contrast:before {
  content: "\e001";
}

.typcn-anchor-outline:before {
  content: "\e002";
}

.typcn-anchor:before {
  content: "\e003";
}

.typcn-archive:before {
  content: "\e004";
}

.typcn-arrow-back-outline:before {
  content: "\e005";
}

.typcn-arrow-back:before {
  content: "\e006";
}

.typcn-arrow-down-outline:before {
  content: "\e007";
}

.typcn-arrow-down-thick:before {
  content: "\e008";
}

.typcn-arrow-down:before {
  content: "\e009";
}

.typcn-arrow-forward-outline:before {
  content: "\e00a";
}

.typcn-arrow-forward:before {
  content: "\e00b";
}

.typcn-arrow-left-outline:before {
  content: "\e00c";
}

.typcn-arrow-left-thick:before {
  content: "\e00d";
}

.typcn-arrow-left:before {
  content: "\e00e";
}

.typcn-arrow-loop-outline:before {
  content: "\e00f";
}

.typcn-arrow-loop:before {
  content: "\e010";
}

.typcn-arrow-maximise-outline:before {
  content: "\e011";
}

.typcn-arrow-maximise:before {
  content: "\e012";
}

.typcn-arrow-minimise-outline:before {
  content: "\e013";
}

.typcn-arrow-minimise:before {
  content: "\e014";
}

.typcn-arrow-move-outline:before {
  content: "\e015";
}

.typcn-arrow-move:before {
  content: "\e016";
}

.typcn-arrow-repeat-outline:before {
  content: "\e017";
}

.typcn-arrow-repeat:before {
  content: "\e018";
}

.typcn-arrow-right-outline:before {
  content: "\e019";
}

.typcn-arrow-right-thick:before {
  content: "\e01a";
}

.typcn-arrow-right:before {
  content: "\e01b";
}

.typcn-arrow-shuffle:before {
  content: "\e01c";
}

.typcn-arrow-sorted-down:before {
  content: "\e01d";
}

.typcn-arrow-sorted-up:before {
  content: "\e01e";
}

.typcn-arrow-sync-outline:before {
  content: "\e01f";
}

.typcn-arrow-sync:before {
  content: "\e020";
}

.typcn-arrow-unsorted:before {
  content: "\e021";
}

.typcn-arrow-up-outline:before {
  content: "\e022";
}

.typcn-arrow-up-thick:before {
  content: "\e023";
}

.typcn-arrow-up:before {
  content: "\e024";
}

.typcn-at:before {
  content: "\e025";
}

.typcn-attachment-outline:before {
  content: "\e026";
}

.typcn-attachment:before {
  content: "\e027";
}

.typcn-backspace-outline:before {
  content: "\e028";
}

.typcn-backspace:before {
  content: "\e029";
}

.typcn-battery-charge:before {
  content: "\e02a";
}

.typcn-battery-full:before {
  content: "\e02b";
}

.typcn-battery-high:before {
  content: "\e02c";
}

.typcn-battery-low:before {
  content: "\e02d";
}

.typcn-battery-mid:before {
  content: "\e02e";
}

.typcn-beaker:before {
  content: "\e02f";
}

.typcn-beer:before {
  content: "\e030";
}

.typcn-bell:before {
  content: "\e031";
}

.typcn-book:before {
  content: "\e032";
}

.typcn-bookmark:before {
  content: "\e033";
}

.typcn-briefcase:before {
  content: "\e034";
}

.typcn-brush:before {
  content: "\e035";
}

.typcn-business-card:before {
  content: "\e036";
}

.typcn-calculator:before {
  content: "\e037";
}

.typcn-calendar-outline:before {
  content: "\e038";
}

.typcn-calendar:before {
  content: "\e039";
}

.typcn-camera-outline:before {
  content: "\e03a";
}

.typcn-camera:before {
  content: "\e03b";
}

.typcn-cancel-outline:before {
  content: "\e03c";
}

.typcn-cancel:before {
  content: "\e03d";
}

.typcn-chart-area-outline:before {
  content: "\e03e";
}

.typcn-chart-area:before {
  content: "\e03f";
}

.typcn-chart-bar-outline:before {
  content: "\e040";
}

.typcn-chart-bar:before {
  content: "\e041";
}

.typcn-chart-line-outline:before {
  content: "\e042";
}

.typcn-chart-line:before {
  content: "\e043";
}

.typcn-chart-pie-outline:before {
  content: "\e044";
}

.typcn-chart-pie:before {
  content: "\e045";
}

.typcn-chevron-left-outline:before {
  content: "\e046";
}

.typcn-chevron-left:before {
  content: "\e047";
}

.typcn-chevron-right-outline:before {
  content: "\e048";
}

.typcn-chevron-right:before {
  content: "\e049";
}

.typcn-clipboard:before {
  content: "\e04a";
}

.typcn-cloud-storage:before {
  content: "\e04b";
}

.typcn-cloud-storage-outline:before {
  content: "\e054";
}

.typcn-code-outline:before {
  content: "\e04c";
}

.typcn-code:before {
  content: "\e04d";
}

.typcn-coffee:before {
  content: "\e04e";
}

.typcn-cog-outline:before {
  content: "\e04f";
}

.typcn-cog:before {
  content: "\e050";
}

.typcn-compass:before {
  content: "\e051";
}

.typcn-contacts:before {
  content: "\e052";
}

.typcn-credit-card:before {
  content: "\e053";
}

.typcn-css3:before {
  content: "\e055";
}

.typcn-database:before {
  content: "\e056";
}

.typcn-delete-outline:before {
  content: "\e057";
}

.typcn-delete:before {
  content: "\e058";
}

.typcn-device-desktop:before {
  content: "\e059";
}

.typcn-device-laptop:before {
  content: "\e05a";
}

.typcn-device-phone:before {
  content: "\e05b";
}

.typcn-device-tablet:before {
  content: "\e05c";
}

.typcn-directions:before {
  content: "\e05d";
}

.typcn-divide-outline:before {
  content: "\e05e";
}

.typcn-divide:before {
  content: "\e05f";
}

.typcn-document-add:before {
  content: "\e060";
}

.typcn-document-delete:before {
  content: "\e061";
}

.typcn-document-text:before {
  content: "\e062";
}

.typcn-document:before {
  content: "\e063";
}

.typcn-download-outline:before {
  content: "\e064";
}

.typcn-download:before {
  content: "\e065";
}

.typcn-dropbox:before {
  content: "\e066";
}

.typcn-edit:before {
  content: "\e067";
}

.typcn-eject-outline:before {
  content: "\e068";
}

.typcn-eject:before {
  content: "\e069";
}

.typcn-equals-outline:before {
  content: "\e06a";
}

.typcn-equals:before {
  content: "\e06b";
}

.typcn-export-outline:before {
  content: "\e06c";
}

.typcn-export:before {
  content: "\e06d";
}

.typcn-eye-outline:before {
  content: "\e06e";
}

.typcn-eye:before {
  content: "\e06f";
}

.typcn-feather:before {
  content: "\e070";
}

.typcn-film:before {
  content: "\e071";
}

.typcn-filter:before {
  content: "\e072";
}

.typcn-flag-outline:before {
  content: "\e073";
}

.typcn-flag:before {
  content: "\e074";
}

.typcn-flash-outline:before {
  content: "\e075";
}

.typcn-flash:before {
  content: "\e076";
}

.typcn-flow-children:before {
  content: "\e077";
}

.typcn-flow-merge:before {
  content: "\e078";
}

.typcn-flow-parallel:before {
  content: "\e079";
}

.typcn-flow-switch:before {
  content: "\e07a";
}

.typcn-folder-add:before {
  content: "\e07b";
}

.typcn-folder-delete:before {
  content: "\e07c";
}

.typcn-folder-open:before {
  content: "\e07d";
}

.typcn-folder:before {
  content: "\e07e";
}

.typcn-gift:before {
  content: "\e07f";
}

.typcn-globe-outline:before {
  content: "\e080";
}

.typcn-globe:before {
  content: "\e081";
}

.typcn-group-outline:before {
  content: "\e082";
}

.typcn-group:before {
  content: "\e083";
}

.typcn-headphones:before {
  content: "\e084";
}

.typcn-heart-full-outline:before {
  content: "\e085";
}

.typcn-heart-half-outline:before {
  content: "\e086";
}

.typcn-heart-outline:before {
  content: "\e087";
}

.typcn-heart:before {
  content: "\e088";
}

.typcn-home-outline:before {
  content: "\e089";
}

.typcn-home:before {
  content: "\e08a";
}

.typcn-html5:before {
  content: "\e08b";
}

.typcn-image-outline:before {
  content: "\e08c";
}

.typcn-image:before {
  content: "\e08d";
}

.typcn-infinity-outline:before {
  content: "\e08e";
}

.typcn-infinity:before {
  content: "\e08f";
}

.typcn-info-large-outline:before {
  content: "\e090";
}

.typcn-info-large:before {
  content: "\e091";
}

.typcn-info-outline:before {
  content: "\e092";
}

.typcn-info:before {
  content: "\e093";
}

.typcn-input-checked-outline:before {
  content: "\e094";
}

.typcn-input-checked:before {
  content: "\e095";
}

.typcn-key-outline:before {
  content: "\e096";
}

.typcn-key:before {
  content: "\e097";
}

.typcn-keyboard:before {
  content: "\e098";
}

.typcn-leaf:before {
  content: "\e099";
}

.typcn-lightbulb:before {
  content: "\e09a";
}

.typcn-link-outline:before {
  content: "\e09b";
}

.typcn-link:before {
  content: "\e09c";
}

.typcn-location-arrow-outline:before {
  content: "\e09d";
}

.typcn-location-arrow:before {
  content: "\e09e";
}

.typcn-location-outline:before {
  content: "\e09f";
}

.typcn-location:before {
  content: "\e0a0";
}

.typcn-lock-closed-outline:before {
  content: "\e0a1";
}

.typcn-lock-closed:before {
  content: "\e0a2";
}

.typcn-lock-open-outline:before {
  content: "\e0a3";
}

.typcn-lock-open:before {
  content: "\e0a4";
}

.typcn-mail:before {
  content: "\e0a5";
}

.typcn-map:before {
  content: "\e0a6";
}

.typcn-media-eject-outline:before {
  content: "\e0a7";
}

.typcn-media-eject:before {
  content: "\e0a8";
}

.typcn-media-fast-forward-outline:before {
  content: "\e0a9";
}

.typcn-media-fast-forward:before {
  content: "\e0aa";
}

.typcn-media-pause-outline:before {
  content: "\e0ab";
}

.typcn-media-pause:before {
  content: "\e0ac";
}

.typcn-media-play-outline:before {
  content: "\e0ad";
}

.typcn-media-play-reverse-outline:before {
  content: "\e0ae";
}

.typcn-media-play-reverse:before {
  content: "\e0af";
}

.typcn-media-play:before {
  content: "\e0b0";
}

.typcn-media-record-outline:before {
  content: "\e0b1";
}

.typcn-media-record:before {
  content: "\e0b2";
}

.typcn-media-rewind-outline:before {
  content: "\e0b3";
}

.typcn-media-rewind:before {
  content: "\e0b4";
}

.typcn-media-stop-outline:before {
  content: "\e0b5";
}

.typcn-media-stop:before {
  content: "\e0b6";
}

.typcn-message-typing:before {
  content: "\e0b7";
}

.typcn-message:before {
  content: "\e0b8";
}

.typcn-messages:before {
  content: "\e0b9";
}

.typcn-microphone-outline:before {
  content: "\e0ba";
}

.typcn-microphone:before {
  content: "\e0bb";
}

.typcn-minus-outline:before {
  content: "\e0bc";
}

.typcn-minus:before {
  content: "\e0bd";
}

.typcn-mortar-board:before {
  content: "\e0be";
}

.typcn-news:before {
  content: "\e0bf";
}

.typcn-notes-outline:before {
  content: "\e0c0";
}

.typcn-notes:before {
  content: "\e0c1";
}

.typcn-pen:before {
  content: "\e0c2";
}

.typcn-pencil:before {
  content: "\e0c3";
}

.typcn-phone-outline:before {
  content: "\e0c4";
}

.typcn-phone:before {
  content: "\e0c5";
}

.typcn-pi-outline:before {
  content: "\e0c6";
}

.typcn-pi:before {
  content: "\e0c7";
}

.typcn-pin-outline:before {
  content: "\e0c8";
}

.typcn-pin:before {
  content: "\e0c9";
}

.typcn-pipette:before {
  content: "\e0ca";
}

.typcn-plane-outline:before {
  content: "\e0cb";
}

.typcn-plane:before {
  content: "\e0cc";
}

.typcn-plug:before {
  content: "\e0cd";
}

.typcn-plus-outline:before {
  content: "\e0ce";
}

.typcn-plus:before {
  content: "\e0cf";
}

.typcn-point-of-interest-outline:before {
  content: "\e0d0";
}

.typcn-point-of-interest:before {
  content: "\e0d1";
}

.typcn-power-outline:before {
  content: "\e0d2";
}

.typcn-power:before {
  content: "\e0d3";
}

.typcn-printer:before {
  content: "\e0d4";
}

.typcn-puzzle-outline:before {
  content: "\e0d5";
}

.typcn-puzzle:before {
  content: "\e0d6";
}

.typcn-radar-outline:before {
  content: "\e0d7";
}

.typcn-radar:before {
  content: "\e0d8";
}

.typcn-refresh-outline:before {
  content: "\e0d9";
}

.typcn-refresh:before {
  content: "\e0da";
}

.typcn-rss-outline:before {
  content: "\e0db";
}

.typcn-rss:before {
  content: "\e0dc";
}

.typcn-scissors-outline:before {
  content: "\e0dd";
}

.typcn-scissors:before {
  content: "\e0de";
}

.typcn-shopping-bag:before {
  content: "\e0df";
}

.typcn-shopping-cart:before {
  content: "\e0e0";
}

.typcn-social-at-circular:before {
  content: "\e0e1";
}

.typcn-social-dribbble-circular:before {
  content: "\e0e2";
}

.typcn-social-dribbble:before {
  content: "\e0e3";
}

.typcn-social-facebook-circular:before {
  content: "\e0e4";
}

.typcn-social-facebook:before {
  content: "\e0e5";
}

.typcn-social-flickr-circular:before {
  content: "\e0e6";
}

.typcn-social-flickr:before {
  content: "\e0e7";
}

.typcn-social-github-circular:before {
  content: "\e0e8";
}

.typcn-social-github:before {
  content: "\e0e9";
}

.typcn-social-google-plus-circular:before {
  content: "\e0ea";
}

.typcn-social-google-plus:before {
  content: "\e0eb";
}

.typcn-social-instagram-circular:before {
  content: "\e0ec";
}

.typcn-social-instagram:before {
  content: "\e0ed";
}

.typcn-social-last-fm-circular:before {
  content: "\e0ee";
}

.typcn-social-last-fm:before {
  content: "\e0ef";
}

.typcn-social-linkedin-circular:before {
  content: "\e0f0";
}

.typcn-social-linkedin:before {
  content: "\e0f1";
}

.typcn-social-pinterest-circular:before {
  content: "\e0f2";
}

.typcn-social-pinterest:before {
  content: "\e0f3";
}

.typcn-social-skype-outline:before {
  content: "\e0f4";
}

.typcn-social-skype:before {
  content: "\e0f5";
}

.typcn-social-tumbler-circular:before {
  content: "\e0f6";
}

.typcn-social-tumbler:before {
  content: "\e0f7";
}

.typcn-social-twitter-circular:before {
  content: "\e0f8";
}

.typcn-social-twitter:before {
  content: "\e0f9";
}

.typcn-social-vimeo-circular:before {
  content: "\e0fa";
}

.typcn-social-vimeo:before {
  content: "\e0fb";
}

.typcn-social-youtube-circular:before {
  content: "\e0fc";
}

.typcn-social-youtube:before {
  content: "\e0fd";
}

.typcn-sort-alphabetically-outline:before {
  content: "\e0fe";
}

.typcn-sort-alphabetically:before {
  content: "\e0ff";
}

.typcn-sort-numerically-outline:before {
  content: "\e100";
}

.typcn-sort-numerically:before {
  content: "\e101";
}

.typcn-spanner-outline:before {
  content: "\e102";
}

.typcn-spanner:before {
  content: "\e103";
}

.typcn-spiral:before {
  content: "\e104";
}

.typcn-star-full-outline:before {
  content: "\e105";
}

.typcn-star-half-outline:before {
  content: "\e106";
}

.typcn-star-half:before {
  content: "\e107";
}

.typcn-star-outline:before {
  content: "\e108";
}

.typcn-star:before {
  content: "\e109";
}

.typcn-starburst-outline:before {
  content: "\e10a";
}

.typcn-starburst:before {
  content: "\e10b";
}

.typcn-stopwatch:before {
  content: "\e10c";
}

.typcn-support:before {
  content: "\e10d";
}

.typcn-tabs-outline:before {
  content: "\e10e";
}

.typcn-tag:before {
  content: "\e10f";
}

.typcn-tags:before {
  content: "\e110";
}

.typcn-th-large-outline:before {
  content: "\e111";
}

.typcn-th-large:before {
  content: "\e112";
}

.typcn-th-list-outline:before {
  content: "\e113";
}

.typcn-th-list:before {
  content: "\e114";
}

.typcn-th-menu-outline:before {
  content: "\e115";
}

.typcn-th-menu:before {
  content: "\e116";
}

.typcn-th-small-outline:before {
  content: "\e117";
}

.typcn-th-small:before {
  content: "\e118";
}

.typcn-thermometer:before {
  content: "\e119";
}

.typcn-thumbs-down:before {
  content: "\e11a";
}

.typcn-thumbs-ok:before {
  content: "\e11b";
}

.typcn-thumbs-up:before {
  content: "\e11c";
}

.typcn-tick-outline:before {
  content: "\e11d";
}

.typcn-tick:before {
  content: "\e11e";
}

.typcn-ticket:before {
  content: "\e11f";
}

.typcn-time:before {
  content: "\e120";
}

.typcn-times-outline:before {
  content: "\e121";
}

.typcn-times:before {
  content: "\e122";
}

.typcn-trash:before {
  content: "\e123";
}

.typcn-tree:before {
  content: "\e124";
}

.typcn-upload-outline:before {
  content: "\e125";
}

.typcn-upload:before {
  content: "\e126";
}

.typcn-user-add-outline:before {
  content: "\e127";
}

.typcn-user-add:before {
  content: "\e128";
}

.typcn-user-delete-outline:before {
  content: "\e129";
}

.typcn-user-delete:before {
  content: "\e12a";
}

.typcn-user-outline:before {
  content: "\e12b";
}

.typcn-user:before {
  content: "\e12c";
}

.typcn-vendor-android:before {
  content: "\e12d";
}

.typcn-vendor-apple:before {
  content: "\e12e";
}

.typcn-vendor-microsoft:before {
  content: "\e12f";
}

.typcn-video-outline:before {
  content: "\e130";
}

.typcn-video:before {
  content: "\e131";
}

.typcn-volume-down:before {
  content: "\e132";
}

.typcn-volume-mute:before {
  content: "\e133";
}

.typcn-volume-up:before {
  content: "\e134";
}

.typcn-volume:before {
  content: "\e135";
}

.typcn-warning-outline:before {
  content: "\e136";
}

.typcn-warning:before {
  content: "\e137";
}

.typcn-watch:before {
  content: "\e138";
}

.typcn-waves-outline:before {
  content: "\e139";
}

.typcn-waves:before {
  content: "\e13a";
}

.typcn-weather-cloudy:before {
  content: "\e13b";
}

.typcn-weather-downpour:before {
  content: "\e13c";
}

.typcn-weather-night:before {
  content: "\e13d";
}

.typcn-weather-partly-sunny:before {
  content: "\e13e";
}

.typcn-weather-shower:before {
  content: "\e13f";
}

.typcn-weather-snow:before {
  content: "\e140";
}

.typcn-weather-stormy:before {
  content: "\e141";
}

.typcn-weather-sunny:before {
  content: "\e142";
}

.typcn-weather-windy-cloudy:before {
  content: "\e143";
}

.typcn-weather-windy:before {
  content: "\e144";
}

.typcn-wi-fi-outline:before {
  content: "\e145";
}

.typcn-wi-fi:before {
  content: "\e146";
}

.typcn-wine:before {
  content: "\e147";
}

.typcn-world-outline:before {
  content: "\e148";
}

.typcn-world:before {
  content: "\e149";
}

.typcn-zoom-in-outline:before {
  content: "\e14a";
}

.typcn-zoom-in:before {
  content: "\e14b";
}

.typcn-zoom-out-outline:before {
  content: "\e14c";
}

.typcn-zoom-out:before {
  content: "\e14d";
}

.typcn-zoom-outline:before {
  content: "\e14e";
}

.typcn-zoom:before {
  content: "\e14f";
}

.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}

.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

ul.typo3-messages, .tx-mec-kois .typo3-messages {
  padding: 0.5em 0;
  max-width: 96%;
  list-style-type: none;
}
ul.typo3-messages .alert, ul.typo3-messages .alert .alert-success, ul.typo3-messages .typo3-message, .tx-mec-kois .typo3-messages .alert, .tx-mec-kois .typo3-messages .alert .alert-success, .tx-mec-kois .typo3-messages .typo3-message {
  padding: 0;
}
ul.typo3-messages .alert .alert-message, ul.typo3-messages .alert .alert-success .alert-message, ul.typo3-messages .typo3-message .alert-message, .tx-mec-kois .typo3-messages .alert .alert-message, .tx-mec-kois .typo3-messages .alert .alert-success .alert-message, .tx-mec-kois .typo3-messages .typo3-message .alert-message {
  padding: 2px 0.4em;
  background: rgba(255, 238, 170, 0.7);
  font-weight: 600;
  color: #008800;
}
ul.typo3-messages .alert-error, ul.typo3-messages .tx-mec-kois .message-error, .tx-mec-kois .typo3-messages .alert-error, .tx-mec-kois .typo3-messages .tx-mec-kois .message-error {
  color: #cc0000;
  font-weight: 600;
}
ul.typo3-messages .alert-info, ul.typo3-messages .alert-danger, ul.typo3-messages .alert-notice, ul.typo3-messages .message-notice, ul.typo3-messages .message-info, .tx-mec-kois .typo3-messages .alert-info, .tx-mec-kois .typo3-messages .alert-danger, .tx-mec-kois .typo3-messages .alert-notice, .tx-mec-kois .typo3-messages .message-notice, .tx-mec-kois .typo3-messages .message-info {
  color: #000066;
  font-weight: 500;
}
ul.typo3-messages .alert-danger, .tx-mec-kois .typo3-messages .alert-danger {
  border: 1px dotted #cc0000;
  padding: 2px 1px;
}
ul.typo3-messages .message-notice,
ul.typo3-messages .alert-notice .alert-message,
ul.typo3-messages .alert-warning .alert-message,
ul.typo3-messages .alert-danger .alert-message, .tx-mec-kois .typo3-messages .message-notice,
.tx-mec-kois .typo3-messages .alert-notice .alert-message,
.tx-mec-kois .typo3-messages .alert-warning .alert-message,
.tx-mec-kois .typo3-messages .alert-danger .alert-message {
  background: rgba(255, 204, 0, 0.5);
  padding: 2px 0.4em;
}

/* Grid && Elements */
section.box {
  padding: 0 1.5em 1.5em 1em;
}
section > .elementbox {
  padding-left: 0.5em;
}
section > article {
  padding: 0 0.25em;
}
section > article.gridbox {
  margin-bottom: 0.25em;
}

.wigg_contentbox {
  padding: 0 0.25em;
}

.gridbox {
  padding: 0 0.5em;
}

.wigg_contentbox-left {
  padding: 0 1.5em 0 0.25em;
}

.wigg_contentbox-right {
  padding: 0 0 0 1.5em;
}

.wigg_grid {
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.wigg_gl {
  float: left;
  margin: 0;
}
.wigg_gl > .gridbox {
  padding: 0 1.5em 0 0.25em;
}
.wigg_gl > .imagebox {
  margin: 0 0.5em 0 -0.4em;
}
@media screen and (max-width: 640px) {
  .wigg_gl > .gridbox {
    padding: 0 0.5em 0 0.25em;
  }
  .wigg_gl > .imagebox {
    margin: 0 0.4em 0 -0.2em;
  }
}

.wigg_gr {
  float: right;
  margin: 0 0 0 -5px;
  padding-left: 5px;
}
.wigg_gr > .gridbox {
  padding: 0 0 0 1.5em;
}
.wigg_gr > .imagebox {
  margin: 0 -0.2em 0 0.5em;
}
@media screen and (max-width: 640px) {
  .wigg_gr > .gridbox {
    padding: 0 0.5em 0 0.25em;
  }
  .wigg_gr > .imagebox {
    margin: 0 -0.2em 0 0.4em;
  }
}

.wigg_g20 {
  width: 20%;
}

.wigg_g40 {
  width: 40%;
}

.wigg_g60 {
  width: 60%;
}

.wigg_g80 {
  width: 80%;
}

.wigg_g25 {
  width: 25%;
}

.wigg_g33 {
  width: 33.333%;
}

.wigg_g50 {
  width: 50%;
}

.wigg_g66 {
  width: 66.666%;
}

.wigg_g75 {
  width: 75%;
}

.wigg_g38 {
  width: 38.2%;
}

.wigg_g62 {
  width: 61.8%;
}

.wigg_gbox, .gridbox {
  padding: 0 1em;
}

.wigg_gbox-left {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 640px) {
  .wigg_gbox-left {
    padding: 0 0.5em 0 0.25em;
  }
}

.wigg_gbox-right {
  padding: 0 0 0 10px;
}

.wigg-equalize {
  overflow: hidden;
}
.wigg-equalize > [class*=wigg_g] {
  display: table-cell;
  float: none;
  margin: 0;
  vertical-align: top;
}
.wigg-equalize > [class*=wigg_g] > [class*=wigg_gbox] {
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}

.flexbox {
  width: 100%;
  min-width: 30em;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flexbox .maincol {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 380px) {
  .flexbox {
    min-width: 95%;
  }
}

@media print {
  .wigg_grid > .wigg_gl {
    overflow: visible;
    display: table;
  }
  .wigg_grid > .wigg_gr {
    overflow: visible;
    display: table;
  }
  .wigg-print {
    position: static;
    left: 0;
  }
  .wigg-noprint {
    display: none !important;
  }
}
.headerline {
  vertical-align: bottom;
  width: 100%;
  min-height: 82px;
  list-style-type: none;
  padding-inline: 0;
  margin-inline: 0;
  margin-block: 4px;
}
.headerline .wigg_gl, .headerline .headerleft {
  float: left;
  margin: 0;
  display: table-cell;
  vertical-align: bottom;
}
.headerline .wigg_gl img, .headerline .headerleft img {
  border-top: 8px solid transparent;
  max-height: 72px;
  max-width: 60vw;
}
.headerline .wigg_gr {
  float: right;
  display: table-cell;
  vertical-align: bottom;
}
.headerline .wigg_gr .header-icons {
  margin-left: 1vw;
  display: flex;
  gap: min(0.9vw, 10px);
  justify-content: flex-end;
}
.headerline .wigg_gr .header-icons img {
  border: 2px solid #74c029;
  max-height: 76px;
  max-width: 10vw;
}

@media screen and (max-width: 640px) {
  #headerbild {
    display: none;
  }
  #headerleft > img.spacergif {
    width: 1px;
    height: 76px;
    margin: 0;
    padding: 0;
  }
  .headerline {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headerline #headerleft {
    width: 25vw;
    overflow: visible;
    margin-block: 0;
    margin-left: 0;
    margin-right: 2vw;
  }
  .headerline #headerleft > div img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
  }
  .headerline #textlogo {
    width: 65vw;
  }
  .headerline #textlogo img {
    max-width: 100%;
  }
}
.searchform-item select {
  width: 6em;
}
.searchform-item select.select-comparator {
  width: 3em;
  line-height: 0.9em;
}

.searchform-buttons .button, .searchform-buttons .search-submit, .searchform-buttons .form-reset {
  margin-inline: 0.3em;
  margin-block: 0;
  float: left;
  line-height: 1.2em;
}
.tx-mec-kois .search-koi {
  padding-block: 0.75em;
  padding-inline: 2px;
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.tx-mec-kois .search-koi:after {
  background: url(../Images/pond_bg-hori-alt.jpg) left center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.75;
  content: "";
}
.tx-mec-kois .search-koi .searchform {
  z-index: 3;
}
.tx-mec-kois .search-koi .searchform .searchform-item {
  margin-bottom: 0.25em;
  min-width: 6em;
}
.tx-mec-kois .search-koi .searchform .searchform-item label {
  color: #FFFFCC;
}
.tx-mec-kois .search-koi .searchform .searchform-item select, .tx-mec-kois .search-koi .searchform .searchform-item input {
  width: auto;
  max-width: 8em;
  min-width: 5em;
  line-height: 1.4;
}
.tx-mec-kois .search-koi .searchform .searchform-item select.select-comparator, .tx-mec-kois .search-koi .searchform .searchform-item input.select-comparator {
  min-width: 1.5em;
  max-width: 2.5em;
}
.tx-mec-kois .search-koi .searchform .searchform-item .range-input {
  border: none;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-text {
  flex-grow: 2;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-text input {
  max-width: 9em;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-range input:not(.price) {
  max-width: 5em;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-range input.price {
  width: 70%;
  min-width: 4.5em;
  max-width: 6em;
  text-align: end;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-range span.euro {
  display: inline-block;
  position: relative;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-range span.euro input.price {
  padding-right: 1.6em;
}
.tx-mec-kois .search-koi .searchform .searchform-item.form-input-range span.euro::after {
  content: "€";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  right: 0;
  top: 0;
  line-height: 1.6;
  z-index: 2;
  position: absolute;
}
.tx-mec-kois .search-koi .searchform + .typo3-messages {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
}
.tx-mec-kois .search-koi .searchform + .typo3-messages li {
  margin-inline: 0;
  margin-block: 1px;
  width: auto;
}
.tx-mec-kois .search-koi .searchform + .typo3-messages li.alert-success, .tx-mec-kois .search-koi .searchform + .typo3-messages li.alert.alert-success {
  padding: 0;
}
.tx-mec-kois .search-koi .searchform + .typo3-messages li.alert-success .alert-message, .tx-mec-kois .search-koi .searchform + .typo3-messages li.alert.alert-success .alert-message {
  padding-block: 2px;
  padding-inline: 0.3em;
  background: rgba(255, 255, 204, 0.8);
  font-weight: 600;
  color: #008800;
}

.searchform {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  float: none;
  width: auto;
}
.searchform .searchform-buttons {
  text-align: left;
  margin-right: 0.25em;
  margin: 0;
  padding-top: 0.3em;
}
.searchform .searchform-item {
  flex-grow: 1;
  text-align: left;
  margin-right: 0.25em;
}
.searchform .searchform-item label {
  font-size: 85.71%;
  line-height: 0.9em;
  display: block;
  margin-right: 0.15em;
}
.searchform .form-input-integer input {
  width: 4em;
}
.searchform .form-input-numeric input {
  width: 4em;
}
.searchform .form-input-string input {
  width: 6em;
}
.searchform .form-input-string span {
  margin-top: 0.1em;
  display: block;
}
.searchform .form-input-text input {
  width: 6em;
}
.searchform .form-input-text span {
  margin-top: 0.1em;
  display: block;
}
.searchform .form-input-range {
  flex-grow: 3;
}
.searchform .form-input-range input {
  width: 3em;
}
.searchform .form-input-range .range-input {
  margin-top: 0.1em;
  display: block;
  border: 1px #99c solid;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 0.3em;
}

@media screen and (max-width: 990px) {
  .icebox-columns .odd {
    float: none;
    width: 96%;
    max-width: 100%;
    padding: 0.5em 0.25em;
    margin: 0;
    min-height: 10em;
    border-right: 0;
  }
  .icebox-columns .even {
    float: none;
    width: 96%;
    max-width: 100%;
    padding: 0.5em 0.25em;
    margin: 0;
    min-height: 10em;
  }
  .icebox-columns article:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 720px) {
  ul.hlist {
    font-size: 1.125em;
    padding: 0 0.3em 0 0.4em;
  }
}
@media screen and (max-width: 640px), (max-device-width: 640px) and (min-resolution: 2dppx), (max-device-width: 820px) and (-webkit-device-pixel-ratio: 3) {
  .linearize-level-1 {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    min-width: 95%;
  }
  .linearize-level-1 > [class*=ym-g] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    min-width: 95%;
  }
  .linearize-level-1 > [class*=ym-g] > [class*=ym-gbox] {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .linearize-level-1 > [class*=ym-col] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    min-width: 95%;
  }
  .linearize-level-1 > [class*=ym-col] > [class*=wigg_contentbox] {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .linearize-level-1 > .maincol > [class*=ym-g] > .info {
    max-width: 95% !important;
    min-width: 90%;
  }
  .ym-searchform {
    display: block;
    float: none;
    width: auto;
    text-align: right;
  }
  .ym-searchform input[type=search] {
    width: 14%;
  }
}
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *	redesigned and adapted for wiggenhauser-gaerten.de by Michael Ecker
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse, 2012-2013 Michael Ecker
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 */
/**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
/*nav.functionMenu > ul > *:first-child {
    margin-top: 0;
  }*/
/*  ul.hlist {
    font-size:1.125em;
    line-height: 1em;
    list-style: none;
    margin: 0 0;
    padding: 0 0.3em;
    white-space: nowrap;
  }*/
@media screen {
  #nav .hlist {
    background: transparent url("../Images/menu_bg.png") repeat-x left bottom;
    float: left;
    width: 100%;
  }
  nav .menuOpener {
    display: none;
  }
  nav .hlist {
    font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  }
  ul.hlist {
    font-size: 1.125em;
    line-height: 1em;
    list-style: none;
    margin: 0 0;
    padding: 0 0.3em;
    white-space: nowrap;
  }
  ul.hlist li > a {
    width: auto;
    color: #DBDBE3;
    font-family: "DroidSans", "Droid Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  ul.hlist li > strong {
    width: auto;
    color: #DBDBE3;
    font-family: "DroidSans", "Droid Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  .hlist > li {
    list-style-type: none !important;
    color: #DBDBE3;
    background: transparent url("../Images/menu_bg_right.png") no-repeat top right;
    float: left;
    margin: 0 0.1em;
    padding: 0 0.4em;
    padding-left: 1px;
    position: relative;
    min-width: 4.5em;
  }
  .hlist > li > a:focus {
    color: white;
  }
  .hlist > li > a:hover {
    color: white;
  }
  .hlist > li > a:active {
    color: white;
  }
  .hlist > li:hover > a {
    background: transparent url("../Images/menu_bga.png") repeat-x bottom;
  }
  .hlist li a {
    color: #DBDBE3;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 5px 0.8em 3px 0.8em;
    text-decoration: none;
    text-transform: none;
    width: auto;
    width: 0.1em;
  }
  .hlist li strong {
    color: #DBDBE3;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 5px 0.8em 3px 0.8em;
    text-decoration: none;
    text-transform: none;
    width: auto;
    width: 0.1em;
  }
  .hlist li:hover > ul {
    display: block;
  }
  .hlist li.active strong {
    color: #DFDFEF;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
  }
  .hlist ul.vlist {
    list-style-type: none;
    display: none;
    position: absolute;
    border: none;
    top: 2em;
    left: -0.4em;
    margin: 0;
    padding: 0 0.3em;
    background-color: #DBDBE3;
    background-image: none;
    z-index: 100;
    min-width: 100%;
    font-size: 88.89%;
  }
  .hlist ul.vlist ul.submenu {
    left: 7em;
    top: 1px;
  }
  .hlist ul.vlist li:focus {
    background-color: #06f600;
    background-image: none;
  }
  .hlist ul.vlist li:hover {
    background-color: #06f600;
    background-image: none;
  }
  .hlist ul.vlist li:active {
    background-color: #06f600;
    background-image: none;
  }
  .hlist .vlist li {
    line-height: 1.2em;
    list-style-type: none !important;
    border: 0;
    float: none;
    margin: 0;
    padding: 0 0 0 3px;
    position: relative;
  }
  nav.functionMenu {
    width: 100%;
    overflow: hidden;
  }
  nav.functionMenu > ul li {
    border-radius: 0.3em;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #3a3d5c;
    padding: 0.4em;
    margin: 0;
  }
  nav.functionMenu ul {
    margin: 1em 0;
  }
  nav.functionMenu ul.vlist li:focus {
    background-color: #06f600;
    background-image: none;
  }
  nav.functionMenu ul.vlist li:hover {
    background-color: #06f600;
    background-image: none;
  }
  nav.functionMenu ul.vlist li:active {
    background-color: #06f600;
    background-image: none;
  }
  .functionMenu .vlist li {
    list-style-type: none !important;
    float: none;
    margin: 1px 0;
    padding: 1px 1em;
  }
  ul.vlist li > a {
    width: auto;
    color: #494c74 !important;
    font-family: "DroidSans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none;
  }
  ul.vlist li > strong {
    width: auto;
    color: #494c74 !important;
    font-family: "DroidSans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none;
  }
}
@media screen and (max-width: 1040px) {
  ul.hlist {
    font-size: 1.075em;
    padding: 0 0.3em 0 0.8em;
  }
  .hlist > li {
    padding: 0 0.25em;
    min-width: 3.5em;
  }
  .hlist li a {
    display: block;
    padding: 5px 0.4em 3px 0.1em;
  }
  .hlist li strong {
    display: block;
    padding: 5px 0.4em 3px 0.1em;
  }
}
@media screen and (max-width: 880px), (max-device-width: 880px) and (min-resolution: 2dppx), (max-device-width: 820px) and (-webkit-device-pixel-ratio: 3) {
  ul.hlist {
    font-size: 1em;
  }
  #left_margin {
    display: none;
  }
  body .page > #main {
    margin: 0;
    margin-left: 0px;
    padding-right: 0px;
    background: #FFFFFF;
    width: auto;
    float: none;
  }
  img {
    max-width: 540px;
  }
}
@media (max-width: 720px) {
  ul.hlist li > a {
    width: auto;
    color: #DBDBE3;
    font-family: "DroidSans", "Droid Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  ul.hlist li > strong {
    width: auto;
    color: #DBDBE3;
    font-family: "DroidSans", "Droid Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  .hlist ul.vlist {
    list-style-type: none;
    display: none;
    position: absolute;
    border: none;
    top: 1.7em;
    left: -0.4em;
    margin: 0;
    padding: 0 0.3em;
    background-color: #DBDBE3;
    background-image: none;
    z-index: 200;
    min-width: 100%;
    font-size: 1em;
  }
  .hlist ul.vlist ul.submenu {
    left: 6em;
    top: 0.1em;
  }
  .hlist ul.vlist li:focus {
    background-color: #06f600;
    background-image: none;
  }
  .hlist ul.vlist li:hover {
    background-color: #06f600;
    background-image: none;
  }
  .hlist ul.vlist li:active {
    background-color: #06f600;
    background-image: none;
  }
  .hlist > li:hover > a {
    background: transparent url("../Images/menu_bga.png") repeat-x bottom;
  }
  .hlist li:hover > ul {
    display: block;
  }
  ul.vlist li > a {
    width: auto;
    color: #494c74;
    font-family: "DroidSans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none;
  }
  ul.vlist li > strong {
    width: auto;
    color: #494c74;
    font-family: "DroidSans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none;
  }
}
@media (max-width: 640px), (max-device-width: 640px) and (min-resolution: 2dppx), (max-device-width: 820px) and (-webkit-device-pixel-ratio: 3) {
  #nav {
    width: auto;
    height: auto;
    top: -0.3em;
    min-height: 48px;
    float: right;
    z-index: 333;
  }
  #nav .wrapper {
    overflow: visible;
    margin-left: 0;
    float: left;
  }
  #nav .wrapper:focus > ul {
    display: block;
  }
  #nav .wrapper:hover > ul {
    display: block;
  }
  #nav .hlist {
    display: none;
    background: transparent url("../Images/menu_bg_v.png") repeat;
    float: left;
    position: absolute;
    top: -0.5em;
    right: 0.5em;
    width: auto;
    min-width: 85vw;
    font-size: 1.125em;
    line-height: 1.125em;
    margin: 0 0;
    padding: 0 0.3em;
    z-index: 120;
  }
  #nav .hlist > li {
    list-style-type: none !important;
    color: #DBDBE3;
    background: none;
    float: none;
    margin-inline: 0.1em;
    padding-block: 0.2em;
    padding-inline: 1px 0.4em;
    position: relative;
    min-width: 4.5em;
    width: auto;
  }
  #nav .hlist > li > a {
    padding-block: 0.2em;
  }
  #nav .hlist ul.vlist {
    list-style-type: none;
    display: none;
    position: absolute;
    border: none;
    top: 0em;
    left: 7em;
    margin: 0;
    padding-inline: 0;
    padding-block: 0.3em;
    background-color: #DBDBE3;
    background-image: none;
    z-index: 200;
    min-width: 14em;
    max-width: 70vw;
    font-size: 1em;
  }
  #nav .hlist ul.vlist li {
    padding-block: 0.1em;
    padding-inline: 3px;
  }
  #nav .hlist ul.vlist li a {
    display: inline-block;
    min-height: 1.2em;
  }
  #nav .hlist li:hover > ul {
    display: block;
  }
  nav .menuOpener {
    background: transparent url("../Images/menu_bg.png") repeat-x left bottom;
    background-size: contain;
    border-radius: 0.5em 0 0 0.5em;
    min-height: 40px;
    min-width: 40px;
    font-family: "DroidSans", "Droid Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    padding-block: 1px 0;
    padding-inline: 1em;
    float: right;
    display: flex;
  }
  nav .menuOpener img {
    margin-left: 0.25em;
    height: 100%;
    width: auto;
    max-width: none;
  }
  nav .menuOpener .showNav {
    display: none;
    color: #DBDBE3;
    margin: 0 0.25em;
    font-size: 1.25em;
    line-height: 1.25em;
    list-style: none;
    padding: 0.5em;
  }
  .sidebar nav.functionMenu, footer .footer-nav nav.functionMenu {
    background: transparent url("../Images/menu_bg.png") repeat-x left bottom;
    float: none;
    width: auto;
    max-width: 100%;
    padding-block: 0;
    padding-inline: 1vw;
    margin: 0;
    border-bottom: 1px solid #DBDBE3;
  }
  .sidebar nav.functionMenu > ul, footer .footer-nav nav.functionMenu > ul {
    margin-block: 0.25em;
    margin-inline: 0;
    padding: 0;
    line-height: 1.8em;
    min-height: 2.4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
  }
  .sidebar nav.functionMenu > ul > li, footer .footer-nav nav.functionMenu > ul > li {
    width: auto;
    margin-block: 0.25em;
    margin-inline-start: 0;
    margin-inline-end: 0.2em;
    padding: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    background: white;
  }
}
@media (min-resolution: 2dppx) and (max-width: 1280px) {
  nav .menuOpener {
    min-height: 60px;
    min-width: 60px;
  }
}
@media (min-resolution: 3dppx) and (max-width: 1280px), (-webkit-device-pixel-ratio: 3) {
  nav .menuOpener {
    min-height: 80px;
    min-width: 80px;
  }
}
body {
  font-family: Arial, Helvetica, Geneva, Swiss, "DejaVu Sans", "DroidSans", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.2rem;
  }
}
@media (min-resolution: 2dppx) and (max-width: 1280px) {
  body {
    font-size: 1.5rem;
  }
}
@media (min-resolution: 3dppx) and (max-width: 1280px), (-webkit-device-pixel-ratio: 3) {
  body {
    font-size: 2rem;
  }
}
@media (max-width: 720px) {
  body #main .searchform {
    font-size: 1.1em;
  }
}
body .ce-bodytext {
  width: fit-content;
  max-width: 77em;
}

textarea {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
}

pre {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 1em;
  line-height: 1.4em;
  margin: 1.5em 0 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #602;
}

code {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 1em;
  color: #602;
}

kbd {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 1em;
  color: #446;
  font-weight: bold;
}

samp {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 1em;
  color: #446;
  font-weight: bold;
}

var {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 1em;
  color: #446;
  font-weight: bold;
  font-style: italic;
}

tt {
  font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Monospace", "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 1em;
  color: #446;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  max-width: 75em;
  color: #000000;
  line-height: 1.2em;
  margin: 0.5em 0 0.25em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0.4em 0 0.4em;
  color: #161e21;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: navy;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.71em;
  line-height: 1.5em;
}
h1.big {
  font-size: 171.43%;
}
h1.pagetitle {
  font-size: 1.57em;
  line-height: 1.5em;
  margin: 0.4em 0 0;
  display: none;
}

h2 {
  font-size: 1.57em;
  line-height: 1.2em;
}
h2.big {
  font-size: 164.3%;
}
h2 a {
  color: #3a3d5c;
}

h3 {
  font-size: 1.43em;
  line-height: 1.2em;
  margin: 0.5em 0 0.3em 0;
}
h3.big {
  font-size: 150%;
}
h3 a {
  color: #10007B;
}

h4 {
  font-size: 1.29em;
  line-height: 1.125em;
  margin: 1em 0 0.2em 0;
}
h4.big {
  font-size: 135.71%;
}
h4 a {
  color: navy;
}

h5, h6 {
  margin: 1em 0 0.2em 0;
  line-height: 1.125em;
  color: #333;
}
h5 a, h6 a {
  color: #10009F;
}

h5 {
  font-size: 1.14em;
}

p, .bodytext {
  line-height: 1.4em;
}
p.ce-headline-date, .bodytext.ce-headline-date {
  font-size: 92.86%;
  color: #3a3d5c;
  text-align: right;
  position: relative;
}
p.cc_message, .bodytext.cc_message {
  color: #FFFFCC;
}
p.csc-subheader, .bodytext.csc-subheader {
  font-style: italic;
}
p.csc-subheader-0, .bodytext.csc-subheader-0 {
  font-style: normal;
}
p.csc-subheader-1, .bodytext.csc-subheader-1 {
  color: #3a3d5c;
}
p.csc-subheader-2, .bodytext.csc-subheader-2 {
  color: #10007B;
}
p.csc-subheader-3, .bodytext.csc-subheader-3 {
  color: #8A0020;
}
p a, .bodytext a {
  font-weight: 500;
  color: #028;
}

header p.ce-headline-date {
  margin: -0.5em 0 0;
}
header p {
  margin: 0.5em 0 0;
}

.headline {
  font-size: 1.29em;
  line-height: 1.125em;
  margin: 1em 0 0.2em 0;
}

.subhead {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.125em;
  margin: 1em 0 0.2em 0;
  color: #333;
}

aside.sidebar article {
  font-size: 92%;
}
aside.sidebar header {
  font-size: 85%;
}
aside.sidebar .box {
  padding: 0.5em !important;
  padding-left: 0.7em !important;
}
aside.sidebar .info {
  padding: 0.5em !important;
  padding-left: 0.7em !important;
}

.sidebar article {
  font-size: 92%;
}
.sidebar header {
  font-size: 85%;
}

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

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

.ce-headline-left {
  text-align: left;
}

.icebox_container > article > h1 {
  font-size: 1.57em;
  line-height: 1.2em;
  margin: 0.4em 0 0.4em 0;
}
.icebox_container > article > h2 {
  font-size: 1.43em;
  line-height: 1.2em;
  margin: 0.5em 0 0.3em 0;
}
.icebox_container > article > h3 {
  font-size: 1.29em;
  line-height: 1.125em;
  margin: 1em 0 0.2em 0;
}

ul {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.5em 0 0 1em;
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
  margin-top: 0;
}
ul ul ul {
  list-style-type: square;
}

ol {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.5em 0 0 1em;
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-latin;
  margin-top: 0;
}
ol ul {
  list-style-type: circle;
  margin-top: 0;
}
ol ul ul {
  list-style-type: disc;
}

dl {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.5em 0 0 1em;
}

li {
  font-size: 1em;
  line-height: 1.3em;
  margin-left: 0.8em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em 0.8em;
}

.tree ul {
  margin: 0.25em 0 0.25em 1em;
  line-height: 16px;
}
.tree ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 16px;
  margin-bottom: 1px;
}
.tree li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 16px;
  margin-bottom: 1px;
}

UL.ce-uploads {
  padding: 0;
}
UL.ce-uploads LI {
  list-style: none outside none;
  margin: 1em 0;
  overflow: hidden;
}
UL.ce-uploads IMG {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}
UL.ce-uploads SPAN {
  display: block;
}
UL.ce-uploads SPAN.ce-uploads-fileName {
  text-decoration: underline;
}

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

.hidden {
  display: none;
}

li.registerdate {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.capital {
  font-variant: small-caps;
}

.big {
  font-size: 114.29%;
}

big {
  font-size: 114.29%;
}

.small {
  font-size: 85.71%;
}

small {
  font-size: 85.71%;
}

.ce-textpic-caption, .ce-caption {
  font-size: 85.71%;
  text-align: left;
  caption-side: bottom;
  padding-right: 1em;
  padding-bottom: 0.4em;
}

blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 1.25em 0.5em 0.25em 1.5em;
  color: #446;
}

cite {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

q {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

dfn {
  font-style: italic;
}

acronym {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  letter-spacing: 0.07em;
  cursor: help;
}

abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  letter-spacing: 0.07em;
  cursor: help;
}

sub {
  font-size: 78.57%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 78.57%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  color: #FFFFFF;
  background: transparent;
  margin: 0 0 0.75em 0;
  padding: 0 0 0.75em 0;
  border: 0;
  border-bottom: 1px #eee solid;
}

a {
  color: #029;
  text-decoration: none;
}
a:active {
  outline: none;
  color: #169;
  text-decoration: underline;
}
a:visited {
  color: #038;
}
a:focus {
  color: #169;
  text-decoration: underline;
}
a:hover {
  color: #169;
  text-decoration: underline;
}

.fa, .fa-external-link:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-external-link:before {
  content: "\f08e";
  font-size: 92%;
  margin-right: 0.5em;
}

img {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

figure {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

DIV.ce-textpic {
  overflow: hidden;
}
DIV.ce-textpic DIV.ce-textpic-imagerow {
  overflow: hidden;
}
DIV.ce-textpic .ce-textpic.ce-image table {
  border-collapse: collapse;
  border-spacing: 0;
}
DIV.ce-textpic .ce-textpic.ce-image table tr td {
  padding: 0;
  vertical-align: top;
}
DIV.ce-textpic .ce-textpic.ce-image FIGURE {
  margin: 0;
  display: inline-flex;
  position: relative;
}
DIV.ce-textpic .ce-textpic.ce-image IMG {
  border: none;
  display: block;
}
DIV.ce-textpic FIGURE.ce-textpic.ce-image {
  margin: 0;
  display: inline-flex;
  position: relative;
}
DIV.ce-textpic DIV.ce-textpic-imagecolumn {
  float: left;
}
DIV.ce-textpic DIV.ce-textpic-imagerow-last {
  margin-bottom: 0;
}
DIV.ce-textpic DIV.ce-textpic-imagerow-none DIV.ce-textpic-last {
  margin-bottom: 0;
}

FIGCAPTION.ce-textpic-caption {
  display: table-caption;
}

DIV.ce-textpic-caption-c .ce-textpic-caption {
  text-align: center;
}

.ce-textpic.ce-image .ce-textpic-caption-c {
  text-align: center;
}
.ce-textpic.ce-image .ce-textpic-caption-r {
  text-align: right;
}
.ce-textpic.ce-image .ce-textpic-caption-l {
  text-align: left;
  position: absolute;
  left: -6em;
}

DIV.ce-textpic-caption-r .ce-textpic-caption {
  text-align: right;
}

DIV.ce-textpic-caption-l .ce-textpic-caption {
  text-align: left;
  position: absolute;
  left: -6em;
}

DIV.ce-textpic.ce-image > DIV {
  max-width: 100%;
}
DIV.ce-textpic.ce-image > DIV DIV {
  max-width: 100%;
}

DIV.ce-textpic-center .ce-textpic.ce-image {
  overflow: hidden;
  position: relative;
}
DIV.ce-textpic-center FIGURE.ce-textpic.ce-image {
  overflow: hidden;
  position: relative;
}
DIV.ce-textpic-center .ce-textpic.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
DIV.ce-textpic-center .ce-textpic.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

DIV.ce-textpic-right .ce-textpic.ce-image {
  float: right;
}
DIV.ce-textpic-right DIV.ce-textpic.ce-bodytext {
  clear: right;
}

DIV.ce-textpic-left .ce-textpic.ce-image {
  float: left;
}
DIV.ce-textpic-left DIV.ce-textpic.ce-bodytext {
  clear: left;
}

DIV.ce-intext.ce-left .ce-textpic.ce-image {
  float: left;
}

DIV.ce-intext.ce-right .ce-textpic.ce-image {
  float: right;
}

DIV.ce-intext.ce-right.ce-nowrap .ce-textpic.ce-image {
  float: right;
}

DIV.ce-intext.ce-left.ce-nowrap .ce-textpic.ce-image {
  float: left;
}

.csc-form-element-fieldset fieldset li {
  float: left;
}
.csc-form-element-fieldset fieldset li.csc-form-element-reset {
  float: left;
}
.csc-form-element-fieldset fieldset li.csc-form-element-submit {
  float: none;
  margin-left: 25%;
}

.csc-form-confirmation fieldset li.csc-form-confirmation-false {
  float: left;
}
.csc-form-confirmation fieldset li.csc-form-confirmation-true {
  float: none;
  margin-left: 25%;
}

p.icaption_left {
  float: left;
  display: inline;
  margin: 0 1em 0.15em 0;
}
p.icaption_left img {
  padding: 0;
  border: 1px #888 solid;
}
p.icaption_left strong {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  padding: 0.3em 0.5em;
  background: #eee;
  font-weight: normal;
  font-size: 91.667%;
}

p.icaption_right {
  float: right;
  display: inline;
  margin: 0 0 0.15em 1em;
}
p.icaption_right img {
  padding: 0;
  border: 1px #888 solid;
}
p.icaption_right strong {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  padding: 0.3em 0.5em;
  background: #eee;
  font-weight: normal;
  font-size: 91.667%;
}

.flexible {
  margin-top: 1.5em;
  max-width: 100%;
  height: auto;
}

* html .flexible {
  width: 98%;
}

.bordered {
  margin-top: 1.5em;
  border: 2px #ccc solid;
  border: 2px rgb(255, 255, 255) solid;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

button[type=submit] {
  background: -moz-linear-gradient(top, #88a, #336);
  background: -webkit-linear-gradient(top, #88a, #336);
  background: -ms-linear-gradient(top, #88a, #336);
  background: -o-linear-gradient(top, #88a, #336);
  background: linear-gradient(top, #88a, #336);
  padding: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #888;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: 600;
  color: #FFE;
}

input[type=submit] {
  background: -moz-linear-gradient(top, #88a, #336);
  background: -webkit-linear-gradient(top, #88a, #336);
  background: -ms-linear-gradient(top, #88a, #336);
  background: -o-linear-gradient(top, #88a, #336);
  background: linear-gradient(top, #88a, #336);
  padding: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #888;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: 600;
  color: #FFE;
}

button.form-reset {
  background: -moz-linear-gradient(top, #88a, #336);
  background: -webkit-linear-gradient(top, #88a, #336);
  background: -ms-linear-gradient(top, #88a, #336);
  background: -o-linear-gradient(top, #88a, #336);
  background: linear-gradient(top, #88a, #336);
  padding: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #888;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: 600;
  color: #FFE;
}

button[type=reset] {
  background: -moz-linear-gradient(top, #88a, #336);
  background: -webkit-linear-gradient(top, #88a, #336);
  background: -ms-linear-gradient(top, #88a, #336);
  background: -o-linear-gradient(top, #88a, #336);
  background: linear-gradient(top, #88a, #336);
  padding: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #888;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: 600;
  color: #FFE;
}

input[type=reset] {
  background: -moz-linear-gradient(top, #88a, #336);
  background: -webkit-linear-gradient(top, #88a, #336);
  background: -ms-linear-gradient(top, #88a, #336);
  background: -o-linear-gradient(top, #88a, #336);
  background: linear-gradient(top, #88a, #336);
  padding: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #888;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: 600;
  color: #FFE;
}

button[type=button].form-reset {
  max-width: 9em;
  font-weight: 400;
  padding: 0;
}

button[type=icon].form-reset {
  max-width: 3em;
  font-weight: 400;
  padding: 0;
}

input:required + label::after {
  content: " *";
}

.sold {
  color: #c30;
  font-weight: 600;
}

.blocked {
  color: #c30;
  font-weight: 600;
}

.highlight {
  color: #c30;
}

.dimmed {
  color: #888;
}

.box {
  border-radius: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-color: #888;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  padding: 1.4em !important;
  margin: 0;
}
.box > *:first-child {
  margin-top: 0;
}

.info {
  background: #f0f0f0;
}
.info > .box {
  padding: 1.4286em;
}

.label {
  padding: 1px 6px 2px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #06C;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 12px;
}

.success {
  background: #8c8;
}

.warning {
  background: #cc8;
}

.error {
  background: #c88;
}

.float-left {
  float: left;
  display: block;
  width: auto;
  max-width: 40%;
  margin: 0 1.5em 0.5em 0;
}

.float-right {
  float: right;
  display: block;
  width: auto;
  max-width: 40%;
  margin: 0 0 0.5em 1.5em;
}

.center {
  display: block;
  text-align: center;
  margin: 1.5em auto 0 auto;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 1.3571em 0 0 0;
  color: #333;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
table caption {
  font-variant: small-caps;
}

table.table {
  max-width: 100%;
  width: 100%;
}

.typo3-debug {
  font-size: 87.5%;
}

table.typo3-debug {
  width: auto;
  border-collapse: collapse;
  margin: 1em 0 0 0;
  color: #333;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

TABLE.contenttable {
  border: 1px transparent solid;
  margin: 10px 0 10px 0;
  width: auto;
  max-width: 100%;
  display: table;
}
TABLE.contenttable TR {
  background-color: #FFFFFF;
}
TABLE.contenttable TR TD {
  padding: 0 0.5em 0 0.5em;
  width: auto;
  max-width: 60%;
  display: table-cell;
}
TABLE.contenttable TR TD P.bodytext {
  font-size: 0.96em;
}

table.narrow {
  margin: 1.4286em 0 0 0;
}
table.narrow th {
  padding: 0 0.5em;
  line-height: 1.4286em;
}
table.narrow td {
  padding: 0 0.5em;
  line-height: 1.4286em;
}

table.bordertable {
  border: 1px #ccc solid;
}

th {
  line-height: 1.5em;
  vertical-align: top;
  padding: 0.7143em 0.5em;
}
th *:first-child {
  margin-top: 0;
}

td {
  line-height: 1.5em;
  vertical-align: top;
  padding: 0.7143em 0.5em;
}
td *:first-child {
  margin-top: 0;
}

th.nowrap {
  white-space: nowrap;
}

td.nowrap {
  white-space: nowrap;
}

thead th {
  text-align: left;
  color: #000;
  border-bottom: 2px #000 solid;
}

.bordertable thead th {
  background: #e0e0e0;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.bordertable tbody th[scope=row] {
  background: #f0f0f0;
}
.bordertable tbody th {
  border-right: 1px solid #ccc;
}
.bordertable tbody td {
  border-right: 1px solid #ccc;
}

tbody th {
  text-align: left;
  border-top: 1px solid #fafafa;
}
tbody td {
  text-align: left;
  border-top: 1px solid #fafafa;
}
tbody tr:hover th {
  background: #f8f8f8;
}
tbody tr:hover td {
  background: #f8f8f8;
}

IMG.frontEndEditIcons {
  vertical-align: middle;
  margin: 0 2px 0 2px;
}

TABLE.typo3-adminPanel {
  border: 2px solid yellow;
  background-color: #ff6699;
}
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD {
  background-color: #22aabb;
}
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD {
  background-color: #ff99ee;
}
TABLE.typo3-adminPanel TABLE {
  border: 1px;
}
TABLE.typo3-adminPanel TD {
  border: 1px;
}
TABLE.typo3-adminPanel TD FONT {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: black;
}
TABLE.typo3-adminPanel TD A FONT {
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  color: maroon;
}

TABLE.typo3-editPanel TD {
  border: 0;
}
TABLE.typo3-editPanel TD FONT {
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  color: navy;
}
TABLE.typo3-editPanel TD.typo3-editPanel-controls {
  background-color: #ff99aa;
}
TABLE.typo3-editPanel TD.typo3-editPanel-label {
  background-color: #22aabb;
}

.html5videoplayer .list .video-js-box .video-js .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0.7);
  border: 0.06666em solid #FFFFFF;
  border-radius: 0.3em;
  cursor: pointer;
  display: block;
  font-size: 3em;
  height: 1.5em;
  left: 45%;
  line-height: 1.5em;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 55%;
  transition: all 0.4s ease 0s;
  width: 3em;
}

img {
  max-width: 100%;
  height: auto;
}
img.spacergif {
  width: 1px;
  height: 1px;
}
@media screen and (max-width: 720px) {
  img {
    max-width: 360px;
  }
}
@media screen and (max-width: 880px) {
  img {
    max-width: 580px;
  }
}

@media screen and (max-width: 880px) {
  #content div img {
    max-width: 95%;
  }
}
@media screen and (max-width: 640px) {
  #content div {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  #content div img {
    max-width: 98%;
    height: auto;
  }
  #content .ce-intext.ce-left figure.ce-textpic-image img {
    max-width: 100%;
    height: auto;
  }
  #content .ce-intext.ce-right figure.ce-textpic-image img {
    max-width: 100%;
    height: auto;
  }
}
DIV.ce-textpic .ce-textpic.ce-image .ce-textpic-image {
  margin-bottom: 0.4em;
}

DIV.ce-textpic-imagecolumn {
  margin-right: 0.4em;
}

DIV.ce-textpic.ce-image > DIV.ce-textpic-imagerow {
  margin-right: 0.4em;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}

.ce-textpic-imagerow {
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}
.ce-textpic-imagerow > div {
  flex-grow: 0;
}
.ce-textpic-imagerow > div figure {
  width: 100%;
}
.ce-textpic-imagerow div.ce-textpic-imagecolumn {
  flex-grow: 0;
}
.ce-textpic-imagerow div.ce-textpic-imagecolumn figure {
  width: 100%;
}
.ce-textpic-imagerow .ce-textpic-lastcol {
  margin-right: 0;
}

DIV.ce-intext.ce-left .ce-textpic.ce-image {
  float: left;
  margin-right: 0.9em;
  margin-bottom: 0.4em;
}

DIV.ce-intext.ce-right .ce-textpic.ce-image {
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.4em;
}

.ce-intext.ce-left .ce-textpic.ce-image {
  max-width: 62%;
}

.ce-intext.ce-right .ce-textpic.ce-image {
  max-width: 62%;
}

@media screen and (max-width: 780px) {
  .ce-intext.ce-left .ce-textpic.ce-image {
    max-width: 100%;
  }
  .ce-intext.ce-right .ce-textpic.ce-image {
    max-width: 100%;
  }
}
/* Video */
.tx-html5video-pi1 div.video-js {
  margin: 6px 0;
}

aside.sidebar div.video-js {
  max-width: 100%;
}
aside.sidebar .tx-html5video-pi1 div.video-js {
  max-width: 100%;
}
aside.sidebar .html5videoplayer div.video-js {
  max-width: 100%;
}

@media screen {
  .bluebox {
    background: #FFFFFF repeat-y left;
    background-size: 3rem 100%;
  }
  .bluebox .bluebox-border-left {
    height: 100%;
    width: 3rem;
    overflow: hidden;
    background: #FFFFFF repeat-y right;
    background-size: 3rem 100%;
    float: left;
  }
  .bluebox .bluebox-border-left .ce-textpic.ce-image {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bluebox .bluebox-border-left figure {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bluebox .bluebox-border-left figure a {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bluebox .bluebox-border-left img {
    border: none;
    margin: 0;
    padding: 0;
    margin-top: -1px;
    border-left: 0px solid transparent;
    width: 3rem;
    height: auto;
  }
  .bluebox .bluebox-main {
    height: 100%;
    background-color: transparent;
    min-width: 3rem;
    border-right: 1rem solid #FFFFFF;
    padding-left: 3rem;
  }
  .bluebox .bluebox-main > .ce-textpic.ce-bodytext {
    padding-left: 1em;
  }
  .bluebox .bluebox-main > .ce-textpic.ce-bodytext article {
    padding-right: 2.5em;
    padding-bottom: 1em;
  }
  .bluebox .bluebox-title {
    height: auto;
    min-height: 4rem;
    float: none;
    position: relative;
    bottom: 0px;
  }
  .bluebox .bluebox-title .csc-firstHeader {
    position: absolute;
    bottom: 0px;
    right: 1em;
    padding: 0 3%;
    min-width: 60%;
    max-width: 100%;
  }
  .bluebox .bluebox-title > .ce-headline-left {
    position: absolute;
    bottom: 0px;
    left: 6em;
    padding: 0 3%;
  }
  .bluebox .bluebox-title > .ce-headline-right {
    position: absolute;
    bottom: 0px;
    right: 1em;
    padding: 0 3%;
  }
  .bluebox .bluebox-title > .ce-headline-center {
    padding: 0 1em;
    left: 6em;
  }
  .bluebox .bluebox-content {
    padding-left: 1em;
  }
  .bluebox .bluebox-border-top {
    background: #FFFFFF repeat-y left;
    width: 0;
    margin-right: 1em;
    height: 2rem;
    float: left;
  }
  .bluebox .bluebox-border-bottom {
    height: 1rem;
    background-color: #FFFFFF;
    min-width: 3rem;
    border-right: 1rem solid #FFFFFF;
  }
  #content > .wigg_contentbox .bluebox {
    position: relative;
    left: -1em;
  }
  .bluebox-top {
    height: auto;
  }
  .bluebox-bottom {
    margin-top: 4px;
    padding: 0;
    height: 1rem;
  }
  .bluebox-bottom .bluebox-border-left {
    height: 1rem;
  }
}
@media screen and (max-width: 1319px) {
  .bluebox .bluebox-title .csc-firstHeader {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1200px -1) {
  .bluebox .bluebox-title .csc-firstHeader {
    max-width: 600px;
  }
  .bluebox-image-frame .bluebox-title .csc-firstHeader {
    max-width: 500px;
  }
}
@media screen and (max-width: 1039px) {
  .bluebox .bluebox-title h1 {
    font-size: 1.357em;
  }
  .bluebox .bluebox-title h2 {
    font-size: 1.357em;
  }
  .bluebox .bluebox-title h3 {
    font-size: 1.357em;
  }
  .bluebox .bluebox-title .csc-firstHeader {
    font-size: 1.357em;
    max-width: 500px;
  }
  .bluebox .bluebox-title > .ce-headline-center {
    padding: 0 1%;
  }
  .bluebox-image-frame .bluebox-title .csc-firstHeader {
    margin-left: 110px;
    padding: 0 2%;
    right: 1px;
    max-width: 400px;
  }
  .bluebox-content img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1040px -1) {
  .bluebox-image-frame .bluebox {
    margin-left: 0px;
  }
  .bluebox {
    margin-left: 0px;
  }
}
@media screen and (max-width: 990px -1) {
  .bluebox {
    background-position: -1.5rem 0;
  }
  .bluebox .bluebox-border-top {
    max-width: 8em;
    height: 2rem;
  }
  .bluebox .bluebox-title h1 {
    font-size: 1.286em;
  }
  .bluebox .bluebox-title h2 {
    font-size: 1.286em;
  }
  .bluebox .bluebox-title h3 {
    font-size: 1.286em;
  }
  .bluebox .bluebox-title .csc-firstHeader {
    font-size: 1.286em;
  }
  .bluebox .bluebox-title h4 {
    font-size: 1.143em;
  }
  .bluebox .bluebox-main {
    padding-left: 1.5rem;
  }
  .bluebox .bluebox-border-left {
    width: 1.5rem;
  }
  .bluebox .bluebox-border-left figure {
    display: none;
  }
  .bluebox-image-frame .bluebox-title .csc-firstHeader {
    margin-left: 7.5rem;
    padding: 0 1%;
  }
  .bluebox-bottom .bluebox-border-left {
    background-position: -1.5rem 0;
    width: 1.5rem;
  }
  .bluebox-bottom .bluebox-border-left img {
    display: none;
  }
  bluebox .bluebox-border-left img {
    display: none;
  }
}
@media screen and (max-width: 879px) {
  .bluebox-image-frame .bluebox-title .csc-firstHeader {
    margin-left: 1.5rem;
    padding: 0 2.5%;
  }
  .bluebox-image-frame .bluebox {
    background-image: none;
    border-left: 1rem solid #FFFFFF;
    left: 0;
    margin-left: 2px;
  }
  .bluebox {
    background-image: none;
    border-left: 1rem solid #FFFFFF;
    left: 0;
    margin-left: 2px;
  }
  .bluebox .bluebox-border-left {
    display: none;
  }
  .bluebox .bluebox-border-top {
    max-width: 7em;
    height: 2rem;
  }
  .bluebox .bluebox-main {
    padding-left: 0;
  }
  header.bluebox-title {
    background: transparent;
  }
}
@media screen and (min-width: 640px) and (max-width: 720px -1) {
  .bluebox-top div.bluebox-main .bluebox-content img {
    max-width: 500px;
  }
  .bluebox-border-top {
    width: 7em !important;
  }
}
@media screen and (max-width: 639px), (min-resolution: 2dppx) and (max-width: 1280px), (-webkit-device-pixel-ratio: 3) and (max-width: 1280px) {
  .bluebox-image-frame .bluebox {
    background-image: none;
    border-left: 2em solid #FFFFFF;
    left: 0;
    margin-left: 0.5em;
  }
  .bluebox {
    background-image: none;
    border-left: 2em solid #FFFFFF;
  }
  .bluebox .bluebox-border-top {
    max-width: 6em;
    max-height: 50px;
    display: none;
  }
  .bluebox .bluebox-title {
    margin-inline: auto;
    padding-inline: 0;
    text-align: left;
    min-height: 52px;
  }
  .bluebox .bluebox-title .csc-firstHeader {
    margin-left: 1em;
    left: auto;
    right: auto;
  }
  .bluebox-content, .bluebox .bluebox-content {
    padding-left: 0;
  }
  .wigg_contentbox .bluebox .bluebox {
    left: -1em;
    margin-left: 0.3em;
  }
}
@media screen and (max-width: 380px) {
  .bluebox-image-frame .bluebox {
    background-image: none;
    border-left: 0;
  }
  .bluebox-image-frame .bluebox-title .csc-firstHeader {
    margin-left: 6px;
    padding: 0 3%;
  }
  .bluebox-border-top {
    display: none;
  }
  .bluebox {
    background-image: none;
    border-left: 0;
  }
  .bluebox .bluebox-title {
    padding: 0;
    min-height: 3em;
  }
  .bluebox .bluebox-title .csc-firstHeader {
    margin-left: 0;
  }
  .bluebox .bluebox-title > .ce-headline-left {
    left: 6px;
    padding: 0 3%;
  }
  .bluebox .bluebox-title > .ce-headline-center {
    left: 6px;
    padding: 0 3%;
  }
  .bluebox .bluebox-content, .bluebox .bluebox-title {
    padding-left: 0.75em;
  }
  .bluebox .bluebox-main {
    border-top: 1px solid #10007B;
    border-left: 1px solid #10007B;
  }
  .bluebox .bluebox-border-bottom {
    border-left: 8px solid #10007B;
  }
  .wigg_contentbox .bluebox .bluebox {
    left: -1em;
    margin-left: 0.1em;
  }
}
/* --- images ------------------ */
/* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */
.icebox-container > header {
  margin-bottom: 0.25em;
  padding: 0.4em;
}
.icebox-container > article {
  padding: 0 0.25em;
  margin-bottom: 0.25em;
  border-top: 1px dotted #BBE;
  margin-right: 1em;
}
.icebox-container > article .ce-textpic.ce-image {
  margin-top: 0.4em;
}
.icebox-container > .odd > article {
  margin-right: 1em;
}
.icebox-container > .even > article {
  margin-right: 1em;
}
.icebox-container > div > article.gridbox {
  padding-left: 0.25em;
}
.icebox-container > article.gridbox {
  padding-left: 0;
}
.icebox-container article h1 {
  margin-top: 0.3em;
}
.icebox-container article h2 {
  margin-top: 0.3em;
}
.icebox-container article h3 {
  margin-top: 0.3em;
}
.icebox-container article h4 {
  margin-top: 0.2em;
}
.icebox-container .ce-textpic.ce-image img {
  max-height: 300px;
  width: auto;
  height: auto;
  overflow: hidden;
}
.icebox-container figcaption {
  display: none;
}
.icebox-container .frame-invisible figcaption {
  display: run-in;
}

.icebox-symmetric > header {
  padding: 0.5em 0.4em 0;
}
.icebox-symmetric .odd, .icebox-symmetric .even {
  width: 48%;
  max-width: 50%;
  padding: 0.25em;
  margin: 0;
  min-height: 12em;
}
.icebox-symmetric .odd {
  float: left;
  padding-left: 0;
  border: 0;
}
.icebox-symmetric .odd .ce-textpic > .ce-textpic.ce-bodytext p:first-child {
  margin-top: 0;
}
.icebox-symmetric .even {
  float: left;
  border-left: 1px dotted #AAaaDD;
}
.icebox-symmetric .even .ce-textpic > .ce-textpic.ce-bodytext p:first-child {
  margin-top: 0;
}
.icebox-symmetric figcaption {
  display: none;
}

.icebox_container > article {
  border-top: 1px dotted #AAaaDD;
}
.icebox_container > article .ce-textpic.ce-image {
  margin-top: 0.4em;
}
.icebox_container article h1 {
  margin-top: 0.3em;
}
.icebox_container article h2 {
  margin-top: 0.3em;
}
.icebox_container article h3 {
  margin-top: 0.3em;
}
.icebox_container article h4 {
  margin-top: 0.2em;
}
.icebox_container .ce-textpic.ce-image img {
  max-height: 300px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.icebox-striped article {
  border-top: 1px dotted #AAaaDD;
}
.icebox-striped article .ce-gallery .ce-row {
  margin-bottom: 5px;
}
.icebox-striped article .ce-gallery .ce-row .ce-column {
  margin-right: 5px;
}
.icebox-striped .odd .ce-intext.ce-left .ce-gallery, .icebox-striped .odd .ce-intext.ce-right .ce-gallery {
  float: right;
  margin-left: 10px;
}
.icebox-striped .even .ce-intext.ce-left .ce-gallery, .icebox-striped .even .ce-intext.ce-right .ce-gallery {
  float: left;
  margin-right: 10px;
}
.icebox-striped figcaption {
  display: none;
}

.icebox-nested article {
  border-bottom: 1px dotted #AAaaDD;
}
.icebox-nested figcaption {
  display: none;
}

.icebox-asymmetric .odd {
  float: left;
  width: auto;
  padding: 0.25em;
  margin: 0;
  min-height: 8em;
  padding-left: 0;
  border: 0;
  min-width: 40%;
  max-width: 60%;
  clear: both;
}
.icebox-asymmetric .even {
  float: left;
  width: auto;
  padding: 0.25em;
  margin: 0;
  min-height: 8em;
  border-left: none;
  padding-left: 0.5em;
  padding-right: 0;
  min-width: 35%;
  max-width: 50%;
}
.icebox-asymmetric .even .ce-textpic-imagerow {
  float: none;
  clear: both;
}
.icebox-asymmetric .even figure.ce-textpic-image {
  min-height: 60px;
  height: auto;
  margin: 10px 0;
}
.icebox-asymmetric .even figcaption {
  display: none;
  width: 30%;
  margin-bottom: 1em;
  margin-top: -0.2em;
  min-height: 60px;
  height: auto;
  padding-inline: 3px;
}
.icebox-asymmetric .even .ce-textpic-right figure img {
  float: right;
}
.icebox-asymmetric .even .ce-textpic-above .ce-textpic.ce-image {
  overflow: visible;
}
.icebox-asymmetric .even .ce-textpic DIV.ce-textpic-imagerow {
  overflow: visible;
}
.icebox-asymmetric .even .ce-intext.ce-right.ce-nowrap .ce-textpic.ce-bodytext {
  margin-right: 30%;
}
.icebox-asymmetric .elementbox {
  float: none;
}
.icebox-asymmetric .elementbox .ce-textpic.ce-image .ce-textpic-imagerow {
  float: none;
}
.icebox-asymmetric header {
  clear: left;
}
.icebox-asymmetric figcaption {
  display: run-in;
}

.ce-textpic-caption {
  caption-side: bottom;
  text-align: left;
}

.page > .left_margin, .page > #left_margin {
  position: sticky;
  top: 0px;
  width: 128px;
  max-width: 128px;
}

.frame-col-marginalie {
  height: 105vh;
}
.frame-col-marginalie .ce-marginalie {
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: visible;
}
.frame-col-marginalie .ce-marginalie .ce-gallery {
  height: 100%;
  min-width: 100%;
}
.frame-col-marginalie .ce-marginalie .ce-gallery figure {
  height: 100%;
  max-width: none;
}
.frame-col-marginalie .ce-marginalie .ce-gallery figure.marginalie-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-postion: center center;
}
.frame-col-marginalie .ce-marginalie .ce-gallery figure.marginalie-bg img.marginalie {
  min-height: 88vh;
  max-width: 224px;
  object-fit: cover;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../Icons/loading.gif) no-repeat;
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../Icons/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../Icons/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../Icons/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#map {
  width: 100%;
  height: 440px;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  /* visual tweaks */
  background: #ddd;
  outline-offset: 1px;
  /* typography */
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
  /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #0078A8;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
  /* visual tweaks */
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari {
  /* hack that prevents hw layers "stretching" when loading new tiles */
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
  float: left;
  clear: both;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-right {
  right: 0;
}
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.leaflet-bottom {
  bottom: 0;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left {
  left: 0;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-toggle {
  background-image: url(../Images/Leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../Images/Leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:focus, .leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!
 RichText: WYSIWYG editor developed as jQuery plugin

 @name RichText
 @author https://github.com/webfashionist - Bob Schockweiler - richtext@webfashion.eu

 Copyright (C) 2020 Bob Schockweiler ( richtext@webfashion.eu )

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published
 by the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Affero General Public License for more details.

 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
.richText {
  z-index: 1;
  position: relative;
  background-color: #FAFAFA;
  border: #EFEFEF solid 1px;
  color: #333333;
  margin-left: 13em;
}
@media screen and (max-width: 1260px) {
  .richText {
    margin-inline: 1px;
  }
}
.richText .richText-form {
  font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.richText .richText-form label {
  display: block;
  padding: 0.5em 1em;
}
.richText .richText-form input[type=text], .richText .richText-form input[type=file], .richText .richText-form input[type=number], .richText .richText-form select {
  padding: 0.5em 1em;
  border: #999999 solid 1px;
  min-width: 200px;
  width: 100%;
}
.richText .richText-form select {
  cursor: pointer;
}
.richText .richText-form button {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  background-color: #3498db;
  border: none;
  color: #FAFAFA;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.richText .richText-toolbar {
  position: sticky;
  top: 0;
  min-height: 1.4em;
  background-color: inherit;
  border-bottom: #EFEFEF solid 1px;
  z-index: 1;
  text-align: left;
}
.richText .richText-toolbar .richText-length {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1em;
  vertical-align: middle;
  line-height: 2.5;
}
.richText .richText-toolbar .richText-length .black {
  color: #000;
}
.richText .richText-toolbar .richText-length .orange {
  color: orange;
}
.richText .richText-toolbar .richText-length .red {
  color: red;
}
.richText .richText-toolbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  border: 1px solid gold;
}
.richText .richText-toolbar ul li {
  display: block;
  list-style: none;
  flex-basis: 2em;
  flex-grow: 0;
  border: 1px solid red;
}
.richText .richText-toolbar ul li a {
  display: inline-block;
  padding: 0.5em;
  border-right: #EFEFEF solid 1px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.richText .richText-toolbar ul li a .fa, .richText .richText-toolbar ul li a .fas, .richText .richText-toolbar ul li a .far, .richText .richText-toolbar ul li a svg {
  font-size: 1em;
  pointer-events: none;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
  position: relative;
  display: block;
  margin: 3% auto 0 auto;
  background-color: #FAFAFA;
  border: #EFEFEF solid 1px;
  min-width: 100px;
  width: 300px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 5px 0 #333;
  -moz-box-shadow: 0 0 5px 0 #333;
  box-shadow: 0 0 5px 0 #333;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
  position: absolute;
  top: 0;
  right: -23px;
  background: #FFF;
  color: #333;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  width: 20px;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown {
  list-style: none;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li {
  display: block;
  float: none;
  font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
  display: block;
  padding: 0.5em 1em;
  border-bottom: #EFEFEF solid 1px;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
  background-color: #FFFFFF;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline {
  margin: 0.5rem 0.3rem;
  float: left;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.5em 0 #999;
  -moz-box-shadow: 0 0 0.5em 0 #999;
  box-shadow: 0 0 0.5em 0 #999;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a span {
  display: block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer div.richText-dropdown {
  padding: 0.5em 1em;
}
.richText .richText-toolbar ul li a:hover {
  background-color: #FFFFFF;
}
.richText .richText-toolbar ul li[data-disable=true] {
  opacity: 0.1;
}
.richText .richText-toolbar ul li[data-disable=true] a {
  cursor: default;
}
.richText .richText-toolbar ul li:not([data-disable=true]).is-selected .richText-dropdown-outer {
  display: block;
}
.richText .richText-toolbar ul:after {
  display: block;
  content: "";
  clear: both;
}
.richText .richText-toolbar:last-child {
  font-size: 12px;
  z-index: -1;
}
.richText .richText-toolbar:after {
  display: block;
  clear: both;
  content: "";
}
.richText .richText-editor {
  padding: 1.2em;
  background-color: #FFFFFF;
  border-left: #FFFFFF solid 2px;
  font-family: Calibri, Verdana, Helvetica, sans-serif;
  height: 7em;
  outline: none;
  overflow-y: scroll;
  overflow-x: auto;
}
.richText .richText-editor[placeholder]:before {
  content: attr(placeholder);
  color: #555;
}
.richText .richText-editor ul, .richText .richText-editor ol {
  margin: 0.5em 1.5em;
}
.richText .richText-editor table {
  margin: 0.5em 0;
  border-spacing: 0;
  width: 100%;
}
.richText .richText-editor table td, .richText .richText-editor table th {
  padding: 0.5em;
  border: #EFEFEF solid 1px;
}
.richText .richText-editor:focus {
  border-left: #3498db solid 2px;
}
.richText .richText-initial {
  margin-bottom: -4px;
  padding: 0.5em;
  background-color: #282828;
  border: none;
  color: #33FF33;
  font-family: Monospace, Calibri, Verdana, Helvetica, sans-serif;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 400px;
  height: 400px;
}
.richText .richText-help {
  float: right;
  display: block;
  padding: 0.5em 1em;
  cursor: pointer;
}
.richText .richText-undo,
.richText .richText-redo {
  float: left;
  display: block;
  padding: 0.5em 1em;
  border-right: #EFEFEF solid 1px;
  cursor: pointer;
}
.richText .richText-undo.is-disabled,
.richText .richText-redo.is-disabled {
  opacity: 0.4;
}
.richText .richText-help-popup a {
  color: #3498db;
  text-decoration: underline;
}
.richText .richText-help-popup hr {
  margin: 0.5em auto 5px auto;
  border: none;
  border-top: #EFEFEF solid 1px;
}
.richText .richText-list.list-rightclick {
  position: absolute;
  background-color: #FAFAFA;
  border-right: #EFEFEF solid 1px;
  border-bottom: #EFEFEF solid 1px;
}
.richText .richText-list.list-rightclick li {
  padding: 5px 7px;
  cursor: pointer;
  list-style: none;
}

.tx-mec-kois .searchform {
  clear: both;
}
.tx-mec-kois .searchform:after {
  clear: both;
}
.tx-mec-kois .searchform .searchform-item {
  float: left;
  margin-right: 0.25em;
  margin-bottom: 0.75em;
  text-align: left;
}
.tx-mec-kois .searchform > .typo3-messages, .tx-mec-kois .searchform + .typo3-messages {
  clear: both;
  float: right;
}
.tx-mec-kois .search-result-list {
  clear: both;
  margin-top: 0.5em;
}

.tx-mec-kois .mail-form fieldset {
  margin-bottom: 0.4em;
}
.tx-mec-kois .mail-form fieldset.validation, .tx-mec-kois .mail-form fieldset.validation.required {
  position: absolute;
  margin: 0 0 0 -999em;
}
.tx-mec-kois .mail-form fieldset.submit-buttons {
  margin-top: 1em;
}
.tx-mec-kois .mail-form fieldset.submit-buttons button, .tx-mec-kois .mail-form fieldset.submit-buttons button[type=submit], .tx-mec-kois .mail-form fieldset.submit-buttons button[type=reset] {
  font-size: 1rem;
  padding-inline: 0.6em;
  padding-block: 0.3em;
  line-height: 1.2;
  min-width: 13vw;
  margin-right: 1vw;
}
.tx-mec-kois .mail-form label {
  float: left;
  margin-right: 1em;
  vertical-align: baseline;
  width: 12em;
}
.tx-mec-kois .mail-form label.radio {
  float: none;
  display: inline-block;
  width: 35%;
  min-width: 16em;
}
.tx-mec-kois .mail-form label.header {
  font-weight: 600;
  width: auto;
  min-width: 12em;
  line-height: 180%;
}
.tx-mec-kois .mail-form label.required:after, .tx-mec-kois .mail-form label.required-alias:after {
  content: " *";
  color: #cc0000;
  font-weight: bold;
}
@media screen and (max-width: 1260px) {
  .tx-mec-kois .mail-form fieldset:not(.consent) label {
    float: none;
    display: block;
  }
  .tx-mec-kois .mail-form fieldset.consent label {
    width: auto;
  }
  .tx-mec-kois .mail-form fieldset.consent label.required-alias:after {
    content: ": ";
    font-weight: normal;
    color: inherit;
  }
  .tx-mec-kois .mail-form fieldset.consent input:required + label::after {
    color: #cc0000;
    font-weight: bold;
  }
}
.tx-mec-kois .mail-form input {
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
}
.tx-mec-kois .mail-form input[type=text], .tx-mec-kois .mail-form input[type=email], .tx-mec-kois .mail-form input[type=tel] {
  font-size: 1.1em;
  line-height: 150%;
  min-width: 12em;
}
.tx-mec-kois .mail-form input[type=text].subject, .tx-mec-kois .mail-form input[type=email].subject, .tx-mec-kois .mail-form input[type=tel].subject {
  width: calc(100% - (12em + 3em));
}
.tx-mec-kois .mail-form .field-row {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0.3em 0;
  min-height: 1.5em;
}
.tx-mec-kois .mail-form .field-row span.textfield {
  flex-basis: 45%;
  flex-grow: 1;
  min-width: 45%;
}
.tx-mec-kois .mail-form .field-row span.textfield:nth-of-type(2) {
  margin-left: 1%;
}

.tx-mec-kois:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.tx-mec-kois .koi-add-images-row, .tx-mec-kois .koi-images-row {
  border-color: transparent;
  border-style: solid;
  border-width: 0 1px 1px;
  display: block;
  margin-bottom: 0.5em;
  margin-left: -1px;
  padding: 0;
  width: 100%;
}
.tx-mec-kois .koi-add-images-row.many-images figure, .tx-mec-kois .koi-images-row.many-images figure {
  padding: 0;
  width: 25%;
  height: auto;
  float: left;
}
.tx-mec-kois .koi-add-images-row.for-1-images-full, .tx-mec-kois .koi-images-row.for-1-images-full {
  border-right: none;
}
.tx-mec-kois .koi-add-images-row.for-1-images-full figure,
.tx-mec-kois .koi-add-images-row.for-1-images-full figure.koi-imageset-1, .tx-mec-kois .koi-images-row.for-1-images-full figure,
.tx-mec-kois .koi-images-row.for-1-images-full figure.koi-imageset-1 {
  padding: 0;
  width: 100%;
  float: none;
  display: block;
  border: none;
}
.tx-mec-kois .koi-add-images-row.for-1-images-full figure img,
.tx-mec-kois .koi-add-images-row.for-1-images-full figure.koi-imageset-1 img, .tx-mec-kois .koi-images-row.for-1-images-full figure img,
.tx-mec-kois .koi-images-row.for-1-images-full figure.koi-imageset-1 img {
  max-height: 98%;
  max-width: 100%;
  margin: 2px auto;
}
.tx-mec-kois .koi-add-images-row.for-1-images, .tx-mec-kois .koi-add-images-row.for-2-images, .tx-mec-kois .koi-images-row.for-1-images, .tx-mec-kois .koi-images-row.for-2-images {
  border-right: none;
}
.tx-mec-kois .koi-add-images-row.for-1-images figure, .tx-mec-kois .koi-add-images-row.for-2-images figure, .tx-mec-kois .koi-images-row.for-1-images figure, .tx-mec-kois .koi-images-row.for-2-images figure {
  padding: 0;
  width: 50%;
  float: left;
}
.tx-mec-kois .koi-add-images-row.for-1-images figure:nth-of-type(3n), .tx-mec-kois .koi-add-images-row.for-2-images figure:nth-of-type(3n), .tx-mec-kois .koi-images-row.for-1-images figure:nth-of-type(3n), .tx-mec-kois .koi-images-row.for-2-images figure:nth-of-type(3n) {
  clear: left;
}
.tx-mec-kois .koi-add-images-row.for-1-images figure img, .tx-mec-kois .koi-add-images-row.for-2-images figure img, .tx-mec-kois .koi-images-row.for-1-images figure img, .tx-mec-kois .koi-images-row.for-2-images figure img {
  max-height: 90%;
  width: 100%;
  margin: auto;
}
.tx-mec-kois .koi-add-images-row.for-3-images, .tx-mec-kois .koi-images-row.for-3-images {
  border-right: none;
}
.tx-mec-kois .koi-add-images-row.for-3-images figure, .tx-mec-kois .koi-images-row.for-3-images figure {
  padding: 0;
  width: 33%;
  float: left;
}
.tx-mec-kois .koi-add-images-row.for-3-images figure:nth-of-type(4n), .tx-mec-kois .koi-images-row.for-3-images figure:nth-of-type(4n) {
  clear: left;
}
.tx-mec-kois .koi-add-images-row.for-3-images figure img, .tx-mec-kois .koi-images-row.for-3-images figure img {
  max-height: 90%;
  width: 100%;
  margin: auto;
}
.tx-mec-kois .koi-add-images-row figcaption, .tx-mec-kois .koi-images-row figcaption {
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
}
.tx-mec-kois .koi-add-images-row figure.ce-textpic-other, .tx-mec-kois .koi-images-row figure.ce-textpic-other {
  margin-bottom: 0 !important;
}
.tx-mec-kois .koi-add-images-row .ce-textpic-other,
.tx-mec-kois .koi-add-images-row figure.odd-image,
.tx-mec-kois .koi-add-images-row figure.even-image, .tx-mec-kois .koi-images-row .ce-textpic-other,
.tx-mec-kois .koi-images-row figure.odd-image,
.tx-mec-kois .koi-images-row figure.even-image {
  float: left;
}
.tx-mec-kois article {
  border: 0 solid transparent;
}
.tx-mec-kois article .ce-textpic .ce-textpic-imagewrap {
  width: 100%;
}
.tx-mec-kois article .ce-textpic .ce-textpic-imagewrap img {
  width: 100%;
}
@media screen and (min-width: 510px) {
  .tx-mec-kois article .ce-textpic .ce-textpic-imagewrap {
    max-width: 55%;
  }
  .tx-mec-kois article .ce-textpic .ce-textpic-imagewrap img {
    width: fit-content;
  }
}
.tx-mec-kois article figure.koi-main-image, .tx-mec-kois article .ce-textpic .ce-textpic-imagewrap .koi-main-image {
  position: relative;
  float: left;
  overflow: hidden;
  margin-block: 0;
  margin-left: 0;
  margin-right: 1em;
  padding: 0;
  height: fit-content;
}
.tx-mec-kois article figure.koi-main-image *, .tx-mec-kois article .ce-textpic .ce-textpic-imagewrap .koi-main-image * {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
}
.tx-mec-kois article figure.koi-main-image a, .tx-mec-kois article .ce-textpic .ce-textpic-imagewrap .koi-main-image a {
  height: fit-content;
  display: inline-block;
}
.tx-mec-kois article figure.koi-main-image a img, .tx-mec-kois article .ce-textpic .ce-textpic-imagewrap .koi-main-image a img {
  height: fit-content;
  border: 1px solid transparent;
}
.tx-mec-kois article ul.koi-properties {
  min-height: 10em;
}
.tx-mec-kois article ul.koi-properties li {
  margin-left: 0.8em;
}
.tx-mec-kois article a.koi-details {
  display: block;
  line-height: 120%;
  margin-inline: 1px 0.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #001199;
  background-color: #eee;
  padding: 0.2em 0em;
  text-align: center;
}
.tx-mec-kois article.single-koi {
  clear: both;
  margin-top: 0.5em;
}
.tx-mec-kois article.single-koi .koi-images-row {
  height: auto;
  max-height: 180px;
}
.tx-mec-kois article.single-koi .koi-video-row .video-single {
  float: none;
  margin: 1px 0;
}
.tx-mec-kois article.single-koi .koi-video-row .video-row-item {
  float: left;
  margin: 1px;
  margin-right: 0px;
}
.tx-mec-kois article.single-koi .koi-video-row .video-row-item:nth-of-type(odd) {
  clear: left;
  margin-right: 1px;
  margin-left: 0px;
}
.tx-mec-kois article.single-koi .koi-video-row .video-js {
  max-width: 100%;
  border: 1px solid #2E2D2D;
}
.tx-mec-kois article.single-koi .koi-video-row video {
  max-width: 100%;
}
.tx-mec-kois .koi-videos figcaption {
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
}

.tx-mec-kois section > article.gridbox {
  margin-bottom: 0.25em;
}

.koi-list > .gridbox, .collection-koilist > .gridbox {
  padding-left: 0.5em;
}
.koi-list > article.gridbox, .collection-koilist > article.gridbox {
  padding: 0 0.25em;
}
.koi-list > article, .collection-koilist > article {
  margin-bottom: 0.25em;
}

.koi-collection, .koi-collection-2 {
  margin-block: 1em;
  border-bottom: 1px dotted #DFDFEF;
}

.collection-koi-list .collectionName,
.collection-koilist-2 .collectionName,
.koi-collection .collectionName,
.koi-collection-2 .collectionName {
  display: none;
}

.search-result-list .collectionName {
  color: #77A;
}
.search-result-list p.collectionName {
  line-height: 1.3em;
  margin-top: 0.25em;
}
.search-result-list ul.koi-properties li.collectionName {
  list-style-type: none;
  margin-left: 0;
}

.koi-list article, .koi-collection article, .collection-koilist article,
.koi-list-2 article, .koi-collection-2 article, .collection-koilist-2 article {
  display: flex;
  flex-flow: column;
}
.koi-list article header, .koi-collection article header, .collection-koilist article header,
.koi-list-2 article header, .koi-collection-2 article header, .collection-koilist-2 article header {
  flex: 0 1 auto;
}
.koi-list article > div.ce-textpic, .koi-collection article > div.ce-textpic, .collection-koilist article > div.ce-textpic,
.koi-list-2 article > div.ce-textpic, .koi-collection-2 article > div.ce-textpic, .collection-koilist-2 article > div.ce-textpic {
  flex: 1 1 auto;
}
.koi-list article > a.koi-details, .koi-collection article > a.koi-details, .collection-koilist article > a.koi-details,
.koi-list-2 article > a.koi-details, .koi-collection-2 article > a.koi-details, .collection-koilist-2 article > a.koi-details {
  flex: 0 1 auto;
}
.koi-list .odd-koi, .koi-list .even-koi, .koi-collection .odd-koi, .koi-collection .even-koi, .collection-koilist .odd-koi, .collection-koilist .even-koi,
.koi-list-2 .odd-koi,
.koi-list-2 .even-koi, .koi-collection-2 .odd-koi, .koi-collection-2 .even-koi, .collection-koilist-2 .odd-koi, .collection-koilist-2 .even-koi {
  margin: 0;
  min-height: 15em;
  padding: 0.25em;
}
.koi-list .odd-koi ul.koi-properties, .koi-list .even-koi ul.koi-properties, .koi-collection .odd-koi ul.koi-properties, .koi-collection .even-koi ul.koi-properties, .collection-koilist .odd-koi ul.koi-properties, .collection-koilist .even-koi ul.koi-properties,
.koi-list-2 .odd-koi ul.koi-properties,
.koi-list-2 .even-koi ul.koi-properties, .koi-collection-2 .odd-koi ul.koi-properties, .koi-collection-2 .even-koi ul.koi-properties, .collection-koilist-2 .odd-koi ul.koi-properties, .collection-koilist-2 .even-koi ul.koi-properties {
  min-height: 10em;
}
.koi-list .odd-koi ul.koi-properties li, .koi-list .even-koi ul.koi-properties li, .koi-collection .odd-koi ul.koi-properties li, .koi-collection .even-koi ul.koi-properties li, .collection-koilist .odd-koi ul.koi-properties li, .collection-koilist .even-koi ul.koi-properties li,
.koi-list-2 .odd-koi ul.koi-properties li,
.koi-list-2 .even-koi ul.koi-properties li, .koi-collection-2 .odd-koi ul.koi-properties li, .koi-collection-2 .even-koi ul.koi-properties li, .collection-koilist-2 .odd-koi ul.koi-properties li, .collection-koilist-2 .even-koi ul.koi-properties li {
  margin-left: 0.6em;
}
.koi-list .odd-koi .koi-images-row, .koi-list .even-koi .koi-images-row, .koi-collection .odd-koi .koi-images-row, .koi-collection .even-koi .koi-images-row, .collection-koilist .odd-koi .koi-images-row, .collection-koilist .even-koi .koi-images-row,
.koi-list-2 .odd-koi .koi-images-row,
.koi-list-2 .even-koi .koi-images-row, .koi-collection-2 .odd-koi .koi-images-row, .koi-collection-2 .even-koi .koi-images-row, .collection-koilist-2 .odd-koi .koi-images-row, .collection-koilist-2 .even-koi .koi-images-row {
  width: fit-content;
}
.koi-list .odd-koi .koi-images-row .ce-textpic .ce-textpic-image img, .koi-list .odd-koi .koi-images-row .ce-textpic a img, .koi-list .even-koi .koi-images-row .ce-textpic .ce-textpic-image img, .koi-list .even-koi .koi-images-row .ce-textpic a img, .koi-collection .odd-koi .koi-images-row .ce-textpic .ce-textpic-image img, .koi-collection .odd-koi .koi-images-row .ce-textpic a img, .koi-collection .even-koi .koi-images-row .ce-textpic .ce-textpic-image img, .koi-collection .even-koi .koi-images-row .ce-textpic a img, .collection-koilist .odd-koi .koi-images-row .ce-textpic .ce-textpic-image img, .collection-koilist .odd-koi .koi-images-row .ce-textpic a img, .collection-koilist .even-koi .koi-images-row .ce-textpic .ce-textpic-image img, .collection-koilist .even-koi .koi-images-row .ce-textpic a img,
.koi-list-2 .odd-koi .koi-images-row .ce-textpic .ce-textpic-image img,
.koi-list-2 .odd-koi .koi-images-row .ce-textpic a img,
.koi-list-2 .even-koi .koi-images-row .ce-textpic .ce-textpic-image img,
.koi-list-2 .even-koi .koi-images-row .ce-textpic a img, .koi-collection-2 .odd-koi .koi-images-row .ce-textpic .ce-textpic-image img, .koi-collection-2 .odd-koi .koi-images-row .ce-textpic a img, .koi-collection-2 .even-koi .koi-images-row .ce-textpic .ce-textpic-image img, .koi-collection-2 .even-koi .koi-images-row .ce-textpic a img, .collection-koilist-2 .odd-koi .koi-images-row .ce-textpic .ce-textpic-image img, .collection-koilist-2 .odd-koi .koi-images-row .ce-textpic a img, .collection-koilist-2 .even-koi .koi-images-row .ce-textpic .ce-textpic-image img, .collection-koilist-2 .even-koi .koi-images-row .ce-textpic a img {
  width: max-content;
  max-height: 100px;
}
.koi-list .odd-koi, .koi-collection .odd-koi, .collection-koilist .odd-koi,
.koi-list-2 .odd-koi, .koi-collection-2 .odd-koi, .collection-koilist-2 .odd-koi {
  margin-left: 1%;
}

.koi-list-2, .koi-collection-2, .collection-koilist-2 {
  overflow: auto;
  border-bottom: 1px solid transparent;
}
.koi-list-2 .odd-koi, .koi-collection-2 .odd-koi, .collection-koilist-2 .odd-koi {
  border-top-width: 1px;
  border-inline-width: 1px;
}
.koi-list-2 .even-koi, .koi-collection-2 .even-koi, .collection-koilist-2 .even-koi {
  border-top-width: 1px;
  border-right-width: 1px;
  padding-left: 0.5%;
  margin-inline: 0;
}

@media screen and (max-width: 720px) {
  .koi-list article .ce-textpic .ce-textpic-imagewrap, .koi-collection article .ce-textpic .ce-textpic-imagewrap, .collection-koilist article .ce-textpic .ce-textpic-imagewrap,
  .koi-list-2 article .ce-textpic .ce-textpic-imagewrap, .koi-collection-2 article .ce-textpic .ce-textpic-imagewrap, .collection-koilist-2 article .ce-textpic .ce-textpic-imagewrap {
    clear: both;
    display: block;
    float: none;
  }
  .koi-list article .ce-textpic .ce-textpic-imagewrap:after, .koi-collection article .ce-textpic .ce-textpic-imagewrap:after, .collection-koilist article .ce-textpic .ce-textpic-imagewrap:after,
  .koi-list-2 article .ce-textpic .ce-textpic-imagewrap:after, .koi-collection-2 article .ce-textpic .ce-textpic-imagewrap:after, .collection-koilist-2 article .ce-textpic .ce-textpic-imagewrap:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
}
/** floating columns **/
.koi-list, .koi-collection,
.koi-list-2, .koi-collection-2 {
  width: 100%;
}
.koi-list .collection-koilist, .koi-list .collection-koilist-2, .koi-collection .collection-koilist, .koi-collection .collection-koilist-2,
.koi-list-2 .collection-koilist,
.koi-list-2 .collection-koilist-2, .koi-collection-2 .collection-koilist, .koi-collection-2 .collection-koilist-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 100%));
  grid-template-rows: auto;
  grid-auto-flow: row;
  border: solid transparent 0px;
  border-inline-width: 0px;
  width: auto;
  overflow: hidden;
}
.koi-list .odd-koi, .koi-list .even-koi, .koi-collection .odd-koi, .koi-collection .even-koi,
.koi-list-2 .odd-koi,
.koi-list-2 .even-koi, .koi-collection-2 .odd-koi, .koi-collection-2 .even-koi {
  margin: 0;
  justify-self: stretch;
}
.koi-list .odd-koi, .koi-collection .odd-koi,
.koi-list-2 .odd-koi, .koi-collection-2 .odd-koi {
  border-inline-width: 1px 0;
}
.koi-list .even-koi, .koi-collection .even-koi,
.koi-list-2 .even-koi, .koi-collection-2 .even-koi {
  border-inline-width: 0 1px;
}

@media screen and (max-width: 989px) {
  .koi-list .odd-koi, .koi-list .even-koi, .koi-collection .odd-koi, .koi-collection .even-koi, .collection-koilist .odd-koi, .collection-koilist .even-koi,
  .koi-list-2 .odd-koi,
  .koi-list-2 .even-koi, .koi-collection-2 .odd-koi, .koi-collection-2 .even-koi, .collection-koilist-2 .odd-koi, .collection-koilist-2 .even-koi {
    float: none;
    margin: 0;
    max-width: 100%;
    min-height: 10em;
    padding: 0.5em 0.25em;
    width: 96%;
  }
  .koi-list .odd-koi, .koi-collection .odd-koi, .collection-koilist .odd-koi,
  .koi-list-2 .odd-koi, .koi-collection-2 .odd-koi, .collection-koilist-2 .odd-koi {
    border-right: 0;
    background-color: transparent;
    border-color: transparent;
  }
  .koi-list article .ce-textpic .ce-textpic-imagewrap, .koi-collection article .ce-textpic .ce-textpic-imagewrap, .collection-koilist article .ce-textpic .ce-textpic-imagewrap,
  .koi-list-2 article .ce-textpic .ce-textpic-imagewrap, .koi-collection-2 article .ce-textpic .ce-textpic-imagewrap, .collection-koilist-2 article .ce-textpic .ce-textpic-imagewrap {
    float: left;
  }
  .koi-list article .ce-textpic .ce-textpic-imagewrap:after, .koi-collection article .ce-textpic .ce-textpic-imagewrap:after, .collection-koilist article .ce-textpic .ce-textpic-imagewrap:after,
  .koi-list-2 article .ce-textpic .ce-textpic-imagewrap:after, .koi-collection-2 article .ce-textpic .ce-textpic-imagewrap:after, .collection-koilist-2 article .ce-textpic .ce-textpic-imagewrap:after {
    display: none;
  }
  .koi-list .gridbox:after, .koi-list article:after, .koi-collection .gridbox:after, .koi-collection article:after, .collection-koilist .gridbox:after, .collection-koilist article:after,
  .koi-list-2 .gridbox:after,
  .koi-list-2 article:after, .koi-collection-2 .gridbox:after, .koi-collection-2 article:after, .collection-koilist-2 .gridbox:after, .collection-koilist-2 article:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .koi-list, .koi-collection,
  .koi-list-2, .koi-collection-2 {
    width: 100%;
  }
  .koi-list .collection-koilist, .koi-list .collection-koilist-2, .koi-collection .collection-koilist, .koi-collection .collection-koilist-2,
  .koi-list-2 .collection-koilist,
  .koi-list-2 .collection-koilist-2, .koi-collection-2 .collection-koilist, .koi-collection-2 .collection-koilist-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 50%));
    grid-template-rows: auto;
    grid-auto-flow: row;
    border: solid transparent 0px;
    border-block-width: 1px 0;
    border-inline-width: 0 1px;
    width: auto;
    overflow: hidden;
  }
  .koi-list .odd-koi, .koi-list .even-koi, .koi-collection .odd-koi, .koi-collection .even-koi,
  .koi-list-2 .odd-koi,
  .koi-list-2 .even-koi, .koi-collection-2 .odd-koi, .koi-collection-2 .even-koi {
    margin: 0;
    border-block-width: 0 1px;
    border-inline-width: 1px 0;
    justify-self: stretch;
  }
}
@media screen and (min-width: 1500px) {
  .koi-list .collection-koilist, .koi-list .collection-koilist-2, .koi-collection .collection-koilist, .koi-collection .collection-koilist-2,
  .koi-list-2 .collection-koilist,
  .koi-list-2 .collection-koilist-2, .koi-collection-2 .collection-koilist, .koi-collection-2 .collection-koilist-2 {
    grid-template-columns: repeat(auto-fill, minmax(calc(30em + 1vw), 1fr));
  }
}
/* validationEngine */
/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError .formErrorContent {
  width: 100%;
  background: #cc0000;
  position: relative;
  color: #FFFFFF;
  min-width: 120px;
  font-size: 0.9em;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #cc0000;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: none;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #DFDFEF;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #DFDFEF;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.greenPopup .formErrorContent {
  background: #33be40;
}
.greenPopup .formErrorArrow div {
  background-color: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFFFFF;
}
.blackPopup .formErrorArrow div {
  background-color: #393939;
}

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