.table {
    width: 50%;
    margin-bottom: 0rem;
    color: #212529;
    text-align: center;
}
.table td {
    border-top: none;
}
.bg-success {
    background-color: #68BC36 !important;
}

.navbar {
    font-size: 1.25em;
}

.navbar-nav {
    margin-right: auto;
    margin-left: auto;
    justify-content: space-evenly;
}

.table {
    margin: auto;
    width: 50% !important;
}

header.arminenkeller {
     position: relative;
     background-color: #68BC36;
     background-size: cover;
     padding-top: 5rem;
     padding-bottom: 5rem;
 }

header.geschichte{
    position: relative;
    background-color: #FFFFFF;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

header.ueberuns {
    position: relative;
    background-color: #343a40;
    background: url("../img/Prunkschlaeger.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.text-black {
    color: #000000 !important;
}

.showcase .showcase-history {
    margin: auto;
    width: 50% !important;
}

.text-armeniagrün {
    color: #68BC36 !important;
}

.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.text-armeniarot {
    color: #dc3545 !important;
}

a:hover {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.showcase .showcase-programm {
    margin: auto;
    width: 50% !important;
    padding: 3em;
}

.showcase1 {
    margin: auto;
    width: 75% !important;
    padding: 3em;
}

.showcase .showcase-ueberuns {
    margin: auto;
    width: 50% !important;
    padding-top: 3em;
}
