@charset "UTF-8";
/* colors */
/*$menu_mobile_max_width: 530px;*/
/* pt-sans-regular - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.woff2") format("woff2"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.woff") format("woff"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.ttf") format("truetype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.svg#PTSans") format("svg"); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-italic.woff2") format("woff2"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-italic.woff") format("woff"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-italic.ttf") format("truetype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-italic.svg#PTSans") format("svg"); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.woff2") format("woff2"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.woff") format("woff"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.ttf") format("truetype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.svg#PTSans") format("svg"); /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700italic.woff2") format("woff2"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700italic.woff") format("woff"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700italic.ttf") format("truetype"), url("/typo3conf/ext/klosterkammer/Resources/Public/Fonts/pt-sans-v17-latin/pt-sans-v17-latin-700italic.svg#PTSans") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 130%;
  color: #000;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background-color: #0a6285;
}

html.forsten {
  background-color: #007233;
}

html.ehrenwert {
  background-color: #f4a040;
}

body {
  min-width: 320px;
  text-align: center;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 750px) {
  body {
    padding-top: 0;
  }
}
body :focus {
  outline-style: solid;
}

header {
  position: relative;
  margin: 0 auto;
  /*@media only screen and (max-width: $menu_mobile_max_width) {
      padding-top: 5rem;
  }*/
}

img.jubilaeum {
  height: 9rem;
  position: absolute;
  left: 1.5rem;
  top: 0.05rem;
}
@media only screen and (max-width: 750px) {
  img.jubilaeum {
    height: 5rem;
    top: 4rem;
    left: 0.5rem;
  }
}

img#logo {
  width: 13rem;
  margin: 0 auto 1rem auto;
  position: relative;
  z-index: 1;
}

img#logo_wide {
  display: none;
  width: 32rem;
  margin: 0.5rem 0 1.5rem 1.3rem;
}

img#werte_bewahren {
  display: none;
  width: 26rem;
  margin: 0 auto 1.3rem auto;
}

#burger {
  display: inline-block;
  width: 49px;
  height: 41px;
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  top: 7rem;
  cursor: pointer;
  border: 5px solid #e7edf2;
  border-radius: 6px;
  padding: 5px;
}
@media only screen and (min-width: 751px) {
  #burger {
    display: none;
  }
}

@media only screen and (min-width: 1001px) and (max-height: 700px) {
  img#werte_bewahren {
    display: none;
  }
}
@media only screen and (min-width: 1001px) and (min-height: 701px) {
  img#werte_bewahren {
    display: block;
  }
}
@media only screen and (min-width: 1001px) and (max-height: 550px) {
  img#logo {
    display: none;
  }
  img#logo_wide {
    display: block;
  }
  img.jubilaeum {
    height: 4.1rem;
    top: 0;
    left: 34.3rem;
  }
}
@media only screen and (min-width: 1001px) and (min-height: 551px) {
  img#logo {
    display: inline;
  }
  img#logo_wide {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 751px) {
  /*html {
      font-size: 13px;
  }*/
}
@media only screen and (max-width: 1000px) and (min-width: 751px) and (max-height: 550px) {
  img#werte_bewahren {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 751px) and (max-height: 500px) {
  img#logo:not(.logo_barsinghausen) {
    display: none;
  }
  img#logo_wide {
    display: block;
  }
  img.jubilaeum {
    height: 4.1rem;
    top: 0;
    left: 34.3rem;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 751px) and (min-height: 501px) {
  img#logo {
    display: inline;
  }
  img#logo_wide {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  img#werte_bewahren {
    display: none;
  }
}
@media only screen and (max-width: 750px) and (max-height: 400px) {
  img#logo {
    display: none;
  }
  img#logo_wide {
    display: block;
    max-width: 90%;
    max-width: calc(100% - 7rem);
  }
  img.jubilaeum {
    display: none;
  }
  img#burger,
  img#burger_svg {
    top: 60%;
    /*top: auto;
    bottom: 10%;*/
  }
}
@media only screen and (max-width: 750px) and (min-height: 401px) {
  img#logo {
    display: inline;
  }
  img#logo_wide {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  img#werte_bewahren {
    display: none;
  }
}
nav#menu ul li,
nav#leftmenu ul li {
  text-align: left;
}
nav#menu ul li a,
nav#leftmenu ul li a {
  display: block;
  vertical-align: middle;
  height: inherit;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  nav#menu ul li a,
  nav#leftmenu ul li a {
    padding: 3px 15px;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu ul li a,
  nav#leftmenu ul li a {
    /*font-size: 1.2rem;*/
    padding: 0.4rem 0 0.4rem 1.5rem;
  }
}
nav#menu ul li a.active,
nav#menu ul li a:hover,
nav#leftmenu ul li a.active,
nav#leftmenu ul li a:hover {
  color: #d2232a;
}
@media only screen and (max-width: 750px) {
  nav#menu ul li a.active,
  nav#leftmenu ul li a.active {
    color: #000;
    font-weight: bold;
  }
  nav#menu ul li.current > a,
  nav#leftmenu ul li.current > a {
    color: #000;
  }
}
nav#menu ul li.current > a,
nav#leftmenu ul li.current > a {
  font-weight: bold;
  color: #d2232a;
}
@media only screen and (max-width: 750px) {
  nav#menu ul li.current > a,
  nav#leftmenu ul li.current > a {
    color: #000;
  }
}
@media only screen and (min-width: 751px) {
  nav#menu ul li.current > a,
  nav#leftmenu ul li.current > a {
    background-color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu ul > li.current ul li.current > a,
  nav#leftmenu ul > li.current ul li.current > a {
    background-color: #fff;
  }
}

