/************************************************************************/
/***  USER MODIFICATIONS                                              ***/
/************************************************************************/
/*----------------------------------------------------------------------*/
/*    BODY Umrandung                                          01.2018   */
/*----------------------------------------------------------------------*/
body.site {
	border-top: 0px !important ;
  	padding:	0px 0px 0px 0px;
}
/*  	padding:	0px 25px 0px 25px; */

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 960px;
}
/*----------------------------------------------------------------------*/
/*   HEADER reduzieren                                       18.03.2014 */
/*----------------------------------------------------------------------*/
.header {
	margin-bottom: 0px;
}
/*----------------------------------------------------------------------*/
/*   Container positionieren                                 18.03.2014 */
/*----------------------------------------------------------------------*/
.body .container {
	padding-top: 0px;
}
/*----------------------------------------------------------------------*/
/*    BODY Container Umrandung unsichtbar machen                        */
/*----------------------------------------------------------------------*/
.body .container {
	border: 0px solid #ffffff;
    box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;  
  	-webkit-box-shadow: 0px 0px 0px #ffffff;
}
/*----------------------------------------------------------------------*/
/*    Entferne Web-Seitentitel vom Kopf                      19.03.2014 */
/*----------------------------------------------------------------------*/
.site-title {
	display: 		none;	
}
/*----------------------------------------------------------------------*/
/*    Überschriftsstil setzen                                28.01.2018 */
/*----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important ;
}
/*----------------------------------------------------------------------*/
/*    Banner-Bereich und LOGO anpassen                       12.01.2018 */
/*----------------------------------------------------------------------*/
.navigation {
    padding:        14px 0;
 	border-top: 	0px solid #000000;
    border-bottom: 	3px solid #000000;
} 
.custom-logo-L img {
	float: left;
    margin-right: 134px;
} 
.random-image-logo-R img {
    float: left;
    margin-left: 10px;
    width: 53px;
    height: 75px;
    border: lightgrey 1px solid;
} 
.custom-logo-R-END {
	clear: left;
} 
/*----------------------------------------------------------------------*/
/*   TOP MENU Position anpassen                              22.01.2018 */
/*----------------------------------------------------------------------*/
.moduletable-LCL-menu-top {
	padding-left: 	24.5%;
  	max-width: 700px;					/* 22.01.2018 */
} 
#LCL-menu-top li {
  float: left ;
}
/*----------------------------------------------------------------------*/
/*   KONTAKT Überschrift und Formular anpassen                          */ /*----------------------------------------------------------------------*/
.contact h1 {
    margin-top: 15px;
  	font-size: 15px;
  	line-height: 20px;
  	font-weight: bold;
}
.contact {
 	margin-top: 6px; 
}
.contact #contact-form legend {
  	font-size: 13px;  
	line-height: 18px;
  	margin-bottom: 0px;
}
.contact .contact-emailto a {
 	color: #135cae; 
}
.contact .accordion-heading {
  	font-size: 15px;
  	margin-top: 1.5px;
}
/*----------------------------------------------------------------------*/
/*   KONTAKT Kontakte zu Themen anpassen POS                            */
/*----------------------------------------------------------------------*/
.contact .dl-horizontal dt {
  		width: 10px;
}
.contact .dl-horizontal dd {
  		margin-left: 25px;
} 
/*----------------------------------------------------------------------*/
/*   SIDEBAR Menüs anpassen SIZE + POS                       18.03.2014 */
/*----------------------------------------------------------------------*/
#sidebar {
	font-size: 			15px;	
	font-weight: 		bold;
	line-height: 		32px;
	margin-top: 		13.5px;
}
/*----------------------------------------------------------------------*/
/*   SIDEBAR Abstände anpassen                               19.03.2014 */
/*----------------------------------------------------------------------*/
.moduletable-LCL-menu-left li {
	line-height: 		24px;	  
}
/*----------------------------------------------------------------------*/
/*   SIDEBAR Modul Abstand anpassen                          17.09.2014 */
/*----------------------------------------------------------------------*/
.custom-LCL-sidebar-module p {
	line-height: 		1px;	  
}
/************************************************************************/
/*   SIDEBAR image size auf 91% limitieren                  29.11.17    */ /************************************************************************/
#sidebar .newsflash img {
    max-width: 91%;
}
/*----------------------------------------------------------------------*/
/*   BEITRAG Beitragsüberschrift anpassen SIZE + POS         19.03.2014 */
/*----------------------------------------------------------------------*/
.blog-featured h2 {
	font-size: 	15px;
	float: 		left;
  	width: 		92%;
  	margin: 	15px 0px 25px; 
}
.blog-featured .leading-1 .item-title {
    background-color: #f0f0f0;
	margin-top: 35px;							/* ORIG 15px */
}
#content .item-page h2 {
	font-size: 	15px;
	float: 		left;
  	width: 		92%;
  	margin:		13px 0px 25px;
}
#content .categories-list h1 {
	font-size: 	15px;
}
#content .categories-list h3 {
	padding-left: 	15px;
  	font-size: 		15px;
}
#content .category-desc {
	padding-left: 	15px;
}
.blog h2 {
	font-size: 	15px;
	float: 		left;
  	width: 		92%;
   	margin:		12px 0px 25px;
}
.blog .page-header {
	margin:		2px 0px 0px;
	font-size: 	15px;
   	margin:		14px 0px 0px;
}
.blog .page-header h1 {
	color: 		#000000;
	font-size: 	15px;
   	margin:		12px 0px 25px;
}
.item-page .page-header h1 {
  	color:		#000000;
	font-size: 	15px;
	float: 		left;
  	width: 		92%;
  	margin:		10px 0px 0px;
}
/*----------------------------------------------------------------------*/
/*   Druck/Email Button an Beitragsüberschrift anpassenOS       01.2018 */
/*----------------------------------------------------------------------*/
.blog-featured .pull-right {
    float: 		right;
    margin-top: 18px; 
}
.blog-featured .leading-1 .icons .pull-right {
    margin-top: 34px;							
}
.item-page .pull-right {
  	float: 		right;
    margin-top: 1px;  
} 
.blog .page-header {
    margin-top: 0px;
  	padding-bottom: 0px;
}
.blog .pull-right {
    float: 		right;
    margin-top: 18px;
}
/*----------------------------------------------------------------------*/
/*   Text unter Bearbeitungs-Button-Feld verhindern          28.06.2014 */
/*----------------------------------------------------------------------*/
/*   für beliebiges Element nach .icons                                 */
.icons + * {            
    clear: left;
}
.item-page div[itemprop="articleBody"] {                  /* 22.01.2018 */
  	clear: left ;
}
/*----------------------------------------------------------------------*/
/*   Hauptbeitrags Überschriftsliste Farbe: grau             11.04.2014 */
/*----------------------------------------------------------------------*/
.items-more .nav-stacked li {
    background-color: #f0f0f0;
	font-weight: bold;
  	margin-bottom: 2px;
}
/*----------------------------------------------------------------------*/
/*   SPIELPLAN Überschrift anpassen SIZE                                */
/*----------------------------------------------------------------------*/
.blog .page-header h1 {
  	margin-top: 12px;
  	font-size: 15px;
  	line-height: 20px;
  	font-weight: bold;
}
/*----------------------------------------------------------------------*/
/*   NEWSLETTER Überschrift anpassen SIZE + POS                         */
/*----------------------------------------------------------------------*/
/*#acymodifyform h1 {
  	margin-top: 		14px;
 	margin-left: 		0px;
  	font-size: 			15px;
  	line-height: 		20px;
  	font-weight: 		bold;  
}*/
/*----------------------------------------------------------------------*/
/*   NEWSLETTER Item Anzeige Überschrift + Button in 1. Zeile 03.07.14  */
/*----------------------------------------------------------------------*/
/* .item-page-LCL-newsletter .page-header h2 {
  	float: 		left;
  	width: 		92%;
} */
/*----------------------------------------------------------------------*/
/*   LINKS Überschrift anpassen SIZE + POS                              */
/*----------------------------------------------------------------------*/
.com_weblinks h1, h2 {
	font-size: 15px;
	line-height: 20px;
  	margin-top: 15px;
}
.com_weblinks h3{
	margin-top:    15px;
	margin-bottom: 0px;
  	font-size: 	15px;
}
/*----------------------------------------------------------------------*/
/*   SUCHEN Überschrift anpassen SIZE + POS                             */
/*----------------------------------------------------------------------*/
.search h1 {
  	margin-top: 14px;
  	font-size: 15px;
  	line-height: 20px;
  	font-weight: bold;
}
.search legend {
  	font-size: 15px;
  	line-height: 24px;
  	font-weight: bold;	    
}
/**********************************************************************/
/*   NEWSLETTER Sidebar Abo Formular                       21.01.2018 */
/**********************************************************************/
.sidebar-nav .moduletable-LCL-sidebar-newsletter-abo {
	border: lightgrey 0.5px solid;
	max-width: 204px;
	margin-bottom: 15px; 
  	background-color: #F5F5F5;
}
.sidebar-nav .moduletable-LCL-sidebar-newsletter-abo h3 {
    font-size: 15px;
	font-weight: bold;
	color: #4949A2;
 	margin-top: 5px;
	padding-left: 5px;
}
.sidebar-nav .acymailing_module-LCL-sidebar-newsletter-abo form {
    margin-bottom: 5px;
}
.sidebar-nav .moduletable-LCL-sidebar-newsletter-abo .acymailing_form {
    margin-left: 0px;
}
.sidebar-nav .moduletable-LCL-sidebar-newsletter-abo .acyfield_name {
  	padding-bottom: 0;
  	padding-left: 10px;
}
.sidebar-nav .moduletable-LCL-sidebar-newsletter-abo .acyfield_email {
   	padding-bottom: 0;
    padding-left: 10px;
}
.acymailing_form td {
  	font-size: 12px;
  	padding-left: 13px;

}
/****************************************************/
/*   AcyMailing Abo Form positionieren              */
/****************************************************/
/*.acymailing_module_form table {
	margin-left: -10px;
} */
/****************************************************/
/*   AcyMailing Newsletter-Kategorie-Titel anpassen */
/****************************************************/
/*.blog-LCL-newsletter .page-header h1 {
	font-size: 15px;
}
.blog-LCL-newsletter .category-desc h1 {
	font-size: 15px;
  	margin-left: -15px;
}
.blog-LCL-newsletter .items-more {
	padding-top: 10px;
} */

