@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);

/*************************
*******Typography******
**************************/

body {
  padding-top: 0px;
  background: rgba(248, 244, 198, 0.85); 
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}





a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #4F4F4F;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;  

  border-bottom: 2px solid #ffffff;
display: inline-block;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

/*************** Button Farben Section Spenden ***************+ */
.btn {
  border-width: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background: #c1b9a6;
  border-radius: 10px;
  color: #000000;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #f9eba9;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%; 
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.navbar-toggle{
border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #424242;
}
.navbar-nav>li>a {
text-transform: uppercase;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*
===============================================================
**************** Header ( MAIN NAV BAR )***********************
===============================================================
*/
/*
#main-nav.navbar-default {
background: rgb(20, 20, 20);
background:#085C98;
opacity: 0.75;
}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
background:transparent;
color: #FFFFFF;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  max-height: 200px;
  width: auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
color: #FFFFFF;
 
background: transparent;
}
.navbar-default .navbar-nav>li>a{
color: #FFFFFF;
}
 
#main-nav.navbar-default {
background: #141414;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default {
    background: #141414;
  box-shadow: 0 2px 10px rgba(255, 204, 0, 0.6);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
    z-index: 999;

  }
  #main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 36px;
  
}
  .navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	}
  #main-nav.navbar-default .navbar-nav > li.active > a,

  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a { 
	
    color: #12AAFF;
  
}
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(255, 204, 0, 0.6);   
    background-clip: inherit;
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a { 
    padding: 15px 0;
    color:#A8A8A8; 
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
*/

/*
=======================================================================
********************* BANNER HEAD *************************************
=======================================================================
*/

#hero-banner{
  overflow: hidden;
  height:650px;
  color: #000000;
}
#hero-banner.item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#hero-banner.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
}
#hero-banner{
  background: #FFFFFF url('../images/banner/bg1.png') no-repeat 100% bottom;
  }
#hero-banner h2 {
  margin-top: 180px;
  font-size: 100px;
  line-height: 100px;  
  color: #fff;
}
#hero-banner.banner-inner h2 > span {
  color: #45aed6;
}
#hero-banner.banner-inner .btn {
  margin-top: 10px;
} 
 
#hero-text {
  padding: 50px 0;
  border-top: 1px solid #FFFFFF;
  background: #085C98;
  color: #F4F4F4;
}
#hero-text h2 {
  margin-top: 0;
}
#hero-text .btn {
  margin-top: 40px;
  color: #085C98;
  background: #fff;
}
#cta2 {
  background: #45b1da;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}

/*
=======================================================================
***********************************************************************
=======================================================================
*/

#features h2, #portfolio p{ color: #4A4A4A;}
#features {
  padding: 140px 0;
  background: #FFFFFF;
  color: #000;
}

#features .media.service-box:first-child {
  margin-top: 80px;
}

/*
=======================================================================
**********************  SEKTOR  SERVICES ******************************
=======================================================================
*/


#services {
  padding: 140px 0 75px;
  background-image: url("images/ipad.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.media.service-box {
  margin: 25px 0 36px;
  padding: 20px 15px 10px;
  background: #ffffff;
  overflow: hidden;
  border-bottom: 2px solid #E0E0E0;
}
.media.service-box .pull-left {
  margin-right: 0px;
}
.media.service-box .pull-left > i {
  font-size: 69px;
  height: 94px;
  line-height: 64px;
  text-align: center;
  width: 106px; 
  color: #19BD9B;
  /* background:#fff; */
  /* box-shadow: inset 0 0 0 1px #d7d7d7; */
  /* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  border-bottom: 0;
  padding: 14px;
  margin: 60px 10px 0 -25px;
  position: relative;
  bottom: 44px;
  left: 14px;
}
#hero-banner h2, 
#hero-banner p {
color: #ffffff;

}
/*
.media.service-box:hover .pull-left > i {  
} */

/* ============================================
-------- PORTFOLIO   SECTION ------------
===============================================    */ 

#portfolio {
  background-color: rgba(123, 148, 157, 0.5);
 
  padding: 140px 0;
}

