:root {
  --schwarz: #000;
  --weiss: #fff;
  --hellgrau: #eee; 
  --transparent: rgba(0,0,0,0);
  --box-shadow: rgba(0,0,0,0.3);
  
  --primaerfarbe: #3e3d40; /* Knoch Dunkelgrau vom Logo */
  --sekundaerfarbe: #ec6608; /* Knoch Orange */
  
  --schriftfarbe1: #3e3d40; /* Knoch Dunkelgrau vom Logo */
  --schriftfarbe2: #555; /*  */
  
  --hintergrund1: #78bdda; /* Hellblau vom Flyer */
  --hintergrund2: #f6b688; /* Helles Orange */
  --hintergrund3: #707173; /* Knoch Hellgrau vom Logo */
  
  --ampel1: #2ecc71; /* Grün */
  
  --border1: #084f45; /*  */
  
  
}


/* TEMPORÄR */

.alert-notice {
	
}


html, body {
	height:100%;
	margin:0;
	padding:0;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: var(--schriftfarbe1);
	font-weight: 400;
	
	
}

td, th {
    padding: 2px 20px 2px 0;
	height: 100%;
}

ul, ol {

    
    

}

ul ul, ol ul, ul ol, ol ol {
	
}

.clear{
	clear:both;
}


/*************    responsiv      *****************/

.fullscreen {
	display: none;
}
.mobile {
	display: block;
}


/*********************     Linkfarbe       **************************/




a {
	color: var(--primaerfarbe);
	text-decoration: none;
	/*text-transform:uppercase;*/
	font-weight:600;
	
}

a:hover {
	color:var(--sekundaerfarbe);
	text-decoration: none;

}
a:focus {
    outline: none;
}


content a {
	/*font-weight: 600;*/
}

.footer-row a {
	color:var(--hellgrau);
}

.footer-row a:hover {
	color:var(--sekundaerfarbe);
}

.weiterlesen {

    padding: 5px 15px;
    margin-top: 20px;
    border: 1px solid var(--primaerfarbe);
    border-radius: 14px;
    display: flex;
    width: max-content;

}



/****************************************************************************************/
/*																						*/
/*									Hintergründe 										*/
/*																						*/
/****************************************************************************************/

/*** Anker ***/
#header {
    float: left;
    width: 100%;
    position: relative;
}


header, content, footer {
	width: 100%;
	float: left;
}




/****************************************************************************************/
/*																						*/
/*										Menü allgemein									*/
/*																						*/
/****************************************************************************************/

.nav > li > a:hover, .nav > li > a:focus {
	background-color:transparent;
}

ul {
	
}

ul li {
	
}

ul li a {
	color: var(--primaerfarbe);
        transition: 0.35s all ease-in-out;
}

ul li a:hover {
	color: var(--sekundaerfarbe);
        transition: 0.35s all ease-in-out;
}

ul li.current a {
	color: var(--sekundaerfarbe);
}

/* Ebene 2 */

ul li.current li a {
	color: var(--primaerfarbe);
	
}

ul li.current li a:hover{
	color: var(--sekundaerfarbe);
	
}







/****************************************************************************************/
/*																						*/
/*										BUTTONS 										*/
/*																						*/
/****************************************************************************************/

/* Buttons */


.button {
	position: relative;

	display: inline-block;

	background-color: var(--hellgrau);

	color: var(--primaerfarbe);

	font-size: 16px;

	box-shadow: 0 0 3px var(--box-shadow);

	padding: 10px 15px;

	margin: 2px 2px 2px 0;

	cursor: pointer;

	transition: 0.2s;

	box-shadow: 0 0 5px var(--box-shadow);

	border: 1px solid var(--weiss);
	transition:0.35s all ease-in-out;
	width: max-content;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
	border-radius:5px;
}

.button:hover {
	background-color: var(--sekundaerfarbe);
	color: var(--weiss);
	transition:0.35s all ease-in-out;
}



.btn-link:hover, .btn-link:focus {
	text-decoration:none;
	color:var(--sekundaerfarbe);
}

.btn-link {
    
    color: var(--primaerfarbe);
}



/****************************************************************************************/
/*																						*/
/*										READMORE BTN									*/
/*																						*/
/****************************************************************************************/




p.readmore {
	padding:0;
	display: flex;
}

.readmore a {
	border: 1px solid; 
	border-color: var(--primaerfarbe);
	color: var(--primaerfarbe);
	border-radius:15px;
	margin: 10px 0 30px;
	float:left;
}

.readmore a:hover {
	border:1px solid var(--sekundaerfarbe);
	color: var(--sekundaerfarbe);
}


/****************************************************************************************/
/*																						*/
/*										UP Button 										*/
/*																						*/
/****************************************************************************************/



.scrollup a {
	font-size:0;
	color: var(--weiss);
}

.scrollup span::before{
	font-size:32px;
	background-color: var(--weiss);
	border: 1px solid;
	border-color: var(--weiss);
	border-radius: 3px;
	box-shadow: 0 0 3px var(--box-shadow);
	color: var(--primaerfarbe);
}

.scrollup:hover span::before {
	color:var(--sekundaerfarbe);
}

