@charset "UTF-8";
/*
 * Farben
 *
 */
/*
  * Zwischenräume und Abstände
  *
  */
/* Zwischenräume Grid */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.trenner {
	border-top: 1px solid #4D4D4D;
	position: relative;
	z-index: 9;	
}
.no-padding-left {
	padding-left: 0px !important;	
}
.margin-top-2em {
	margin-top: 2em !important;	
}
.margin-bottom-2em {
	margin-bottom: 2em !important;	
}
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: source-sans-pro, sans-serif;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
	color: #595A3A;
  /* 16px in den meisten Browsern */
  line-height: 1.5;
  /* 24px */
  margin: 0;
  background-color: #000;
  font-family: source-sans-pro, sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
  width: 100%;
}
#galleria img {
	width: auto;	
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typografie allgemein
   ========================================================================== */
h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0 0 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 0 0 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding:0;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Header-Bereich
   ========================================================================== */
#header .twelvecol {
	margin-bottom: 0;
}
#logo {
  float: left;
}

#logo h1 {
	font-size: 1.222222em; /* 22px bei 18px Basis */	
	margin-top: 1em;
}

#logo h1 a {
	color: #A06A0B;	
	text-decoration: none;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.navi-main {
	height: 3.4em;
	line-height: 4em;
}
.navi-main, #logo {
	position: relative;
	z-index: 10;
}
.navi-main li {
	margin: 0 0 0 1.5em;		
}
.navi-main a, a {
	color: #808080;
	text-decoration: none;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	transition: color 200ms;
}

.navi-main a:hover, a:hover {
	color: #aaa;
}
/* ==========================================================================
   Content
   ========================================================================== */

/* Einzelne Galerien */
.galerie-titel {
	margin: 2em 0;
}

.galerie-titel h1 {
	color: #666666;
	font-size: 3em;
	line-height: 1em;
	float: left; 
	margin: 0 1em .5em 0;	
}
.mehrLesen {
   font-size: 16px;
   display: block;
   text-align: right;    
}
.galerie-titel p {	
	color: #666666;
}

/* Hero Lichttunnel */
.hero { 	
}

#content a, #content h4 {
	letter-spacing: 1px;
	color: #704A07
}

#content a:hover {
	color: #A06A0B;	
}



/* ==========================================================================
   Vita-Tab
   ========================================================================== */
   
.vita-wrapper {
	position: relative;
	color: #666;
	}

.vita-wrapper .tab-flyout {
	padding: 0;
	font-size: .8888888em;	
	position: absolute;
	width: auto;
	padding: 0 2em;
}

.vita-wrapper .tab-content {
	overflow: hidden;
	background: rgba(0,0,0,0.90);
	height: 0;
}	
.lt-ie9 .vita-wrapper .tab-content {
	background: url(/assets/transparentes-pixel.png);
}	
.closed {
	border: 1px dashed #666;
	border-bottom: none;
	border-top: none;
}

.open {
	border: 1px dashed #666;
	border-top: none;
}

.vita-wrapper .tab-content .row {
	margin: 1em;	
}

.tab-content img {
	border: 5px solid #666;	
	margin-bottom: 1em;
	max-width: 140px;
}

.tab-content p {
	margin: 0;	
}

.vita-flyout > .row {
	padding: 0;	
}

.button-tab a {
	display: inline-block;
	padding: .5em 1em;
}
/* geschlossenes Tab hat Pfeil nach unten */
.closed + .button-tab a:after {
	content: ' \2193';	
}
/* geöffnetes Tab hat Pfeil nach oben */
.open + .button-tab a:after {
	content: ' \2191';	
}

/* ==========================================================================
   News-Teaser
   ========================================================================== */
   
.announcement-list {
	
}

/* ==========================================================================
   Themen Bereich mit Galerie-Vorschaubildern
   ========================================================================== */
   
.themen {
	color: #595A3A;
}
   
.themen h2 {
	font-size: 1.222222em; /* 22px bei 18px Basis */	
	color: #A06A0B;
	border-bottom: 1px solid #333;
	text-transform: uppercase;	
}
#content .galerien-vorschau {
	margin-bottom: 1em;	
}
.galerien-vorschau h4 {
	font-size: 1.1em;
	margin-bottom: .5em;
}

.galerien-vorschau img {
	margin-bottom: 1em;	
}

/* ==========================================================================
   Presseschau
   ========================================================================== */
