﻿.tiles {
    border-radius : 10px 10px 10px 10px;
    box-shadow: 3px 3px 5px grey;
}

.header.active-heading .logo {
	margin-left: 30px;
    margin-top: 3px;
	
}

.header.active-heading .center-cont h3 {
	color: #661D7D;
	margin-top: 10px;
}

ul.notificatin-area li.profile {
	display: none;
}

.main-content {
    background-image:
    linear-gradient(
          rgba(255, 255, 255, 0.2),
          rgba(255, 255, 255, 0.2)
        ),
        url('../Images/Header_image_1920x600gespiegelt.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
	margin-top: 67px;
}

.tab-content h1 {
    color: #FFF;
}

li.notifiacation-holder {
	margin-top: 6px;
}


/*
.tiles {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
	opacity: 0.8
}

.tab-content h1 {
    font-size: 16px;
    line-height: 20px;
    color: #009FE3;
    font-weight: bold;
    margin-bottom: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #009FE3;
    font-size: 18px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    position: relative;
}

.nav-pills .nav-link {
    font-size: 18px;
    color: #9EA2A7;
    font-weight: bold;
}
.header.active-heading .center-cont h3 {
    margin-top: .9rem;
    display: -webkit-box;
    color: #009FE3;
}

.header.active-heading .logo {
    margin-top: 3px;
}

.header.active-heading .center-cont h3 {
	margin-top: 5px;
}

div.notification ul.notificatin-area li.profile {
	display: none;
}
*/
