/* html, body {
  background: url(../../user_upload/Bilder/Hintergrund/Hintergrund-01.jpg) 0em 0em no-repeat fixed;
} */
hr {
  border-top: 1px solid #CCC;
}
a {
  text-decoration: underline;
  color: #2A2A2A;
}
a:hover {
  text-decoration: none;
  color: #2A2A2A;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2A2A2A;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .fauxHeadline {
  font-family: inherit;
  font-weight: bold;
  padding-bottom: 25px;
  color: #2A2A2A;
}
.csc-firstHeader h1 {
  font-size: 25px;
  font-size: 1.785em;
}
h1 {
  font-size: 30px;
  font-size: 1.8rem;
  font-family: 'Shadows Into Light Two', cursive;
}
h2 {
  font-size: 26px;
  font-size: 1.6rem;
  font-family: 'Shadows Into Light Two', cursive;
}
h3 {
  font-size: 24px;
  font-size: 1.4rem;
  font-family: 'Shadows Into Light Two', cursive;
}
h4 {
  font-size: 22px;
  font-size: 1.2rem;
}
h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}
.fauxHeadline {
  font-size: 18px;
  font-size: 1.2rem;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar .fauxHeadline {
  font-weight: normal;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}
.dunkelgrau {
  color: #323841;
}
.kleiner {
  font-size: 0.9em;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .fauxHeadline {
  color: white;
  padding-bottom: inherit;
  margin-bottom: inherit;
}
#top {
  border-top: 5px solid #2a2a2a;
}
#logo {
  position: relative;
  margin-top: .4em;
}
/* Topnavigation Pipelist */
#topnavigation {
  margin-top: 0px;
  text-align: right;
  font-size: .9em;
  text-shadow: 0 0 4px #000;
}
.topnavigation {
  list-style: none;
}
.topnavigation a {
  color: #FFF;
  text-decoration: none;
}
.topnavigation a:hover {
  text-decoration: none;
  color: #dedede;
}
.oeffnungszeiten {
  color: #FFF;
  text-shadow: 0 0 4px #000;
  }
.oeffnungszeiten p {
  line-height: 1.3em;
  font-size: 1.1em;
  }
.oeffnungszeiten h3 {
  color: #FFF;
  padding: 4px 0 6px 0;
}
.selected a {
  text-decoration: underline;
}
.topnavigation li {
  display: inline;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.topnavigation li:before {
  content: " | ";
}
.topnavigation li:first-child:before {
  content: "";
}
/*IE workaround*/
/*All IE browsers*/
* html .topnavigation li {
  border-left: 1px solid #FFF;
  padding: 0 0.4em 0 0.4em;
  margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .topnavigation {
  height: 1%;
}
* html .topnavigation li {
  display: block;
  float: left;
}
.ie7 .topnavigation li {
  padding: 0;
  margin-left: 7px;
  color: #FFF;
}
.ie7 .topnavigation a li {
  padding: 50px;
}
/*End hide*/
/*Mac IE 5*/
* html .topnavigation li:first-child {
  border-left: 0;
}
/* Topnavigation Pipelist Ende */


/* Navigation */
nav {
  margin: 3em 0 1.5em 0;
  padding: 0 .7em;
  font-family: "Shadows Into Light Two",cursive;
  font-size: 1.5em;
}
.navbar a {
  text-decoration: none;
}
#menu {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0px;
  -webkit-box-shadow: 0 0 5px 5px #CCC;
  box-shadow: 0 0 5px 5px #CCC;
}
#menu ul, #menu li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100;
}
#menu li a {
  display: block;
  color: #2A2A2A;
  text-decoration: none;
  padding: 10px 5px 10px 15px;
  background: #FFF;
}
#menu li a:hover {
  display: block;
  padding: 10px 5px 10px 15px;
  color: #909090;
  background: #FFF;
}
#menu .selected, #menu .active{
  display: block;
  padding: 10px 5px 10px 15px;
  color: #909090;
  background: #FFF;
}
/*2. ebene */
#menu ul ul, #menu li li {
  padding-left: 1em;
}
/* Navi Ende */

#breadcrumb {
  font-size: .8em;
  color: #FFF;
  text-shadow: 0 0 4px #000;
}
#breadcrumb p {
  font-size: 1em;
}
#breadcrumb a {
  text-decoration: none;
  color: #FFF;
}
#breadcrumb {
  margin-top: 4em;
}
#breadcrumb .first a {
  text-transform: none;
}
#breadcrumblabel, #breadcrumb ol, #breadcrumb li {
  margin: 0;
  padding: 0;
  display: inline;
}
#breadcrumblabel {
  padding-right: 5px;
}
#breadcrumb li a:after {
  content: ' » ';
}
.ie7 #breadcrumb li a {
  padding-right: 10px;
}
#breadcrumb li:last-child a:after {
  content: '';
}
div[role=main] {
}
#content {
  margin: 1.5em 0 2em 0;
  padding: 1.5em 0 1em 0;
  background: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px 5px #E3E3E3;
  box-shadow: 0 0 5px 5px #E3E3E3;
}
.maincontent {padding: 0px 3em 0px 0px;}
.maincontent ul, .maincontent ol {
  margin-left: 2em;
}
.maincontent li {
  list-style: disc;
}

/* Anfahrt */
.cbQuickGoogleMap {
    border: 1px solid #2A2A2A;
    margin-bottom: 1em;
}

.field-anfahrt {
    font-size: 14px;
    width: 250px;
    padding: 2px;
    border: 1px solid #CCC;
    color: #444;
}
.submit-anfahrt {
    border: 0px none;
    padding: 2px 20px;
    color: #FFF;
    cursor: pointer;
    background: none repeat scroll 0% 0% #2A2A2A;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
-webkit-box-shadow: 0 0 3px 2px #BABABA;
box-shadow: 0 0 3px 2px #BABABA;
}
#sponsoren {
  min-height: 50px;
  border-top: 1px solid #2a2a2a;
  border-bottom: 5px solid #FFF;
  background: #EBEBEC;
}
#sponsoren img {
  border: 1px solid #CCC;
  -webkit-border-radius: 7px;
  border-radius: 7px;}
.footer {
  max-width: 980px;
}
footer.pagefooter {
  background: #323841;
  padding: 0 0 1em 0;
  color: #FFFFFF;
  height: auto;
  line-height: 1.2em;
  font-size: 1em;
}
footer.pagefooter p {
  margin: 0px;
  padding: 0px;
}
footer.pagefooter a {
  color: #FFFFFF;
  text-decoration: none;
}
footer.pagefooter a:hover {
  text-decoration: underline;
}
.pagefooter section p {
  padding-top: 1em;
  font-size: .8em;
}
/* Left, center, right and justify alignment of text in block elements */
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left {
  text-align: left;
}
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
  text-align: center;
}
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
  text-align: right;
}
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
  text-align: justify;
}
/* Sonstiges */
#toTop {
  background: url(../img/totop.png) center no-repeat #c8c9cb;
  border: none;
  height: 73px;
  width: 73px;
  border-radius: 500px;
  transition: background 0.5s;
  -webkit-transition: background 0.3s;
  margin-top: 1.3em;
}
#toTop:hover {
  background: url(../img/totop.png) center no-repeat #2a2a2a;
}
ul.csc-uploads {
  margin: 0;
  padding: 0;
}
ul.csc-uploads span {
  display: inline;
}
.csc-uploads-fileSize {
  display: inherit;
  padding-left: 5px;
  font-size: .8em;
}
.csc-uploads-fileSize:before {
  content: "[";
}
.csc-uploads-fileSize:after {
  content: "]";
}
