/* ===================================
    Crafto - Blogger
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
/* variable */
:root {     
    --base-color: #B78057;
    --dark-gray: #242321;
    --medium-gray: #85827e;
    --light-medium-gray:#7C7C7C;
    --very-light-gray: #F7F2EF;
    --alt-font: 'Rufina', serif;
    --primary-font: 'Manrope', sans-serif;
}
/* body */
html {  
    position: relative;
    overflow-x: hidden;
}
body{
    line-height: 30px;
    overflow-x: hidden;
}
/* box layout */
.box-layout {
    padding: 0 175px; 
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* header */
header .disable-fixed {
    width: calc(100% - 350px);
    left: 175px;
    right: 175px;
}
header .header-top-bar {
    border-radius: 0 0 5px 5px;
}
header .navbar-brand {
    padding:27px 0;
}
header .navbar-brand img {
    max-height: 41px;
}
header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    line-height: 22px; 
    padding: 10px 20px;
    font-weight: 500;
}
header .header-top-bar .header-icon .header-social-icon a {
    font-size: 14px;
}
header .header-top-bar .header-icon .header-social-icon i {
    margin-right: 5px;
}
/* btn */ 
.btn { 
    font-family: var(--primary-font);
    font-weight: 600;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 17px;
    padding: 20px 40px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 14px 28px;
}
.btn.btn-small {
    font-size: 14px;
    padding: 12px 24px;
}
.btn.btn-very-small {
    font-size: 13px;
    padding: 10px 20px;
}
.btn-hover-animation.text-transform-none .btn-icon i:before {
    vertical-align: -5px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* border color */ 
.border-color-transparent-base-color {
    border-color: rgba(183,128,87,.5) !important;
}
/* border color */ 
.categories-btn {
    font-size: 13px;
    line-height: 21px;
}
.categories-style-03 .categories-box .category-title {
    padding: 30px 40px;
}
/* social icon style */ 
.social-icon-style-03 .small-icon li {
    margin: 0 15px;
}
/* left right bottom top class */ 
.left-minus-300px {
    left: -300px;
}
.left-minus-15 {
    left: -15%;
}
.left-minus-30 {
    left: -30%;
}
.left-50 {
    left: 50%;
}
.right-minus-250px {
    right: -250px;
}
.right-minus-15 {
    right: -15%;
}
.right-minus-25 {
    right: -25%;
}
.bottom-10 {
    bottom: 10%;
}
.top-25 {
    top: 25%;
}
/* page title */ 
.page-title-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* word break normal */ 
.word-break-normal {
    word-break: normal;
}
.categories-btn {
    font-size: 12px;
}
.pagination-style-01 .page-item.active .page-link, .pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 41px;
}
footer ul li {
    margin-bottom: 0;
}
.terms-condition .box:before {
    background-color: var(--white);
}
.input-medium, .textarea-medium, .select-medium {
    padding: 10px 28px;
}
.newsletter-style-02 .btn i {
    top: -2px;
}
.newsletter-style-02 input {
    padding-right: 55px !important;
}
/* media query responsive */
@media (max-width: 1799px) {
    .box-layout {
        padding: 0 100px;
    }
    header .disable-fixed {
        width: calc(100% - 200px);
        left: 100px;
        right: 100px;;
    }
}
@media (max-width: 1600px) {
    .box-layout {
        padding: 0 80px;
    }
    header .disable-fixed {
        width: calc(100% - 160px);
        left: 80px;
        right: 80px;;
    }
}
@media (max-width: 1399px) {
    header .disable-fixed {
        width: calc(100% - 160px);
        left: 80px;
        right: 80px;;
    }
    .categories-style-03 .categories-box .category-title {
        padding: 20px 20px;
    }
}
@media (max-width: 1199px) {
    .box-layout {
        padding: 0 30px;
    }
    header .disable-fixed {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .right-minus-25 {
        right: -40%;
    }
    .left-minus-30 {
        left: -50%;
    }
    header .disable-fixed {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    } 
    .blog-side-image .blog-box .blog-image {
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .box-layout {
        padding: 0 15px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    } 
    header .disable-fixed {
        width: calc(100% - 0px);
        left: 0px;
        right: 0;
    } 
}
.stack-item {
  opacity: 0; /* Startet unsichtbar */
  transform: translateY(50px); /* Leicht verschoben */
  transition: all 0.8s ease-in-out;
}

.stack-item.show {
  opacity: 1; /* Sichtbar, wenn die Klasse "show" hinzugefügt wird */
  transform: translateY(0); /* Zurück auf die Ausgangsposition */
}
/* Video-Button Styling */
.video-wrapper {
    position: relative;
    cursor: pointer;
    background-size: cover; /* Sorgt dafür, dass das Bild skaliert wird */
    background-position: center; /* Zentriert das Bild */
}

/* Play-Button-Styling */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.play-icon {
    font-size: 50px;
    color: #ffffff;
}

/* Video-Popup Styling */
.video-popup {
    display: none; /* Popup zunächst ausblenden */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
}

.video-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
}

.video-popup-content iframe {
    width: 100%;
    height: 500px;
}

.close {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}

/* Set the default text color of all nav links */
.nav-tabs .nav-link {
    color: black !important; /* Textfarbe immer schwarz */
    transition: color 0.3s ease-in-out; /* Smooth transition */
}

/* Set the text color of active or hovered nav links */
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: black !important; /* Textfarbe bei Hover oder Aktivierung auch schwarz */
}

