﻿.tiles {
    border-radius : 10px 10px 10px 10px;
    box-shadow: 3px 3px 5px #000000;
}


.main-content {
    background-image:
    linear-gradient(
          rgba(0, 0, 0, 0),
          rgba(0, 0, 0, 0)
        ),
        url(../Images/hintergrund_DAK.png);
      background-attachment: fixed;
      background-position: center;
    background-size: cover;
	}

.tiles {
    background: #ec7d28;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
	opacity: 0.8
}

.tab-content h1 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /* color: #6E8BDC; */
    color: #D9DDE2;
    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;
    visibility: collapse;
}
.header.active-heading .center-cont h3 {
    margin-top: .9rem;
    display: -webkit-box;
    color: #000000;
}

.tiles .heading h2 {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}