@charset "UTF-8";
:root {
  --wm-night: #031428;
  --wm-navy: #031428;
  --wm-gold: #D8A45B;
  --wm-gold-mid: #AF7D43;
  --wm-gold-light: #EEC078;
  --wm-gold-shadow: #8F5A28;
  --wm-ink: #0D0A08;
  --wm-wood: #3A2414;
  --wm-amber: #C97E3A; }

/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

.ce-gallery img {
  display: block; }

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

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px; }

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

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

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

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

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

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0; }

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

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

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

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

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

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

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

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

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 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%; }

/**
 * MENU TOGGLE TYPE
 *
 * Use a Hamburger Icon or a Navigation bar.
 * Please note the slightly different HTML markup (demos).
 *
 */
/**
 * LABEL FORM
 */
/**
 * COLORS
 *
 * You can assign different colors to the first level and the sublevels,
 * e.g. a transparent bar and colored sublevels (see hamburger demo).
 */
/* first menu level */
/* menu sublevels */
/* active page */
/* miscellaneous */
/**
 * MEASURES
 */
/**
 * MENU TOGGLE TYPE
 */
#toggle-menu {
  background-color: #031428;
  color: #EEC078;
  display: block;
  /*padding: 0.75em 1em;*/
  position: relative; }

/**
 * MENU ARROWS
 */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff; } }
/**
 * MOBILE VIEW
 */
.topnavi__lvl--first {
  background-color: #031428; }

.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table; }

.topnavi__lvl--first,
.topnavi__lvl--sub {
  margin: 0;
  padding: 0; }

.topnavi__lvl--first,
.topnavi input[type="checkbox"] {
  display: none; }

#toggle:checked + .topnavi__lvl--first,
.topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
  display: block; }

.topnavi__item {
  color: #EEC078;
  display: block;
  position: relative; }

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none; }

.topnavi__item a:hover, .topnavi__item a:focus {
  text-decoration: none; }

/*.topnavi__item--header {
  background-color: #424254;
  color: #7abcb2;
  display: block;
  font-size: 0.75em;
  padding: 1.5em 1.25em 0.25em; }*/
