/* DANKSEITE LOGO-DOWNLOAD */

.ttgAnfrageFormular .powermail_create h3 {
    margin: 40px 0 4px;
}

.ttgAnfrageFormular .powermail_create p {
    line-height: 1.55;
}

.ttgAnfrageFormular p a:hover {
    background-color: transparent;
    color: #3c3c3c;
    text-decoration: underline;
}

/* Bildkarten -- jeder Absatz, der ein Bild enthält */
.ttgAnfrageFormular .powermail_create p:has(img) {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 14px 26px 0;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    color: #767676;
}

.ttgAnfrageFormular .powermail_create p:has(img) img {
    width: 100%;
    max-width: 190px;
    height: auto;
    display: block;
    border-radius: 6px;
    margin-bottom: 8px;
}

/* erster Link in der Bildkarte = Bild-Link, zweiter = Titel-Link */
.ttgAnfrageFormular .powermail_create p:has(img) a:first-of-type {
    display: block;
}

.ttgAnfrageFormular .powermail_create p:has(img) a:nth-of-type(2) {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.ttgAnfrageFormular .powermail_create p:has(img) a:nth-of-type(2):hover {
    text-decoration: underline;
    background-color: transparent;
    color: #3c3c3c;
}

.ttgNCEWrapper li a,
p a {
    color: #3c3c3c;
    font-weight: bold;
    text-decoration: none;
}