/*----------------------------------------------------------------------*/
/*   LOGIN-HIDDEN verbergen                                22.11.2014 */
/*----------------------------------------------------------------------*/
.moduletable-LCL-menu-left li a.LCL-menu-left-LOGIN-HIDDEN { 
  	display: none;
}
/*---------------------------------------------------------------------*/
/*   LOGIN Überschrift anpassen SIZE + POS                             */
/*---------------------------------------------------------------------*/
.login .login-description {
    margin-top: 17px;
  	font-size: 15px;
  	font-weight: bold;
}
.login .form-horizontal {
    margin-top: 20px;
}  
.profile .page-header h1 {
  	font-size: 15px;
  	font-weight: bold;
}
.profile legend {
   	margin-top: 6px;
  	font-size: 15px;
  	font-weight: bold;
}
.profile-edit legend {
   	margin-top: 6px;
  	font-size: 15px;
  	font-weight: bold;
}
/*----------------------------------------------------------------------*/
/*   LOGIN ID RESET/REMIND Überschrift anpassen POS                     */
/*----------------------------------------------------------------------*/
.reset {
  	margin-top: 15px;
}
.remind {
  	margin-top: 15px;
}
/*----------------------------------------------------------------------*/
/*   USER MENU Abstand zu Vor-Menu vergrößern                22.03.2014 */
/*----------------------------------------------------------------------*/
#LCL-menu-left-reg {
    margin-top: 32px;
}
/*----------------------------------------------------------------------*/
/*    BELEGUNGSPLAN JEvents                                  02.04.2015 */
/*                                                                      */
/*    ===> CSS Änderungen in JEvents "Benutzerdefiniertes CSS"          */
/*                                                                      */
/*----------------------------------------------------------------------*/
 
