/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/* ----------------------------------------
   Abschnitt: Nach oben Button
   ---------------------------------------- */

.abschnitt-nach-oben {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 14px;
    
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 3px;
    
    transition: all 0.3s ease;
}

.abschnitt-nach-oben:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.abschnitt-nach-oben .pfeil {
    font-size: 18px;
    line-height: 1;
}