header.navbar {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.navbar-default ul.dropdown-menu {
    border-radius: 10px;
}

#slider-links .link-container a {
    padding: 1rem 2rem;
    width: fit-content;
    background: rgba(255, 0, 32, 0.09);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border: 1px solid rgba(255, 0, 32, 0.28);
    transition: 300ms ease;
}

#slider-links .link-container a:hover {
    background: rgba(255, 0, 32, 0.2);
    transform: translateY(-8px);
}

.link-container a:after {
    display: none;
}

#content {
    background: white;
}

.btn-primary,
.btn {
    border-radius: 10px;
}

footer {
    background: rgb(225, 0, 32);
}

.footer-section {
    color: white;
}

.footer-section a {
    color: white;
}

.footer-section .copyright {
    color: white;
}

.footer-section .footer-menu a {
    color: white;
}

.footer-section .footer-menu a:hover {
    color: #940015;
}

.footer-section .footer-wrap>.row>div {
    border-left: none;
}
.panel-group .panel{
    border-radius: 10px;
}
.panel-group .panel+.panel{
    border-radius: 10px;
}
.panel-default>.panel-heading{
    border-radius: 10px;
}
.table tbody>tr>td, .table tbody>tr>th{
    border: none;
      background: none;
      border-bottom: 1px solid #656565;
}
.address-card-teaser{
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}
h2{
    color: #767676;
    font-size: 2.6rem;
    font-weight: normal;
}