* {
    padding: 0px;
    margin: 0px;
    font-size: 12px; 
}

#content h1, 
#content h1 a,
#content h2, 
#content h2 a,
#content h3, 
#content h3 a,
#content h4, 
#content h4 a,
#content h5, 
#content h5 a,
#content h6, 
#content h6 a {
     text-decoration: none;
     color: #000;
}


#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
    padding-bottom: 8px;
} 

#content h1 {
    font-size: 16px;
}

#content h2 {
    font-size: 15px;
}

#content h3 {
    font-size: 14px;
}

#content h4 {
    font-size: 13px;
}

#content h5 {
    font-size: 12px;
}

#content h6 {
    font-size: 12px;
    font-weight: normal;
}
p {
    font-size: 12px;
}

#content a {
    color: #555;
    text-decoration: none;
}

#content a:hover {
    color: #000;
    text-decoration: underline;
}

body {
    overflow:scroll; overflow: -moz-scrollbars-vertical; -overflow:hidden;
    font-family: arial;
    background: url(img/body.jpg) #ffffff repeat-x;
}

.clear {
    clear: both;
}

#wrapper {
    margin: 0px auto 20px auto;
    width: 990px;
    position: relative;
    z-index: 100;
    
}

#snow {
	position: fixed;
	width: 90%;
	margin: 0px 5%;
	height: 100%;
	top:0;
	left: 0;
}


#header {
    height: 187px;
}

#logo {
    position: absolute;
    top: 44px;;
    
}

#slideshow {
    background: #fff;
  width: 990px;
  overflow: hidden;
    height: 240px;
    margin-top: 40px;
    box-shadow: 2px 2px 10px #444;
}

#slideshow img {
  width: 990px;
  height: 220px;
}

#spalten {
    padding: 20px 0px;
    background: #CFC6C7;
    box-shadow: 2px 2px 10px #444;
  position: relative;
  z-index: 50;
}

#left {
    width: 750px;
    float: left;
}

#right {
    width: 240px;
    float: left;
}

#content {
    padding: 0px 10px;
}


#subnavi {
    float: left;
    width: 250px;
}

#copyright {
    float: left;
    width: 490px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#print {
    float: left;
    width: 250px;
}

#footer {
    background: #333;
    box-shadow: 2px 2px 10px #444;
    min-height: 110px;
}

.subnavi,
.copyright,
.print {
    padding: 10px;
}

.csc-textpic-caption a,
.csc-textpic-caption {
    font-size: 11px;
}

#slideshow, .csc-textpic-caption {
  background: #fff;
}

.termine {
    width: 100%;
    border-collapse: collapse;
}

.termine td,
.termine th{
    padding: 10px;
    border: 1px solid #333333;
}

.termine .td-1 {
    font-weight: bold;
}

.termine .td-0 {
    width: 120px;
}

.termine td:hover {
    background: #ddd;
}

.termine caption {
    background: #fff;
    text-transform: uppercase;
    padding: 3px 0px;
}

.tx-powermail-pi1 label {
    float: left;
    width: 120px;
}

.tx-powermail-pi1 fieldset {
    padding: 10px 0px;
    border: none;
}

.tx-powermail-pi1 input[type=text] {
    width: 250px;
}

.tx-powermail-pi1 textarea {
    width: 250px;
    height: 150px;
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
    margin-bottom: 10px;
}

.tx-powermail-pi1 .captcha_div img {
    margin: 0px;
    padding: 0px;
}

.tx-powermail-pi1 .captcha_div {
    padding-left: 120px;
}

.news-latest-date,
.news-list-date {
    text-align: right;
    background: #ffffff;
    background-image: linear-gradient(left, #CFC6C7 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #CFC6C7 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(left, #CFC6C7 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(left, #CFC6C7 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(left, #CFC6C7 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFC6C7', endColorstr='#ffffff',GradientType=1 ); 
    color: #333;
    
}

.news-latest-title a,
.news-list-view h3 a,
.teaser-text a{
    color: #666666;
    text-decoration: none;
}

.news-latest-title a:hover,
.news-list-view h3 a:hover,
teaser-text a:hover {
    color: #000000;
    text-decoration: underline;
}

.news-latest-subheader a {
    color: #666666;
    text-decoration: none;
}

.news-latest-subheader a:hover {
    color: #000000;
}

.news-latest-item {
   margin-bottom: 10px;
}
.news .article .news-img-wrap a {
    padding: 0; 
    border: 0; 
    background: inherit; 
}
#content .news-list-item {
    padding: 10px;
    border: 1px solid #0F0F0F;
    margin-bottom: 10px;
}

#content .news-list-item:hover {
    background: #eee;
}

#news,
#newsletter,
#wetter {
    padding: 0px 10px 0px 10px;
}

#wetter {
  display: none;
}


.beitraege {
    width: 300px;
    border-collapse: collapse;
}