/* 
-------- PORTFOLIO  FILTER SECTION ------------
*/ 
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  margin:0px 2px;
  color: #141414;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #12AAFF;
  color: #FFFFFF; 
} 
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
  text-align: center;
  background: #343434;
  color: #282828;
  padding: 0 0 4px 0;
  font-weight: normal;
}
#portfolio .portfolio-item .portfolio-item-inner h4{
font-weight:400;
font-size: 16px;
color: #62BDF0;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 18px 0 0;
  background: rgba(52, 52, 52, 0.87);
  color: #3E9ED4;
  height:100%;
  text-align: center;
  transition: all .2s ease-in-out;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview { 
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 0 0 1px #fff;
  display:block;
  -webkit-box-shadow: 0 0 0 1px #fff;
  text-align: center;
margin: 15px auto;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  border: 20px solid rgba(0, 0, 0, 0.15);
  transform: scale(.9);
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
line-height: 1.42857143;
border: 1px solid #ddd;
border-radius: 0px;
padding:0px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin-bottom: 15px;
}

/* ==================================================================================
        ************ NEUER TESTEMIONIAL SEKTOR ************** JOB SEKTOR !! *********
=====================================================================================
*/

#testimonial {
  background: #78a9a4; /* Primäre Hintergrundfarbe */
  padding: 140px 0;
  color: #000000;
  background-size: cover;
  background-position: center; /* Zentriert das Bild */
  background-repeat: no-repeat; /* Verhindert Wiederholung */
  position: relative; /* Für Pseudo-Element */
  background-image: url('../images/jobbg.jpg'); /* Pfad zum Hintergrundbild */
  background-attachment:fixed; /*fixiert das Hintergrundbild */
}

#testimonial::before {
  border: 506px solid rgba(86, 209, 203, 1); /* Für Debugging */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit; /* Übernimmt das Hintergrundbild und die Farbe */
  opacity: 0.90; /* Reduziert die Intensität des Bildes auf 20% */
  z-index: 0; /* Hinter den Inhalt */
}

#testimonial > * {
  position: relative; /* Inhalt bleibt über dem Pseudo-Element */
  z-index: 1;
}

#testimonial h2 {
  color: #fff;
}

#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}

#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
  margin-top: 10px;
}

#carousel-testimonial a.btn.btn-primary.btn-sm {
  background: #02f2ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 8px;
}

/* Neue Styles für die Aufteilung */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-images {
  width: 33.33%; /* 1/3 der Breite */
  padding-right: 20px;
  position: relative; /* Bezugspunkt für absolute Positionierung */
  height: 600px; /* Erhöhte Höhe für mehr Platz */
  overflow: visible; /* Ermöglicht, dass das Bild über den Rand hinausgehen kann */
}

.image-placeholder {
  width: 200px; /* Größere Breite für mehr Sichtbarkeit */
  height: 300px; /* Größere Höhe für mehr Sichtbarkeit */
  background: rgba(255, 255, 255, 0.1); /* Leichter Hintergrund */
  border-radius: 80px;
  border: 0px solid rgba(255, 255, 255, 0.2); /* Leichter Rahmen */
  position: absolute;
  transition: transform 0.3s ease; /* Sanfter Hover-Effekt */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Hinzugefügter äußerer Schatten */
}

.image-placeholder:hover {
  transform: scale(1.05); /* Leichtes Vergrößern beim Hover */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); /* Verstärkter Schatten beim Hover */
}

/* Dreieck-ähnliche Verschachtelung mit mehr Platz */
.image-placeholder:nth-child(1) {
  top: 70px; /* Basis des Dreiecks */
  left: -20px; /* Weiter nach links verschoben (150px über den Rand hinaus) */
  z-index: 3;
  transform: translateX(0);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.85); /* Verstärkter Schatten beim Hover */
}

.image-placeholder:nth-child(2) {
  top: 150px; /* Verschoben nach unten */
  left: 100px; /* Rechts versetzt */
  z-index: 2;
  transform: translateX(-20px); /* Leichter Überlappungseffekt */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.85); /* Verstärkter Schatten beim Hover */
}

.image-placeholder:nth-child(3) {
  top: 30px; /* Höher als das erste Bild */
  left: 200px; /* Weiter rechts */
  z-index: 1;
  transform: translateX(-40px); /* Überlappung anpassen */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.85); /* Verstärkter Schatten beim Hover */
}

.testimonial-text {
  width: 66.66%; /* 2/3 der Breite */
  padding-left: 20px;
}

