/* Übersichtsseite */
.uebersicht .kaestchen {
overflow: hidden;
height: 265px;
max-width: 100%;
position: relative;
}

.uebersicht .kaestchen .kastenBild {
max-width: 100%;
}

.uebersicht .kaestchen a {
color: #FFF;
}

.uebersicht .kaestchen p, .uebersicht .kaestchen div {
color: #FFFFFF;
text-align: center;
font-size: 14px!important;
max-width: 100%;
}

#content div.overview-item-button {
float: left;
display: block;
text-align: center;
}

.uebersicht .kaestchen > a:first-of-type {
float: left;
position: absolute;
}

.uebersicht .kaestchen > p {
background-color: rgba(0,0,0,0.7);
box-sizing: border-box;
opacity: 0;
position: relative;
transition: 0.8s;
}

.uebersicht .kaestchen > p:first-of-type {
padding-top: 100px;
}

.uebersicht .kaestchen > p:last-of-type {
padding-bottom: 200px;
}

.uebersicht .kaestchen:hover p {
opacity: 1;
}

.uebersicht .kaestchen a:hover {
text-decoration: none;
}

.uebersicht .weiterLink:after {
font-family: 'Font Awesome 5 Pro';
content: '\f107';
color: #FFF;
font-size: 40px;
font-weight: 100;
padding-top: 20px;
}

.galerie .weiterLink {
height: 40px;
width: 40px;
display: inline-block;
border-radius: 50%;
transition: 0.5s;
}

.galerie .weiterRaquo {
font-size: 40px;
float: left;
width: 100%;
height: 100%;
line-height: 35px;
text-align: center;
}

@media (max-width: 410px){

.galerie .uebersicht .kaestchen {
margin-right: 0px!important;
max-width: 100%!important;
height: 200px;
}

.uebersicht .kaestchen > p:first-of-type {
padding-top: 50px;
}
}

