﻿body {
	background-color: #FFF;
	background-image:
	linear-gradient(
      	rgba(0, 0, 0, 0.5),
      	rgba(0, 0, 0, 0.5)
    	),
    	url(../Images/rhenag_images/Pressefoto_Koln.jpg);
  	background-attachment: fixed;
  	background-position: center;
	background-size: cover;
	color: #140043;
}

h6 {
	letter-spacing: 1px;
}

.blog-area{
	opacity: 0.85;
}

.border-bottom {
	border-bottom-color: #140043 !important;
}

.box-shadow {
	box-shadow: 3px 3px 5px #140043;
}

div.profile-dropdown li:first-child {
	display: none;
}

div.main-content div.bg-white {
	opacity: 0.85;
}

.header.active-heading .center-cont h3 {
	color: #CC6600;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 20px;
}

.icon-menu::before {
	content: none;
}

/*
.icon-Notification-Icon::before {
	content: none;
}
*/

.logo {
	margin-left: 20px;
	margin-right: 20px;
}

.nav-pills .nav-link {
	color: #F93;
}

.nav-pills .nav-link.active, .nav-pills {
	color: #FFF;
	letter-spacing: 1px;
}

.nav-pills .nav-link.active {
	opacity: 0.85;
}

.nav-pills .nav-link.active::after {
	background-color: #FFF;
}

.news-blog .news-content a {
	font-weight: 600;
	color: #140043;
}

.news-blog .news-content a:hover {
	color: #CC6600;
	cursor: pointer;
}

.news-blog .news-content h2 {
	color: #140043;
}

.news-blog .news-content p {
	color: #140043;
}

.news-blog .news-content .date {
	color: #CC6600;
}

.notificatin-area li.profile .profile-dropdown ul li a:hover {
	background-color: #140043;
	background-image: none;
}

.side-nav {
	background-color: transparent;
	background-image:
	linear-gradient(90deg,
      	rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 1),
      	rgba(255, 255, 255, 0.2)
	);
	width: 84px;
}

.side-nav ul li a {
	padding-left: 7px;
	padding-top: 0px;
}

.tab-content h1 {
	color: #FFF;
	letter-spacing: 1px;
	opacity: 0.85;
}

.text-muted {
	color: #140043 !important;
}

.tiles {
	background-color: #FFF;
    border-radius : 10px 10px 10px 10px;
    box-shadow: 3px 3px 5px #140043;
	opacity: 0.85;
	transition: all 1s ease-in;
}

.tiles:hover {
	background-color: #FF8D2F;
	/* cursor: pointer; */
}

.tiles .heading h2 {
	color: #140043;
	/*
	font-size: 20px;
	font-weight: 600;
	*/
	letter-spacing: 2px;
	line-height: 30px;
}

.login-holder .news-area h2 {
	color: #140043;
}

.login-holder .news-area .box input {
	color: #140043;
}

.login-holder .news-area .box input.login-btn {
	background-color: #140043;
	background-image: none;
}

.login-holder strong.title {
	color: #FFF;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.main-content {
	background-color: transparent;
	margin-top: 80px;
	min-height: 800px;
}

.reset-link {
	/* TODO: »display: none;« entfernen, wenn Passwort zurücksetzen funktioniert 
	display: none; */
	margin: auto;
	width: 100% !important;
}