nav#menu {
  width: 100%;
  margin-top: 0.2rem;
}
@media only screen and (min-width: 751px) {
  nav#menu {
    background-color: #e7edf2;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu {
    border: solid #e7edf2;
    border-width: 2px 0;
    margin-bottom: 0.5rem;
  }
}
nav#menu img {
  display: none;
  float: right;
  height: 30px;
  width: auto;
  margin: -2rem 1rem 0 0;
  padding: 0.25rem;
  cursor: pointer;
}
nav#menu > ul {
  max-width: 980px;
  position: relative;
  background-color: #e7edf2;
}
@media only screen and (min-width: 751px) {
  nav#menu > ul {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 5px; /* rem doesn't work reliably in all browsers with js */
  }
}
@media only screen and (min-width: 751px) and (min-width: 1001px) {
  nav#menu > ul {
    width: 980px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  nav#menu > ul {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 751px) {
  nav#menu > ul > li.active {
    background-color: #fff;
  }
  nav#menu > ul > li.active a {
    font-weight: normal;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu > ul {
    display: none; /* will be slided in by JS */
    margin: 0;
    padding: 0;
  }
}
nav#menu > ul > li {
  position: relative;
  vertical-align: middle;
  z-index: 4;
  background-color: #e7edf2;
}
@media only screen and (min-width: 751px) {
  nav#menu > ul > li {
    display: table-cell;
    min-width: 8rem;
    width: 10rem;
    max-width: 16rem;
    padding: 5px 0; /* rem doesn't work reliably in all browsers with js */
  }
  nav#menu > ul > li > a {
    display: table-cell;
    height: 3.5rem;
    border-left: 0.4rem solid #fff;
    margin: 5px 0;
  }
  nav#menu > ul > li > ul:after {
    content: " ";
    height: calc(1rem + 1px);
    width: calc(100% + 0.4rem);
    margin: 0 -0.4rem calc(-1rem - 1px) -0.4rem;
    display: block;
    background-color: #0a6285;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu > ul > li {
    display: block;
    border-top: 1px solid #fff;
  }
  nav#menu > ul > li > ul > li {
    border-top: 1px solid #fff !important;
  }
}
@media only screen and (max-width: 1000px) {
  nav#menu > ul > li {
    min-width: 8rem;
  }
}
nav#menu > ul > li.after_highlight a {
  border-left-color: transparent;
}
@media only screen and (min-width: 751px) {
  nav#menu > ul > li:first-child > a {
    border-left: 0;
    padding-left: 1.3rem;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu > ul > li:first-child {
    border-top: 0;
  }
}
nav#menu > ul > li.current:hover {
  box-shadow: none;
}
nav#menu > ul li ul {
  display: none;
  clear: right;
}
@media only screen and (min-width: 751px) {
  nav#menu > ul li ul {
    position: absolute;
    left: auto; /* will be re-aligned by JS */
    top: 0; /* will be re-aligned by JS */
    width: auto;
    background-color: #fff;
    box-shadow: 4px 10px 9px 0 rgba(0, 0, 0, 0.45);
    border-bottom: 1rem solid #0a6285;
    padding-left: 0.4rem;
  }
}
@media only screen and (max-width: 750px) {
  nav#menu > ul li ul {
    display: none;
    background-color: #f3f6f9;
    position: relative;
  }
}
@media only screen and (min-width: 751px) {
  nav#menu > ul li ul li a {
    white-space: nowrap;
  }
  nav#menu > ul li ul li ul {
    display: none;
  }
}
nav#menu > ul li ul.right li {
  text-align: right;
}
nav#menu > ul > li:last-child > ul {
  min-width: 11rem;
}
@media only screen and (max-width: 750px) {
  nav#menu {
    /* burger menu */
    text-align: left;
  }
}

nav#menu ul li ul li,
nav#leftmenu ul li {
  display: block;
  border: 0;
}
nav#menu ul li ul li a,
nav#leftmenu ul li a {
  height: auto;
  font-weight: normal;
}
@media only screen and (min-width: 751px) {
  nav#menu ul li ul li a,
  nav#leftmenu ul li a {
    padding: 0.4rem 1rem 0.5rem 1rem;
  }
}

nav#leftmenu {
  padding-top: 0.8rem;
}
nav#leftmenu a {
  padding-left: 1.3rem !important;
}
@media only screen and (max-width: 750px) {
  nav#leftmenu {
    display: none !important;
  }
}
nav#leftmenu .active.sub > a {
  font-weight: bold;
  color: #d2232a;
}
nav#leftmenu .current.sub > a {
  font-weight: bold;
  background-color: #fff;
}

nav#leftmenu ul li ul li a,
nav#menu ul li ul li ul li a {
  padding-left: 2.5rem !important;
}

nav#leftmenu ul li ul li ul li a,
nav#menu ul li ul li ul li ul li a {
  padding-left: 3.75rem !important;
}

nav#leftmenu ul li ul li ul li ul li a,
nav#menu ul li ul li ul li ul li ul li a {
  padding-left: 5rem !important;
}

div#panorama {
  width: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
  /*border-bottom: 0.4rem solid $color_darkblue;
  padding-bottom: 0.4rem;*/
  /** Carousel Controls **/
  /** Carousel Pagination **/
}
@media only screen and (max-width: 750px) {
  div#panorama {
    display: none;
  }
}
@media only screen and (min-width: 1700px) {
  div#panorama .jcarousel:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(to right, #fff 0, transparent 10%, transparent 90%, #fff 100%);
  }
}
div#panorama .jcarousel {
  position: relative;
  overflow: hidden;
  max-width: 1700px;
  margin: 0 auto;
}
div#panorama .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
div#panorama .jcarousel li {
  width: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}
div#panorama .jcarousel li div.teaser {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 2;
  max-width: 30%;
  background-color: #fff;
  opacity: 0.9;
  padding: 0.6rem 0.8rem 0.3rem 0.8rem;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
}
div#panorama .jcarousel li div.caption {
  color: #0a6285;
  font-size: 0.8rem;
  white-space: nowrap;
}
div#panorama .jcarousel li:not(:first-child) {
  display: none;
}
div#panorama .jcarousel li:nth-child(odd) div.teaser {
  left: 7%;
  bottom: 13%;
}
div#panorama .jcarousel li:nth-child(even) div.teaser {
  right: 7%;
  top: 13%;
}
div#panorama .jcarousel img {
  display: block;
  max-width: 1700px;
  height: auto !important;
}
@media only screen and (max-width: 1200px) {
  div#panorama .jcarousel img {
    width: 120%;
    margin: 0 -10%;
  }
}
@media only screen and (min-width: 1201px) {
  div#panorama .jcarousel img {
    width: 100%;
  }
}
div#panorama .jcarousel-control-prev,
div#panorama .jcarousel-control-next {
  display: none;
  position: absolute;
  margin-top: -1rem;
  /*margin-top: 9.5%;*/
  width: 2rem;
  height: 2rem;
  text-align: center;
  background: #0a6285;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 2rem;
  border: 2px solid #fff;
  z-index: 2;
}
div#panorama .jcarousel-control-prev {
  left: 1rem;
}
div#panorama .jcarousel-control-next {
  right: 1rem;
}
div#panorama .jcarousel-pagination-wrapper {
  position: absolute;
  margin-top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
div#panorama .jcarousel-pagination-wrapper a {
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
  background: #fff;
  color: #0a6285;
  border-radius: 1.25rem;
  margin-right: 0.6rem;
  vertical-align: top;
  box-shadow: 0 0 0.25rem 0.25rem rgba(0, 0, 0, 0.4);
}
div#panorama .jcarousel-pagination-wrapper a.active {
  box-shadow: 0 0 0.25rem 0.25rem rgba(255, 255, 255, 0.6);
}
div#panorama .jcarousel-pagination-wrapper a.play, div#panorama .jcarousel-pagination-wrapper a.pause {
  box-shadow: none;
  text-shadow: 0 0 0.25rem 0.25rem rgba(0, 0, 0, 0.4);
  display: none;
  background: none;
  color: #fff;
  font-weight: bold;
  margin-top: -0.15rem;
  cursor: pointer;
}
div#panorama .jcarousel-pagination-wrapper a.play {
  font-size: 1.75rem;
  padding-top: 0.2rem;
}
div#panorama .jcarousel-pagination-wrapper a.pause {
  font-size: 1.1rem;
  vertical-align: bottom;
}
div#panorama .jcarousel-pagination-wrapper a:focus {
  outline: 1px solid #000;
}
div#panorama .jcarousel-pagination-wrapper .jcarousel-pagination {
  display: inline-block;
}
div#panorama .jcarousel-pagination-wrapper .jcarousel-pagination a {
  text-indent: -9999px;
}
div#panorama .jcarousel-pagination-wrapper .jcarousel-pagination a.active {
  background: #0a6285;
  color: #fff;
  opacity: 1;
}

