body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
    padding-bottom: 70px;
}
.kachelcol {
    display: flex;
    min-width: 10px;
}
.card-inner {
    width: 100%;
    height: 100%;
}

.kachellink {
    width: 100%;
}

.tile img {
    width: 100%;
}
.image-container img {
    display: block;
    width: 100%;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.image-container .frame {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 100%;
}

.image-container {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}
.image-container .image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    font-size: .875rem;
    line-height: 1rem;
    padding: 1em 1.5em;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    border-radius: inherit;
    transition: all 0.65s ease;
}
.tile-label {
    position: absolute;
    bottom: 0;
    left: .625rem;
    padding: .425rem .25rem;
    z-index: 999;
}

.sitecolor{
    background-color: #c0392b;

}

.kachelmenu {
    display: flex;
    height: 100%;
    align-items: stretch;
    position: relative;
}
.kachel {
    margin: 5px;
    position: relative;

}
.kachelbild img{
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
}

.kachelcapture {
    width: 100%;
    position: absolute;
    text-align:center;
    color: #c0392b!important;
    font-size: 1.5em;
    display: none;
}

.textpic-wrapper {
    position: relative;
}

.clear {
    clear: both;
}
footer.page-footer {
    background-color: #c0392b!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.logobild {
	max-height: 50px;
}

.breadwrap {
	padding-left: 20px;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #c0392b;
}

.tabs .indicator {
    background-color: #c0392b;
}