body {
  font-family:'Open Sans', Arial, sans-serif, Roboto;
}

h1,h2,h3,h4,h5,h6 {
  font-family:'Open Sans', Arial, sans-serif, Roboto;
  color: #333333
}

/*menu*/
.metismenu.mod-menu .metismenu-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.9rem;
	line-height: 1.5em;
	padding: 1.0em 1em;
  background-color: whitesmoke;
 
}


.metismenu-item {
	font-family: stick no bills;
	 border: 1px solid #8e8383; 
	background-color:red;
	/* color: black; */
	margin: 22px;
}
.navbar {
	background-color: whitesmoke;
  padding:5px;
}

//menu rot //
.container-header .mod-menu {
	color: red;
	
}
.container-header .mod-menu {
	color: red;
  font-size:1,2rem;
	flex: 1 0 100%;
	margin: 5px;
	padding: 0;
	list-style: none;
}



/*Hintergrundbild über ganze Seite */

body.site {

background: transparent;

/*background-image: url(../../../../../images/Fotos/Mai23/20230518_110510_01_2.jpg);*/
 background-color: #111; 

background-position: top;

background-repeat: no-repeat;

background-attachment: fixed;

background-size: cover;

}


/*Startseite Zufallsbild*/
.mod-randomimage.random-image {
	
	text-align: center;
	background-color: black;
	padding: 20px;
}

/*text in spalten */
.text {
	margin-top: 2px;
	line-height: 1.5;
	background-color: black;
	font-size: 0.9rem;
	column-width: 400px;
}


/*mUSIKALBEN ZEIGEN*/

.com-content-category-blog__item.blog-item {
	border: 2px solid whitesmoke;
	width: 360px;
		height: 360px;
	text-align: center;
		padding: 25px;
	margin: 20px;
	color: whitesmoke;
}


.container-header .navbar-toggler {
	border: 1px solid #f00;
	color: #f00;
	cursor: pointer;
}



.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list {
	/* font-size: 3rem; */
	background-color: rgba(0,0,0,0.9);
}

.card {
   background: rgba(255, 255, 255, 0.9);
}

.content-category {
	 background: rgba(255, 255, 255, 0.9);
	
	border-radius: 10px;
}


.com-content-category-blog.blog {
	background: rgba(10, 10, 10, 0.5);
	
	border-radius: 10px;
}


/*TEST FISHMACSEITE*/
.com-content-article.item-page {
	background: rgba(10, 10, 10, 0.5);
color: whitesmoke;
}

/*Bildunterschrift*/
.caption {
	color: whitesmoke;
}


.com-content-article__body {
	color: whitesmoke;
}


/*login form */



.com-users-login.login, .com-users-registration.registration, .com-users-profile.profile 
 
 {
	background-color: rgba(255,255,255,0.7);
	padding-left: 20px;
}


h1 {
	color: whitesmoke;
}

.header {
	background: rgba(255,255,255,0);
	max-height: 100px;
	padding-bottom: 5px;
	color: black;
}

.kontakt {
	background-color: #dfdede;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px;
}

.klein.item-image {
	max-width: 360px;
	width: auto;
	padding: 20px;
}
.gross.item-image {
	width: 480px;
}

.beitragsbild {
	max-width: 320px;
	width: auto;
  max-width:100%
}
.com-content-category-blog__items.blog-items.album.masonry-5 {
	display: block;
	text-align: center;
}

h2 {
	font-size: 1.1rem;
	font-family: verdana;
	font-weight: unset;
}

/*KALENDER*/
.bottom-a.card {
	font-size: 0.9rem;
	text-align: center;
	border: 1px solid red;
}

/*PHOCAGALLERY*/
.pg-masonry-item {
	display: inline-block;
	padding: 0;
  width:auto important!;
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#phocagallery {
	margin-bottom: 1em;
	background-color: rgba(255,255,255,0.7);
  border-radius:25px
}



/*FOOTER*/

.container-footer.footer.full-width {
	background-color: rgba(0,0,0,0.9);
  background-image: none;
}

/*FOOTER TEXT*/
#mod-custom119 {
 	font-size: 1.5rem;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
  font-family: Stick No Bills;
	/* border: 1px solid #8e8383; */
	/* color: black; */
	
}