/* Gallery */
/** Stage container **/
.connected-carousels {
  clear: both;
  margin-bottom: 2rem;
  max-width: 43.5rem;
  /** Navigation container **/
  /** Shared carousel styles **/
  /** Stage carousel specific styles **/
  /** Navigation carousel specific styles **/
  /** Stage carousel controls **/
  /** Navigation carousel controls **/
}
.connected-carousels .stage {
  margin: 1rem 0;
  position: relative;
}
.connected-carousels .navigation {
  width: auto;
  margin: 1rem auto;
  position: relative;
}
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000rem;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
  padding-left: 0;
  background-image: none;
}
.connected-carousels .carousel-stage {
  height: 34rem;
  background-color: #e7edf2;
}
.connected-carousels .carousel-stage li {
  padding-left: 0;
  background-image: none;
}
.connected-carousels .carousel-stage li div.image {
  /*float: left;*/
  display: block;
  position: relative;
  margin: 0;
  /*width: auto;
  min-width: 22rem;*/
  width: 100%;
  height: 29rem;
  background-color: #0a6285;
  text-align: center;
}
.connected-carousels .carousel-stage li div.image .valign {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.connected-carousels .carousel-stage li div.image img {
  vertical-align: middle;
  height: auto;
  width: auto;
  max-height: 29rem;
  max-width: 100%;
}
.connected-carousels .carousel-stage li div.image img.lens {
  float: none;
  margin-left: -3rem;
  position: absolute;
  bottom: 0.7rem;
  /*right: 1.5rem;*/
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 0.25rem 0.25rem rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
}
.connected-carousels .carousel-stage li div.text {
  display: block;
  padding: 0.5rem 1rem;
  height: 5rem;
  overflow-y: auto;
}
.connected-carousels .carousel-navigation {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.connected-carousels .carousel-navigation li {
  padding-left: 0;
  background-image: none;
  cursor: pointer;
}
.connected-carousels .carousel-navigation li img {
  display: block;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  opacity: 0.5;
}
.connected-carousels .carousel-navigation li.active img {
  opacity: 1;
}
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 10rem;
  height: 29rem;
  color: #fff;
}
.connected-carousels .prev-stage {
  left: 0;
}
.connected-carousels .next-stage {
  right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  display: none;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  display: none;
  position: absolute;
  /*top: 50%;
  width: 2rem;
  height: 2rem;*/
  width: 1rem;
  height: 29rem;
  text-align: center;
  font-size: 2rem;
  padding-top: 13rem;
  color: #fff;
  /*border: 2px solid $color_ehrenwert;*/
  background-color: #0a6285;
  text-decoration: none;
  /*border-radius: 2rem;*/
  z-index: 1;
}
.connected-carousels .prev-stage span {
  left: 0;
}
.connected-carousels .next-stage span {
  right: 0;
}
.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block;
}
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  position: absolute;
  width: 1rem;
  height: 6rem;
  padding-top: 1.5rem;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  background: #0a6285;
  color: #fff;
}
.connected-carousels .prev-navigation {
  left: 0;
  top: 0;
}
.connected-carousels .next-navigation {
  right: 0;
  top: 0;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  display: none;
  cursor: default;
}
@media only screen and (max-width: 1000px) and (min-width: 751px) {
  .connected-carousels {
    max-width: 510px;
  }
  .connected-carousels .prev-stage,
  .connected-carousels .next-stage {
    width: 10rem;
    height: 340px;
  }
  .connected-carousels .prev-stage span,
  .connected-carousels .next-stage span {
    height: 340px;
    padding-top: 150px;
  }
  .connected-carousels .carousel-stage {
    height: 415px;
    background-color: #e7edf2;
  }
  .connected-carousels .carousel-stage li div.image {
    height: 340px;
  }
  .connected-carousels .carousel-stage li div.image img {
    max-height: 340px;
  }
}
@media only screen and (max-width: 750px) {
  .connected-carousels .navigation {
    display: none;
  }
  .connected-carousels .prev-stage span,
  .connected-carousels .next-stage span {
    display: block;
  }
  .connected-carousels div.image {
    height: 15rem;
  }
  .connected-carousels .carousel-stage {
    height: 35rem;
  }
  .connected-carousels .carousel-stage li div.text {
    height: 8rem;
  }
  .connected-carousels img.lens {
    display: none;
  }
}

.ehrenwert .connected-carousels .carousel-stage {
  background-color: #f9be7b;
}
.ehrenwert .connected-carousels .carousel-stage li div.image {
  background-color: #f9be7b;
}
.ehrenwert .connected-carousels .prev-stage span,
.ehrenwert .connected-carousels .next-stage span {
  color: #fff;
  background-color: #f4a040;
}
.ehrenwert .connected-carousels .prev-navigation,
.ehrenwert .connected-carousels .next-navigation {
  background: #f4a040;
  color: #fff;
}

/* End gallery */
div#content_row #left {
  background-color: #f3f6f9;
  background-image: url("/images/bg.png");
}

.ehrenwert div#content_row #left {
  background-color: #feedda;
  background-image: url("/images/bg_ehrenwert.png");
}

.forsten div#content_row #left {
  background-color: #ebf2ec;
  /*background-image: url("/images/bg_ehrenwert.png");*/
}

