body {
	color:#ffffff;
    background-color: #000000;
	background-image: url("/images/background.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
}

.container-topbar {
opacity: 1.0;
}

.container-header, .container-footer {
	background-color: transparent;
	background-image: none;
	 
}

.mod-login__userdata, .com-users-login, .com-users-registration {
	max-width: 250px;
	opacity: 0.7;
}

.guestbook  {
	padding-top: 30%;
}

.main-top.card  {
	margin-top: 30%;
	opacity: 0.9;
}

.card-header {
	
	 background-color: #1F3446;
	 
}

.small.text-muted {
	
	 color: red !important;
}

.tox-toolbar-overlord, .tox-edit-area__iframe, .form-control {
	background-color: #9B9B9B !important;
}

.well.well-small.pgwell.pgb_background.pgb_font {
	background-color: #9B9B9B;
}

.alert-message {
	
	 color: #9B9B9B;
}

/* Css für Lasergalerie  */
.grid-det_category span:first-child {
    color: rgba(219, 142, 0, 1);

}

.grid-det_link, .inline-dark-filters a{
    text-decoration: none;

}
#gallery .isotope-filter-links a.active {
    color: rgba(219, 142, 0, 1) !important;

}
.fixed-filter-panel_title.color-bg {
    
	display: none !important;

}

/* Back to Top  */

.back-to-top-link {
	color: var(--white, white);
	background-color: #373f43;
	border: 1px solid #293133;
	margin-inline-end: 5px; 
	position: fixed;
 }
 
 
 .back-to-top-link:hover, .back-to-top-link:focus {
	color: var(--white, white);
	background-color: #293133;
	border-color: #373f43;
}