.testimonial-text p,
.testimonial-text ul {
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.btn-apply {
  background: #02f2ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); /* Verstärkter Schatten beim Hover */
}

.btn-apply:hover {
  background: #00c4cc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); /* Verstärkter Schatten beim Hover */
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .testimonial-content {
    flex-direction: column;
  }

  .testimonial-images,
  .testimonial-text {
    width: 100%;
    padding: 0;
  }

  .testimonial-images {
    margin-bottom: 20px;
    height: auto; /* Automatische Höhe auf Mobilgeräten */
    text-align: center;
    position: relative;
    overflow: visible; /* Ermöglicht Sichtbarkeit über den Rand */
  }

  .image-placeholder {
    position: static; /* Entfernt absolute Positionierung auf Mobilgeräten */
    display: inline-block;
    margin: 10px;
    transform: none; /* Kein Hover-Effekt auf Mobilgeräten */
    width: 150px; /* Kleinere Größe auf Mobilgeräten */
    height: 200px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Anpassung des Schattens auf Mobilgeräten */
  }

  .image-placeholder:nth-child(1),
  .image-placeholder:nth-child(2),
  .image-placeholder:nth-child(3) {
    top: auto;
    left: auto;
    z-index: auto;
  }
}

/*-----------------Alte Testimonial Sektor -----------------
#testimonial {

  background: #555555;
  padding: 140px 0;
  color: #fff;
  background-size: cover;
  background-blend-mode: inherit;
}
#testimonial h2{
color:#fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
background: #02f2ff;
border: 1px solid rgba(255, 255, 255, 0.2);
margin: 0 8px;
}
----------------------- Alter Testimonial Sektor ENDE ---------------------

/*
.team-wrapper {
overflow-x: hidden;
position: relative;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
/*-ms-transform: all 0.2s ease;*/
/*-o-transition: all 0.2s ease;
transition: all 0.2s ease;
margin-bottom:30px;

background: rgb(85, 207, 202);
}
.team-wrapper:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-wrapper .team-inner {
background-size: cover;
/* background-position: center; */
/*-moz-background-size: cover;
-webkit-background-size: cover;
padding: 150px 0 10px;
/*background-image: url('../img/girl-big.jpg');*/
/* border-top: 1px solid #fff; */
/* border-right: 1px solid #fff; */
/* border-left: 1px solid #fff; */
/* border-radius: 10px 10px 0px 0px; */
/* background: red; 
}*/


/*
.team-wrapper > .team-inner > a {
color: rgb(40, 141, 203);
width: 80px;
height: 80px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 0 auto -50px;
display: block;
color: rgb(40, 141, 203);
z-index: 999;
font-size: 40px;
padding: 15px 22px;
background-color: #fff;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
color: #fff;
text-decoration: none;
background-color: rgb(40, 141, 203);
}


.team-wrapper .description {
padding: 30px 20px 20px;
text-align: center;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

.team-wrapper .description h5 {
color: rgb(40, 141, 203);
}
*/

/* NEUE TEAM SECTION 
===========================================*/

/* ========================================= */
/*     TEAM SECTION – KOMPLETT & FINAL       */
/* ========================================= */

#team {
  padding: 100px 0 120px;
  background: #ebe1c9;
  overflow: visible !important;
}


.team-section {
  margin-bottom: 100px;
  /*overflow: visible !important;*/
  position: relative;
      min-height: 400px; /* Mindesthöhe für sichtbaren Bereich */
      padding: 20px;
      color: #333; /* Farbe des Vordergrundtexts */
      overflow: hidden; /* Verhindert Überlauf des Hintergrundtexts */
}

.team-section::before {
      content: "TEAM"; /* Das Wort, das als Hintergrund erscheint */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); /* Zentriert das Element */
      color: rgba(230, 221, 182, 0.5); /* Halbtransparente Farbe für Hintergrundeffekt */
      font-size: 300px; /* Riesige Schriftgröße */
      font-weight: bold;
      z-index: -1; /* Hinter den Vordergrundtext */
      text-transform: uppercase; /* Großbuchstaben */
      line-height: 1; /* Optimiert die Ausrichtung */
      white-space: nowrap; /* Verhindert Zeilenumbruch */all: hidden; /* Verhindert Überlauf des Hintergrundtexts */
}