div#content_row {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  div#content_row {
    display: table;
    border-collapse: collapse;
  }
  div#content_row > * {
    display: table-cell;
    vertical-align: top;
  }
}
div#content_row #left {
  width: 50%;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 100% 19rem;
  background-position: calc(100% - 298px) 19rem;
}
@media only screen and (max-width: 1000px) {
  div#content_row #left {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  div#content_row #right {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  div#content_row #right {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  div#content_row #rightcontent {
    display: table;
  }
}
@media only screen and (min-width: 751px) and (min-width: 1001px) {
  div#content_row #rightcontent {
    margin-left: -490px;
    width: auto;
    width: calc(100% + 490px);
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  div#content_row #rightcontent {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  div#content_row #rightcontent {
    width: 100%;
  }
}
div#content_row nav#leftmenu {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  min-width: 12rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  div#content_row nav#leftmenu {
    background-size: 429px auto;
    background-color: #f3f6f9;
    background-image: url("/images/bg.png");
    background-repeat: no-repeat;
    background-position: 100% 19rem;
    background-position: calc(100% - 0.5rem) 19rem;
  }
}
div#content_row div#content {
  max-width: 980px;
  max-width: calc(980px - 12.5rem);
  padding: 1.5rem 0;
  background-color: #fff;
  width: 100%;
}
div#content_row div#content.leichtesprache {
  font-size: 120%;
  line-height: 1.5;
}
div#content_row div#content.leichtesprache * {
  line-height: 1.5;
}
@media only screen and (min-width: 751px) {
  div#content_row div#content {
    display: table-cell;
  }
}
div#content_row div#content main {
  width: 100%;
  clear: left; /* fix for firefox bug, to be verified */
}
@media only screen and (min-width: 751px) {
  div#content_row div#content main section {
    max-width: 780px;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  div#content_row div#content main section {
    width: 100%;
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 751px) {
  div#content_row div#content main section.wide {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  div#content_row div#content main section.category_home {
    width: 100%;
    width: calc(100% - 5px);
    max-width: 100%;
    max-width: calc(100% - 5px);
    margin: -1.5rem 0 1.5rem 5px;
    padding: 0;
  }
  div#content_row div#content main section.category_home > div {
    background-color: #e7edf2;
    padding: 1.5rem 0;
  }
  div#content_row div#content main section.category_home > div > * {
    padding: 0 2.5rem 0 2rem;
    padding: 0 2.5rem 0 calc(2.5rem - 5px);
    max-width: 780px;
  }
}
@media only screen and (max-width: 750px) {
  div#content_row div#content main section.category_home {
    margin: -0.75rem 0 1.5rem 0;
    /*padding: 0;*/
  }
  div#content_row div#content main section.category_home > div {
    background-color: #e7edf2;
    padding: 1rem 0;
  }
  div#content_row div#content main section.category_home > div > * {
    padding: 0 1.25rem;
    max-width: 780px;
  }
}
div#content_row div#content main section.category_home figure {
  width: 100%;
  margin-bottom: 0;
  background-color: #8aa9c0;
}
div#content_row div#content main section.category_home figure div {
  position: relative;
  max-width: 780px;
  width: 100%;
}
div#content_row div#content main section.category_home figure div img {
  display: block;
  max-width: 780px;
  width: 100%;
  height: auto;
}
div#content_row div#content main section.category_home figure div p {
  position: absolute;
  right: 0.5rem;
  padding-left: 0.5rem;
  bottom: 0.25rem;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 0.8rem;
}
div#content_row div#content main section.category_home figure figcaption {
  display: block;
  background-color: #e7edf2;
}
@media only screen and (max-width: 750px) {
  div#content_row div#content main section.category_home figure figcaption {
    padding: 1rem 0 0 1.25rem;
  }
}
@media only screen and (min-width: 751px) {
  div#content_row div#content main section.category_home figure figcaption {
    padding: 1rem 0 0 2rem;
  }
}
div#content_row div#content main section.category_home figure figcaption h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 751px) {
  nav#breadcrumbles {
    max-width: 780px;
    padding: 0 2.5rem 0 0;
  }
}
@media only screen and (max-width: 750px) {
  nav#breadcrumbles {
    width: 100%;
    padding: 0 1.25rem;
  }
}
nav#breadcrumbles ul#breadcrumblesmenu {
  float: left;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 751px) {
  nav#breadcrumbles ul#breadcrumblesmenu {
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  nav#breadcrumbles ul#breadcrumblesmenu {
    margin-left: 0;
  }
}
nav#breadcrumbles ul#breadcrumblesmenu li {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.4rem;
  background-image: none;
  padding-left: 0;
}
nav#breadcrumbles ul#breadcrumblesmenu li a {
  color: #000;
  white-space: nowrap;
}
nav#breadcrumbles ul#breadcrumblesmenu li:nth-child(1) {
  margin-right: 0.1rem;
}
nav#breadcrumbles ul#breadcrumblesmenu li:before {
  content: ">";
  margin-right: 0.5rem;
}
nav#breadcrumbles ul#breadcrumblesmenu li:nth-child(1):before {
  content: "";
  margin-right: 0;
}
nav#breadcrumbles ul#breadcrumblesmenu li.last a {
  text-decoration: none;
  cursor: default;
}

main.home {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  background-image: url("/images/bg_home.png");
  background-repeat: no-repeat;
  background-position: 15% 0;
  background-position: calc(50% - 34rem) 0;
}
@media only screen and (max-width: 1000px) {
  main.home {
    background-size: 429px auto;
  }
}
main.home > div {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}
main.home h2 {
  display: inline-block;
  min-width: 12rem;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  background-color: #0a6285;
  color: #fff;
  font-size: 1.4rem;
}
main.home section {
  vertical-align: top;
  display: inline-block;
  padding: 0 0 1.5rem 1.3rem;
}
@media only screen and (min-width: 751px) {
  main.home section:nth-child(odd) {
    max-width: 65%;
  }
  main.home section:nth-child(even) {
    max-width: 34%;
    max-width: calc(35% - 1.5rem);
  }
}
@media only screen and (max-width: 750px) {
  main.home section {
    width: 100%;
    padding-right: 1.25rem;
  }
}

form input, form textarea {
  border: 1px solid #0a6285;
}
form input[type=submit] {
  cursor: pointer;
}
form.signup label, form.order label {
  display: inline-block;
  width: 10rem;
}
form.signup label[for=angebot], form.signup label[for=personen], form.order label[for=angebot], form.order label[for=personen] {
  width: 9.75rem;
}
form.signup input:not([type=checkbox]), form.signup select, form.signup textarea, form.order input:not([type=checkbox]), form.order select, form.order textarea {
  width: 15rem;
  margin-bottom: 0.5rem;
}
form.signup input:not([type=checkbox])[type=submit], form.signup select[type=submit], form.signup textarea[type=submit], form.order input:not([type=checkbox])[type=submit], form.order select[type=submit], form.order textarea[type=submit] {
  margin-top: 0.5rem;
  margin-left: 10rem;
}
form.signup input:not([type=checkbox]).plz, form.signup input:not([type=checkbox]).ort, form.signup select.plz, form.signup select.ort, form.signup textarea.plz, form.signup textarea.ort, form.order input:not([type=checkbox]).plz, form.order input:not([type=checkbox]).ort, form.order select.plz, form.order select.ort, form.order textarea.plz, form.order textarea.ort {
  display: inline-block;
}
form.signup input:not([type=checkbox]).plz, form.signup select.plz, form.signup textarea.plz, form.order input:not([type=checkbox]).plz, form.order select.plz, form.order textarea.plz {
  width: 3rem;
  margin-right: 0.5rem;
}
form.signup input:not([type=checkbox]).ort, form.signup select.ort, form.signup textarea.ort, form.order input:not([type=checkbox]).ort, form.order select.ort, form.order textarea.ort {
  width: 11.5rem;
}
form.signup input[type=checkbox], form.order input[type=checkbox] {
  vertical-align: bottom;
}
form.signup textarea, form.order textarea {
  vertical-align: top;
  height: 6rem;
}
form.signup label[for=seite],
form.signup input[name=seite], form.order label[for=seite],
form.order input[name=seite] {
  display: none;
}
form.signup .loading, form.order .loading {
  display: none;
}
form.signup .error, form.signup .success, form.order .error, form.order .success {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
  display: none;
  margin-bottom: 1rem;
}
form.signup .error, form.order .error {
  background-color: #d2232a;
}
form.signup .success, form.order .success {
  background-color: #0a0;
}
@media only screen and (max-width: 450px) {
  form.signup label, form.signup input:not([type=checkbox]), form.signup select, form.signup textarea, form.order label, form.order input:not([type=checkbox]), form.order select, form.order textarea {
    width: 100%;
  }
  form.signup label[type=submit], form.signup input:not([type=checkbox])[type=submit], form.signup select[type=submit], form.signup textarea[type=submit], form.order label[type=submit], form.order input:not([type=checkbox])[type=submit], form.order select[type=submit], form.order textarea[type=submit] {
    margin-left: 0;
  }
  form.signup label.plz, form.signup input:not([type=checkbox]).plz, form.signup select.plz, form.signup textarea.plz, form.order label.plz, form.order input:not([type=checkbox]).plz, form.order select.plz, form.order textarea.plz {
    width: 20%;
    margin-right: 0.5rem;
  }
  form.signup label.ort, form.signup input:not([type=checkbox]).ort, form.signup select.ort, form.signup textarea.ort, form.order label.ort, form.order input:not([type=checkbox]).ort, form.order select.ort, form.order textarea.ort {
    width: calc(80% - 0.5rem);
  }
}

form.search div {
  display: table-cell;
  vertical-align: top;
}
form.search input[type=submit] {
  width: 1.5rem;
  border-left-width: 0;
  position: relative;
  background-image: url("/images/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*&:before {
      content: ' ';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("/images/arrow_right.png");
      background-repeat: no-repeat;
      background-position: center center;
  }*/
}