/*----------------------------------------------------------------------*/
/*    BEITRAG ERSTELLEN  Überschrift positionieren           12.10.2014 */
/*----------------------------------------------------------------------*/
.edit .page-header h1 {
	margin-top: 8px;
    margin-bottom: 15px;
}
.edit .btn-toolbar .btn-primary {
 	background-color: green; 
}
/*----------------------------------------------------------------------*/
/*    BEITRÄGE ANZEIGEN Unterüberschriften positionieren     14.05.2018 */
/*----------------------------------------------------------------------*/
.edit .page-header h1 {
	margin-top: 8px;
    margin-bottom: 15px;
}
.edit .btn-toolbar .btn-primary {
 	background-color: green; 
}
/*----------------------------------------------------------------------*/
/*   LOGOUT  Überschrift anpassen SIZE + POS                            */
/*----------------------------------------------------------------------*/
.logout .logout-description {
    margin-top: 17px;
  	font-size: 15px;
  	font-weight: bold;
}
.logout .form-horizontal .control-group {
    margin-top: 40px;
}
/*----------------------------------------------------------------------*/
/*    Visitor Counter Anzeige anpassen                       29.06.2014 */
/*----------------------------------------------------------------------*/
.visitorcounter p {
	border: 2px solid;
  	padding-left: 3px;
  	background-color: #f0f0f0;
 	margin-left: -6px;
    max-width: 93%
}
.visitorcounter .small {
	border: none;
  	width: 90%;
  	padding-left: 3px;
  	background-color: #ffffff;
 	margin-left: -9px;
  	margin-top: -6px;
}