.topnavi__link--first {
  background-color: #031428;
  color: #EEC078;
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--first:hover {
  background-color: #D8A45B;
  color: #0D0A08; }

.topnavi__lvl--sub {
  display: none;
  padding-left: 1em; }

.topnavi__link--sub {
  background-color: #031428;
  color: #EEC078;
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--sub:hover {
  background-color: #D8A45B;
  color: #0D0A08; }

.topnavi__link--active {
  background-color: #031428;
  color: #D8A45B;
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

/**
 * DESKTOP VIEW
 */
@media only screen and (min-width: 768px) {
  .topnavi {
    background-color: #031428;
    display: flex;
    align-items: center;
    justify-content: center; }

  .topnavi__lvl--first {
    background-color: transparent; }

  #toggle-menu,
  .topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
    display: none; }

  .topnavi__lvl--first,
  .topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
    display: block; }

  .topnavi__item {
    float: left; }

  .topnavi__link--first {
    background-color: #031428;
    color: #EEC078;
    padding: 0.75em 1em;
    padding-right: 42px; }

  .topnavi__link--first:hover {
    background-color: transparent;
    color: #D8A45B; }

  .topnavi__link--active {
    background-color: #031428;
    color: #D8A45B; }

  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 14em;
    max-width: min(90vw, 22em);
    z-index: 3000; }

  .topnavi__lvl--sub .topnavi__item {
    float: none; }

  .topnavi__lvl--sub .topnavi__link--sub,
  .topnavi__lvl--sub .topnavi__link--active {
    white-space: normal;
    line-height: 1.35;
    padding: 0.75em 1.25em;
    padding-right: 1.25em;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    overflow-wrap: normal;
    word-break: normal; }

  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%; } }
/**
 * LABELS
 */
.topnavi__label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.topnavi__label {
  background-color: transparent;
  height: 100%;
  padding: 0 .5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0; }

.topnavi {
  border-bottom: 1px solid #D8A45B;
  font-weight: bold;
  font-size: 1.1rem; }

#toggle-menu {
  border-bottom: 1px solid #D8A45B; }

.topnavi__lvl--sub {
  border-top: 1px solid #D8A45B; }

.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0; }

.topnavi__item {
  border-bottom: 1px solid #D8A45B; }

.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.topnavi__item a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out; }

@media only screen and (min-width: 768px) {
  .topnavi__item {
    border-width: 0 1px 0 0; }

  .topnavi__lvl--sub {
    border-width: 0; }

  .topnavi__lvl--sub .topnavi__item {
    border-width: 0 0 1px; } }
/* ############# Navigation Symbol Mobil ############### */
.topnavi .container {
  padding: 0.75em 25px;
  cursor: pointer; }

.topnavi .bar1,
.topnavi .bar2,
.topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.topnavi .change .bar1 {
  -webkit-transform: rotate(45deg) translate(0, -2px);
  transform: rotate(45deg) translate(0, -2px);
  background: #FFFFFF; }

.topnavi .change .bar2 {
  opacity: 0; }

.topnavi .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px);
  background: #FFFFFF; }

.topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 2s; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* CSS Document */
@media only screen and (min-width: 768px) {
  .grid-container .grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .col-lg {
    width: 50%;
    padding-right: 48px; }

  .col-lg-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-right: 48px; }

  .col-lg-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-right: 28px; }

  .col-lg-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-right: 48px; }

  .col-lg-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    padding-right: 48px; }

  .col-lg-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
    padding-right: 48px; }

  .grid-row:last-child,
  .col-lg:last-child,
  .col-lg-3:last-child,
  .col-lg-4:last-child,
  .col-lg-6:last-child,
  .col-lg-8:last-child,
  .col-lg-9:last-child {
    padding-right: 0; }

  .frame-type-fourthcol .col-lg-6 {
    padding-right: 24px; } }