/* Customize the bottom border color for active tabs */
.nav-tabs .nav-link.active .tab-border {
    background-color: orangered; /* Unterstrich bei aktiver Registerkarte in orangerot */
    transition: background-color 0.3s ease-in-out; /* Smooth transition */
}

/* Optional: If you want to change the hover effect of the bottom border */
.nav-tabs .nav-link:hover .tab-border {
    background-color: orangered; /* Unterstrich bei Hover in orangerot */
}
/* Popup-Overlay-Stil */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Popup-Inhalt-Stil */
.popup-content {
    background: #ffffff;
    padding: 40px;
    width: 400px;
    position: relative;
    text-align: left;
}

/* Schließen-Button-Stil */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Formularfeld-Stil */
.form-control {
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
}

/* Hover-Effekt für den Anmelde-Button */
.btn:hover {
    background-color: orangered !important;
    border-color: orangered !important;
}
body {
    font-display: swap;
}
.header-button a span {
    display: inline-block;
    white-space: nowrap;
}
/* Optionaler Stil für das Popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
}

/* Investor Relation Button Ausrichtung */
.header-with-topbar .header-button a.btn {
    margin-top: 0; /* Gleiche Höhe wie das Menü */
}

/* Mobile Navigation Anpassungen */
@media (max-width: 992px) {
    .header-button a {
        display: none; /* Investor Relation Button im mobilen Menü ausblenden */
    }

    .navbar-nav .nav-item.d-lg-none a {
        display: block; /* Investor Relation im Hamburger Menü sichtbar */
    }
}

/* Desktop Button Sichtbarkeit */
@media (min-width: 993px) {
    .header-with-topbar .header-button a {
        display: inline-block; /* Desktop View anzeigen */
    }
}
/* Allgemeine Stile für die Navigation */
.navbar-nav .nav-link {
    color: black; /* Standardfarbe der Links */
   
}

/* Hover-Effekt: Beim Überfahren der Links */
.navbar-nav .nav-link:hover {
    color: orangered; /* Hover-Farbe: orangerot */
}

.navbar-nav .nav-link.active {
    color: rgba(255, 69, 0, 1) !important; /* Oder verwende #FF4500 */
    font-weight: 500 !important;
    
}

/* Weitere Zustände, um sicherzustellen, dass die Farbe korrekt angewendet wird */
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:active {

}

/* Wichtige Stile überschreiben für hohe CSS-Spezifität */
.navbar-nav .nav-item.active .nav-link {
    color: orangered !important; /* Aktive Links bleiben orangerot */
    font-weight: 500;
    
}

