@charset "UTF-8";
/* 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: #424254;
  color: #fff;
  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: #424254;
}

.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: #fff;
  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: #424254;
  color: #fff;
  padding: 0.75em 1em;
  padding-right: 42px;
}

.topnavi__link--first:hover {
  background-color: #64908A;
  color: #fff;
}

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

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

.topnavi__link--sub:hover {
  background-color: #64908A;
  color: #fff;
}

.topnavi__link--active {
  background-color: #64908A;
  color: #fff;
  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: #424254;
  }
  .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: #424254;
    color: #fff;
    padding: 0.75em 1em;
    padding-right: 42px;
  }
  .topnavi__link--first:hover {
    background-color: #64908A;
    color: #fff;
  }
  .topnavi__link--active {
    background-color: #64908A;
    color: #fff;
  }
  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }
  .topnavi__lvl--sub .topnavi__item {
    float: none;
  }
  .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: #a02a3c;
  height: 100%;
  padding: 0 0.5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}

.topnavi {
  border-bottom: 1px solid #64908A;
}

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

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

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

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

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

.topnavi__item a {
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.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: #cdcdcd;
  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 {
  transform: rotate(45deg) translate(0, -2px);
  background: #fff;
}

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

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

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

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.schema {
  display: none;
}

@media only screen and (min-width: 768px) {
  div.logo-wrap, footer #footer-inner {
    display: flex;
  }
  div.logo-wrap > div {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .logo-name h1 {
    text-align: right;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .logo-name h1 {
    text-align: right;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  .logo-name h1 {
    text-align: right;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 9600px) {
  .logo-name h1 {
    text-align: center;
  }
}
/* ### Inhalt ### */
.layout-1spalte .layout-space-r-l,
.layout-2spalten .layout-space-r-l,
.layout-2spalten_50 .layout-space-r-l,
.layout-jumbotron .layout-space-r-l,
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 500px;
}

.space-content {
  padding: 0;
}

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

figure.table {
  margin: 0;
}

/* ################## Gridelements ####################### */
.grid-row .frame-default,
.grid-container {
  padding: 0;
}

/*.grid-row {padding: 0 12px;}*/
@media only screen and (min-width: 860px) {
  .grid-row,
  .spalten-jumbotron {
    display: flex;
  }
  .grid-col,
  .spalten-jumbotron_1,
  .spalten-jumbotron_2,
  .spalten-jumbotron_3 {
    flex: 1;
    padding-right: 24px;
  }
  .col-lg-3 {
    flex: 3;
    padding-right: 24px;
  }
  .col-lg-4 {
    flex: 4;
    padding-right: 24px;
  }
  .col-lg-6 {
    flex: 6;
    padding-right: 24px;
  }
  .col-lg-8 {
    flex: 8;
    padding-right: 24px;
  }
  .col-lg-9 {
    flex: 9;
    padding-right: 24px;
  }
  .grid-col: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,
  .spalten-jumbotron_3:last-child {
    padding-right: 0;
  }
}
/*Spalten Jumbotron*/
/*.spalten-jumbotron div {width: 100%;}*/
@media only screen and (min-width: 768px) {
  .spalten-jumbotron > div:first-child {
    margin-right: 25px;
  }
  .spalten-jumbotron > div:last-child {
    margin-left: 25px;
  }
  .spalten-jumbotron > div {
    width: 33%;
  }
  .spalten-jumbotron > div > div {
    width: 100%;
  }
  .spalten-jumbotron {
    height: 100%;
  }
  .grid-col {
    padding-right: 24px;
  }
}
.grid-col:last-child {
  padding-right: 0;
}

/*@media only screen and (max-width:768px){ .multicolumnContainer .column {float: none; width: 100%;} }*/
/* Responsive Bilder */
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .space-content .ce-row {
    display: flex;
    margin-bottom: 10px;
  }
  .space-content .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .space-content .ce-row {
    min-width: 100%;
    display: flex;
    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;
  }
}
/*### video ###*/
video {
  width: 100%;
}