.tx-indexedsearch-form {
  display: inline-block;
}

.tx-indexedsearch-searchbox {
  margin-bottom: 1rem;
}

.tx-indexedsearch-search-submit {
  display: inline-block;
}

.tx-indexedsearch-browsebox {
  margin-top: 1rem;
}
.tx-indexedsearch-browsebox li:first-child {
  padding-left: 0;
  border-left: 0;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  padding: 0 0.5rem;
  border-left: 1px solid #000;
  background-image: none;
}

main ul.tx-indexedsearch-ul li {
  background-position: left 7px;
}

h3 span.tx-indexedsearch-title,
h3 span.tx-indexedsearch-percent {
  display: inline;
}

h3 span.tx-indexedsearch-percent {
  font-weight: normal;
}

nav#servicemenu {
  display: block;
  text-align: center;
  background-color: #e7edf2;
  right: 0;
  width: 100%;
  margin-bottom: 1rem;
}
nav#servicemenu form {
  position: absolute;
  right: 0;
  text-align: right;
  margin: 0.2rem 2rem 0 0;
}
@media only screen and (max-width: 750px) {
  nav#servicemenu form {
    position: relative;
    display: inline-block;
    margin-right: 0;
  }
}
nav#servicemenu form input[type=text] {
  width: 10.7rem;
}
nav#servicemenu > div {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
nav#servicemenu ul {
  display: table;
  margin: 0 auto;
  text-align: right;
  padding: 0.5rem 0;
}
nav#servicemenu ul li {
  display: table-cell;
  width: auto;
  text-align: center;
  border-left: 1px solid #0a6285;
  padding: 0 0.4rem;
}
nav#servicemenu ul li a {
  display: block;
  margin: -1px 0;
  font-size: 0.8rem;
  color: #0a6285;
  text-decoration: none;
}
nav#servicemenu ul li a:hover {
  text-decoration: underline;
}
nav#servicemenu ul li:first-child {
  border: 0;
}