.beitraege td,
.beitraege th{
    padding: 10px;
    border: 1px solid #333333;
}

.beitraege .td-1 {
    font-weight: bold;
}

.beitraege .td-0 {
    width: 180px;
}

.beitraege td:hover {
    background: #ddd;
}

.beitraege caption {
    background: #fff;
    text-transform: uppercase;
    padding: 3px 0px;
}



#left .tx-veguestbook-pi1 label {
    float: left;
    width: 120px;
}

#left .tx-veguestbook-pi1 fieldset {
    padding: 10px 0px;
    border: none;
}

#left .tx-veguestbook-pi1 input[type=text] {
    width: 250px;
}

#left .tx-veguestbook-pi1 textarea {
    width: 250px;
    height: 150px;
}

#left .tx-srfreecap-pi2-image {
    margin: 0px;
    padding: 0px;
}



#login-box {
    float: right;
    background: #CFC6C7;
    padding: 0;
    line-height: 40px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

img {
    border: none;
}

#print a {
    color: #fff;
    text-decoration: none;
}

#print a:hover {
    text-decoration: underline;
}

.print {
    float: right;
}


/*-----------------------------------
--------- NEWSLETTER ABONNIEREN ---*/
.tx_fe_admin_dmailsubscrip label {
    float: left;
    width: 120px;
}

.tx_fe_admin_dmailsubscrip input[type=text] {
    width: 250px;
}

.field-newsletter-subscription {
    padding: 0px 0px 10px 0px;
}

.warning {
    float: right;
    color: red;
}

#newsticker {
    float: left;
    width: 700px;
}
#newsticker p,
#newsticker a{
    color: #fff;
}

#newsticker a:hover{
    text-decoration: underline;
}

.newsticker {
    line-height: 40px;
	text-align: center;
}
.bar_content {
  display: block; /* Important to give the content a width */

  width: 100%;
  transform: translateX(100%); /* Animation start out of the screen */

  /* Add the animation */
  animation: move 30s linear infinite /* infinite make reapeat the animation indefinitely */;
}

/* Create the animation */
@keyframes move {
  to { transform: translateX(-100%); }
}
.bar_content:hover {
	animation-play-state:paused;
}

#c109 ul {
    list-style: none;
	text-align: center;
}

#tabelle-sv {
    width: 100%;
    border-collapse: collapse;
}

#tabelle-sv tr:nth-child(odd){
    background: #fff;
    
}

#tabelle-sv .header td{
    font-weight: bold;
    padding: 5px 0px;
    background: #0F0F0F;
    color: #fff;
}

#tabelle-sv td {
    padding: 3px;
}

.csc-uploads-fileSize {
    font-size: 10px;
    color: #555;
}

#usercounter {
    float: right;
}

.usercounter {
   
    padding: 17px 10px 0px 0px;
}

.tx-guestbook-left a {
    text-transform: lowercase;
}

#birthday {
    padding: 0px 10px;
    margin-bottom: 20px;
}
.cake {
    float: right;
}

#birthday ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.uploads-filename a{
    font-size: 10px;
}

.uploads .upload-item {
    float: left;
    padding: 10px;
}

.tx-astcountdown-pi1 {
    padding: 10px 0px 10px 10px;
    background: #F6C351;
    border-radius: 5px 0px 0px 5px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #000;
    box-shadow: 0px 0px 10px #666;
}

.tx-astcountdown-pi1 #counter {
    background: #000;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #000;
    box-shadow: 0px 0px 10px #666;
	font-family: "Lucida Handwriting";
}
.tx-astcountdown-pi1 p {
	font-family: "Lucida Handwriting";
}
.tx-dslbirthday-pi1 a {
  color: #0F0F0F;
  text-decoration: none;
}

.tx-dslbirthday-pi1 a:hover {
  text-decoration: underline;
}

#spickzettel {
  background: url(img/spickzettel.png) no-repeat;
  height: 198px;
  padding: 30px 25px;
  margin: 20px 0px;
  font-family: "Lucida Handwriting";
}

#spickzettel div.csc-default {
  transform:rotate(-4deg); /* W3C */
  overflow: hidden;
  height: 195px;
} 

.social {
  padding: 10px;
  text-align: center;
}

.social p{
  text-align: center;
}

.social a{
  color: #fff;
}

.social DIV.csc-textpic DIV.csc-textpic-single-image IMG { 
  margin-bottom: 0px;
}

#c52 .csc-sitemap ul {
    list-style: none;
}

#c52 .csc-sitemap ul ul{
    padding-left: 15px;
}

#c52 .csc-sitemap a {
    font-size: 14px;
    letter-spacing: 2px;
}

#c52 .csc-sitemap ul a {
    font-weight: bold;
}

#c52 .csc-sitemap ul ul a {
    font-weight: normal;
}

#c301 ul,
#c299 ul,
#c266 ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#c301 li,
#c299 li,
#c266 li {
  display: inline;
}