audio {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ##################### eigenes Accordion*/
/*.frame-accordion {
	margin: auto !important;
	max-width: 1600px !important;
	padding: 0 50px;
}*/
.frame-accordion .ce-bodytext li:last-child {
  padding-bottom: 25px;
}

/* Versteckt alle Inhalte standardmäßig */
.frame-accordion .frame .ce-textpic {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.5s ease, padding 0.5s ease;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Sichtbar machen des Inhalts mit Animation */
.frame-accordion .frame.active .ce-textpic {
  max-height: 300px; /* Schätzen Sie die maximale Höhe des Inhalts */
  padding: 15px 15px 50px 15px;
  background-color: #FFFFFF;
}

/* Style für Header */
.frame-accordion .frame header {
  cursor: pointer;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* Mouseover-Effekt für Header */
.frame-accordion .frame header:hover {
  background-color: #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Aktiver Rahmen: Sichtbarer Inhalt und Styling */
.frame-accordion .frame.active header {
  background-color: #797979;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Standardstil für h2 */
.frame-accordion .frame header h2 {
  font-size: 1.6rem;
  margin: 0;
  color: #5B5B5B; /* Standardfarbe */
  transition: color 0.3s ease; /* Sanfter Übergang bei Farbänderung */
  font-family: Share;
}

/* Aktive Überschrift */
.frame-accordion .frame.active header h2 {
  color: #fff; /* Farbe für aktive Überschrift */
}

/* pfeil für das accordeon */
.frame-accordion .frame header {
  position: relative; /* Damit das Pseudo-Element absolut positioniert werden kann */
  cursor: pointer;
}

/* Erstellen eines Pfeils mit Pseudo-Element */
.frame-accordion .frame header::after {
  content: "▾"; /* Geschlossener Pfeil (nach unten) */
  position: absolute;
  right: 20px; /* Abstand von der rechten Seite */
  transition: transform 0.3s; /* Sanfte Übergänge für die Drehung */
}

.frame-accordion .frame.active header::after {
  content: "▴"; /* Offener Pfeil (nach oben) */
  /* Kein zusätzliches Transformieren nötig */
  color: white;
}

/* CSS */
/*Farben für Fotograf Erfurt

Hintergrundfarbe: #fafafa

Hintergrund:
normal			rgba(240,240,240,0.90)
hover			rgba(255,255,255,1.0)
aktiv			rgba(200,200,200,0.94)

Schrift:
normal			#555
hover			#333 rgba(183, 28, 28,1.0)
aktiv			rgba(1, 87, 155,1.0)

*/
.topnavi {
  border-bottom: 0px solid transparent;
} /*Border unter der Navi Desktop ganze Breite*/
#toggle-menu {
  background-color: #fafafa;
  border-bottom: 1px solid #666;
} /*Hintergrundfarbe Navigation oben für Symbol nur mobil*/
.topnavi__lvl--first {
  background-color: #fafafa;
} /*Hintergrundfarbe hinter den Button  für mobil*/
.topnavi__link--first {
  background-color: rgba(240, 240, 240, 0.9);
} /*normal Hintergrund 1. Ebene nur mobil*/
.topnavi__link--sub {
  background-color: rgba(240, 240, 240, 0.9);
} /*normal Hintergrund ab 2. Ebene*/
.topnavi__link--first:hover {
  background-color: rgb(255, 255, 255);
} /*hover 1. Ebene mobil*/
.topnavi__link--sub:hover {
  background-color: rgb(255, 255, 255);
} /*hover 2. Ebene*/
.topnavi__link--active {
  background-color: rgba(200, 200, 200, 0.94);
} /*Aktiv Hintergrund nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #666;
} /*Border unten 1. Ebene mobil*/
.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #666;
} /*Border unten 2. Ebene */
@media only screen and (min-width: 768px) {
  .topnavi {
    background-color: #fafafa;
  } /*Hintergrund ganze Breite*/
  .topnavi__lvl--first {
    background-color: transparent;
  } /*Hintergrund ganze Breite*/
  .topnavi__link--first {
    background-color: transparent;
  } /*Hintergrundfarbe Navi 1. Ebene nur Desktop*/
  .topnavi__link--first:hover {
    background-color: transparent;
  } /*hover 1. Ebene nur Desktop */
  .topnavi__link--active {
    background-color: #fafafa;
  } /*Aktiv Hintergrund nur Desktop */
  .topnavi {
    border-bottom: 0px solid #ddd;
  } /*Border unter der Navi Desktop ganze Breite*/
  #toggle-menu {
    border-bottom: 0px solid transparent;
  } /*ist ausgeblendet für Desktop*/
  .topnavi__lvl--sub {
    border-top: 1px solid #666;
  } /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 1px solid transparent;
  } /*Border unten 1. Ebene Desktop*/
}
/*Symbol Navigation mobil*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #666;
} /*x für Navi Mobil*/
.topnavi .change .bar1, .topnavi .change .bar3 {
  background: #333;
} /*x für Navi Mobil wenn geöffnet*/
/*Schriftfarben*/
.topnavi__link--first, .topnavi__link--sub,
.topnavi__link--sub, .topnavi__item {
  color: #555;
} /*Schrift normal*/
.topnavi__link--active {
  color: rgb(1, 87, 155);
} /*Schrift activ*/
.topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #999;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 2px;
} /*Schrift hover*/
.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px;
}