@media (min-width: 992px) {
    /* Reduziert den Abstand zwischen den beiden Sektionen nur im Desktop-Layout */
    .half-section {
        margin-bottom: -30px; /* Ziehe die Sektionen näher zusammen */
    }

    .pt-0 {
        margin-top: -150px; /* Zweite Sektion nach oben verschieben */
    }
}
/* Alle margin-top-Werte auf mobilen Geräten (max. 767px) zurücksetzen */
@media (max-width: 767px) {
    * {
        margin-top: 0 !important;
    }
}
/* Anpassungen für mobile Ansichten (bis 767px Breite) */
@media (max-width: 767px) {
    .full-screen.ipad-top-space-margin {
        padding-top: 20px; /* Abstand oberhalb der Section verringern */
    }

    .blog-content {
        padding: 20px 15px; /* Innenabstände im mobilen Layout anpassen */
    }

    .col-xl-5.col-lg-6 {
        margin-top: 0 !important; /* Zusätzliche obere Abstände entfernen */
    }

    .swiper-number-pagination-progress.md-h-500px {
        margin-bottom: -50px !important; /* Abstand zum Bildcontainer verringern */
    }

    /* Verringerung des Abstands unter dem Text im mobilen Layout */
    .blog-content h2 {
        margin-bottom: 10px; /* Überschrift Abstand reduzieren */
    }

    .blog-content p {
        margin-bottom: 15px; /* Paragraph-Abstand verringern */
    }

    .blog-content .mt-5 {
        margin-top: 20px; /* Abstände für Buttons anpassen */
    }
}
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        display: block; /* Volle Breite */
        background-color: #f8f9fa; /* Leicht grauer Hintergrund */
        border: 1px solid #ddd; /* Border für den Button-Look */
        border-radius: 5px; /* Abgerundete Ecken */
        margin-bottom: 10px; /* Abstand zwischen den Tabs */
        padding: 10px 15px; /* Innenabstand erhöhen */
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
        transition: background-color 0.3s ease; /* Glatte Übergangseffekte */
    }

    .nav-tabs .nav-link:hover {
        background-color: orangered; /* Hover-Effekt */
        color: white; /* Schriftfarbe ändern */
    }

    .nav-tabs .nav-link.active {
        background-color: orangered; /* Aktive Tabs visuell abheben */
        color: white;
    }
}
/* Standard-Stile für die Buttons */
.btn-round-edge {
    background-color: white; /* Standard-Hintergrundfarbe */
    color: black; /* Standard-Textfarbe */
   
    transition: all 0.3s ease-in-out;
}

/* Stile für den aktiven Zustand */
.btn-round-edge.active,
.btn-round-edge:hover,
.btn-round-edge:focus {
    background-color: orangered; /* Hintergrundfarbe im aktiven Zustand */
    color: white; /* Textfarbe ändern */
    border: 2px solid orangered; /* Randfarbe beibehalten */
}

.btn-round-edge.active .btn-icon,
.btn-round-edge:hover .btn-icon,
.btn-round-edge:focus .btn-icon {
    color: white; /* Icon-Farbe ändern */
}

/* Stile für den Text und die Icons in den Buttons */
.btn-round-edge .btn-icon i {
    transition: all 0.3s ease-in-out; /* Übergangseffekt für Icon-Farbe */
}

/* Zusätzliche Stile für den aktiven Zustand, um visuell hervorzuheben */
.btn-round-edge:active,
.btn-round-edge:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(233, 117, 34, 0.5);
}
/* Standard-Desktopansicht */
.responsive-logo {
    display: inline-block; /* Für alle Ansichten standardmäßig anzeigen */
}

/* Mobile Ansicht (max-width = 768px) */
@media (max-width: 768px) {
    .responsive-logo {
        width: 120px; /* Logo-Größe für die mobile Ansicht anpassen */
    }
}
/* Standard-Tooltip-Stile */
.tooltip-container {
    position: relative; /* Tooltip-Text relativ zum Container */
}

.tooltip-text {
    visibility: hidden; /* Tooltip standardmäßig versteckt */
    background-color: orangered; /* Hintergrundfarbe des Tooltips */
    color: white; /* Textfarbe */
    text-align: left; /* Textausrichtung */
    border-radius: 5px; /* Abgerundete Ecken */
    padding: 8px 12px; /* Innenabstand */
    position: absolute; /* Position des Tooltips */
    z-index: 1; /* Über den anderen Elementen */
    top: 100%; /* Position unterhalb des Containers */
    left: 20%; /* Leichte Verschiebung nach rechts */
    width: 250px; /* Breite des Tooltips */
    opacity: 0; /* Anfangs unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Animation */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
}

/* Hover-Effekt für das Tooltip */
.tooltip-container:hover .tooltip-text {
    visibility: visible; /* Sichtbar beim Hovern */
    opacity: 1; /* Voll sichtbar */
}

/* Tooltip-Pfeil erstellen */
.tooltip-container .tooltip-text::after {
    content: '';
    position: absolute;
    top: -5px; /* Position des Pfeils oberhalb */
    left: 20%; /* Pfeil zentriert */
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent orangered transparent; /* Pfeil-Farbe */
}
/* Styling for the icons */
.nav-link .tab-icon {
    margin-right: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-link.active .tab-icon {
    content: "-";
    color: orangered !important;
}

.nav-link:not(.active) .tab-icon {
    content: "+";
}
.chart-container {
    position: relative;
    width: 100%;
    height: 300px; /* Höhe für Desktop */
}

@media (max-width: 768px) {
    .chart-container {
        height: 200px; /* Kleinere Höhe für mobile Geräte */
    }
}
 /* Schriftgröße für mobile Bildschirme anpassen */
    @media (max-width: 768px) {
        .contact-info {
            font-size: 14px;
        }
    }

