@import url(external-links.css);
@import url(websitefarben.css);
@import url(styling-tabelle.css);
@import url(readmore.css);
@import url(tags-buttons.css);




.umrandung{
       float:right;
       margin-right: 2em;
       max-width: 30em;
       background:#F2F2F2;
       border: 0.6em; solid #E6E6E6;
       padding: 0.6em;
       font-size:90%}
}



.content-tipps {
    float: right; /* Positioniert das Element rechts */
    margin: 0 0 12px 12px; /* Abstand nach unten und links */
    max-width: 300px; /* Maximale Breite der Box */
    background: #F2F2F2; /* Hellgrauer Hintergrund */
    border: 2px solid #E6E6E6; /* Grauer Rahmen */
    padding: 14px; /* Innenabstand */
    font-size: 90%; /* Schriftgröße etwas kleiner als Standard */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Leichter Schatten für mehr Tiefe */
    border-radius: 8px; /* Abgerundete Ecken für ein moderneres Design */
}