/* === ÜBERSCHRIFTEN === */
.team-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-section .section-title {
  left: -300px;
  top: 45px;
  font-size: 4.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.team-section .section-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 4px;
  background: linear-gradient(to right, #2ecc71, #27ae60);
  border-radius: 2px;
}

.team-section .section-header p {
  left: -300px;
  top: 70px;
  font-size: 1.55rem;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* === CAROUSEL CONTAINER – 20PX ABSTAND LINKS/RECHTS === */
.team-carousel-container {
  position: relative;
  padding: 0 20px; /* 20PX ABSTAND ZUM RAND */
  margin: 80px 0;
  overflow: visible !important;
  height: 500px;
  display: flex;
  align-items: center;
}

/* === CAROUSEL – ZENTRIERT + SCHMALERE KARTEN === */
.team-carousel {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 40px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20px;
}

.team-carousel::-webkit-scrollbar {
  display: none;
}

/* === TEAM CARD – SCHMALER & ZENTRIERT === */
.team-card {
  min-width: 260px;     /* SCHMALER */
  max-width: 260px;     /* SCHMALER */
  background: transparent;
  border-radius: 18px;
  overflow: visible !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  flex: 0 0 auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  transform-origin: center center;
  scroll-snap-align: center;
}

/* HOVER: LEICHTER EFFEKT, SCHATTEN 25% */
.team-card:hover {
  transform: translateY(-12px) scale(1.08) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  background: #f0e2b9;
  z-index: 100 !important;
}

/* === PROFILBILD === */
.team-img-wrapper {
  width: 120px;
  height: 120px;
  margin: 25px auto -60px;
  border-radius: 50%;
  overflow: hidden;
  border: 0px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  z-index: 3;
  background: #fff;
  transition: transform 0.4s ease;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card:hover .team-img {
  transform: scale(1.15);
}

/* === INHALT === */
.team-content {
  padding: 70px 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.team-content h5 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
}

.team-role {
  margin: 0 0 16px;
  font-size: 1.4rem;
  color: #3498db;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.team-quote {
  margin: 0 0 20px;
  font-size: 1.2rem;
  color: #444;
  font-style: italic;
  line-height: 1.65;
  flex-grow: 1;
}

/* === SEPARATOR === */
.team-separator {
  width: 70px;
  height: 3px;
  background: linear-gradient(to right, #2ecc71, #27ae60);
  margin: 18px auto;
  border: none;
  border-radius: 2px;
}

/* === SOCIAL ICONS === */
.team-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  transition: all 0.4s ease;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.social-link:hover {
  background: #555;
  color: rgba(86, 209, 202);
  transform: translateY(-5px) scale(1.12);
  box-shadow: 0 8px 18px rgba(52, 152, 219, 0.35);
}

/* === NAVIGATIONSPFEILE – ANGEPASST AN 20PX RAND === */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-arrow:hover {
  background: #3498db;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 8px 22px rgba(52, 152, 219, 0.4);
}

.carousel-arrow.prev { left: 20px; }
.carousel-arrow.next { right: 20px; }

/* === RESPONSIVE === */
@media (max-width: 1200px) {
  .team-carousel-container { padding: 0 20px; }
  .team-card { min-width: 250px; max-width: 250px; }
}

@media (max-width: 992px) {
  .team-carousel-container { padding: 0 20px; height: 480px; }
  .carousel-arrow { width: 48px; height: 48px; font-size: 1.3rem; }
  .team-card:hover { transform: translateY(-10px) scale(1.06); }
}

@media (max-width: 768px) {
  .team-section { margin-bottom: 80px; }
  .team-carousel-container { padding: 0 20px; height: 460px; }
  .team-card { min-width: 230px; max-width: 230px; }
  .team-content { padding: 65px 18px 22px; min-height: 240px; }
  .team-img-wrapper { width: 110px; height: 110px; margin: 22px auto -55px; }
  .carousel-arrow { width: 45px; height: 45px; font-size: 1.2rem; }
}

@media (max-width: 576px) {
  .team-carousel-container { padding: 0 15px; }
  .team-card { min-width: 210px; max-width: 210px; }
  .team-content h5 { font-size: 1.25rem; }
  .team-role { font-size: 0.9rem; }
  .team-quote { font-size: 0.85rem; }
  .carousel-arrow { display: none; }
}



.team-card.hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.download-now
{
	background: #141414;
	background-size: 30%;
	padding: 140px 0 0;
}
.download-now p
{
	color: #979797;
	font-size: 16px;
	line-height: 30px;
	margin: 10px 15px 10px 0;
}
.download-btn
{
	border: solid 3px #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 185px;
	padding: 15px 70px;
	transition: all 0.5s ease;
}
.download-btn:hover, .download-btn:focus
{
	border-color: #FFFFFF;
	color: #222222;
	text-decoration: none;
	background: #fff;
}

#about {
  padding: 140px 0;
  background: rgb(9, 255, 235, 1); 
  color: #4F4F4F;
  position: relative;
}
section#about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(9, 255, 235, 1);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    transform: skewY(14deg);
 }
#about h2{
color: #4F4F4F;
}

/* RESPONSIVER YOUTUBE CONTAINER – MUSS VORHANDEN SEIN! */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    background-color: transparent;
    padding-top: 100px;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.video-container iframe {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-container:hover {
    transform: translateY(-4px);
    background-color: transparent;
}

.video-container iframe {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.download-now {
  position: relative;
  color: #fff;
  padding: 120px 0 0;
}
.download-now:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  -moz-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(14deg);
  background-size: cover;
}
.download-now h2{
color: #fff !important;
}
/*Team*/ 
#team {
  padding: 140px 0;
}
 
/*Testimonial Area*/

.testimonial-area{
	padding-bottom:60px;
}
.single-testimonial{
	margin-bottom:30px;
}
.single-testimonial blockquote{
	padding:15px 20px;
	margin-bottom:35px;
	position:relative;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	font-size: 14px;

	color: #D0D0D0;
line-height: 22px;
border-radius: 0px;
	border: 1px solid #8B8B8B;
}
 
.single-testimonial blockquote:after{
	position:absolute;
	bottom:-19px;
	left:45px;
	content:"";
	border-top: 19px solid rgba(139, 139, 139, 1);
border-right: 22px solid transparent;
}
.single-testimonial img{
	border-radius:50%;
}
.single-testimonial h5{
	padding: 8px 0 0px;
	font-size: 16px;
}
.features i {
  font-size: 35px;
  color: rgb(255, 234, 179);    /* ICON Farbe Features (Products /SERVICES) */
}
.download-now .features p{
padding:0px;
margin: 15px 0;
}

/* *********** ICON Design Zukunft BOXES ****************/

 .features .media.service-box .pull-left > i{     /* ICON Color Zukunft BOXES!!! */
color: rgba(9, 255 ,235, 1);
/*background-color: rgba(0, 0, 0, 0.65);*/
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}



/*
 border: 4px solid #fff; 
*/


.features .media.service-box {
 margin: 0px 0 25px;
  
 padding: 10px 0px 0px;
  background: transparent;
  border: 0px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#business-stats {
  position: relative;
  color: #fff;
  padding: 60px 0;
}
#business-stats:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #495154;
  -moz-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(11deg);
  background-size: cover;
}
#business-stats {
  padding: 140px 0 70px;
  background: #495154;
  background-size: cover;
  color: #fff;
}
#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
  color: #fff;
}
#business-stats strong {
  display: block;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: normal;
}
.business-stats {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

/* ==================================================================================
        ************ (Pricing) / Spenden Sektor **************
=====================================================================================
*/







#pricing {
  padding: 140px 0 70px;

}