/*MENU ARROWS*/
.topnavi__label {
  background-color: #bbb;
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}

.topnavi__label:hover {
  background-color: #ddd;
} /*Box für Pfeil bei sub-Navigation Desktop + mobil*/
.topnavi__arrow {
  border-top: 6px solid #666;
}

.topnavi__arrow--sub {
  border-top: 6px solid #666;
}

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-left: 6px solid #666;
    border-top: 6px solid transparent;
  }
  .topnavi__label {
    background-color: transparent;
  }
}
/*ausblenden 1. Box für mobil*/
.topnavi label .topnavi__label {
  background-color: transparent;
}

.container .topnavi__arrow {
  border-top: 6px solid transparent;
}

.container .topnavi__arrow--sub {
  border-top: 6px solid transparent;
}

/*korrektur position höhe 3. Ebene für Desktop*/
.topnavi__lvl--sub li ul {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .topnavi {
    border-bottom: solid 1px #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topnavi__lvl--sub {
    margin-top: 1px;
  }
}
/* Style für www.fotograf-erfurt.de */
/*Hintergrundfarbe*/
#wrapp-all {
  background-color: #fafafa;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.schema {
  display: none;
}

/* Logo */
div.logo-wrap {
  background-color: #fafafa;
}

.logo {
  text-align: left;
  padding: 15px 0;
}

.logo img {
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}

.logo-name h1, .logo-name h1 a {
  color: #fff;
  padding: 25px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .logo {
    padding: 30px 0 10px 0;
  }
  .logo img {
    height: auto;
    max-width: 100%;
  }
}
/* ### Schrift #### */
body {
  background-color: #fafafa;
  color: #555;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
}

.space-content h1 {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: #666;
  font-size: 4rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: lighter;
}

.space-content h1 .small {
  font-size: 1.5rem;
}

.space-content h2 {
  font-family: "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #666;
  text-shadow: #fff 2px 2px 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.space-content h3 {
  font-family: "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #666;
}

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

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

.space-content a:hover {
  color: rgb(1, 87, 155);
}

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

footer, footer a {
  color: #bbb;
}

footer a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2rem;
  }
  .space-content h2 {
    font-size: 1.5rem;
  }
}
/*Silbentrennung*/
p, h1, h2, h3 {
  -o-hyphens: auto;
  hyphens: auto;
}

/* ############## WS_Flexslider ############# */
/* Rahmen entfernen */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  border-radius: 0px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* Überschrift und Beschreibung */
.tx-ws-flexslider .caption-text {
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 2rem;
}

.tx-ws-flexslider .caption-align-left .caption-text {
  left: 0;
}

.tx-ws-flexslider .caption-text .caption-title {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 5rem;
  font-weight: normal;
}

/*Link*/
@media only screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-align-left .caption-link {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 100px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .tx-ws-flexslider .caption-text .caption-title {
    font-size: 3rem;
  }
  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 25px;
    display: block;
  }
}
#sd-lightbox {
  background: rgba(0, 0, 0, 0.7);
}

.ce-bodytext p {
  margin-top: 0;
}