.text-link-blau {
  color: #D8A45B; }

.text-link-blau a {
  color: #D8A45B !important; }

.text-link-blau a:hover {
  color: #0D0A08 !important; }

/* CSS Document */
.frame-layout-1 .grid-row {
  height: 100%; }

.frame-layout-1 .frame-extrablock {
  height: 100%; }

.frame-extrablock {
  border: 0.5px solid #E8E4DC;
  padding: 10px;
  background-color: #031428; }

.frame-extrablock h2 {
  padding: 5px 15px;
  margin: 0;
  text-align: center; }

.space-content .ce-intext.ce-right .ce-gallery,
.space-content .ce-intext.ce-left .ce-gallery {
  max-width: 100%; }

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery {
  max-width: 100%; }

.ce-intext .ce-column figure.image {
  width: 100%;
  max-width: 100%; }

.space-content .ce-intext .ce-column figure.image {
  width: 100%;
  max-width: 100%; }

.space-content .ce-intext .ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0; }

.space-content .ce-intext .ce-gallery .ce-column {
  flex: 1 1 calc(50% - 0.25rem);
  min-width: 0;
  width: auto;
  max-width: calc(50% - 0.25rem);
  float: none;
  margin-right: 0; }

.space-content .ce-intext .ce-gallery[data-ce-columns="1"] .ce-column {
  flex: 1 1 100%;
  max-width: 100%; }

.space-content .ce-intext::after {
  content: "";
  display: table;
  clear: both; }

.ce-intext::after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 768px) {
  .ce-intext.ce-right .ce-gallery {
    float: right;
    max-width: 50%;
    margin: 0 0 1rem 2rem; }

  .ce-intext.ce-left .ce-gallery {
    float: left;
    max-width: 50%;
    margin: 0 2rem 1rem 0; }

  .ce-intext .ce-bodytext {
    overflow: visible; }

  .space-content .ce-intext.ce-right .ce-gallery {
    float: right;
    max-width: 50%;
    margin: 0 0 1rem 2rem; }

  .space-content .ce-intext.ce-left .ce-gallery {
    float: left;
    max-width: 50%;
    margin: 0 2rem 1rem 0; }

  .space-content .ce-intext .ce-bodytext {
    overflow: visible; } }
@media only screen and (max-width: 767px) {
  .ce-intext.ce-right .ce-gallery,
  .ce-intext.ce-left .ce-gallery {
    float: none;
    max-width: 100%;
    margin: 0 0 1rem; }

  .space-content .ce-intext.ce-right .ce-gallery,
  .space-content .ce-intext.ce-left .ce-gallery {
    float: none;
    max-width: 100%;
    margin: 0 0 1rem; }

  .space-content .ce-intext .ce-gallery .ce-column {
    flex: 1 1 100%;
    max-width: 100%; } }
/*################# Tabelle für Termine ##################*/
.frame-tabelle-termine .contenttable {
  width: 100%;
  background-color: #031428; }

.frame-tabelle-termine td {
  padding: 10px;
  border-bottom: solid 1px #c6c6c6; }

.frame-tabelle-termine thead {
  font-weight: bold;
  background-color: #c6c6c6; }

.frame-tabelle-termine tr:hover {
  background-color: #efefef;
  border-left: solid 1px #fff; }

.frame-tabelle-termine a {
  display: block;
  padding: 8px;
  background-color: #D8A45B;
  color: #0D0A08;
  border-radius: 5px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(136, 136, 136, 0.38);
  text-decoration: none; }

.frame-tabelle-termine a:hover {
  color: #0D0A08;
  background-color: #EEC078; }

@media only screen and (max-width: 1140px) {
  /* Force table to not be like tables anymore */
  .frame-tabelle-termine table,
  .frame-tabelle-termine thead,
  .frame-tabelle-termine tbody,
  .frame-tabelle-termine th,
  .frame-tabelle-termine td,
  .frame-tabelle-termine tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-tabelle-termine thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-tabelle-termine tr {
    border: 1px solid #ccc;
    margin-bottom: 25px; }

  .frame-tabelle-termine td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  .frame-tabelle-termine td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-tabelle-termine td:nth-of-type(1):before {
    content: "Datum:"; }

  .frame-tabelle-termine td:nth-of-type(2):before {
    content: "Uhrzeit:"; }

  .frame-tabelle-termine td:nth-of-type(3):before {
    content: "Wo:"; }

  .frame-tabelle-termine td:nth-of-type(4):before {
    content: "Veranstaltung:"; }

  .frame-tabelle-termine td:nth-of-type(5):before {
    content: "??"; }

  .frame-tabelle-termine td:nth-of-type(6):before {
    content: "??"; } }
@media only screen and (max-width: 600px) {
  .frame-tabelle-termine td {
    font-size: 0.8rem; } }
/*###### Tabelle normal ######*/
.frame-tabelle-normal .contenttable {
  padding: 5px 10px 5px 0; }

.frame-tabelle-normal .contenttable tr td:first-child {
  font-weight: bold;
  padding-right: 25px; }

.frame-tabelle-normal tr:hover {
  background-color: #c6c6c6; }

@media only screen and (max-width: 600px) {
  .frame-tabelle-normal .contenttable {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

  .frame-tabelle-normal .contenttable tr td:first-child {
    font-weight: bold;
    padding-right: 5px; } }
@media only screen and (max-width: 460px) {
  .frame-bildergalerie img,
  .frame-bildergalerie figure {
    min-width: 100%;
    height: auto; } }
.frame-whiteborder, .frame-whitebox {
  border: solid 0.5px #fff;
  margin-bottom: 25px;
  height: 100%; }

.frame-whiteborder .ce-bodytext,
.frame-whiteborder header,
.frame-whitebox .ce-bodytext,
.frame-whitebox header {
  padding: 0 25px; }

.frame-whiteborder header,
.frame-whitebox header {
  text-align: center; }

.frame-whitebox {
  background-color: #FFFFFF;
  color: #031428; }

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #031428; }

#wrapp-all {
  background-color: #031428;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 10% 0; }

.logo {
  width: 30%;
  margin: 0 auto; }

.logo img {
  max-width: 20%;
  height: auto;
  padding: 15px 0 0 15px;
  min-width: 100px; }

.logo-name h3 {
  padding: 25px 0;
  font-size: 5vw;
  margin: 10px 0;
  font-weight: 100;
  letter-spacing: 5px; }

.logo-name a {
  text-decoration: none;
  color: #FFFFFF; }

.logo-name a:hover {
  color: #FFFFFF; }

.logo-name {
  padding: 0 25px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto; }

  .logo {
    padding: 5px; }

  .logo img {
    height: auto;
    max-width: 20%; }

  .logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .logo-name {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    text-align: right;
    font-size: 1.9rem;
    padding: 0 50px 0; }

  .logo-name h3 {
    font-size: 3vw; } }
body {
  color: #E8E4DC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 2px; }

.space-content h1 {
  color: #EEC078;
  font-size: 5vw;
  text-align: center;
  font-weight: 100;
  padding: 5% 0; }

.space-content h2 {
  color: #D8A45B;
  font-weight: bold; }

.space-content h3 {
  color: #D8A45B;
  font-weight: 100; }

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

.space-content a {
  color: #E8E4DC;
  transition: all .225s ease-in-out;
  -webkit-transition: all .225s ease-in-out; }

.space-content a:hover {
  color: #D8A45B; }

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  padding: 10px; }

@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2rem; }

  .space-content h2 {
    font-size: 1.5rem; } }
/*Silbentrennung*/
p, h2 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.layout-space-r-l, .navi-wrap {
  max-width: 100%;
  margin: 0 auto; }

.ce-bodytext p {
  margin-block-start: 0;
  line-height: 150%; }

.layout-drei-zeilen .layout-space-r-l,
.layout-1spalte .content_1Spalte_0 {
  padding: 0 15px 15px; }

.drei-zeilen_2 {
  background-color: #031428;
  padding: 15px; }

.drei-zeilen_2 > div {
  background-color: transparent;
  padding: 0; }

.drei-zeilen_1 figure.image {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.drei-zeilen_1 figure.image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top; }

.drei-zeilen_1 figure.image a {
  display: block;
  line-height: 0; }

.drei-zeilen_1 figure.image figcaption.image-caption {
  display: none !important; }



@media only screen and (min-width: 768px) {
  .drei-zeilen_1 {
    position: relative;
    max-height: 450px;
    overflow: hidden; }

  .drei-zeilen_1 img,
  .drei-zeilen_1 .ce-inner,
  .drei-zeilen_1 .ce-outer,
  .drei-zeilen_1 figure.image {
    min-width: 100% !important; }

  .drei-zeilen_1 h1 {
    font-size: 3rem;
    top: 40px;
    left: 20px;
    position: absolute;
    margin: 0;
    z-index: 5;
    text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.5), 1px 1px 1px #8F5A28, 1px -1px 1px #8F5A28, -1px 1px 1px #8F5A28, -1px -1px 1px #8F5A28; }

  .layout-drei-zeilen .layout-space-r-l,
  .layout-1spalte .content_1Spalte_0 {
    padding: 0 48px 24px;
    max-width: 1600px;
    margin: 0 auto; }

  .drei-zeilen_2 {
    padding: 25px 48px; } }
.space-content {
  padding: 0; }

.space-content .contenttable td {
  vertical-align: top; }

.space-content .ce-uploads img {
  width: auto; }

.space-content .ce-uploads li {
  border-bottom: 1px solid #999;
  padding-bottom: 25px; }

@media only screen and (min-width: 461px) {
  .space-content .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px; }

  .space-content .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

}
@media only screen and (max-width: 460px) {
  .space-content .ce-row {
    min-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .space-content .ce-gallery {
    width: 100%; }

  .space-content .ce-column {
    margin-right: 0;
    margin-bottom: 10px; }

  .space-content img, .space-content figure {
    /*min-width: 100%;*/
    height: auto; }

  .space-content .ce-inner, .space-content .ce-outer {
    width: 100%;
    height: auto; } }
.ce-border img {
  border: none;
  border-radius: 0; }

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

.frame-imagegallery .ce-column figure.image,
.frame-bildergalerie .ce-column figure.image {
  margin: 0 auto;
  display: block;
  width: fit-content;
  max-width: 100%; }
  .frame-imagegallery .ce-column figure.image a,
  .frame-imagegallery .ce-column figure.image .ce-outer,
.frame-imagegallery .ce-column figure.image .ce-inner,
  .frame-bildergalerie .ce-column figure.image a,
  .frame-bildergalerie .ce-column figure.image .ce-outer,
.frame-bildergalerie .ce-column figure.image .ce-inner {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #D8A45B;
    line-height: 0;
    box-sizing: border-box;
    display: block;
    width: 100%; }

.frame-imagegallery figure.image:not(:has(a)) > img,
.frame-imagegallery figure.image:not(:has(a)) > picture,
.frame-imagegallery figure.image:not(:has(a)) > picture > img,
.frame-bildergalerie figure.image:not(:has(a)) > img,
.frame-bildergalerie figure.image:not(:has(a)) > picture,
.frame-bildergalerie figure.image:not(:has(a)) > picture > img {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #D8A45B;
  line-height: 0;
  box-sizing: border-box;
  display: block;
  width: 100%; }
  .frame-imagegallery .ce-column figure.image img,
  .frame-bildergalerie .ce-column figure.image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: transform 0.45s ease;
    will-change: transform; }
  .frame-imagegallery .ce-column figure.image a:hover img,
  .frame-imagegallery .ce-column figure.image .ce-outer:hover img,
  .frame-imagegallery .ce-column figure.image .ce-inner:hover img,
  .frame-imagegallery .ce-column figure.image:has(a):hover img,
  .frame-bildergalerie .ce-column figure.image a:hover img,
  .frame-bildergalerie .ce-column figure.image .ce-outer:hover img,
  .frame-bildergalerie .ce-column figure.image .ce-inner:hover img,
  .frame-bildergalerie .ce-column figure.image:has(a):hover img {
    transform: scale(1.08); }
  .frame-imagegallery .ce-column figure.image .image-caption,
  .frame-imagegallery .ce-column figure.image figcaption,
  .frame-bildergalerie .ce-column figure.image .image-caption,
  .frame-bildergalerie .ce-column figure.image figcaption {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0.5rem;
    padding: 0.35rem 0 0;
    line-height: 1.35;
    text-align: center;
    border: none;
    caption-side: unset; }

.space-content .frame-leica figure.image,
.space-content figure.image:has(a[href*="lfi-online"]),
.space-content figure.image:has(a[href*="leica-camera"]) {
  margin: 0;
  display: inline-block;
  width: auto;
  max-width: 100%; }
  .space-content .frame-leica figure.image a,
  .space-content .frame-leica figure.image .ce-outer,
  .space-content .frame-leica figure.image .ce-inner,
  .space-content figure.image:has(a[href*="lfi-online"]) a,
  .space-content figure.image:has(a[href*="lfi-online"]) .ce-outer,
  .space-content figure.image:has(a[href*="lfi-online"]) .ce-inner,
  .space-content figure.image:has(a[href*="leica-camera"]) a,
  .space-content figure.image:has(a[href*="leica-camera"]) .ce-outer,
  .space-content figure.image:has(a[href*="leica-camera"]) .ce-inner {
    overflow: visible !important;
    border: none !important;
    border-radius: 0 !important;
    display: inline;
    line-height: normal; }
  .space-content .frame-leica figure.image img,
  .space-content figure.image:has(a[href*="lfi-online"]) img,
  .space-content figure.image:has(a[href*="leica-camera"]) img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: none !important;
    transform: none !important;
    will-change: auto; }
  .space-content .frame-leica figure.image a:hover img,
  .space-content .frame-leica figure.image .ce-outer:hover img,
  .space-content .frame-leica figure.image .ce-inner:hover img,
  .space-content figure.image:has(a[href*="lfi-online"]) a:hover img,
  .space-content figure.image:has(a[href*="lfi-online"]) .ce-outer:hover img,
  .space-content figure.image:has(a[href*="lfi-online"]) .ce-inner:hover img,
  .space-content figure.image:has(a[href*="leica-camera"]) a:hover img,
  .space-content figure.image:has(a[href*="leica-camera"]) .ce-outer:hover img,
  .space-content figure.image:has(a[href*="leica-camera"]) .ce-inner:hover img {
    transform: none !important; }

.space-content .frame-leica .ce-gallery,
.space-content .frame-leica .ce-row {
  width: auto;
  max-width: 100%; }
.space-content .frame-leica .ce-row {
  display: block;
  margin-bottom: 0; }
.space-content .frame-leica .ce-column {
  -webkit-box-flex: unset;
  -moz-box-flex: unset;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  width: auto !important;
  max-width: 100%;
  float: none; }
.space-content .frame-leica .ce-inner,
.space-content .frame-leica .ce-outer {
  width: auto !important;
  max-width: 100%; }
.space-content .frame-leica .ce-textpic.ce-center .ce-gallery {
  margin-left: auto;
  margin-right: auto; }
.space-content .frame-leica .ce-column figure.image,
.space-content .frame-leica figure.image {
  width: auto !important;
  max-width: 100%; }
  .space-content .frame-leica .ce-column figure.image a,
  .space-content .frame-leica .ce-column figure.image .ce-outer,
  .space-content .frame-leica .ce-column figure.image .ce-inner,
  .space-content .frame-leica figure.image a,
  .space-content .frame-leica figure.image .ce-outer,
  .space-content .frame-leica figure.image .ce-inner {
    width: auto !important;
    max-width: 100%;
    display: inline-block; }
  .space-content .frame-leica .ce-column figure.image img,
  .space-content .frame-leica figure.image img {
    width: 50px !important;
    max-width: 50px;
    height: auto; }

.space-content figure.image img[src*="Leica.svg"],
.space-content .frame-leica figure.image img {
  width: 50px !important;
  max-width: 50px;
  height: auto; }

footer {
  font-size: 0.9rem; }

footer #footer-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  padding: 15px;
  /*background-color: $footer_background-color;*/ }

footer .footer-navigation ul {
  list-style: none;
  padding: 0; }

footer, footer a {
  color: #EEC078; }

footer a:hover {
  color: #D8A45B; }

footer .footer-navigation li {
  margin: 5px 0; }

footer .footer-navigation a {
  display: block;
  padding: 5px 0;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  #footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  footer #footer-inner .footer-navigation,
  footer #footer-inner .footerkontakt {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  footer #footer-inner .footer-center {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  footer #footer-inner .footerkontakt .ce-bodytext,
  footer #footer-inner .footerkontakt header {
    text-align: right; }

  footer #footer-inner .footerkontakt .ce-bodytext table {
    float: right; }

  footer #footer-inner .ce-gallery {
    overflow: visible; }

  footer .font-awesome-div {
    text-align: center; }

  .footer-center h2 {
    text-align: center; }

  .footer-center {
    border-left: 0.5px solid #D8A45B;
    border-right: 0.5px solid #D8A45B;
    padding: 0 20px; }

  footer #footer-inner {
    padding: 50px; } }
footer #footer-inner .footerkontakt img {
  max-width: 100%;
  margin-top: 50px; }

.font-awesome {
  padding: 5px; }

.font-awesome-div {
  padding-top: 35px; }

#footer-bottom {
  text-align: center;
  padding: 15px 50px 5px;
  background-color: #031428; }

#footer-bottom a {
  text-decoration: none; }

.font-awesome {
  padding: 5px; }

.font-awesome-div {
  padding-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.font-awesome-div p {
  font-size: 0.8rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 80px; }

.font-awesome-div a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px; }

.font-awesome-div a i {
  font-size: 3em;
  padding-bottom: 10px; }

.font-awesome-div a i,
.awesom-font-link {
  display: block;
  width: 100%;
  text-align: center; }

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