footer {
  clear: left;
  width: 100%;
  padding: 0.8rem 0 1rem 0;
  text-align: left;
  background-color: #0a6285;
}
footer nav {
  margin: 0 auto;
  max-width: 980px;
}
footer nav > * {
  margin-left: 1.3rem;
}
footer nav ul li {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.2rem 0 0.4rem;
  border-left: 1px solid #fff;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
footer nav ul li:first-child {
  border: 0;
  padding-left: 0;
}

html.forsten footer {
  background-color: #007233;
}

html.ehrenwert footer {
  background-color: #f4a040;
}

main h1, main h2, main h3 {
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -khtml-hyphens: none;
  hyphens: none;
}
main h1 {
  clear: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
main ul {
  margin-bottom: 1rem;
  /*list-style-type: disc;
  list-style-position: inside;*/
}
main ul li {
  padding-left: 1rem;
  background-image: url("/images/arrow_right.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}
main ul li ul {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
main img.right {
  width: 150px;
  max-width: 45%;
  height: auto;
  clear: right;
  float: right;
  margin: 0.5rem 0 0.5rem 0.5rem;
}
@media only screen and (max-width: 750px) {
  main img.right {
    display: none;
  }
}

.ehrenwert h1 {
  color: #f4a040;
}

ul.teasers_list {
  clear: both;
}
ul.teasers_list li {
  border-top: 1px solid #0a6285;
  padding-top: 1rem;
  padding-left: 0;
  background-image: none;
}
ul.teasers_list li img {
  display: block;
  margin-bottom: 1.25rem;
  height: auto;
}
@media only screen and (min-width: 501px) {
  ul.teasers_list li img {
    float: left;
    max-width: 15rem;
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 500px) {
  ul.teasers_list li img {
    width: 100%;
    margin-right: 0;
  }
}
ul.teasers_list li:after {
  content: "";
  clear: left;
  display: block;
  visibility: hidden;
  height: 0px;
}
ul.teasers_list li:first-child {
  border-top: 0;
  padding-top: 0;
}

main.home ul.teasers_list li {
  border: 0;
}
main.home ul.teasers_list li img {
  box-shadow: none;
}
@media only screen and (min-width: 501px) {
  main.home ul.teasers_list li {
    padding-left: 14.5rem;
  }
  main.home ul.teasers_list li img {
    max-width: 12rem;
    margin-left: -14.5rem;
    height: auto;
  }
}

ul.teasers_tiles li {
  display: block;
  float: left;
  margin: 0 5% 5% 0;
  padding: 0;
  background-image: none;
  vertical-align: top;
  border: 1px solid #85b0c2;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -khtml-hyphens: auto;
  hyphens: auto;
}
ul.teasers_tiles li h2 {
  background-color: #0a6285;
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 1rem;
}
ul.teasers_tiles li img {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: none;
}
ul.teasers_tiles li div {
  padding: 1.5rem 1rem;
}
@media only screen and (min-width: 651px) {
  ul.teasers_tiles {
    /* 3 columns */
  }
  ul.teasers_tiles li {
    width: 30%;
  }
  ul.teasers_tiles li:nth-child(3n) {
    margin-right: 0;
  }
  ul.teasers_tiles li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 501px) and (max-width: 650px) {
  ul.teasers_tiles {
    /* 2 columns */
  }
  ul.teasers_tiles li {
    width: 47.5%;
  }
  ul.teasers_tiles li:nth-child(2n) {
    margin-right: 0;
  }
  ul.teasers_tiles li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 500px) {
  ul.teasers_tiles {
    /* 2 columns */
  }
  ul.teasers_tiles li {
    width: 100%;
    margin-right: 0;
    clear: left;
  }
}

header h1 {
  font-size: 1rem;
}

h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
h3 span {
  display: block;
  color: #0a6285;
}

hr {
  clear: both;
  height: 0;
  border-bottom: 1px solid #0a6285;
  /*border-bottom: 1px solid #c4d4df;
  border-top: 1px solid #e2e9ef;*/
  margin: 1.5rem 0;
}

p {
  margin-bottom: 1rem;
}

p.date {
  margin-bottom: 0.3rem;
}

p.event_date {
  clear: left;
}

.error, .error * {
  color: #d2232a;
}

a.more {
  color: #0a6285;
  font-weight: bold;
  text-decoration: none;
}

a.more:hover {
  text-decoration: underline;
}

a.more:after {
  content: ">";
  display: inline-block;
  margin-left: 0.2rem;
}

ul {
  list-style-type: none;
}

img#category_logo {
  float: right;
  max-width: 14rem;
  margin: 0 0 2rem 2rem;
}

a.downloadfile {
  clear: both;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #0a6285;
  background-image: url("/images/download.png");
  background-repeat: no-repeat;
  background-position: 15px 0.9rem;
  padding: 0.8rem 0.8rem 0.8rem 45px;
  margin-bottom: 1rem;
  box-shadow: 0.2rem 0.2rem 0.3rem 0px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 751px) {
  a.downloadfile {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  a.downloadfile {
    width: 100%;
  }
}
a.downloadfile div {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
}

html.ehrenwert a.downloadfile {
  background-color: #f4a040;
}

html.forsten a.downloadfile {
  background-color: #007233;
}

a.downloadfile:hover {
  text-decoration: underline;
}
a.downloadfile:hover div {
  text-decoration: none !important;
}

figure {
  background-color: #f3f6f9;
  margin-bottom: 1rem;
  padding: 0 0 0 0;
}

.ehrenwert figure {
  background-color: #f9be7b;
}

figure.without_text {
  background-color: transparent;
}

@media only screen and (min-width: 751px) {
  figure.portrait_vertical {
    clear: left;
    float: left;
    width: 40%;
    margin: 0 2.5rem 1rem 0;
  }
  figure.portrait_vertical img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  figure.portrait_vertical figcaption {
    display: block;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
  }
}
@media only screen and (max-width: 750px) {
  figure.portrait_vertical img {
    display: block;
    width: 100%;
    height: auto;
  }
  figure.portrait_vertical figcaption {
    display: block;
    padding: 1rem 1.25rem;
  }
}

@media only screen and (min-width: 751px) {
  figure.portrait_horizontal {
    clear: left;
    margin: 0 0 1rem 0;
  }
  figure.portrait_horizontal img {
    display: block;
    float: left;
    width: 40%;
    height: auto;
    margin: 0 2.5rem 1rem 0;
  }
  figure.portrait_horizontal figcaption {
    display: block;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
  }
}
@media only screen and (max-width: 750px) {
  figure.portrait_horizontal img {
    display: block;
    width: 100%;
    height: auto;
  }
  figure.portrait_horizontal figcaption {
    display: block;
    padding: 1rem 1.25rem;
  }
}

@media only screen and (min-width: 751px) {
  figure.landscape {
    clear: left;
  }
  figure.landscape img,
  figure.landscape .img_container {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    height: auto;
    margin: 0;
  }
  figure.landscape .img_container p {
    margin-bottom: 0;
  }
  figure.landscape .img_container p iframe {
    display: block;
  }
  figure.landscape figcaption {
    display: inline-block;
    width: 39%;
    padding: 1rem 1rem 0.5rem 1rem;
  }
}
@media only screen and (max-width: 750px) {
  figure.landscape img,
  figure.landscape .img_container {
    display: block;
    width: 100%;
    height: auto;
  }
  figure.landscape figcaption {
    display: block;
    padding: 1rem 1.25rem;
  }
}

img.fullwidth {
  width: 100%;
  height: auto;
}

select {
  height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #0a6285;
  border-radius: 0;
  box-shadow: none;
  padding: 0 1rem 0 0.3rem;
  color: #0a6285;
  background-color: #fff;
  background-image: url("/images/select.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-position: calc(100% - 0.3rem) center;
  cursor: pointer;
}
select option {
  color: #0a6285;
  background-color: #fff;
  padding: 1px 1rem 1px 0;
}

select.category {
  float: right;
  margin: 0 0 1.5rem 1rem;
  width: auto;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}
table th, table td {
  vertical-align: top;
}
table:not(.invisible) th, table:not(.invisible) td {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -khtml-hyphens: none;
  hyphens: none;
}
table:not(.invisible) th {
  background-color: #c3d2df;
  border-right: 2px solid #fff;
}
table:not(.invisible) tbody tr {
  border-bottom: 1px solid #0a6285;
}
table:not(.invisible) tbody tr:nth-child(even) {
  background-color: #f3f6f9;
}
table:not(.invisible) tfoot td {
  border-bottom: 0;
  border-top: 0.5rem solid #0a6285;
  background-color: transparent;
}

div.alert {
  float: left;
  margin: 0 2.5rem 1rem 0;
  background-color: #cc071e;
  text-align: center;
  padding: 0.2rem 1rem 0.2rem 1rem;
}
@media only screen and (max-width: 750px) {
  div.alert {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  div.alert {
    width: 40%;
  }
}
div.alert * {
  color: #fff;
}
div.alert div {
  padding-bottom: 1.2rem;
}
div.alert div h2 {
  font-size: 2rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-bottom: 0.3rem;
  padding-top: 0.2rem;
}
@media only screen and (max-width: 750px) {
  div.alert div h2 span {
    padding: 0 0 0 0.8rem;
  }
}
@media only screen and (min-width: 751px) {
  div.alert div h2 span {
    padding: 0 0.8rem;
  }
}
div.alert div h2::first-line {
  background-color: #cc071e;
  font-size: 1.2rem;
}
div.alert div p {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
div.alert div p strong {
  font-size: 1rem;
}

div.scrollx {
  overflow-x: auto;
  width: 100%;
}

input, textarea {
  padding: 1px 0.3rem;
  background-color: #fff;
  color: #0a6285;
  border-radius: 0;
  box-shadow: none;
}

:-ms-input-placeholder {
  color: #0a6285;
  opacity: 1;
  font-style: italic;
}

::placeholder {
  color: #0a6285;
  opacity: 1;
  font-style: italic;
}

input {
  height: 1.5rem;
}

input[type=text], input[type=email], textarea, select {
  font-size: 0.8rem;
}

div.csc-mailform li input, div.csc-mailform li select, div.csc-mailform li textarea {
  font-size: 1rem;
  border: 1px solid #0a6285;
  margin-bottom: 0.5rem;
}
div.csc-mailform li label {
  width: 10rem;
  margin-right: 0;
}
div.csc-mailform li label em {
  display: none;
}
div.csc-mailform li label strong {
  text-transform: none;
  color: #cc071e;
}
div.csc-mailform li input[type=submit] {
  background-color: #dce4ed;
  color: #000;
  margin-left: 10rem;
  padding: 0.2rem 0.5rem;
  height: auto;
}

#organisationsplan {
  clear: both;
  padding-left: 0;
}
#organisationsplan * {
  line-height: 118%;
}
@media only screen and (max-width: 575px) {
  #organisationsplan * {
    font-size: 0.8rem;
  }
}
#organisationsplan hr {
  margin: 0.4rem 0.4rem;
  border-color: #fff;
}
#organisationsplan ul.margin li:last-child {
  height: 9rem;
}
#organisationsplan li {
  background-image: none;
  height: 6.5rem;
  border: solid #0a6285 0;
  padding-left: 0;
}
#organisationsplan li > div {
  height: 6rem;
  overflow: visible;
  display: block;
  max-width: 15rem;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  text-align: center;
  background-color: #e7edf2;
  cursor: pointer;
}
@media only screen and (min-width: 751px) {
  #organisationsplan li > div {
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan li > div {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan li > div {
    max-width: 6rem;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
  }
}
#organisationsplan li > div span {
  color: #000;
  display: table-cell;
  padding: 0.25rem 0.75rem 0 0.75rem;
  vertical-align: middle;
  height: 6rem;
  overflow-y: auto;
  overflow-x: none;
  width: 15rem;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan li > div span {
    width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan li > div span {
    width: 6rem;
    padding: 0.25rem 0.1rem 0 0.1rem;
  }
}
#organisationsplan li > div > div {
  /* Popup */
  display: none;
  position: absolute;
  z-index: 2;
  min-width: 15rem;
  background-color: #fff;
  text-align: left;
  padding: 0.5rem;
  margin-top: 0.25rem;
  box-shadow: 0.2rem 0.2rem 0.3rem 0px rgba(0, 0, 0, 0.7);
  cursor: default;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan li > div > div {
    min-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan li > div > div {
    min-width: 6rem;
    max-width: 15rem;
  }
}
#organisationsplan li > div > div > div {
  float: right;
  cursor: pointer;
}
#organisationsplan li > div > div p {
  margin-bottom: 0.3rem;
}
#organisationsplan li > div > div p.ansprechpartner {
  display: inline-block;
  color: #0a6285;
  font-weight: bold;
}
#organisationsplan li > div > div::before {
  display: block;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  margin-top: -1rem;
  content: "";
}
#organisationsplan li ul, #organisationsplan li ul li ul li ul {
  padding-left: 0;
  margin-bottom: calc(6rem + 2px);
}
#organisationsplan li.parent {
  height: auto;
}
#organisationsplan li.parent > div {
  background-color: #a2c1d0;
}
#organisationsplan > li {
  /* Kuratorium */
  height: auto;
  padding-bottom: 6rem;
  margin-left: 19rem;
  border-left-width: 1px;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li {
    margin-left: 16.5rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li {
    margin-left: 7.5rem;
  }
}
#organisationsplan > li > div {
  margin-left: -7.5rem;
  background-color: #0a6285;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li > div {
    margin-left: -6rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > div {
    margin-left: -3rem;
  }
}
#organisationsplan > li > div span {
  color: #fff;
}
#organisationsplan > li > ul {
  /* Präsi */
}
#organisationsplan > li > ul > li > div {
  background-color: #0a6285;
  color: #fff;
  margin-left: -7.5rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li > ul > li > div {
    margin-left: -6rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > ul > li > div {
    margin-left: -3rem;
  }
}
#organisationsplan > li > ul > li > div span {
  color: #fff;
}
#organisationsplan > li > ul > li > ul {
  /* Operatives Controlling etc.*/
  position: relative;
  display: block;
  float: left;
  width: 19rem;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li > ul > li > ul {
    width: 16.5rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > ul > li > ul {
    width: 7.5rem;
  }
}
#organisationsplan > li > ul > li > ul > li {
  width: 16rem;
  border: solid #0a6285;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li > ul > li > ul > li {
    width: 13rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > ul > li > ul > li {
    width: 7rem;
  }
}
#organisationsplan > li > ul > li > ul > li > div {
  margin-top: -3rem;
  margin-bottom: 3rem;
}
#organisationsplan > li > ul > li > ul > li > ul > li {
  clear: both;
  display: block;
  height: 6.5rem;
}
#organisationsplan > li > ul > li > ul > li > ul > li > div {
  background-color: transparent;
  height: 6.5rem;
}
#organisationsplan > li > ul > li > ul > li > ul > li > div span {
  background-color: #e7edf2;
}
#organisationsplan > li > ul > li > ul > li.parent {
  width: 17rem;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li > ul > li > ul > li.parent {
    width: 14rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > ul > li > ul > li.parent {
    width: 8rem;
  }
}
#organisationsplan > li > ul > li > ul > li.parent ul li {
  border-bottom: 1px solid #0a6285;
}
#organisationsplan > li > ul > li > ul > li.parent ul li > div {
  position: absolute;
  margin-top: 3.25rem;
}
#organisationsplan > li > ul > li > ul > li.parent ul li:first-child {
  height: 3.25rem;
}
#organisationsplan > li > ul > li > ul > li.parent ul li:first-child div {
  margin-top: 0;
}
#organisationsplan > li > ul > li > ul > li.parent > div {
  margin-bottom: 0.5rem;
}
#organisationsplan > li > ul > li > ul.left {
  margin-left: -19rem;
  clear: left;
}
@media only screen and (max-width: 750px) and (min-width: 576px) {
  #organisationsplan > li > ul > li > ul.left {
    margin-left: -16.5rem;
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > ul > li > ul.left {
    margin-left: -7.5rem;
  }
}
#organisationsplan > li > ul > li > ul.left > li {
  float: right;
  clear: right;
  text-align: right;
  border-width: 1px 1px 0 0;
  padding-right: 1rem;
}
#organisationsplan > li > ul > li > ul.left > li > div {
  float: right;
}
#organisationsplan > li > ul > li > ul.left > li ul {
  clear: left;
}
#organisationsplan > li > ul > li > ul.left > li ul li {
  padding-left: calc(1rem - 1px);
}
#organisationsplan > li > ul > li > ul.left > li.parent ul {
  border-left: 1px solid #0a6285;
}
#organisationsplan > li > ul > li > ul.left > li.parent:last-child {
  border-right-width: 0;
}
#organisationsplan > li > ul > li > ul.right {
  margin-left: 0;
}
#organisationsplan > li > ul > li > ul.right > li {
  float: left;
  clear: left;
  text-align: right;
  border-width: 1px 0 0 1px;
  padding-left: 1rem;
  margin-left: -1px;
}
#organisationsplan > li > ul > li > ul.right > li > div {
  float: left;
}
#organisationsplan > li > ul > li > ul.right > li ul {
  clear: right;
}
#organisationsplan > li > ul > li > ul.right > li.parent ul {
  border-right: 1px solid #0a6285;
}
#organisationsplan > li > ul > li > ul.right > li.parent:last-child {
  border-left-width: 0;
}
@media only screen and (max-width: 575px) {
  #organisationsplan > li > div > div::before,
  #organisationsplan > li > ul > li > div > div::before {
    left: calc(3rem - 7px);
  }
}
@media only screen and (min-width: 576px) {
  #organisationsplan li > div > div::before,
  #organisationsplan > li > ul > li > div > div::before {
    left: calc(6.5rem + 7px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 750px) {
  #organisationsplan li > div > div::before,
  #organisationsplan > li > ul > li > div > div::before {
    left: calc(5rem + 7px);
  }
}
@media only screen and (max-width: 575px) {
  #organisationsplan ul.right li > div > div {
    right: 0.5rem;
  }
  #organisationsplan ul.right li > div > div::before {
    right: calc(3rem - 7px);
  }
  #organisationsplan ul.right li > ul > li > div > div {
    right: 0;
  }
  #organisationsplan ul.left li > div > div::before {
    left: calc(3rem - 7px);
  }
}

