/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');


.main-font{font-family: 'Raleway', sans-serif;}
.alt-font{font-family: 'Raleway', sans-serif;}


/* ===================================
    General
====================================== */

body {font-family: 'Raleway', sans-serif; font-size: 16px;color: #5b5b5b;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
body {
    margin: 0;
    /* Hintergrundfarbe entfernen, damit Video sichtbar ist */
    background-color: transparent; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Raleway', sans-serif;}
.h1, h1, .h2, h2 {
    font-size: 30px;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #a07bf7;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}
.opacity-max { opacity: 0.1; }

.bg-leichtgrau { background: #f1f1f1; }

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* =========================================
   LINIEN NEBEN ÜBERSCHRIFTEN (About Us)
   ========================================= */

/* 1. Die Überschriften zu Flex-Containern machen */
h1.title, h2.title {
    display: flex;           /* Sorgt dafür, dass Text & Linie nebeneinander liegen */
    align-items: center;     /* Zentriert die Linie vertikal zur Schrifthöhe */
    width: 100%;             /* Nutzt die volle Breite der Box */
}

/* 2. Die Linie (Pseudo-Element) definieren */
h1.title::after, h2.title::after {
    content: "";
    flex: 1;                 /* Magie: Füllt automatisch den gesamten RESTLICHEN Platz */
    height: 1px;             /* Dicke der Linie */
    background-color: rgba(18, 137, 70, 0.6); /* Farbe (Weiß, leicht transparent) */
    
    margin-left: 20px;       /* Der gewünschte Abstand zum Text */
    display: block;
}

/* Video Overlay */
.fullscreen-video-bg { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Schiebt das Video ganz nach hinten */
}
.fullscreen-video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); /* Zentriert das Video perfekt */
    object-fit: cover; /* Füllt den Bildschirm ohne Verzerrung */
}
/* Optional: Ein dunkler Schleier über dem Video für besseren Kontrast */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* 40% Schwarz über dem Video */
}

.boxed-layout {
    max-width: 1200px;
    margin: 40px auto; /* 40px Abstand oben/unten sieht bei Video-BG schick aus */
    border-top: 4px solid #128946;
    
    /* TIPP: Machen Sie den Hintergrund leicht transparent (z.B. 95% Weiß), 
        damit das Video ganz leicht durchscheint */
    background-color: rgba(255, 255, 255, 0.95); 
    
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,0.5); /* Stärkerer Schatten für Tiefe */
    overflow: hidden;
}

/* Navigation fixiert halten innerhalb der Box */
.navbar-top-default {
    max-width: 1200px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}


.football.tp-bullets{
    height: 110px !important;
    width: 19px !important;
    text-align: center;
    display: inline-block;
    position: relative;
}

.football .tp-bullet{
    position:relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}
.single-slide .football .tp-bullet{
    display: none !important;
}

