/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Werdegang */
.timeline { list-style: none; margin: 0; padding: 0; max-width: 615px; }
.timeline li { position: relative; padding: 16px 0 16px 36px; }
.timeline li::before { content: ""; position: absolute; left: 0; top: 16px; width: 12px; height: 12px; border-radius: 50%; background: #7A9159; z-index: 1; }
.timeline li::after { content: ""; position: absolute; left: 6px; transform: translateX(-50%); top: 28px; bottom: -16px; width: 1px; background: #7A9159; }
.timeline li:last-child::after { display: none; }
.timeline .year { font-family: "JetBrains Mono", monospace; font-weight: 700; font-size: .875rem; text-transform: uppercase; }
.timeline .desc { font-family: "Work Sans", sans-serif; font-size: 1rem; }

/* Über mich */
ul.pills { list-style: none; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content: stretch; }
ul.pills li { font-family: "JetBrains Mono"; background: rgba(122, 145, 89, 0.08); padding: .5rem 1rem; margin: .5rem 1rem 0 0; color: #7A9159; font-size: .875rem; font-weight: 700; line-height: normal; border-radius: 100px; }

/* Noch Fragen? */
.custom-accordion { height: 100%; }
.custom-accordion .e-n-accordion { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; height: 100%; }
.custom-accordion .e-n-accordion .e-n-accordion-item:first-child .e-n-accordion-item-title { border-bottom: 0; }
.custom-accordion .e-n-accordion-item-title { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: stretch; padding: 0 0 1rem 0; border: 0; border-bottom: 1px solid #C8CEAE; }

/* Häufige Fragen */
#custom-accordion-02 .e-n-accordion-item-title { padding: 1.5rem 0 1rem 0; }