/* Gemeinsame Styles fuer Tile-Card-Pages mit "Kacheln":
 * /projekte/index.php
 * /karte/a-z.php
 *
 * Vorher in jeder dieser Files inline dupliziert (~70 Zeilen).
 * Page-spezifische Tile-Hoehen / Kachellinks-Width-Overrides bleiben inline.
 */

/* Kachel-Bild-Container */
.image-wrapper {
    background: white;
    height: 214px;
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
}

.tile-6 img {
    width: auto;
}

/* Tile-Header-Typografie */
.header {
    margin: 0;
}

h2 {
    hyphens: auto;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

/* Social-Media-Links in den Kacheln */
.social-list,
.social-list.custom li {
    padding: 0 !important;
}

.social-list.custom li {
    float: left;
}

.social-list.custom li a i {
    width: 35px;
}

.social-list li a i {
    font-size: 27px;
    color: #C6C6C6;
}

ul.social-list,
.social-list li {
    padding: 0;
}

ul.social-list {
    margin-top: -16px;
}

ul.social-list,
.buttonlink {
    float: left;
}

/* Button-Link in den Kacheln */
.buttonlink {
    font-family: Catamaran, sans-serif;
    text-transform: uppercase;
    padding: 6px 12px 5px;
    margin-right: 15px;
    background-color: #e3e3e3;
    font-size: 12.5px !important;
    letter-spacing: 0.5px;
    color: #333;
}

.buttonlink:hover {
    background-color: #ccc;
}

/* Plus-Icon mit Hover-Rotation */
.pluslink {
    cursor: pointer;
    right: 10px;
    position: absolute;
}

.pluslink img {
    overflow: hidden;
    transition-duration: 0.2s;
    transition-property: transform;
}

.pluslink img:hover {
    transform: rotate(90deg);
}
