

#Navbar_komplett {
  position: sticky;
  

  top: 0;
  z-index: 1000; /* Stelle sicher, dass die Navbar_Komplett über anderen Inhalten oben liegt */
}

.row {
  background-color: #ffffff; /* Feld über der Navbar auf Weiß*/
    /* Füge weitere Stile hinzu, falls nötig */
  
}

nav-item {
  font-size:18px;
  text-transform:uppercase;
  height:82px;
  line-height:64px; 
}



.flare {
  background:red;
 
}
.flare a.nav-link {
  color:#fff
}

.Logo img {
  height: 70px;
  width: 120px;
}

.topbarElements > div:nth-of-type(1){
  font-size:20px;
  margin:12px 10px;
  /*color:#ef662b*/
  /* color:red */
}

.bi {
  color: red;
}

@media screen and (min-width:1040px){
  .flare { margin-right:-12px; }
}
@media screen and (max-width:1029px){
  .navbar-nav {
    margin-bottom:15px;
    text-align:center
  }
  .nav-item {
    background : rgba(255,255,255,0.1);
   
    margin:2px;
  }
}



/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(22,34,57,0.10);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  
  color: red;
  
}

@media screen and (min-width: 1180px) {

  .main-banner .caption h2 {
    font-weight: 700;
    font-size: 30px;
  }

}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.section-bg {
  background-color: white}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.section-title h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #e43c5c;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #e43c5c;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 35px;
}

/* falls richtige icons verwendet werden */
/* .services .icon i {
  font-size: 58px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
} */

.services .icon img {
  height: 70px;
  

}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

/* .services .icon-box:hover .icon i {
  color: #fff;
} */

.services .icon-box:hover .icon img {
  color: #fff;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e43c5c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #e43c5c;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f7c2cc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}



/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e43c5c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e43c5c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: red;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #e43c5c;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: red;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: red;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form input::file-selector-button {
  height: 2.75rem;
  color: var(--color-dark);
}

.altcha {
  color: var(--color-semi-dark);
}

.contact .php-email-form button[type=submit] {
  background: red;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d01d3f;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #363434;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2f2d2e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap"); */

* {
  margin: 0;
  padding: 0;
 
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


.footer {
  position: none;
  bottom: 0;
  width: 100%;
  background:red;
  min-height: 100px;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: white;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: white;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: white;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}


/*--------------------------------------------------------------
Impressum
--------------------------------------------------------------*/

.impressum {
  margin: 60px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.impressum h1 {
  font-weight: 600;
}

.impressum .Firmenname {
  font-style: italic;
}

.impressum h3 {
  font-weight: 600;
}

/* Media Query für Tablets und kleinere Bildschirme */
@media (max-width: 768px) {
  .impressum {
    margin: 30px 20px; /* Reduziertes Margin für kleinere Bildschirme */
    padding: 15px; /* Reduziertes Padding für kleinere Bildschirme */
    font-size: 14px;
  }

  .impressum h1 {
    font-size: 1.5em; /* Anpassung der Schriftgröße */
  }

  .impressum h3 {
    font-size: 1.2em; /* Anpassung der Schriftgröße */
  }
}

/* Media Query für Mobiltelefone */
@media (max-width: 480px) {
  .impressum {
    margin: 20px 10px; /* Weiter reduziertes Margin für Mobiltelefone */
    padding: 10px; /* Weiter reduziertes Padding für Mobiltelefone */
    font-size: 13px;
  }

  .impressum h1 {
    font-size: 1.3em; /* Anpassung der Schriftgröße */
  }

  .impressum h3 {
    font-size: 1.1em; /* Anpassung der Schriftgröße */
  }
}


/*--------------------------------------------------------------
Datenschutz
--------------------------------------------------------------*/

.datenschutz {
  margin: 60px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.datenschutz h1 {
  font-weight: 600;
}

.datenschutz h2 {
  font-weight: 600;
}

.datenschutz h3 {
  text-decoration: underline;
}

.datenschutz .Firmenname {
  font-style: italic;
}

/* Media Query für Tablets und kleinere Bildschirme */
@media (max-width: 768px) {
  .datenschutz {
    margin: 30px 20px; /* Reduziertes Margin für kleinere Bildschirme */
    padding: 15px; /* Reduziertes Padding für kleinere Bildschirme */
    font-size: 14px;
  }

  .datenschutz h1 {
    font-size: 1.5em; /* Anpassung der Schriftgröße */
  }

  .datenschutz h2 {
    font-size: 1.4em; /* Anpassung der Schriftgröße */
  }

  .datenschutz h3 {
    font-size: 1.2em; /* Anpassung der Schriftgröße */
  }

  .datenschutz h4 {
    font-size: 1.2em; /* Anpassung der Schriftgröße */
  }

}


/* Media Query für Mobiltelefone */
@media (max-width: 480px) {
  .datenschutz {
    margin: 20px 10px; /* Weiter reduziertes Margin für Mobiltelefone */
    padding: 10px; /* Weiter reduziertes Padding für Mobiltelefone */
    font-size: 13px;
  }

  .datenschutz h1 {
    font-size: 1.3em; /* Anpassung der Schriftgröße */
  }

  .datenschutz h2 {
    font-size: 1.2em; /* Anpassung der Schriftgröße */
  }

  .datenschutz h3 {
    font-size: 1.1em; /* Anpassung der Schriftgröße */
  }

  .datenschutz h4 {
    font-size: 1.1em; /* Anpassung der Schriftgröße */
  }
}