#map {
  position: relative;
}

#map_consent {
  height: 100%;
  padding-top: 20%;
  text-align: center;
}

#map_info,
#map_canvas {
  display: none;
}

#map :focus,
#map_canvas :focus,
#map_outer_canvas :focus {
  outline: none;
}

#map_info {
  background-color: #fff;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 1;
  opacity: 0.95;
  right: 0;
  border: 1px solid #e7edf2;
}
@media only screen and (max-width: 750px) {
  #map_info {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  #map_info {
    width: 45%;
  }
}
#map_info h2 {
  font-size: 1rem;
  padding: 5px 10px 0;
}
#map_info > a {
  display: block;
  padding: 2px;
  background-color: #e7edf2;
  text-align: center;
  text-decoration: underline;
}
#map_info > a span {
  font-size: 0.8rem;
  padding: 0 12px;
  cursor: pointer;
}
#map_info > div > div {
  max-height: 400px;
  overflow-y: auto;
  padding: 0 10px 10px 10px;
  display: none;
  font-size: 0.9rem;
}
#map_info > div > div p {
  margin-bottom: 0.8rem;
}

ul.legend {
  display: block;
}
ul.legend li {
  display: inline-block;
  margin-right: 1rem;
  padding: 0;
  background-image: none;
}
ul.legend li img {
  width: 1rem;
  margin-right: 0.5rem;
}

#info {
  background-color: #FFFFFF;
  padding: 0;
  z-index: 1;
  border: solid #ccd6d8;
  opacity: 0.95;
  position: absolute;
  border-width: 1px 10px 0 10px;
  border-radius: 0 0 10px 10px;
  margin-left: calc(50% - 225px);
  width: 450px;
}
@media only screen and (max-width: 1200px) {
  #info {
    width: 300px;
    margin-left: calc(50% - 150px);
  }
}
@media only screen and (max-width: 400px) {
  #info {
    width: 200px;
    margin-left: calc(50% - 100px);
  }
  #info * {
    hyphens: auto;
  }
}