/* Jede Pricing-Box als eigenständige Karte */
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  padding: 15px;
  text-align: center;
  background-color: transparent;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.50); /* Grundschatten */
  transform: translateY(0);
}

/* Hover: Aufsteigen + stärkerer Schatten */
#pricing ul.pricing:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

/* Featured Box: Hervorgehoben mit goldenem Rand + stärkerem Schatten */
#pricing ul.pricing.featured {
  background: linear-gradient(135deg, #12AAFF, #0d8dd9);
  box-shadow: 0 15px 35px rgba(18, 170, 255, 0.3), 
              0 0 20px rgba(255, 255, 255, 0.2) inset;
  transform: translateY(-5px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

#pricing ul.pricing.featured:hover {
  box-shadow: 0 25px 50px rgba(18, 170, 255, 0.4), 
              0 0 30px rgba(255, 255, 255, 0.3) inset;
  transform: translateY(-12px);
}

/* Plan Header – Weiße Linie mit animiertem Schatten */
#pricing ul.pricing li.plan-header {
  background: transparent;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  color: rgba(121, 121, 121, 0.9);
  font-size: 20px;
  font-weight: bold;
  
  border-bottom: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
}

#pricing ul.pricing li.plan-header::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -100%;
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(200)), 
}

/*
#contact-us h1,
#contact-us h2 {
}
*/
/*
===================================================================
                    Contact Formular
===================================================================
*/
/*
#contact-us h1,
#contact-us h2 {
}
*/

#contact-us {
  padding: 100px 0 10px;
  background-image: url('../images/contact.jpg'); /* Angepasster Pfad, falls nötig */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(231, 225, 210); /* Halbtransparente Überlagerungsfarbe (z. B. Schwarz mit 40% Deckkraft) */
  background-blend-mode: overlay; /* Mischt das Bild mit der Farbe */
  background-attachment:fixed; /*fixiert das Hintergrundbild */
}

 .contact-info{
 padding:60px 0;
 }
.contact-info address {
margin-bottom: 20px;
font-style: normal;
line-height: 27px;
font-size: 15px;
}

.contact-info .form-control { 
padding: 6px 12px;
border-radius: 20;
background-color: transparent;
}
 .business-stats:before {
content: '';
margin: 17px;
display: block;
border: currentcolor;
height: 100px;
border-radius: 50%;
position: absolute;
width: 100px;
}