/*### Spalten Abstand ###*/
@media only screen and (min-width: 768px) {
  .layout-2spalten .content_2Spalten_0,
  .layout-2spalten_50 .content_2Spalten_50_0 {
    margin-right: 25px;
  }
  .layout-2spalten_50 .content_2Spalten_50_2 {
    margin-left: 25px;
  }
}
/* ### footer ### */
footer {
  background-color: #333;
}

footer #footer-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  padding: 25px;
}

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

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

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

@media only screen and (min-width: 768px) {
  footer #footer-inner .footer-navigation {
    flex: 1;
  }
  footer #footer-inner .footerkontakt {
    flex: 3;
  }
  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 {
    display: flex;
    justify-content: center; /* zentriert alle Icons nebeneinander */
    flex-wrap: wrap; /* erlaubt Umbruch auf kleinen Screens */
    gap: 20px; /* Abstand zwischen Icons */
    padding-top: 15px;
  }
  footer .font-awesome-div p {
    text-align: center; /* Text und Icon mittig */
    margin: 0;
  }
  footer .font-awesome-div a {
    display: inline-flex; /* erlaubt vertikale Zentrierung */
    flex-direction: column; /* Icon oben, Text unten */
    align-items: center; /* horizontal zentriert */
    justify-content: center; /* vertikal zentriert */
    text-decoration: none; /* optional: kein Unterstrich */
    color: inherit; /* erbt Textfarbe */
  }
  footer .font-awesome-div i {
    display: block; /* Icon als Block, damit <br> nicht nötig ist */
    margin-bottom: 5px;
  }
}
#footer-inner .footerkontakt img {
  display: block;
  margin-left: auto; /* schiebt Bild nach rechts */
  margin-right: 0;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}

.font-awesome {
  padding: 5px;
}

.font-awesome-div {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  font-size: 0.7rem;
  justify-content: space-between;
}

.font-awesome-div p {
  flex: 1 1 auto;
  width: auto;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  .font-awesome-div {
    flex-direction: column;
    align-items: flex-start;
  }
  .font-awesome-div p {
    width: 100%;
  }
}
.footerkontakt .contenttable tr td:first-child {
  text-align: left;
}

/*### Formular ###*/
.form-group .input > input,
.form-group .input > .form-group > input,
.form-group textarea {
  width: 100%;
  padding: 5px;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: rgb(1, 87, 155);
  border: 1px solid rgba(224, 224, 224, 0.73);
  box-shadow: rgba(124, 124, 124, 0.4) 0 0 4px inset;
}

.form-group textarea {
  height: 100px;
}

.form-group .xlarge {
  padding: 15px;
  height: 200px;
  font-size: 1.1rem;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
}