#info div div *:first-child {
  margin-top: 10px;
}

#info > a {
  display: block;
  padding: 2px;
  background-color: #ccd6d8;
  text-align: center;
  color: #344f7f;
  text-decoration: none;
  cursor: pointer;
}

#info > a span {
  padding: 0 12px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}

#info table {
  margin-bottom: 10px;
}

#info table tr td:first-child {
  padding-right: 0.5em;
}

#menuToggle > a:hover,
#info > a:hover {
  text-decoration: underline;
}

#info > div > div {
  max-height: 400px;
  overflow-y: auto;
  padding: 0 10px 10px 10px;
  display: none;
}

#map_outer_canvas {
  height: 675px;
  position: relative;
}

.infoWindow {
  padding: 0.5rem;
  width: 15rem;
}
.infoWindow.withImage {
  width: 30rem;
}
.infoWindow p, .infoWindow table {
  margin-bottom: 0.5rem;
}
.infoWindow table.invisible tr td:first-child {
  padding-right: 0.5rem;
}
.infoWindow strong {
  font-weight: bold;
}
.infoWindow figure {
  position: relative;
  float: right;
  margin: 0 0 0.5rem 1rem;
  max-width: 15rem;
  max-height: 15rem;
}
.infoWindow figure figcaption {
  position: absolute;
  bottom: 0.25rem;
  right: 0.35rem;
  color: #fff;
}
.infoWindow a.moreInfo {
  display: block;
  position: relative;
  padding-left: 0.75rem;
}
.infoWindow a.moreInfo:before {
  position: absolute;
  content: ">";
  margin-left: -0.75rem;
}

dl {
  margin-bottom: 0.5rem;
}

dt {
  clear: left;
  float: left;
  min-width: 6rem;
}

dd {
  padding-left: 7rem;
}

div.youtube_container {
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

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

.tx-felogin-pi1 label {
  display: inline-block;
  width: 12rem;
}
.tx-felogin-pi1 div {
  margin-bottom: 0.5rem;
}

fieldset legend {
  display: none;
}
fieldset input {
  width: 12rem;
}
fieldset input[type=submit] {
  width: auto;
  color: #fff;
  background-color: #0a6285;
}

.video-js {
  width: inherit !important;
}

video {
  margin-bottom: 1rem;
}

.vjs-resolution-button-staticlabel {
  font-family: VideoJS !important;
}

#cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  z-index: 5;
  text-align: center;
  background-color: rgba(10, 98, 133, 0.95);
  color: #fff;
}

#cookie-notice a {
  color: #fff;
}

#cookie-notice button {
  padding: 0.1rem 0.4rem;
  background-color: #f0f0f0;
  border: 1px solid #aaa;
  margin-left: 0.5rem;
  cursor: pointer;
}

audio {
  width: 100%;
  margin-bottom: 1rem;
}
audio:focus {
  border: none;
  outline: none;
}

body.consent {
  height: 100%;
}

.consent {
  padding: 0.5rem;
  background-color: #333;
  color: #ccc;
}
.consent * {
  color: #ccc;
}
.consent form {
  margin-bottom: 1rem;
}
.consent input[type=checkbox] {
  vertical-align: middle;
}
.consent label {
  display: block;
  margin-bottom: 1rem;
}
.consent button {
  padding: 0.1rem 0.4rem;
  background-color: #f0f0f0;
  border: 1px solid #aaa;
  color: #000;
  margin-left: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
}

#consentYoutube,
#map_consent {
  display: none;
}

@font-face{font-family:lightcase;src:url(/fonts/lightcase.eot?55356177);src:url(/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),url(/fonts/lightcase.woff?55356177) format("woff"),url(/fonts/lightcase.ttf?55356177) format("truetype"),url(/fonts/lightcase.svg?55356177#lightcase) format("svg");font-weight:400;font-style:normal}[class*=lightcase-icon-]:before{font-family:lightcase,sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;color:#0a6285}.lightcase-icon-play:before{content:'\e800'}.lightcase-icon-pause:before{content:'\e801'}.lightcase-icon-close:before{content:'\e802'}.lightcase-icon-prev:before{content:'\e803'}.lightcase-icon-next:before{content:'\e804'}.lightcase-icon-spin:before{content:'\e805'}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0,0,0,.5)}@media screen and (max-width:640px){#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]){position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}@media screen and (min-width:641px){#lightcase-case:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;overflow:hidden;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-moz-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}}@media screen and (min-width:641px){#lightcase-case[data-lc-type=image] #lightcase-content,#lightcase-case[data-lc-type=video] #lightcase-content{background-color:#333}}#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media screen and (max-width:640px){#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner{padding:15px}#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>:not(iframe){height:auto!important;max-height:none!important}}@media screen and (max-width:640px){.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner{overflow:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width:640px) and (min-width:641px){[data-lc-type=image] #lightcase-content .lightcase-contentInner,[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{overflow:auto;-webkit-overflow-scrolling:touch}@media screen and (max-width:640px){#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}@media screen and (min-width:641px){#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width:640px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}}@media screen and (min-width:641px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}@media screen and (max-width:640px){#lightcase-case p.lightcase-error{padding:30px 0}}@media screen and (min-width:641px){#lightcase-case p.lightcase-error{padding:0}}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:640px){.lightcase-open body{padding:55px 0 70px 0}.lightcase-open body>:not([id*=lightcase-]){position:fixed!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important}}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title{margin:0;padding:0;line-height:1.5;font-weight:400;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}@media screen and (max-width:640px){#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}@media screen and (max-width:640px){.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin .5s infinite linear;-moz-animation:lightcase-spin .5s infinite linear;-o-animation:lightcase-spin .5s infinite linear;animation:lightcase-spin .5s infinite linear}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}#lightcase-nav a[class*=lightcase-icon-]{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:0;cursor:pointer}#lightcase-nav a[class*=lightcase-icon-],#lightcase-nav a[class*=lightcase-icon-]:focus{text-decoration:none;color:rgba(255,255,255,.6);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}#lightcase-nav a[class*=lightcase-icon-]>span{display:inline-block;text-indent:-9999px}#lightcase-nav a[class*=lightcase-icon-]:hover{color:#fff;text-shadow:0 0 15px #fff}.lightcase-isMobileDevice #lightcase-nav a[class*=lightcase-icon-]:hover{color:#aaa;text-shadow:none}#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev{left:15px}#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next{right:15px}#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play{left:50%;margin-left:-.5em}@media screen and (min-width:641px){#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play{opacity:0}}#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close{top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:0}@media screen and (max-width:640px){#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close{position:absolute}}@media screen and (min-width:641px){#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close{position:fixed}}@media screen and (max-width:640px){#lightcase-nav a[class*=lightcase-icon-]{bottom:15px;font-size:24px}}@media screen and (min-width:641px){#lightcase-nav a[class*=lightcase-icon-]{bottom:50%;margin-bottom:-.5em}#lightcase-case:hover~#lightcase-nav a[class*=lightcase-icon-],#lightcase-nav a[class*=lightcase-icon-]:hover{opacity:1}}#lightcase-overlay{display:none;width:100%;height:100%;position:fixed;z-index:2000;top:0;left:0;background:#fff}@media screen and (max-width:640px){#lightcase-overlay{opacity:1!important}}