/* Anpassung der Formularfelder */
.form-control {
  background: transparent; /* Entfernt den weißen Hintergrund */
  border: none; /* Entfernt alle Ränder */
  border-bottom: 1px solid #a09a87; /* Linie unter dem Feld */
  padding: 10px 0; /* Platz für den Text */
  font-size: 1.5rem;
  color: #000000;
  width: 100%;
  outline: none; /* Entfernt den Fokus-Rahmen */
  transition: border-bottom-color 0.3s ease, box-shadow 0.3s ease; /* Sanfter Übergang */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* Innerer Schatten */
}

.form-control:focus {
  border-bottom-color: #000000; /* Ändert die Linienfarbe beim Fokus */
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2); /* Verstärkter innerer Schatten beim Fokus */
  
}

.form-control::placeholder {
  color: #777; /* Farbe des Platzhalters */
  opacity: 1; /* Sichtbarkeit des Platzhalters */
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #333; /* Farbe des Autofill-Texts */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset; /* Entfernt gelben Autofill-Hintergrund */
  transition: background-color 5000s ease-in-out 0s; /* Verhindert Animation */
}

textarea.form-control {
  resize: vertical; /* Ermöglicht nur vertikale Vergrößerung */
}

/* Optional: Anpassung des Formular-Containers */
.contact-form {
  padding: 20px;
  background: transparent; /* Leicht transparenter Hintergrund für den Container */
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.755); /* Äußerer Schatten */
  transition: box-shadow 0.3s ease; /* Sanfter Schattenübergang */
}
.contact-form:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.9); /* Verstärkter Schatten beim Hover */
}



/* Button-Styling (falls nicht bereits definiert) */
.btn-primary {
  background: #3498db;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #2ecc71;
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #141414;
}
#footer a {
  color: #626262;
}
#footer a:hover {
  color: #ffffff;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
 display: inline-block; 

 border: 0px solid rgba(255, 255, 255, 0.09);
padding: 3px 0;
width: 31px;
text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    display: flex;
    font-size: 30px;
    gap: 25px;
    float: right;
  }

  #footer .social-icons :hover {
    color: rgba(191, 224, 136);
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 480px) {
#hero-banner h2 {
margin-top: 280px;
font-size: 26px;
line-height: 40px;
background: rgba(255, 255, 255, 0.68);
padding: 10px;
}
#hero-banner p {
font-size: 18px;
background: rgba(255, 255, 255, 0.68);
padding: 10px;
}
#portfolio .portfolio-filter {
list-style: none;
padding: 0;
margin: 0 0 12px;
}
#portfolio .portfolio-filter > li a {
display: block;
padding: 7px 15px;
margin: 5px 2px;
}
	#portfolio .portfolio-item {
	width: 48.9%;
	padding: 8px;
	}
	#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
width: 28px;
height: 24px;
line-height: 24px; 
margin: 9px auto;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
padding: 7px 0 0;
}
}


/*  PORTFOLIO NEU */
/* Kachel: Bild mit 16:9-Ratio */
.video-card .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;        /* moderne Browser */
  background: #4b3838;
  overflow: hidden;
  border-radius: 6px;
}

.video-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play-Overlay */
.video-card .thumb .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity .25s ease;
  font-size: 28px;
  color: #fff;
}

.video-card:hover .thumb .play { opacity: 1; }