.scrollup .btn-lg {
	padding:0;
}

.scrollup .btn-info {
	background:none;
	border:none;
	text-transform: none;
}

#responsiv .scrollup {
}



#platzhalter {
    position: relative;
    float: left;
    width: 100%;
    display: none;
    padding: 0 80px;
}
	
#platzhalter .btn {
	float:right;
}

/* Scroll Button */

#myBtn {
	display:none;
}

#responsiv .scrollup {
    float: left;
	position: fixed;
	right: 20px;
	bottom: 73px;
}

.scrollup {
z-index: 5; 
}

.btn {
	display: inline;
}

.btn-info {
	background-color: #7297ce;
	border-color: #7297ce;
}

.btn-info a {
	transition: 0.2s;
}

.btn-info a:hover {
	background:#008C4A;
}



 
/****** UP Button ******/

.scrollup {
    height: 125px;
    position: fixed;
    right: 0px;
    width: 50px;
    bottom: 34px;
}

.scrollup a {
}

.scrollup span::before {
    content: url(/images/Icons/arrow-up.png);
    width: 30px;
    height: 30px;
    align-items: center;
    padding: 0px 5px;
}
.scrollup span:hover::before {
    content: url(/images/Icons/arrow-up_orange.png);
    width: 30px;
    height: 30px;
    align-items: center;
    padding: 0px 5px;
}

.scrollup:hover span::before {
	
}

.scrollup .btn-lg {
	padding:0;
}

.scrollup .btn-info {

}


#responsiv .scrollup {
    float: left;
	position: fixed;
	right: 20px;
	bottom: 73px;
}


	

/* ENDE Scroll Button */




/* * *    BUTTONS ENDE     * * */


/*************** HEADER - BILD / MODUL JE Camera Slideshow  *****************/

/* ausgelagert */

/* JE_Camera_Slideshow */


.ui.blue.button, .ui.blue.buttons .button {
	color: var(--primaerfarbe);
	background-color: var(--hintergrund3);
    border: none;
    font-size: 24px;
    box-shadow: 0 0 3px var(--box-shadow);

}

.ui.blue.button:hover, .ui.blue.buttons .button:hover,
.ui.blue.button:focus, .ui.blue.buttons .button:focus {
	color: var(--sekundaerfarbe);
	border: none;
	background-color: var(--hellgrau);
}


/*********************      Überschriften     **************************/

h1, .h1 {
	
	font-weight:600;
	font-size:28px;
}

h2, .h2 {
	
	font-weight:600;
    margin: 18px 0;
    
	font-size:24px;

}

h3, .h3 {
	
	font-weight:600;
	font-size: 18px;
	
}

h4, .h4 {
	font-weight:600;
	
	font-size: 16px;
}

h5, .h5 {
	font-weight:600;
	
	font-size:14px;
}

h6, .h6 {
	font-weight:600;
	font-weight:100;
}





/********************************* HEADER *********************************/ 








/* Menü siehe main-menu_normal */
/*********************************************************************************/
/*																				 */
/*                         MAIN Menu normal			                             */
/*																				 */
/*********************************************************************************/
 
 
 
.navbar-header .icon-bar {
   background: var(--primaerfarbe) none repeat scroll 0 0;
}
.navbar-header:hover .icon-bar {
   background: var(--sekundaerfarbe) none repeat scroll 0 0;
}



.m-s {
    width: 100%;
    float: left;
    position: relative;
}




/********************************** BREADCRUMB **********************************/

#home_seite .hg_breadcrumb {
	display:none;
}

.bread {

    display: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    text-align: left;
    border: none;
    
    font-size: 11px;
    

}

.bread ul {
    padding: 0;
    background-color: var(--transparent);
    margin: 0;
}

.bread ul li {
	float:left;
	padding: 0 0 0 15px;
	color:var(--weiss);
}

.bread ul li span {
	padding: 2px 5px;
}

.bread ul li::before {
	display: none;
	font-size: 10px;
}

.bread ul li.active span {
	color:var(--weiss);
	/*background-color: var(--sekundaerfarbe);*/
}

.bread ul .divider {
	/*display:none;*/
}

.bread ul::before {
/*    content: "Sie befinden sich hier: ";
    
    position: absolute;
    top: 0;
	left: 15px;*/
}

.bread ul li a {
	color:var(--hellgrau);
}

.bread ul li a:hover {
	background-color: var(--hellgrau);
	color: var(--primaerfarbe);
}



/***************************************************************************************/ 
/********************************* Content *********************************************/ 
/***************************************************************************************/ 


.main-content {
/*    padding: 15px;
	float: left;
    width: 100%;*/

}


.item-image {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}

.item-image img {

    width: 100%;

}


.cat-children {
	padding: 0 15px;
}


/* Zerhaut den 9er Block auf der Startseite*/
.blog img, .item-page img {
    /*width: min-content;*/
    max-width: 100%;
	height: auto;
}



/****************************************************/
/*              	  FELDER            	        */
/***************************************************

.field-entry.beitragsbild {
    float: left;
}

.field-entry.beitragstext {
    float: left;
    padding: 5px 25px 30px;
    background-color: var(--hellgrau);
}
*/

