/* Hintergrundbild */

body {
	background-image: url("/images/hintergrund1.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.9;
    line-height: 1.3em;
    text-align: left;
}

/* © 2019 Planet-Alsen e.V.  */
footer .container > p {
    color: white;
}


/* Test Anfang  */




/* Test Ende  */

 /*Links*/

/* unvisited link */
a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
	color: #333;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color:white;
	background-color: #00527c; /*Template-Farbe*/
    text-decoration: none;
}

/* selected link */
a:active {
	color:white;
	text-decoration: underline;
	font-weight: normal;
}	

/*Menü*/

.nav-pills > li > a {
	font-size: 14px;
/*	font-weight: bold; */
	text-align: center;
	color: black;
	background-color: #ddd;
}

.nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 2px;
    padding-left: 5px;
    margin-right: 2px;
    line-height: 13px;
    width: 123px;
	border: 1px solid #bbb;
	border-left-color: white;
	border-top-color: white; 
	background-color: #ddd; /*buttons grau*/;
}

/*Menüschrift: beim mouseover */

.nav > li > a:hover, .nav > li > a:focus {
	color: white; /* blau*/
    background-color: #00527c;
}

/* Hauptbeiträge Startseite unten -> Breite der Liste weiterer Hauptbeiträge */

.nav-tabs.nav-stacked > li > a {
    width: 280px;
    margin: 5px;
    border-color: 0;
    border-radius: 5px;
}

/* Test Anfang*/


/* Test Ende */


/* Modulstil 'well' dunklerer Hintergrund, Rahmen*/

.well {
    min-height: 20px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: #ddd;
	border-color: #aaa;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
}

/*JoomGallery Header 'Kategorie'*/
.gallery .jg-header {
    text-align: center;
    font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Module ausblenden */

@media (max-width: 767px) {
.visible-phone {
display: inherit !important;
}
.hidden-phone {
display: none !important;
}
}

/* jEvents
/* Termine anzeigen -> Schriftfarbe */

/* */
#jevents_body {
    background-color: #ddd;
    border: 1px solid #bbb;
    border-radius: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

/* Beitragsbild max. 200px */
.item-image img {max-width: 200px;}