.football .tp-bullet .tp-bullet-inner{
    width: 13px;
    height: 13px;
    position:relative;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.dark-slider .football .tp-bullet .tp-bullet-inner{
    border: 3px solid #4d4d4d;
}


.football .tp-bullet.selected .tp-bullet-inner{
    transform: scale(1.4);
    margin-top:2px;
    background: #067AC0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.dark-slider .football .tp-bullet.selected .tp-bullet-inner{
    background: transparent;
}

.football .tp-bullet:not(:last-child) .tp-line{
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    margin: 0 auto;
}

.dark-slider .football .tp-bullet:not(:last-child) .tp-line{
    background: #4d4d4d;
}




/* button */
.btn { -webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:12px; padding: 6px 1.8em;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #5b5b5b; color: #5b5b5b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #5b5b5b !important; color: #ffffff !important}
.btn.btn-transparent-purple {background:transparent; border-color: #a07bf7; color: #a07bf7}
.btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {background: #a07bf7 !important; color: #ffffff !important}
.btn.btn-black {background: #5b5b5b; border-color: #5b5b5b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #5b5b5b; color: #5b5b5b !important}
.btn.btn-purple {background: #a07bf7; border-color: #a07bf7; color: #ffffff}
.btn.btn-purple:hover, .btn.btn-purple:focus {background: transparent !important; border-color: #a07bf7; color: #a07bf7 !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

/*Slightly desaturated orange btn*/
.white-tran-blue-btn{font-size: 12px;font-family: 'Raleway', sans-serif;padding: 10px 25px;color:#ffffff;font-weight: 600;background-color:transparent;border:1px solid #ffffff !important;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.white-tran-blue-btn:hover{color: #ffffff; ;background-color:#128946 !important; border: 1px solid transparent !important;}

.white-blue-btn{font-size: 12px;font-family: 'Raleway', sans-serif;padding: 10px 25px;color:#5b5b5b;font-weight: 600;background-color:#ffffff;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.white-blue-btn:hover{color: #ffffff; ;background-color:#128946 !important; border: 1px solid transparent;}

.blue-white-btn{font-size: 12px;font-family: 'Raleway', sans-serif;padding: 10px 25px;color:#ffffff;;font-weight: 600;background-color:#128946;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.blue-white-btn:hover{color: #ffffff !important; ;background-color:#5b5b5b !important; border: 1px solid transparent;}

/* background color */
.bg-main{background: #128946;}
.bg-black{background: #000000;}
.bg-black-light{background: #5b5b5b;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #a07bf7;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}

/* text-color */
.main-color{color: #128946;}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg a i.fa-twitter {background-color: #a07bf7;}
.social-icon-bg a i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg a i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg a i.fa-instagram {background-color: #c13584;}
.social-icon-bg a i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg a i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg a i.fa-instagram {background-color: #e8715c;}
.social-icon-bg a i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg a i.fa-vk {background-color: #4c75a3;}
.social-icon-bg a i.fa-youtube {background-color: #cd201f;}
.social-icon-bg a i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg a i.fa-tumblr {background-color: #34465d;}
.social-icon-bg a i.fa-behance {background-color: #131418;}
.social-icon-bg a i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg a i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg a i.fa-xing {background-color: #026466;}
.social-icon-bg a i.fa-yelp {background-color: #af0606;}
.social-icon-bg a i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg-hvr a:hover i.fa-twitter {background-color: #a07bf7;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg-hvr a:hover i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #c13584;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #e8715c;}
.social-icon-bg-hvr a:hover i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg-hvr a:hover i.fa-vk {background-color: #4c75a3;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #cd201f;}
.social-icon-bg-hvr a:hover i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg-hvr a:hover i.fa-tumblr {background-color: #34465d;}
.social-icon-bg-hvr a:hover i.fa-behance {background-color: #131418;}
.social-icon-bg-hvr a:hover i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-xing {background-color: #026466;}
.social-icon-bg-hvr a:hover i.fa-yelp {background-color: #af0606;}
.social-icon-bg-hvr a:hover i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {color: #3B5998;}
.social-icon-clr a i.fa-twitter {color: #0976B4;}
.social-icon-clr a i.fa-google-plus {color: #DD4B39;}
.social-icon-clr a i.fa-linkedin-in {color: #0976B4;}
.social-icon-clr a i.fa-instagram {color: #c13584;}
.social-icon-clr a i.fa-youtube {color: #dd4b39;}
.social-icon-clr a i.fa-pinterest-p {color: #B7242A;}
.social-icon-clr a i.fa-instagram {color: #e8715c;}
.social-icon-clr a i.fa-vimeo {color: #1ab7ea;}
.social-icon-clr a i.fa-vk {color: #4c75a3;}
.social-icon-clr a i.fa-youtube {color: #cd201f;}
.social-icon-clr a i.fa-pinterest {color: #bd081c;}
.social-icon-clr a i.fa-tumblr {color: #34465d;}
.social-icon-clr a i.fa-behance {color: #131418;}
.social-icon-clr a i.fa-dribbble {color: #ea4c89;}
.social-icon-clr a i.fa-google-plus {color: #dd4b39;}
.social-icon-clr a i.fa-xing {color: #026466;}
.social-icon-clr a i.fa-yelp {color: #af0606;}
.social-icon-clr a i.fa-vine {color: #00b489;}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {color: #3B5998;}
.social-icon-clr-hvr a i:hover.fa-twitter {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #DD4B39;}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #c13584;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {color: #B7242A;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #e8715c;}
.social-icon-clr-hvr a i:hover.fa-vimeo {color: #1ab7ea;}
.social-icon-clr-hvr a i:hover.fa-vk {color: #4c75a3;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #cd201f;}
.social-icon-clr-hvr a i:hover.fa-pinterest {color: #bd081c;}
.social-icon-clr-hvr a i:hover.fa-tumblr {color: #34465d;}
.social-icon-clr-hvr a i:hover.fa-behance {color: #131418;}
.social-icon-clr-hvr a i:hover.fa-dribbble {color: #ea4c89;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-xing {color: #026466;}
.social-icon-clr-hvr a i:hover.fa-yelp {color: #af0606;}
.social-icon-clr-hvr a i:hover.fa-vine {color: #00b489;}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 80px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    background:#fff;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 200px;
    width: 100%;
    padding:10px 0 10px 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.other-page .navbar-top-default{
    background-color: #000000;
}


.header-appear .navbar-top-default {
    height: 120px;
    position: fixed;
    z-index: 99;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}


/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #000;
}



.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #5b5b5b;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.5px;
    padding: 0.4rem 1.5rem;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}


.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background: #128946;
    color: #fff;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    background: #128946;
    color: #fff;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #128946;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5b5b5b;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #5b5b5b;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/



.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #5b5b5b;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #5b5b5b;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.side-footer p{
    color: #5b5b5b;
}


.social-icons-simple li a {
    display: block;
    color: #5b5b5b;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#128946;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* ===================================
        Slider
   ====================================== */

.rev-slider{
    overflow-x: hidden;
}

.rev-slider .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

/* ===================================
    BACKGROUND SVG
 =====================================*/

.bacKground-svg{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23128946' stroke-width='0.8' stroke-opacity='0.02'%3E%3Crect x='-40' y='40' width='75' height='75'/%3E%3Crect x='-35' y='45' width='65' height='65'/%3E%3Crect x='-30' y='50' width='55' height='55'/%3E%3Crect x='-25' y='55' width='45' height='45'/%3E%3Crect x='-20' y='60' width='35' height='35'/%3E%3Crect x='-15' y='65' width='25' height='25'/%3E%3Crect x='-10' y='70' width='15' height='15'/%3E%3Crect x='-5' y='75' width='5' height='5'/%3E%3Crect width='35' height='35'/%3E%3Crect x='5' y='5' width='25' height='25'/%3E%3Crect x='10' y='10' width='15' height='15'/%3E%3Crect x='15' y='15' width='5' height='5'/%3E%3Crect x='40' width='75' height='75'/%3E%3Crect x='45' y='5' width='65' height='65'/%3E%3Crect x='50' y='10' width='55' height='55'/%3E%3Crect x='55' y='15' width='45' height='45'/%3E%3Crect x='60' y='20' width='35' height='35'/%3E%3Crect x='65' y='25' width='25' height='25'/%3E%3Crect x='70' y='30' width='15' height='15'/%3E%3Crect x='75' y='35' width='5' height='5'/%3E%3Crect x='40' y='80' width='35' height='35'/%3E%3Crect x='45' y='85' width='25' height='25'/%3E%3Crect x='50' y='90' width='15' height='15'/%3E%3Crect x='55' y='95' width='5' height='5'/%3E%3Crect x='120' y='-40' width='75' height='75'/%3E%3Crect x='125' y='-35' width='65' height='65'/%3E%3Crect x='130' y='-30' width='55' height='55'/%3E%3Crect x='135' y='-25' width='45' height='45'/%3E%3Crect x='140' y='-20' width='35' height='35'/%3E%3Crect x='145' y='-15' width='25' height='25'/%3E%3Crect x='150' y='-10' width='15' height='15'/%3E%3Crect x='155' y='-5' width='5' height='5'/%3E%3Crect x='120' y='40' width='35' height='35'/%3E%3Crect x='125' y='45' width='25' height='25'/%3E%3Crect x='130' y='50' width='15' height='15'/%3E%3Crect x='135' y='55' width='5' height='5'/%3E%3Crect y='120' width='75' height='75'/%3E%3Crect x='5' y='125' width='65' height='65'/%3E%3Crect x='10' y='130' width='55' height='55'/%3E%3Crect x='15' y='135' width='45' height='45'/%3E%3Crect x='20' y='140' width='35' height='35'/%3E%3Crect x='25' y='145' width='25' height='25'/%3E%3Crect x='30' y='150' width='15' height='15'/%3E%3Crect x='35' y='155' width='5' height='5'/%3E%3Crect x='200' y='120' width='75' height='75'/%3E%3Crect x='40' y='200' width='75' height='75'/%3E%3Crect x='80' y='80' width='75' height='75'/%3E%3Crect x='85' y='85' width='65' height='65'/%3E%3Crect x='90' y='90' width='55' height='55'/%3E%3Crect x='95' y='95' width='45' height='45'/%3E%3Crect x='100' y='100' width='35' height='35'/%3E%3Crect x='105' y='105' width='25' height='25'/%3E%3Crect x='110' y='110' width='15' height='15'/%3E%3Crect x='115' y='115' width='5' height='5'/%3E%3Crect x='80' y='160' width='35' height='35'/%3E%3Crect x='85' y='165' width='25' height='25'/%3E%3Crect x='90' y='170' width='15' height='15'/%3E%3Crect x='95' y='175' width='5' height='5'/%3E%3Crect x='120' y='160' width='75' height='75'/%3E%3Crect x='125' y='165' width='65' height='65'/%3E%3Crect x='130' y='170' width='55' height='55'/%3E%3Crect x='135' y='175' width='45' height='45'/%3E%3Crect x='140' y='180' width='35' height='35'/%3E%3Crect x='145' y='185' width='25' height='25'/%3E%3Crect x='150' y='190' width='15' height='15'/%3E%3Crect x='155' y='195' width='5' height='5'/%3E%3Crect x='160' y='40' width='75' height='75'/%3E%3Crect x='165' y='45' width='65' height='65'/%3E%3Crect x='170' y='50' width='55' height='55'/%3E%3Crect x='175' y='55' width='45' height='45'/%3E%3Crect x='180' y='60' width='35' height='35'/%3E%3Crect x='185' y='65' width='25' height='25'/%3E%3Crect x='190' y='70' width='15' height='15'/%3E%3Crect x='195' y='75' width='5' height='5'/%3E%3Crect x='160' y='120' width='35' height='35'/%3E%3Crect x='165' y='125' width='25' height='25'/%3E%3Crect x='170' y='130' width='15' height='15'/%3E%3Crect x='175' y='135' width='5' height='5'/%3E%3Crect x='200' y='200' width='35' height='35'/%3E%3Crect x='200' width='35' height='35'/%3E%3Crect y='200' width='35' height='35'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}

.manage-spacing{
    padding-top: 120px;
}

/* ===================================
    LASTEST UPDATE
 =====================================*/


.lastest-update{

}

.lastest-update .match-live-container{
    position: relative;
}

.lastest-update .match-live-update{
    background-color: #ffffff;
    min-height: 250px;
    transform: translateY(-50%);
    right: 21px;
    left: 30px;
    position: absolute;
    box-shadow: 1px 1px 15px #e1e1e1;
}
.lastest-update .match-live-update .match-live-col::after{
    content: " ";
    display: block;
    height: 200px;
    width: 30px;
    border-right: 10px double rgba(43, 43, 43, 0.35);
}


.lastest-update .match-live-update  .match-update-content{
    color: #5b5b5b;
}

.lastest-update .match-live-update  .match-update-content .sub-title{
    font-size: 16px;
}
.lastest-update .match-live-update  .match-update-content .title{
    font-size: 50px;
}


.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #128946;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}


/* ===================================
  About Us
==================================== */

.about-us{
}

.about-us .new1{
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #128946;
    overflow: hidden;
}

.about-us .new1:last-child{
    margin-bottom: 0;
    margin-top: 0;
}
/*ZOOM EFFECT ON IMAGES*/
.about-us .new1 .media img{
    cursor: pointer;
    transition: .8s ease;
}
.about-us .new1 .media img:hover{
    transform: scale(1.1);
}

.about-us .new1 .media .media-body .sub-title{
    color: #ffffff;
    font-family: Raleway, "sans-serif";
}
.about-us .new1 .media .media-body .title{
    color: #ffffff;
}

.about-us .new1 .media .media-body p{
    margin-top: 15px;
    color: #ffffff;
}

.about-us .new2{
    overflow: hidden;
}

.about-us .new2 .card{
    position: static;
}

.about-us .new2 .card .image-holder{
    cursor: pointer;
}


.about-us .new2 .card .image-holder .video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 50px;
    opacity: 0;
    transition: .8s ease;
}

.about-us .new2 .card .image-holder:hover .video-btn{
    opacity: 1;
}

.about-us .new2 .card .image-holder img{
    width: 100%;
}

.about-us .new2{
    margin-bottom: 40px;
    margin-top: 40px;
}

.about-us .new2 .card-body{
    background-color:#128946;
    color: #ffffff;
}


/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.parallax-box:hover i{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 400;
    font-size: 1.1rem;
}



/* ===================================
        leaderboard
====================================== */

.leaderboard{
    padding-bottom: 0;
}

.leaderboard .heading-box {
    padding: 20px 20px 20px 20px;
    background-color: #128946;
    color: #ffffff;
    text-align: center;
}

.leaderboard .heading-box h4{
    margin-bottom: 0;
}

/*START COUNT DONW*/
.leaderboard .timer{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.leaderboard .timer h5{
    font-size: 50px;
}

.leaderboard .timer span{
    font-size: 22px;
}

.leaderboard .timer::after{
    content:"\A";
    width:10px;
    height:10px;
    border-radius:50%;
    display:inline-block;
    position: absolute;
    right: 0;
    transform: translate(-50%,-50%);
    top: 50%;
    border: 2px solid #128946;
}

.leaderboard .timer:last-child::after{
    display: none;
}
/*END COUNTDOWN*/

/*START COMING MATCH*/

.coming-match{
    border: 3px dashed #128946;
    padding: 25px;
}

.coming-match .image-holder{
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.coming-match .image-holder img{
    width: 100%;
}

.coming-match .team-1-box h6{
   font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}

.coming-match .up-coming-verser{
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming-match .up-coming-verser .verse-text{
    font-size: 50px;
    font-weight: bold;
    -webkit-text-stroke: 1px rgb(18, 137, 70);
    -webkit-text-fill-color: transparent;-webkit-text-stroke: 1px rgb(18, 137, 70);
    -webkit-text-fill-color: transparent;
}

/*END COMING MATCH*/


/*START POINT TABLE*/
.point-table td{
    color: #000000;
    font-weight: normal;
}
/*END POINT TABLE*/


/* ===================================
   Team
====================================== */

.services-skill{
    margin: 0;
    padding: 0;
}

.services-skill li{
    list-style: none;
    margin-top: 25px;
}
.services-skill li:first-child{
    margin-top: 0;
}

.services-skill .progress{
    border-radius: 50px;
    height: 5px;
}

.services-skill .progress-bar{
    border-radius: 50px;
    background-color: #a07bf7;
}

.progress-item b{
    font-weight: 600;
}

/* ===================================
    Team
====================================== */

.team-detail {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    top: -78px;
    margin-bottom: -78px;
    background: #fff;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
}

.team-detail .social-icon {
    margin: 0;
    list-style: none;
    background: #128946;
    padding: 22px 0;
}

.team-detail .social-icon li{
    display: inline-block;
}

.team-detail .social-icon li a i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    margin: 0 2px;
    color: #fff;
}

.team-detail .social-icon li a i:hover{
    background-color: #fff;
    border-color:#fff;
}


/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1{
    padding-top: 120px;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #5b5b5b;
    display: inline-block;
    font-family:'Poppins', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 #js-filters-mosaic-flat{
    margin: 0;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    color: #128946;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color:#128946;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: rgba(43, 43, 43, 0.36);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

/*.cbp-l-caption-body p{*/
/*    font-size: 12px;*/
/*    color: #ffffff;*/
/*}*/

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

.cube-portfolio1 .cbp-l-caption-desc {
    color: #ffffff;
    font: 400 12px/16px "Raleway", sans-serif;
}

.cbp-l-caption-body h5{
    font-weight: 500;
    color: #ffffff;

}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}


/* ===================================
     Testimonial
====================================== */


.testimonial-two{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.testimonial-post {
    overflow: hidden;
    display: table;
}
.testimonial-post .post, .testimonial-post .text-content {
    display: table-cell;
}
.testimonial-post .post {
    height: 60px;
    width: 60px;
}
.testimonial-post .post > img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-post .text-content {
    vertical-align: middle;
    padding-left: 10px;
}
.testimonial-post:hover a, .testimonial-post:focus a {
    color: #f1c30f;
}
.testimonial-two .testimonial-para:before{
    display: block;
    font-size: 33px;
    color: #535353;
    margin-bottom: 15px;
    content: "\E989";
    font-family: 'LineIcons';
}
.testimonial-two .testimonial-item h5{
    margin-top: 10px;
    margin-bottom: 4px;
}
.testimonial-two .testimonial-item .rating{
    margin-top: 5px;
}
.testimonial-two .testimonial-item .rating i{
    font-size: 15px;
    color: #f1c30f;
}

/* ===================================
   Lates Blog
====================================== */

.news-item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img{
    width: 100%;
}

.news-item:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

}

.news-item .news-text-box{
    padding: 30px;
    background-color: #fff;
}

.news-item .date{
    font-weight: 400;
}

.news-item .news-title{
    margin: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-title:hover{
    color: #a07bf7;
}

.news-item .author{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
}


.news-item .author > img{
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.news-item .author .author-name{
    font-size: 15px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .author .author-name:hover{
    color: #a07bf7;
}




#client-nav button:hover > span{
    color: #fff;
}


/* ===================================
   Partner
====================================== */


.partners-slider{
    margin: 4rem 0;
}

.partners-slider .logo-item{
    text-align: center;
}

.partners-slider .logo-item img{
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#128946;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #128946;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #128946; }



/* ===================================
    Background images
====================================== */

.bg-img1{
    background-image: url("../img/cover-image.jpg");
}

.bg-img2{
    background-image: url("../img/testimionial.jpg");
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}



/**/
/*STAND ALONE PAGE*/


.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #128946;
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    color: #128946;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 56px;
    color: #5b5b5b;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.standalone-detail .para_text{
    color: rgba(43, 43, 43, 0.81);
    font-family: 'Raleway' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Raleway', sans-serif;
    color: rgba(43, 43, 43, 0.82);
}




/* ===================================
   Other Page
====================================== */

.page-title{
    position:relative;
    text-align:center;
    margin-top: 90px;
    padding:125px 0px 125px;
    background:url("../img/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#128946;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}


/*PRE LOADER*/

/* ===================================
        Preloader
   ====================================== */

/*************************************/
/************** LOADER CSS ***********/
/*************************************/

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.inner-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.loader1 {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(18, 137, 70, 0.76);
    border-radius: 50%;
}
.loader1:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: loading 1000ms ease-out forwards infinite;
    animation: loading 1000ms ease-out forwards infinite;
}

@-webkit-keyframes loading {
    0% {
        border: 0px solid white;
    }
    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}

@keyframes loading {
    0% {
        border: 0px solid white;
    }
    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}





/* ===================================
    Media Queries
   ====================================== */

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /*LASTEST UPDATE*/
    .lastest-update{
        padding-top: 72px;
    }

    .lastest-update .match-live-update {
        background-color:transparent;
        min-height: 250px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);
    }

    .lastest-update .match-live-update .match-live-col{
        margin-bottom: 40px;
    }

    .lastest-update .match-live-update .match-live-col::after {
        content: none;
    }

    .lastest-update .match-live-update .match-update-content .sub-title {
        font-size: 15px;
        text-align: center;
    }

    .manage-spacing{
        padding-top: 0;
    }

    /* ABOUT US */

    .about-us .new1 .media .media-body{
        padding: 20px;
    }

    .about-us .new2 .media .media-body{
        padding: 20px;
    }

    /*LEADERBOARD*/
    .coming-match {
        border: 2px dashed #128946;
        padding: 5px;
    }

    .coming-match .team-1-box h6 {
        margin-top: 10px;
    }

    .coming-match:last-child .team-1-box h6{
        margin-bottom: 20px;
    }

    .coming-match .up-coming-verser .verse-text {
        font-size: 40px;
        font-weight: bold;
        -webkit-text-stroke: 1px rgb(18, 137, 70);
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px rgb(18, 137, 70);
        -webkit-text-fill-color: transparent;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .manage-spacing-small{
        margin-top: 72px;
    }

    .leaderboard .timer::after {
        right: -9px;
        /* text-align: center; */
    }


    /*Portfolio*/
    .cube-portfolio1 {
        padding-top: 72px;
    }


    /* FOOTER */

    .footer-social a {
        margin: 0px 7px 0 0;
    }






}

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) {


    /*LASTEST UPDATE*/
    .lastest-update{
        padding-top: 72px;
    }

    .lastest-update .match-live-update {
        background-color:transparent;
        min-height: 250px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);
    }

    .lastest-update .match-live-update .match-live-col{
        margin-bottom: 40px;
    }

    .lastest-update .match-live-update .match-live-col::after {
        content: none;
    }

    .lastest-update .match-live-update .match-update-content .sub-title {
        font-size: 15px;
        text-align: center;
    }

    .manage-spacing{
        padding-top: 0;
    }

    /* LEADERBOARD */

    .coming-match .up-coming-verser .verse-text {
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .manage-spacing-small{
        margin-top: 72px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /*LASTEST UPDATE*/
    .lastest-update{
        padding-top: 72px;
    }

    .lastest-update .match-live-update {
        background-color:transparent;
        min-height: 250px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);
    }

    .lastest-update .match-live-update .match-live-col{
        margin-bottom: 40px;
    }

    .lastest-update .match-live-update .match-live-col::after {
        content: none;
    }

    .lastest-update .match-live-update .match-update-content .sub-title {
        font-size: 15px;
        text-align: center;
    }

    .manage-spacing{
        padding-top: 0;
    }

    /* LEADERBOARD */

    .coming-match .up-coming-verser .verse-text {
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .manage-spacing-small{
        margin-top: 72px;
    }
}

/* =======================================================
   FIX: Menü-Button (Burger-Menü) auf Desktop erzwingen ausblenden
   ======================================================= */

/* Ab 992px (Desktop) -> Button komplett entfernen */
@media screen and (min-width: 992px) {
    #sidemenu_toggle,
    .sidemenu_btn,
    .sidebar_btn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Bis 991px (Tablet/Mobile) -> Button anzeigen */
@media screen and (max-width: 991.98px) {
    #sidemenu_toggle,
    .sidemenu_btn {
        position: relative;
        width: 48px;
        right: 20px;
        margin: 0;
        padding:15px;
        background:#f1f1f1;
    }
    .navbar-top-default { max-height: 120px; }
    .boxed-layout { margin-top: 0px; }
}


@media screen and (max-width:767px){

    section{
        padding: 4.5rem 0;
    }
    .home-banner{
        padding: 7rem 0 4.5rem;
    }
    .sidemenu_btn{
        position: relative;
        width: 48px;
        right: 20px;
        margin: 0;
        padding:15px;
        background:#f1f1f1;
    }
    .navbar-top-default { max-height: 120px; }
    .boxed-layout { margin-top: 0px; }


    .parallax-box {
        padding: 1.5rem 0;
    }
    .parallax-box i {
        font-size: 2.2rem;
    }
    .parallax-box h2 {
        font-size: 2.2rem;
    }
    .parallax-box h5 {
        font-size: 1rem;
    }

    .partners-slider {
        margin:0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2rem;
    }
    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .side-menu {
        width: 380px;
    }

    .portfolio-details.heading-area {
        margin-bottom: 2.3rem;
    }

    .cube-portfolio1 #js-filters-mosaic-flat {
        padding: 0 20px;
    }

    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
        margin: 10px 7px 6px 4px;
        padding: 0 0;
    }

}

@media screen and (max-width:991px){

    body{
        text-align: center;
    }

    .home-banner{
        padding: 10rem 0 7.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area{
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

    .services-skill{
        margin-bottom: 2rem;
    }

    .team-item{
        margin-top: 4rem;
    }

    .about-list li{
        display: inline-block;
    }

    .testimonial-post{
        display: inline-block;
    }

    .testimonial-post .post{
        display: inline-block;
    }

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item{
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .blog-comment{
        margin-bottom: 4rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .blog-post-navigation{
        padding: 4rem 0;
    }

    /* STANDALONE */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1{
        font-size: 30px;
    }

    .standalone-detail .heading{
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

/* =========================================
   HERO SECTION - ORIGINAL REPLIKA
   ========================================= */

.hero-wrapper {
    position: relative;
    width: 100%;
    min-height: 750px; /* Originalhöhe */
    overflow: hidden;
    background-color: #000; /* Fallback */
}

/* Overlay für bessere Lesbarkeit */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Schwarz mit 0.3 Opacity */
    z-index: 1; /* Über dem Bild (0), aber unter Text (10) und Shapes (5) */
    pointer-events: none; /* Lässt Klicks durch */
}

/* 1. Hintergrund & Ken Burns To Left */
.hero-bg-anim {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    transform-origin: center;
    /* 30s Animation wie im Originalcode */
    animation: kenBurnsToLeft 30s linear infinite alternate; 
}

@keyframes kenBurnsToLeft {
    0% { transform: scale(1.0) translate(0, 0); }
    100% { transform: scale(1.2) translate(-50px, 0); } /* Leichte Bewegung nach links + Zoom */
}

/* 2. Content Layer - Exakte Positionierung */
.hero-content-layer {
    position: absolute;
    top: 62%;
    left: 10%; 
    right: auto;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 80%; /* Sicherheit, damit es nicht rausläuft */
}

/* Animation: fadeInUp */
.animated-item {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Text Styles - Wie im Original */

.hero-subtitle {
    font-family: 'Raleway', sans-serif; /* Oder Ihre Standard-Schrift */
    font-size: 1.5em; /* Originalwert */
    color: rgba(255, 255, 255, 0.6); /* Originalwert */
    text-align: right; /* text-xl-end */
    margin-bottom: 0;
    line-height: 1.2;
}

.hero-title {
    text-align: right; /* text-xl-end */
    color: #ffffff;
    margin-bottom: 23px; /* Originalwert */
}

.hero-title-main {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: -3.6px;
    line-height: 1;
    font-size: 4.5em;
    margin-bottom: 10px;
}

.hero-highlight {
    font-family: 'Raleway', sans-serif;
    font-size: 3.5rem; 
    font-weight: 800; /* font-weight-extra-bold */
    background-color: #128946; /* Ihre Highlight-Farbe */
    color: #fff;
    padding: 0.25rem 0.5rem; /* p-1 */
    position: relative;
    display: inline-block;
}

/* Button */
.hero-btn-container {
    text-align: right; /* text-xl-end */
}

.hero-btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em; /* Originalwert */
    font-weight: 600; /* Originalwert */
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff; /* Falls Original Border hatte, sonst entfernen */
    padding: 12px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #128946;
    border-color: #128946;
    color: #fff;
}

.hero-btn i {
    margin-left: 8px;
    transition: transform 0.3s;
}

.hero-btn:hover i {
    transform: translateX(5px);
}

/* =========================================
   HERO SHAPES - FLUID MOTION FIX
   ========================================= */

.hero-shapes {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 5;
    pointer-events: none;
    overflow: hidden; /* Wichtig: Versteckt die Überbreite */
}

.shape-layer {
    position: absolute;
    bottom: 0;
    
    /* TRICK: Breiter machen als 100%, damit wir Platz zum Bewegen haben */
    width: 180%; 
    left: -30%; 
    height: 100%;
    will-change: transform;
}

.shape-layer svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* --- SPIEGELUNG --- */
/* Wir spiegeln nur das SVG in der Mitte, damit die Berge versetzt sind */
.svg-mirror {
    transform: scaleX(-1);
}


/* --- LAYERS & FARBEN --- */

/* 1. HINTEN (Dunkler, langsam) */
.shape-back {
    z-index: 1;
    animation: flowWave 12s ease-in-out infinite alternate;
}
.shape-back path {
    fill: #a6a6a6 !important;
    opacity: 0.5;
}

/* 2. MITTE (Mittel, gegenläufig durch Spiegelung optisch anders) */
.shape-middle {
    z-index: 2;
    /* Andere Dauer für Asynchronität */
    animation: flowWave 8s ease-in-out infinite alternate-reverse; 
}
.shape-middle path {
    fill: #d1d1d1 !important;
    opacity: 0.7;
}

/* 3. VORNE (Hell, etwas schneller) */
.shape-front {
    z-index: 3;
    animation: flowWave 6s ease-in-out infinite alternate;
}
.shape-front path {
    fill: #f2f2f2 !important;
    opacity: 1;
}


/* --- DIE BEWEGUNG --- */
/* Da der Container 120% breit ist, können wir ihn weit schieben */
@keyframes flowWave {
    0% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(50px);
    }
}

/* Mobile Anpassungen */
/* =========================================
   MOBILE ANPASSUNGEN (Handy & Tablet)
   ========================================= */

@media (max-width: 991px) {
    
    /* 1. Container: Volle Breite, Linksbündig */
    .hero-content-layer {
        left: 0 !important; 
        right: 0 !important;
        width: 100%;
        max-width: 100%; /* Begrenzung aufheben */
        
        /* Vertikal zentriert bleiben, aber horizontal bei 0 starten */
        transform: translateY(-50%) !important; 
        
        text-align: left !important; /* Hier wird alles linksbündig */
        padding: 0 15px; /* Minimaler Abstand zum Rand (Bootstrap Standard) */
    }

    /* 2. Textelemente explizit linksbündig zwingen */
    .hero-subtitle, 
    .hero-title, 
    .hero-btn-container {
        text-align: left !important;
        margin-left: 0 !important;
    }

    /* 3. Schriftgrößen mobil etwas anpassen (optional, für Lesbarkeit) */
    .hero-title-main {
        font-size: 2.2rem; /* Etwas kleiner als Desktop, damit es reinpasst */
        line-height: 1.2;
    }
    
    .hero-highlight {
        font-size: 2.2rem;
        padding: 0.1rem 0.4rem; /* Highlight-Box etwas kompakter */
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }

    /* Button linksbündig */
    .hero-btn {
        width: auto; /* Button wächst mit Text */
        display: inline-block;
    }
}

/* =========================================
   FEATURE BOXES (Split Background)
   ========================================= */

.feature-section {
    position: relative;
    /* Der Trick: Verlauf von oben nach unten. 
       50% Grün (oben), 50% Transparent/Weiß (unten). 
       Dadurch entsteht die harte Kante genau in der Mitte. */
    background: linear-gradient(to bottom, #128946 50%, transparent 50%);
    
    /* Innenabstand oben und unten gleich groß, 
       damit die Boxen vertikal exakt mittig auf der Farbkante sitzen */
    padding-top: 80px;
    padding-bottom: 80px;
}

.feature-box {
    padding: 40px 20px;
    background: #ffffff; /* Wichtig: Box muss weiß sein, damit sie sich abhebt */
    border-radius: 5px;
    
    /* Schatten ist hier wichtig für den 3D-Effekt */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
    
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent; 
    height: 100%; 
    position: relative; /* Für z-index Sicherheit */
    z-index: 2;
}

/* Hover Effekt: Box hebt sich an */
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-bottom: 4px solid #0e6b36; /* Dunkleres Grün beim Hover */
}

/* Icon Styling */
.icon-wrapper {
    font-size: 3.5rem;
    color: #128946; 
    margin-bottom: 25px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature-box:hover .icon-wrapper {
    transform: scale(1.1);
}

/* Text Styling */
.feature-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #5b5b5b;
}

.feature-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #5b5b5b;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .feature-section {
        /* Mobil evtl. weniger Abstand, oder ganz grün? 
           Hier behalten wir den Split-Look bei, passen nur Padding an */
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .feature-box {
        margin-bottom: 30px;
    }
}

/* =========================================
   ABOUT US / PERSONEN PROFIL
   ========================================= */

.about-section {
    padding: 100px 0;
    background-color: #ffffff; /* Leichtes Grau zur Abgrenzung vom weißen Feature-Bereich */
}

/* Bild Styling */
.about-image-wrapper {
    position: relative;
    padding: 10px;
    display: inline-block;
}

.profile-img {
    border-radius: 50%; /* Macht das Bild rund */
    border: 5px solid #ffffff; /* Weißer Rahmen */
    box-shadow: 0 10px 25px rgba(0,0,0,0.15); /* Schatten für 3D-Effekt */
    width: 180px; /* Erzwingt eine ordentliche Größe */
    height: 180px;
    object-fit: cover; /* Verhindert Verzerrung */
}

/* Text Styling */
.person-name {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #5b5b5b;
}

.person-role {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    color: #128946; /* Grüne Hauptfarbe */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Kleiner grüner Strich unter dem Namen */
.green-line {
    width: 50px;
    height: 3px;
    background-color: #128946;
    border: none;
    margin: 0 0 25px 0; /* Links ausgerichtet */
}

.person-bio p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .about-image-wrapper {
        margin-bottom: 30px;
    }
    .green-line {
        margin: 0 auto 25px auto; /* Auf Handy zentrieren */
    }
    .person-name, .person-role, .about-content {
        text-align: center;
    }
}

/* =========================================
   PERSONEN-KARTE (Box Design)
   ========================================= */

.person-card {
    background-color: #ffffff;      /* Weißer Hintergrund */
    border-radius: 15px;            /* Abgerundete Ecken */
    padding: 40px;                  /* Innenabstand zum Rand */
    margin-bottom: 40px;            /* Abstand zur nächsten Box */
    
    /* Der Schatten für den 3D-Effekt */
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); 
    
    /* Optional: Sanfte Animation beim Hover */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover-Effekt: Box hebt sich leicht an */
.person-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

/* Mobile Optimierung: Weniger Polsterung auf Handys */
@media (max-width: 768px) {
    .person-card {
        padding: 25px;
    }
}
/* =========================================
   PARTNER LOGOS (Garantiert nebeneinander)
   ========================================= */

.partner-logos {
    display: flex;              /* Flexbox aktivieren */
    align-items: center;        /* Vertikal mittig */
    justify-content: flex-start;/* Links bündig */
    gap: 15px;                  /* Abstand zwischen den Logos */
    flex-wrap: nowrap;          /* Verhindert Umbruch um jeden Preis */
}

.partner-logos figure {
    margin: 0;
    flex: 0 1 auto;             /* Darf schrumpfen */
    max-width: 45%;             /* WICHTIG: Begrenzt die Breite auf knapp die Hälfte */
}

.partner-logos img {
    width: 100%;                /* Nutzt die verfügbare Breite der Figure */
    height: auto;               /* Höhe passt sich automatisch an */
    max-height: 80px;           /* Optional: Begrenzt die Höhe, damit sie nicht riesig werden */
    object-fit: contain;        /* Stellt sicher, dass das Logo ganz sichtbar ist */
}

/* Mobile Optimierung: Zentriert */
@media (max-width: 768px) {
    .partner-logos {
        justify-content: center; 
        margin-top: 20px;
    }
}

/* =========================================
   PROJEKTZIEL SECTION (Split Background)
   ========================================= */

.goal-section {
    position: relative;
    padding: 100px 0;
    /* Grüner Hintergrund oben (450px hoch), danach Transparent/Weiß */
    background: linear-gradient(to bottom, #128946 550px, transparent 550px);
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

/* Die Karte (Box) */
.goal-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08); /* Weicher Schatten */
    transition: transform 0.3s ease;
}

.goal-card:hover {
    transform: translateY(-5px); /* Leichter Schwebe-Effekt */
}

/* Bild Styling */
.goal-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.goal-img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.goal-card:hover .goal-img {
    transform: scale(1.05); /* Zoom beim Hover */
}

/* "Stufe X" Badge auf dem Bild */
.stage-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #128946;
    color: #fff;
    padding: 5px 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* Text Styling */
.goal-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    color: #5b5b5b;
    margin-bottom: 10px;
}

.goal-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    color: #128946;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.goal-content p {
    color: #5b5b5b;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Listen Styling (Häkchen oder Punkte) */
.goal-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.goal-list li {
    margin-bottom: 8px;
    color: #5b5b5b;
    position: relative;
    list-style: none; /* Standard Punkte weg */
}

/* Grüner Punkt vor Listen-Elementen */
.goal-list li::before {
    content: "•";
    color: #128946;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Mobile Anpassung */
@media (max-width: 991px) {
    .goal-section {
        /* Mobil evtl. weniger Grün, damit es nicht leer wirkt */
        background: linear-gradient(to bottom, #128946 650px, transparent 650px);
    }
    .goal-card {
        padding: 20px;
    }
}

/* =========================================
   MODERN FAQ SECTION
   ========================================= */

.faq-section-modern {
    padding: 40px 0;
    background-color: #f9f9f9; /* Sehr helles Grau */
}

.separator-line-green {
    width: 60px;
    height: 4px;
    background-color: #128946;
    border-radius: 2px;
}

/* --- DIE FAQ BOX (KARTE) --- */
.faq-box {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03); /* Sehr dezenter Schatten */
    border: 1px solid rgba(0,0,0,0.02);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    color: #128946;
}

/* --- HEADER / BUTTON --- */
.faq-header {
    padding: 0;
    background: transparent;
}

.faq-btn {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    color: #5b5b5b;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: transparent;
}

.faq-btn:focus {
    box-shadow: none; /* Blauen Rahmen entfernen */
}

/* =========================================
   FAQ HOVER FIX (Blau entfernen)
   ========================================= */

/* Button Hover Status erzwingen */
.faq-btn:hover,
.faq-btn:focus,
.faq-btn:active {
    color: #128946 !important;       /* Erzwingt Grün statt Blau */
    text-decoration: none !important; /* Unterstreichung entfernen */
    box-shadow: none !important;      /* Entfernt blauen Rahmen beim Klicken */
}

/* Sicherstellen, dass auch der Text selbst grün wird */
.faq-btn:hover .question-text {
    color: #128946 !important;
}

/* Optional: Den Link "Alle Fragen ansehen" unten auch fixen */
.faq-section-modern a.text-success:hover {
    color: #0e6b36 !important; /* Etwas dunkleres Grün beim Hover */
    text-decoration: none !important;
}

/* Grüner Text, wenn offen */
.faq-btn:not(.collapsed) .question-text {
    color: #128946;
}

/* --- DAS ICON (PLUS / MINUS) --- */
.icon-box {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b5b5b;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

/* Icon dreht sich bei Klick */
.faq-btn:not(.collapsed) .icon-box {
    background-color: #128946; /* Wird grün */
    color: #fff;
    transform: rotate(45deg); /* Wird zum X */
}

/* --- CONTENT --- */
.faq-body {
    padding: 0 25px 25px 25px;
    color: #5b5b5b;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
}

/* --- BILDER ANIMATION (FLOATING) --- */

.floating-composition {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
}

/* Das hintere Bild */
.float-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    z-index: 1;
}

/* Das vordere Bild */
.float-img-2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 60%;
    z-index: 2;
    border: 8px solid #f9f9f9; /* Dicker Rahmen passend zum Hintergrund */
    border-radius: 50%;
}

/* Animations-Definitionen */
.float-animation-slow {
    animation: floatUp 6s ease-in-out infinite;
}

.float-animation-fast {
    animation: floatUp 5s ease-in-out infinite reverse; /* Bewegt sich entgegengesetzt */
}

@keyframes floatUp {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Mobile Anpassung */
@media (max-width: 991px) {
    .floating-composition {
        height: 400px;
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .floating-composition {
        height: auto;
        padding-bottom: 50px;
    }
    .float-img-1, .float-img-2 {
        position: relative;
        width: 70%;
        margin: 0 auto;
        display: block;
        right: auto; 
        left: auto;
        bottom: auto;
    }
    .float-img-2 {
        margin-top: -30%; /* Überlappung mobil erzwingen */
    }
}

/* =========================================
   SYSTEMKOMPONENTEN SECTION
   ========================================= */

.system-section {
    padding: 100px 0;
    background-color: #ffffff; /* Weißer Hintergrund als Kontrast zum grauen FAQ */
}

/* --- ÜBERSCHRIFT MIT LINIEN (Links & Rechts) --- */
.heading-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.heading-divider::before,
.heading-divider::after {
    content: "";
    flex: 1; /* Füllt den freien Platz */
    height: 2px;
    background-color: #e0e0e0; /* Hellgraue Linie */
    margin: 0 20px; /* Abstand zum Text */
}

.heading-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #5b5b5b;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap; /* Verhindert Umbruch */
}

/* --- BILD --- */
.border-grey {
    border: 1px solid #eee; /* Feiner Rahmen um die Grafik */
}

/* --- TEXT & LISTE --- */
.system-subtitle {
    font-family: 'Raleway', sans-serif;
    color: #128946; /* Hauptfarbe Grün */
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.system-list {
    list-style: none; /* Standard Punkte entfernen */
    padding: 0;
    margin: 0;
}

.system-list li {
    position: relative;
    padding-left: 30px; /* Platz für das Icon */
    margin-bottom: 12px;
    color: #555;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
}

/* Das grüne Häkchen vor jedem Punkt */
.system-list li::before {
    content: "\f00c"; /* FontAwesome Code für Checkmark */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #128946;
}

/* --- UNTERE BOX (Forschung) --- */
.research-box {
    background-color: #f9f9f9;
    border-left: 4px solid #128946; /* Grüner Balken links */
    padding: 30px;
    border-radius: 0 8px 8px 0;
    font-family: 'Raleway', sans-serif;
    color: #444;
    line-height: 1.7;
}

.research-box p:last-child {
    margin-bottom: 0;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .heading-divider::before,
    .heading-divider::after {
        display: none; /* Linien auf Handy ausblenden, falls zu eng */
    }
    .heading-text {
        border-bottom: 2px solid #128946; /* Stattdessen Unterstrich */
        padding-bottom: 10px;
    }
}

/* =========================================
   FOOTER STYLING
   ========================================= */

.footer-style-1 {
    padding: 30px 0;
    background-color: #f4f4f4; /* Sehr helles Grau */
    border-top: 1px solid #e0e0e0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
}

/* Copyright Text */
.copyright-text {
    color: #5b5b5b;
    font-size: 12px;
}

/* Navigation Liste */
.footer-nav {
    text-align: right;
    list-style: none; /* Entfernt Aufzählungspunkte */
    padding: 0;
    margin: 0;
}

.footer-nav li {
    display: inline-block; /* Macht die Liste horizontal */
    margin-left: 25px;     /* Abstand zwischen den Links */
}

/* Link Styling */
.footer-nav a, 
.cookie-trigger {
    color: #555;           /* Dunkelgrau */
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

/* Hover Effekt: Grün */
.footer-nav a:hover,
.cookie-trigger:hover {
    color: #128946;        /* Ihre Hauptfarbe */
}

/* Mobile Anpassung */
@media (max-width: 991px) {
    .footer-nav li {
        margin: 0 10px;    /* Weniger Abstand auf dem Handy */
        display: inline-block;
    }
    /* Damit Copyright und Navi auf Handy etwas Abstand haben */
    .copyright-text {
        margin-bottom: 15px; 
    }
}

/* Styling für den Link unter dem Copyright */
.footer-credit-link {
    font-size: 12px;      /* Etwas kleiner als der Rest */
    color: #5b5b5b;            /* Helles Grau, sehr dezent */
    text-decoration: none;
    display: inline-block;  /* Damit er gut sitzt */
}

.footer-credit-link:hover {
    color: #128946;         /* Wird grün beim Drüberfahren */
    text-decoration: underline;
}

/* =========================================
   STICKY SIDEBAR (Individuelle Farben)
   ========================================= */

.sticky-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end; /* Wichtig für sauberes Ausfahren */
}

.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
    width: 50px;
    height: 50px;
    
    /* Keine Standard-Farbe mehr hier, wird unten definiert */
    text-decoration: none;
    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
    box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: width 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* --- ICON & TEXT --- */
.sidebar-item .icon {
    width: 50px;
    min-width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}

.sidebar-item .text {
    white-space: nowrap;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
}

/* --- FARBEN DEFINIEREN --- */

/* 1. TELEFON (Standard Grün) */
.item-phone {
    background-color: #128946;
    color: #ffffff;
}
.item-phone:hover {
    width: 190px;
    background-color: #0e6b36; /* Dunkleres Grün */
    color: #ffffff;
}

/* 2. STANDORT / MAPS (Gelb #fecc00) */
.item-maps {
    background-color: #fecc00;
    color: #5b5b5b; /* Schwarz, damit man es auf Gelb lesen kann! */
}
.item-maps:hover {
    width: 190px;
    background-color: #e5b800; /* Etwas dunkleres Gelb/Gold */
    color: #5b5b5b;
}

/* 3. E-MAIL (Blau #01589f) */
.item-mail {
    background-color: #01589f;
    color: #ffffff;
}
.item-mail:hover {
    width: 190px;
    background-color: #004a85; /* Dunkleres Blau */
    color: #ffffff;
}


/* --- TEXT SICHTBAR MACHEN BEI HOVER --- */
.sidebar-item:hover .text {
    opacity: 1;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .sticky-sidebar {
        top: auto;
        bottom: 20px;
        right: 20px;
        transform: none;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    
    .sidebar-item {
        width: 50px !important;
        border-radius: 50%;
    }
    
    .sidebar-item .text {
        display: none;
    }
    
    /* Hover-Effekt mobil deaktivieren (Farbe bleibt, Breite bleibt) */
    .item-phone:hover { width: 50px; background-color: #128946; }
    .item-maps:hover  { width: 50px; background-color: #fecc00; }
    .item-mail:hover  { width: 50px; background-color: #01589f; }
}

/* =========================================
   SUBPAGE HEADER (Fix: Sichtbarkeit & Layout)
   ========================================= */

.page-header {
    position: relative;        /* WICHTIG: Damit z-index greift */
    z-index: 1;                /* Stellt sicher, dass es nicht hinter dem Body verschwindet */
    
    background-color: #128946;
    background-image: linear-gradient(to right, #128946, #0e6b36);
    color: #ffffff;
    width: 100%;
    
    /* ABSTAND NACH OBEN ERHÖHT: */
    /* 200px sorgt dafür, dass der Text unter dem Menü hervorkommt */
    padding-top: 215px;
    padding-bottom: 15px;      /* Unten schlank */
    
    margin-top: 0;
    margin-bottom: 50px;
    
    display: block;            /* Sicherheits-Reset */
}

/* Der Container sorgt für die Anordnung: Links vs. Rechts */
.page-header .container {
    position: relative;        /* Sicherheitsnetz */
    z-index: 2;
    
    display: flex;
    justify-content: space-between; /* Schiebt Inhalte maximal auseinander */
    align-items: flex-end;          /* Richtet Text unten bündig aus */
    flex-wrap: wrap;                /* Erlaubt Umbruch auf kleinen Screens */
}

/* --- TITEL (LINKS) --- */
.page-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: left;
    color: #ffffff;            /* Farbe explizit setzen */
}

/* --- BREADCRUMB (RECHTS) --- */
.page-header .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #ffffff;
    
    text-align: right;
}

.page-header .breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 500;
    opacity: 0.8;
}

.page-header .breadcrumb a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* --- MOBILE ANPASSUNG --- */
@media (max-width: 768px) {
    .page-header {
        padding-top: 150px; /* Auf Handy etwas weniger, aber genug */
    }

    .page-header .container {
        flex-direction: column;  /* Untereinander */
        align-items: flex-start; /* Linksbündig */
    }

    .page-header h1 {
        margin-bottom: 15px;
        font-size: 2rem;
    }
}

/* =========================================
   MODERN CONTACT PAGE
   ========================================= */

.contact-modern {
    padding-bottom: 80px;
    font-family: 'Raleway', sans-serif;
}

/* --- LINKE SEITE: INFO ITEMS --- */
.contact-info-wrapper .sub-title {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.contact-info-wrapper .title {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2b2b2b;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
}

.info-item .icon-box {
    width: 60px;
    height: 60px;
    background-color: #f4fcf7; /* Sehr helles Grün */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #128946; /* Hauptfarbe */
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.info-item:hover .icon-box {
    background-color: #128946;
    color: #fff;
    transform: scale(1.1);
}

.info-item .text-box h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2b2b2b;
}

.info-item .text-box p, 
.info-item .text-box a {
    color: #666;
    margin: 0;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s;
}

.info-item .text-box a:hover {
    color: #128946;
}


/* --- RECHTE SEITE: FORMULAR --- */
/* Layout Fixes */
.contact-form-wrapper {
    background: #ffffff;
    padding: 40px; /* Innenabstand */
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08); /* Etwas stärkerer Schatten für Kontrast */
    width: 100%; /* WICHTIG: Nutzt die volle Breite der Spalte */
    margin-top: 0; /* Sicherstellen, dass nichts nach unten rutscht */
}

/* Alert Box Styling */
.alert {
    border-radius: 5px;
    font-size: 0.9rem;
    margin-bottom: 25px; /* Abstand zum Formular-Titel */
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #128946;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Label Styling */
.contact-form-wrapper label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #2b2b2b;
    margin-bottom: 8px;
    display: block;
}

/* Modern Input: Nur Linie unten */
.modern-input {
    border: none;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0;
    padding: 10px 0;
    background: transparent;
    box-shadow: none !important;
    transition: border-color 0.3s ease;
    font-size: 1rem;
    color: #333;
}

.modern-input:focus {
    background: transparent;
    border-bottom-color: #128946; /* Grün beim Tippen */
}

.modern-input::placeholder {
    color: #ccc;
    font-size: 0.9rem;
}

/* Datenschutz Checkbox */
.custom-check {
    cursor: pointer;
    margin-top: 0.2rem;
}

/* Button */
.btn-modern-green {
    background-color: #128946;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 50px; /* Pill Shape */
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%; /* Volle Breite auf Handy */
}

.btn-modern-green:hover {
    background-color: #0e6b36;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(18, 137, 70, 0.3);
    color: #fff;
}

/* Mobile Anpassung */
@media (min-width: 768px) {
    .btn-modern-green {
        width: auto; /* Auf Desktop normal breit */
    }
}

/* =========================================
   MAP STYLING (Grüner Look via CSS)
   ========================================= */

.map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
    
    /* DER TRICK: Filter */
    /* 1. grayscale(100%): Macht die Karte schwarz-weiß */
    /* 2. invert(9%): Macht dunkle Flächen leicht heller (sanfter) */
    /* 3. sepia(30%): Gibt eine Farbbasis */
    /* 4. hue-rotate(90deg): Dreht die Farbe ins Grüne */
    /* 5. contrast(90%): Nimmt etwas Härte raus */
    filter: grayscale(100%) sepia(20%) hue-rotate(80deg) contrast(95%);
    
    /* Sanfter Übergang, falls man später Hover-Effekte will */
    transition: filter 0.5s ease;
}

/* Optional: Beim Drüberfahren wird sie "normaler", damit man Straßen besser erkennt */
.map-section iframe:hover {
    filter: grayscale(0%); 
}