/*
Theme Name:     tile.me
Theme URI:      https://generatepress.com
Description:    Child Theme für GeneratePress
Author:         Tile Gabloffsky
Author URI:     https://tile.me
Template:       generatepress
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    generatepress-child
*/

/* ========== Custom Styles starten hier ========== */

.only-sticky {
    display: none;
}

.is_stuck .only-sticky {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #3b2817;
    z-index: 100;
    margin-top:25px;
}

.only-sticky a {
    color: inherit;
    text-decoration: none;
}