.presseschau, .news, .news h4 a {	
	color: #595A3A !important;
}

.artikel-titel {
	float: left;
	font-size: 1.1em;
	margin-bottom: .5em;
}
 
.artikel-datum {
	float: right;
}

.artikel-text {
	clear: both;
}
 
/* ==========================================================================
   Footer
   ========================================================================== */
#footer .twelvecol {
}
.navi-footer {
	text-align: center;	
	border-top: 1px solid #595A3A;
	padding-top: 1.5em;	
}
.navi-footer li {
	display: inline;
	margin: 0 .75em;	
}
.navi-footer a {
	color: #595A3A;
	text-decoration: none;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	transition: color 200ms;
}
.navi-footer a:hover {
	color: #8A8B5B;
}
   
/* ==========================================================================
   Grid Basis: für mobile und IE kleiner 9. Alles über volle Breite.
   ========================================================================== */
#header,
#content,
#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  width: auto;
  /* Volle Viewport-Breite */
  margin: 0 5.555555%;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  float: left;
  min-height: 1px;
  margin-bottom: 1em;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* Manche columns gehen bis an den Rand */
.row .col-no-padding {
  padding: 0;
}
/* Immer über die volle Viewport-Breite (z. B. Navigation) */
.row.full-width {
  max-width: 100%;
}
/* Internet Explorer bekommt eine Spalte */
.lt-ie9 .row {
  width: 50em; /* 800px */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.navi-main {
  float: right;
}
.nav {
  padding: 0;
}
.navi-main li {
  float: left;
}
/* Button für die Navgation verstecken */
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
}
/* Collapsible Navbar bei Viewports kleiner 601px */
@media (max-width: 600px) {
  .navi-main {
    float: left;
  }
  /* Button, der die Navi auslöste */
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .btn-navbar {
    display: block !important;
     position: relative;
    z-index: 99;
     margin-top: 1em;
     border: 2px solid #ccc;
     border-radius: 6px;
     background: transparent;
     padding: 8px 15px;
  }
   .twelvecol {
      width: 100%;
   }
   .vita-wrapper img {
      display: none;
   }

}
/* ==========================================================================
   Grid größer 600px
   
   ========================================================================== */  

@media only screen and (min-width: 37.5em) {  /* 600px */
  	.row {
		margin: 0 5.555555%;	
	}
	
	/* Verschachtelte Reihen */
	.row .row {
		margin: 0;	
	}
	
	.onecol,
	.twocol,
	.threecol,
	.fourcol,
	.fivecol,
	.sixcol,
	.sevencol,
	.eightcol,
	.ninecol,
	.tencol,
	.elevencol,
	.twelvecol {
		padding: 0 1em;
	}
	.onecol {
    width: 8.333333%;
	 }
	  .twocol {
		width: 16.666666%;
	  }
	  .threecol {
		width: 25%;
	  }
	  .fourcol {
		width: 33.333333%;
	  }
	  .fivecol {
		width: 41.666666%;
	  }
	  .sixcol {
		width: 50%;
	  }
	  .sevencol {
		width: 58.333333%;
	  }
	  .eightcol {
		width: 66.666666%;
	  }
	  .ninecol {
		width: 75%;
	  }
	  .tencol {
		width: 83.333333%;
	  }
	  .elevencol {
		width: 91.666666%;
	  }
	  .twelvecol {
		width: 100%;
	  }
}
@media (min-width: 601px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* 
 * Bildschirme 1200px (75em)
 */
@media only screen and (min-width: 75em) {
	body {
		font-size: 1.125em;	
		max-width: 80em; /* 1620px */
		margin: 0 auto;
	}
  .row {
	/*margin: 0 16.6666%;*/
  }
}

/* Cookie Richtlinie */
.container-cookies {
   background: #e30613;
   color: #fff;
   padding: 1em 2em 0;  
   position: fixed;
   width: 100%;
   bottom: 0;
   left:0;
   right: 0;
z-index: 999999;
}
.container-cookies a {
   color: #fff;  
   text-decoration: underline;
}
.container-cookies p {
   margin-bottom: .5em;  
}
.container-cookies .btn {
   margin-left: 1em; 
   border: none; 
   color: #e30613;
   background: #fff; 
   padding: .25em 2em; 
   font-size: 1em;
   margin-bottom: 0;
}
.hidden {
   display: none;
   visibility: hidden;
}