form > div, form .row > div {
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  form .row {
    /*display: -webkit-flex; Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form .row > div {
    width: 48%;
    height: auto;
  }
}
/* ############ Boxen ################## */
/* #### Multicolumn ### */
@media only screen and (min-width: 768px) {
  .multicolumnContainer {
    align-content: -webkit-box;
    display: flex;
  }
  .multicolumnContainer li {
    flex: 1;
  }
  .multicolumnContainer li {
    padding-right: 25px;
  }
  .multicolumnContainer li:last-child {
    padding-right: 0;
  }
  .multicolumnContainer .columnItems {
    height: 100%;
  }
}
/*nur padding in spalten ohne ausgewählte Box*/
/*.spalten-jumbotron .frame-default p,
.spalten-jumbotron .frame-default h1,
.spalten-jumbotron .frame-default h2,
.spalten-jumbotron .frame-default h3,*/
div.frame-greybox p,
div.frame-greybox h1,
div.frame-greybox h2,
div.frame-greybox h3,
div.frame-whitebox p,
div.frame-whitebox h1,
div.frame-whitebox h2,
div.frame-whitebox h3,
div.frame-whiteborder p,
div.frame-whiteborder h1,
div.frame-whiteborder h2,
div.frame-whiteborder h3 {
  padding-right: 25px;
  padding-left: 25px;
}

/*graue Box*/
div.frame-greybox {
  background-color: rgba(200, 200, 200, 0.57);
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 50px;
  border-radius: 2px;
}

.frame-greybox h1, .frame-greybox h2 {
  color: #fff;
}

/*weiße Box */
div.frame-whitebox {
  background-color: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 50px;
  border-radius: 2px;
}

/*Box mit weißer Kontur*/
/*### simple grid ####*/
@media only screen and (min-width: 550px) {
  .sg-row {
    display: flex;
  }
}
.columnItems div.frame-whiteborder,
.sg-row .sg-100 div.frame-whiteborder,
.grid-col .frame-whiteborder {
  border: solid 1px #fff;
  border-radius: 2px;
  margin-bottom: 25px;
  box-shadow: rgba(200, 200, 200, 0.7) 0 0 5px;
  transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out;
  height: 100%;
}

.columnItems div.frame-whiteborder:hover, .sg-row .sg-100 div.frame-whiteborder:hover {
  background-color: #fff;
}

.frame-cta a {
  display: inline-block;
  background: linear-gradient(#D01A1A, #B01515);
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
  white-space: normal;
  max-width: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.frame-cta a:hover {
  background: linear-gradient(#FF2A2A, #D01A1A);
  color: #fff;
  transform: translateY(1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

/* Bildergalerie */
div.frame-imagegallery .ce-column img {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px;
  box-shadow: rgba(200, 200, 200, 0.9) 0 0 4px;
  transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out;
}

div.frame-imagegallery .ce-column img:hover {
  box-shadow: rgba(55, 55, 55, 0.2) 0 0 5px inset;
}

div.frame-imagegallery .ce-column img {
  border-radius: 2px;
}

div.frame-imagegallery .ce-column {
  margin-bottom: 2px;
}

.frame-imagegallery .image-caption {
  font-size: 1rem;
  padding: 10px 0 0 0;
}

/* Bildergalerie in SW */
div.frame-blackwhite .ce-column img {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px;
  box-shadow: rgba(200, 200, 200, 0.9) 0 0 4px;
  transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out;
  filter: grayscale(1);
}

div.frame-blackwhite .ce-column img:hover {
  box-shadow: rgba(55, 55, 55, 0.2) 0 0 5px inset;
  /*-webkit-filter: grayscale(0);
     filter: grayscale(0);*/
}

div.frame-blackwhite .ce-column img {
  border-radius: 2px;
}

div.frame-blackwhite .ce-column {
  margin-bottom: 2px;
}

.frame-blackwhite .image-caption {
  font-size: 1rem;
  padding: 10px 0 0 0;
}

@media only screen and (min-width: 600px) {
  div.layout-grid {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.frame-layout-4 {
    width: 45%;
    padding: 25px 0;
    text-align: justify;
  }
  div.frame-layout-4 h2, div.frame-layout-4 h3 {
    text-align: center;
  }
  div.frame-layout-0 {
    flex-direction: column;
  }
  div.frame-layout-5 img {
    border: solid #fff 1px;
    box-shadow: rgba(54, 85, 110, 0.5) 2px 2px 4px;
  }
  div.frame-layout-5 figure {
    padding: 5px;
  }
  div.layout-grid {
    -o-hyphens: auto;
    hyphens: auto;
  }
}
/* Panorama im iframe*/
.responsive-iframe iframe {
  max-width: 100%;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-iframe.ratio4x3 {
  padding-bottom: 75%;
}

footer .frame-U-Nav a {
  padding: 0;
}

/* CSS Document */
.frame-slick-slider {
  position: relative;
}

.frame-slick-slider header {
  position: absolute;
  z-index: 100;
  padding: 0;
  color: #fff;
  margin: 0 auto;
  width: 100%;
}

.frame-slick-slider header a,
.frame-slick-slider header a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 25px;
}

.frame-slick-slider header h2,
.frame-slick-slider header h3,
.frame-slick-slider header h4 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.frame-slick-slider .ce-bodytext {
  display: none;
}

@media only screen and (min-width: 768px) {
  .frame-slick-slider .ce-bodytext {
    display: block;
    position: absolute;
    bottom: 20px;
    padding: 15px 25px 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    text-align: center;
    color: #fff;
  }
}
.slick-prev {
  z-index: 101;
}/*# sourceMappingURL=style.css.map */