/* kleine Plattform-Badge */
.video-card .thumb .badge {
  position: absolute;
  left: 10px; bottom: 10px;
  font-size: 12px;
  line-height: 1;
  background: rgba(0,0,0,.6);
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Titel unter dem Thumb */
.video-card .title {
  margin: 10px 0 0;
  font-size: 14px;
  color: #fff;   /* an dein Theme anpassen */
}



/* gesamte Kachel klick-/hoverbar */
.feature-card {
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: 8px;
}

.feature-card:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* etwas mehr „Ziel-Fläche“ */
.feature-card .media-body h4 {
  margin-top: 0;
}

/*
==============================================
 ******** MODAL - Grunddesign ****************
 =============================================
 */

.modal-content {
  width: 600px;        /* feste Breite */
  max-width: 90%;      /* wird auf kleinen Displays kleiner */
  background-color: #f3e894;/* dunkler Hintergrund */
  color: #000;              /* helle Schrift */
  border-radius: 20px;
  border: 3px solid #fdedb7;   /* Rahmen in Akzentfarbe */
}

/* ------------------------ Header ----------------------------------*/
.modal-header {
  border-bottom: 1px solid #444;
  /*background: rgba(51, 51, 51, 0.45);  leichter Akzent im Header */
  background: linear-gradient(135deg, #1a1a1a, #444, #000);
}

.modal-title {
  color: #7ad0d0;              /* Titel in Akzentfarbe */
  font-weight: 600;
}

/* Close-Button */
.modal-header .close {
  color: #ffffff;
  opacity: 1;
  font-size: 35px;
}
.modal-header .close:hover {
  color: #ff0000;
  opacity: 1;
  font-size: 35px;
}

/* Body */
.modal-body {
  font-size: 15px;
  line-height: 1.6;
  color: #292929;
  background: linear-gradient(135deg, #e1cb93, #fdedb7, #e1cb93);
}

/* Footer */
.modal-footer {
  border-top: 1px solid #444;
  background: linear-gradient(135deg, #1a1a1a, #444, #000);
}

/* Buttons */
.modal-footer .btn {
  background-color: transparent;
  color: #02f2ff;
  font-weight: bold;
  border: none;
  transition: background-color .2s ease;
}

.modal-footer .btn:hover {
  background-color:Transparent;
  color: #fdfdfd;
}


/* ------ Modal 3-Step (m3) ------ 
==================================================
*/
.m3-modal{ position:fixed; inset:0; display:none; place-items:center; background:rgba(0,0,0,.55); z-index:9999; }
.m3-modal.is-open{ display:grid; }
.m3-dialog{ width:min(920px, 92vw); max-height:90vh; overflow:auto; background:#0f1420; color:#eaeff7; border:1px solid rgba(255,255,255,.12); border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,.5); }
.m3-close{ position:absolute; margin:12px; right:10px; top:10px; font-size:28px; line-height:1; background:transparent; color:#eaeff7; border:0; cursor:pointer; opacity:.8; }
.m3-close:hover{ opacity:1; }

.m3-header{ padding:18px 22px 8px; position:sticky; top:0; background:linear-gradient(#0f1420,#0f1420cc); backdrop-filter: blur(4px); z-index:2; }
.m3-header h3{ margin:0 28px 10px 0; font-weight:800; letter-spacing:.3px; color:#5dd0ff; }
.m3-progress{ width:100%; height:6px; background:#1b2432; border-radius:6px; overflow:hidden; }
.m3-progress-bar{ height:100%; background:linear-gradient(90deg,#5dd0ff,#5dffa8); width:0; }
.m3-steps-label{ font-size:12px; opacity:.85; margin-top:6px; }

.m3-body{ padding:16px 22px 8px; display:block; }
.m3-body .alert {
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: bold;
}
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-danger  { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

.m3-step{ display:none; }
.m3-step.is-active{ display:block; }
.m3-step-title{ margin:8px 0 10px; font-size:18px; color:#fff; }

.m3-grid{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; }
@media (max-width:720px){ .m3-grid{ grid-template-columns:1fr; } }

.m3-body label{ display:flex; flex-direction:column; gap:6px; font-size:14px; }
.m3-body input[type="text"], .m3-body input[type="email"], .m3-body input[type="tel"], .m3-body input[type="date"], .m3-body input[type="file"], .m3-body input[placeholder], .m3-body select, .m3-body textarea{
  background:#121a28; border:1px solid #253149; border-radius:10px; color:#eaeff7; padding:10px 12px; outline:none;
}
.m3-body input:focus, .m3-body select:focus, .m3-body textarea:focus{ border-color:#5dd0ff; box-shadow:0 0 0 3px rgba(93,208,255,.15); }

.m3-fieldset{ border:1px dashed #2a3852; border-radius:10px; padding:10px 12px; margin:8px 0 12px; }
.m3-fieldset legend{ padding:0 6px; color:#9fb7d9; font-size:12px; }
.m3-chips label{ display:inline-flex; align-items:center; gap:8px; background:#121a28; border:1px solid #253149; color:#cfe2ff; border-radius:999px; padding:8px 12px; margin:6px 6px 0 0; font-size:13px; }

.m3-consent{ display:flex; flex-direction:column; gap:10px; margin:6px 0 10px; }
.m3-check{ display:flex; align-items:flex-start; gap:10px; font-size:13px; color:#dbe7ff; }
.m3-check input{ margin-top:3px; }

.m3-footer{ display:flex; justify-content:flex-end; gap:10px; padding:12px 16px 18px; position:sticky; bottom:0; background:linear-gradient(#0f1420cc,#0f1420); backdrop-filter: blur(4px); }
.m3-btn{ border:0; border-radius:10px; padding:10px 16px; font-weight:700; cursor:pointer; }
.m3-btn.primary{ background:#5dd0ff; color:#0b111b; }
.m3-btn.success{ background:#29e6a7; color:#082017; }
.m3-btn.ghost{ background:transparent; border:1px solid #2a3852; color:#d2e2ff; }
.m3-btn[disabled]{ opacity:.5; cursor:not-allowed; }
.is-hidden{ display:none !important; }

/* Optional: Apply-Button auf Seite */
.btn-apply{ background:#ffd54a; color:#1a1a1a; border:0; padding:10px 16px; border-radius:10px; font-weight:800; cursor:pointer; }
.btn-apply:hover{ filter:brightness(0.95);
  }


/*
===========================================================================================================
===========================================================================================================
*******************  NEUES MENU & Toggle Hamburger BUTTON ! ***********************************************
===========================================================================================================
===========================================================================================================


/* Toggle-Button (nun links) */
.menu-toggle {
  position: fixed;
  top: 30px;
  left: 30px; /* Geändert von right zu left */
  display:flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 3.0em;
  padding: 30px 30px;
  cursor: pointer;
  z-index: 1100;
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
}

.menu-toggle.hidden {
  opacity: 0;
  pointer-events: none; /* Verhindert Interaktionen, wenn ausgeblendet */
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 1);
}

/* Neues Sidebar-Menü */
.sidebar-menu {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 350px; /* Feste Breite von 300px */
  max-height: 100%; /* Maximale Höhe von 600px */
  background: rgba(0, 0, 0, 0.5); /* Halbtransparenter Hintergrund */
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1000;
  overflow-y: auto;
  border-color:#02f2ff;
  border-radius: 15px;
}

.menu-section {
  width: 100%;
}

.section-1 .logo-placeholder {
  width: 100%;
  max-height: 50px;
  object-fit: contain;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

.separator-line {
  height: 1px;
  background: #2effd5;
  width: 0; /* Startet mit 0 Breite */
  margin: 5px auto;
  transition: width 0.5s ease-in-out;
}

.section-2 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.navinfo {
  width: 100%;
  object-fit: contain;
  opacity:inherit;
  animation: fadeIn 0.5s forwards;
  text-align: center;
  color: rgba(191, 224, 136);

}

.menu-item {
  display:flex;
  /*align-items: center;           /* Vertikal zentriert */
  justify-content: flex-start;   /* Links ausrichten, aber mit margin-left */
  color: rgba(253, 253, 253, 0.4);
  font-size: 18px;
  text-decoration: none;
  padding: 2px 0;               /* Mehr Platz oben/unten */
  margin: 0 auto;
  margin-left: 65px;             /* Einrückung vom linken Rand */
  width: fit-content;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.2s ease-in-out;
  gap: 10px;                     /* Abstand zwischen Icon und Text */
}

.menu-item i {
  font-size: 1.1em;              /* Icon leicht größer */
  color: rgba(191, 224, 136, 0.3);                /* Türkis wie Separator */
  transition: color 0.3s;
}

.menu-item:hover {
  opacity: 0.7;
  color: rgba(191, 224, 136);
  transform: translateX(-15px);
}

.menu-item:hover i {
  color: rgba(191, 224, 136);     /* Icon wechselt mit */
}



/* MENU ITEM OLD 
.menu-item {
  display: block;
  color: rgba(161, 161, 161, 0.654);
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 50px;
  padding: 7px 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.menu-item:hover {
  opacity: 0.7;
  color: rgba(191, 224, 136);
  transform: translateX(-20px);
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, color 0.7s ease-in-out;
}*/

.section-3 {
  text-align: center;
}

.social-icon {
  font-size: 1.2em;
  color: #979797;
  margin: 0 5px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.social-icon:hover {
  color: rgba(191, 224, 136);
}

/* Animationen */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
___________________________________________________________________________________________________________
*** *** ***          ENDE NEUES MENU & Toggle Hamburger Button              *** *** *** *** *** *** *** ***
===========================================================================================================
*/









/*
===========================================================================================================
******************* CONTAKT SEND FUNKTION / RÜCKMELDUNG.    ***********************************************
===========================================================================================================
*/



#form-messages {
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


/*
===========================================================================================================
******************* CONTAKT Link Seperated     ***********************************************
===========================================================================================================
*/

.contact-link a {
    
    color: #721c24;
    font-weight: bold;
    
}

.contact-link a:hover {
    
    color: #a5a3a3;
    font-weight: bold;
   
}