#c301 a,
#c299 a,
#content #c266 a {
  width: 220px;
  display: inline-block;
  background: #0B0B0B;
  padding: 5px;
  margin: 5px;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
  text-align: center;
  text-decoration: none;
}

#c301 a:hover,
#c299 a:hover,
#content #c266 a:hover {
  transition: 0.8s;
  background: #3B3B3B;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

#vereine {
  height: 120px;
  position: relative;
  z-index: 60;
  
}

#vereine .next,
#vereine .prev {
  width: 40px;
  height: 120px;
  cursor: pointer;
}

#vereine .next {
  float: right;
  background: url(img/next.png) no-repeat;
}

#vereine .prev {
  float: left;
  background: url(img/prev.png) no-repeat;
}

#vereine .vereine {
  float: left;
  width: 910px;
  padding: 10px 0px;
  vertical-align: central;
}



.vereine img {
  max-height: 80px;
  max-width: 80px;
}

 
.tx_powermail_pi1_fieldwrap_html_radio legend {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.powermail_check_inner label,
.powermail_radio_inner label {
  width: auto;
  float: none;
}

.powermail_check_inner,
.powermail_radio_inner {
  display: block;
  width: 100%;
}

.powermail_select {
  min-width: 250px;
}

#powermaildiv_uid10 label a {
  position: relative;
  top: 20px;
  padding-right: 10px;
}

#powermaildiv_uid10 label a img {
  text-align: left;
}

#content .csc-menu,
#content .frame-type-menu_subpages ul{
	padding: 0px;
	margin: 0px;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justiy-content: flex-start;
	-moz-justiy-content: flex-start;
	-ms-justiy-content: flex-start;
	-o-justiy-content: flex-start;
	justiy-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}
.frame-type-menu_subpages ul li a {
		box-sizing: border-box;
	min-width: 130px;
	margin-bottom: 5px;
	background: rgba(246, 195, 81,0.5);
	display: inline-block;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	transition: 0.4s;
	text-align: center;
    width: 220px;
    display: inline-block;
    background: #0B0B0B;
    padding: 5px;
    margin: 5px;
    color: #fff !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
    text-align: center;
    text-decoration: none;
	line-height: 30px;
}
.frame-type-menu_subpages ul li a:hover {
    transition: 0.8s;
    background: #3B3B3B;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 90%);
}
#content .csc-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px 1%;
}

#content .csc-menu li:nth-child(3n) {
	margin-right: 300px;
}

#content .csc-menu li a {
	line-height: 30px;
	box-sizing: border-box;
	min-width: 130px;
	margin-bottom: 5px;
	background: rgba(246, 195, 81,0.5);
	display: inline-block;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	transition: 0.4s;
	text-align: center;
}

#content .csc-menu li a:hover {
	background: rgba(246, 195, 81,0.9);
}

/*-----------------------------------*/
/*----------Anmelde Formular---------*/


/*#c306 {
  background-image: url(img/anmeldeform_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40%;
  
}*/

div#vereine .frame-type-hhslider_hh_slider .tns-inner .slider-slide {
	width:100px;
	padding: 10px 10px 0;
}
div#login-box .frame-type-felogin_login fieldset {
	border:0;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
div#login-box .frame-type-felogin_login legend {
	display:none;
}
div#login-box .frame-type-felogin_login label {
	#display:none;
	#visibility: hidden;
	width:90px;
}
div#login-box .frame-type-felogin_login label input{
	#display:inline-block !important;
	visibility: visible;
	width:80px;
}

body.gallery #left {
    width: 990px;
    float: left;
}
body.gallery #right {
    display:none;
}
.frame-type-form_formframework .form-group {
	display:flex;
	margin: 12px 0;
}
.frame-type-form_formframework .form-group label{
	width:150px;
}
.frame-type-form_formframework .form-group label{
	width:150px;
}
.frame-type-form_formframework .actions button {
	margin: 12px 0;
}
div#c122 a {
	color: blue;
}
div#c122 p, div#c122,div#c122 p strong, div#c123,div#c123 p,div#c123 p strong{
	font-size:14px;
	line-height:18px;
}
.text-center {
	text-align:center;
}
#login-box {
	margin-top:20px;
	width: 371px;
}
.news form#newsearch {
	display:flex;
	justify-content: space-between;
}
ul.pager {
	display:flex;
	justify-content: space-between;
}
ul.pager li {
	list-style:none;
}
.news table.table{
	width: 100%;
    text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.news table.table td.hasevents.today {
	background: red;
}
.news table.table td.today {
	background: aquamarine;
}
.news table.table td.hasevents {
	background-color: #F2B60A;
}

.news table.table td{
	border: 1px solid #000;
}
.frame-type-counter_counter .ce-counter .display-3 {
    font-size: 2rem;
    line-height: 1.2;
}
.ce-gallery figcaption {
    background:#fff;
}