/****************************************************/
/*                CHRONOFORMS6                  	*/
/****************************************************/

.chronoforms {
    padding: 30px 15px;
    float: left;
    width: 100%;
}

.chronoforms .sub.header {
	font-size:14px;
	font-variant: none;
}

.chronoforms table {
	border:0;
}

.chronoforms6_credits {
	font-size:8px;
}

a.chronoforms6_credits {
	color: var(--schriftfarbe);
	font-weight:100;
	padding:0 15px;
}

.ui.form .required.field > .checkbox::after, .ui.form .required.fields:not(.grouped) > .field > .checkbox::after {
    position: absolute;
	top: 0;
	left: 108px;
}



/* Chronoforms6 ENDE */




/***************************************************/
/*                Phoca Download                   */
/***************************************************/


.phocadownloadfile32 {
	margin:0;
}

 





/********************   Fehler    ****************************/

.alert-success {
    margin: 10px 0;
}

.alert h4 {
    color: inherit;
    float: left;
    margin: 0 15px 0 0;
    width: auto;
	display: none;
}

.alert-message {
   line-height: 25px;
}


/******************************    Beiträge    *****************************************/




/**************************** FOOTER ******************************************/



footer{
	display: block;
	float: left;
	position: relative;
	width: 100%;
	
	
	margin-bottom: 60px;
	margin-top: 50px;
}


footer ul{
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow:wrap;
}


footer ul li {
	list-style:none;
}

footer ul li a {

    padding: 2px 15px;
    float: left;
    
	font-weight: 300;

}

footer ul ul {
	padding:0;
	
}

footer ul ul li a {
	font-weight: 100;
}


/* Firma, Designed, Copyright

.firma {
    font-size: 10px;
    padding: 7px 15px 2px;
}

.firma p {
	margin: 0;
} */

.firma span {
    float: left;
    line-height: 30px;
}

.firma a {
	float: left;
	position: relative;
	top: -2px;
}

.copyright {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}



.designed, .firma {

    float: none;
    line-height: 30px;
    height: 30px;
    position: relative;
    width: max-content;
    /*padding: 0px 30px;*/
    margin: 0 auto;

}


.designed a {
    top: -3px;
    position: relative;
}

.designed img, .firma img {
	max-height:30px;
	max-width: 100px;
}

.trennlinie {
	display: none;
}


/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 450px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/
 
@media (min-width: 450px) {
	
	.copyright {
		width: max-content;
	}
	
	.designed, .firma {
		width:auto;
	}
	
}/*ENDE @media (min-width: 450px) ENDE*/


/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 600px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 600px) {
	.bread {
		display: block;
	}
	
	.imgLoaded {
		margin-top:0 !important;
	}
	
	

}/*ENDE @media (min-width: 600px) ENDE*/

/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 767px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 767px) {

	
	
	.fullscreen {
		display: block;
	}
	.mobile {
		display: none;
	}


	footer {
		margin-bottom: 0px;
	}
	.designed, .firma {
		float: left;
		position: relative;
		width:auto;
	}
	
	.trennlinie {
		display: block;
		padding: 0 10px;
	}


}/*ENDE @media (min-width: 767px) ENDE*/




/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 990px)                              */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/


@media (min-width: 990px) {





/***** Kontaktseite ***** 

#kontaktseite #jform_contact_name {
	width: 30%; 
}

#kontaktseite #jform_contact_email{
	width: 30%; 
}

#kontaktseite #jform_contact_emailmsg{
	width: 50%; 
}

#kontaktseite #jform_contact_message{
	width: 50%; 
}


.kontakt_info{
	width: 65%;
}
*/

} /*ENDE @media (min-width: 990px) ENDE*/
 
 
 
/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 1200px)   				           */	
/*                                                                             */
/*                                                                             */
/*******************************************************************************/



@media (min-width: 1200px) {


	

} /*ENDE @media (min-width: 1160px) ENDE*/

.vm-payment-plugin-single{
	margin-bottom: 15px;
}


.bankverbindung-container {
	background-color: var(--hellgrau); /* Heller Hintergrund für Kontraste */
	border: 2px solid var(--primaerfarbe); /* Auffällige farbliche Umrandung */
	border-radius: 8px; /* Abgerundete Ecken */
	padding: 15px; /* Innenabstand für besseren Lesefluss */
	margin: 20px 0; /* Abstand zu anderen Elementen */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Leichter Schatten für 3D-Effekt */
	font-weight: bold; /* Fettschrift zur besseren Lesbarkeit */
	color: var(--schriftfarbe1); /* Standard-Schriftfarbe */
	font-size: 16px; /* Angemessene Schriftgröße */
}

.bankverbindung-container h3 {
	color: var(--sekundaerfarbe); /* Akzentfarbe für Überschrift */
	margin-bottom: 10px; /* Abstand zwischen Überschrift und Text */
}

.bankverbindung-container span {
	display: block; /* Jede Zeile auf eigene Linie */
	line-height: 1.6; /* Abstand zwischen den Zeilen */
}
