/* ============= CSS ============== */

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Raleway', sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}
p {
  font-size: 14px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}





/* ============= Generic CSS ============== */

.section-title {
  padding-top: 90px !important;
  padding-bottom: 50px;
}
.section-title h2 {
  position: relative;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: #7AF41D;
  margin-left: -30px;
}
.section-title p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  margin-top: 45px;
}

/* =========== Navigation ============ */

.navbar {
  padding: 0px;
  margin-top: 0px;
}
.navbar-light .navbar-nav > li > a {
  color: #FFFFFF !important;
  font-family: "Raleway", sans-serif;
  transition: all 1s;
  font-size: 1.2rem;
  text-decoration: none;
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus {
  color: #7AF41D !important;
}
.logo-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1040;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
.navbar-brand img {
  height: 100px;
  width: auto;
  transition: all 1s;
}
.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #c1fe01 !important;
}
.navbar ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled-down {
  transform: translateY(-145%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item.empty {
  display: none;
  padding-top: 75px;
}
.container-fluid {
  padding: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  margin-top: 0;
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 1050;
}
.dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #00141F;
  text-align: center; /* Zentriert den Text innerhalb des Dropdown-Menüs */
  padding: 0; /* Entfernt unnötigen Abstand */
  margin: 0; /* Entfernt unnötigen Abstand */
  list-style: none; /* Entfernt die Standard-Listenformatierung */
    right: 0; /* Platziert das Dropdown-Menü rechtsbündig */
  left: auto; /* Überschreibt die Standardlinksausrichtung */
}

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-menu li {
  margin: 0;
  padding: 10px 20px; /* Fügen Sie hier bei Bedarf Abstände hinzu */
}

.dropdown-menu li:hover {
  background-color: #00141F; /* Ändert die Hintergrundfarbe beim Hover */
  color: #7AF41D; /* Beibehaltung der Schriftfarbe */
}

.dropdown-menu li a {
  color: #FFFFFF !important; /* Standard Schriftfarbe */
}

.dropdown-menu li:hover a {
  color: #7AF41D; /* Schriftfarbe beim Hover */
  background-color: #00141F;
}


/* =========== Header ============ */
.header {
  background-image: url("../images/astronaut.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  
}
.header-overlay {
  background-color: rgba(31, 31, 31, 0.75);

}
.logo {
  padding-bottom: 0px;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25%;
  width: auto;

}
.header-text h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  padding-top: 30px;
  text-transform: uppercase;
}
.header-text p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}
.header-btns {
  margin-top: 30px;
  margin-bottom: 50px;
}

.btn-preis,
.btn-preis:focus,
.btn-preis:active,
.btn-preis:visited
{
  
  background: transparent;
  border-color: #fd565e;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 19px;
  color: #fd565e;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 1s;
}
.btn-preis:hover {
  background-color: #7AF41D;
  color: #fd565e !important; 
  border-color: #7AF41D;   
}
.btn-tour,
.btn-tour:focus,
.btn-tour:active,
.btn-tour:visited {
  color: #A9ADB0;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  background: transparent;
  transition: all 1s;  
}


.header a:hover{
color: #7AF41D;
 transition: all 1s;
}



.carousel-3D-swiper-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  overflow: hidden;
  min-height: 500px;
  padding-bottom: 50px;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
}

.carousel-3D-swiper-title {
	text-align: center;
	font-size: 3rem;
	color: orangered;
}

.carousel-3D-ueberUns .swiper-slide {
	position: relative;
}

.carousel-3D-ueberUns .image-wrapper {
	overflow: hidden;
	/*@apply aspect-video;*/
	max-height: 225px;
}

.carousel-3D-ueberUns .image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 225px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	-webkit-box-reflect: below 5px -webkit-linear-gradient(bottom, rgba(
					255,
					0,
					0,
					0.1
				)
				0%, transparent 32px, transparent 100%);
}

.details {
	padding: 25px 20px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}

.details span {
	display: block;
	font-size: 16px;
	color: #7AF41D !important;
}

.details h3 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}

.details p {
	margin: 20px 0 0;
	opacity: 0.65;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	word-wrap: break-word; /* Ermöglicht den Umbruch langer Wörter */
}

.carousel-3D-swiper-section .swiper-pagination-bullet {
	margin: 0 4px;
	width: 16px;
	height: 16px;
	z-index: 50;
}

.carousel-3D-swiper-section .swiper-pagination-bullet-active {
	opacity: 1;
	background: #7AF41D !important;
}

.swiper-button-prev{
  color: #7AF41D !important;
}

.swiper-button-next{
  color: #7AF41D !important;
}

.produkte h2{
  color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.preis-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.durchgestrichen, .aktueller-preis {
  display: flex;
  align-items: center;
}

.durchgestrichen {
  text-decoration: line-through;
  text-decoration-color: black;
  text-decoration-thickness: 1.5px;
}












/* ========= shadow-box  ============= */

.shadow-box {
  --color-primary: #ff4b4b;
  --color-text: #545d7a;
  --color-white: #fff;
  --color-title: #242e4c;
  --color-background: #f7f8fb;
  --color-border: #dae1f5;

  --font-family: "Satoshi", sans-serif;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
  display: grid;
  place-items: center;
}

.shadow-box * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.shadow-box body {
  background-color: var(--color-background);
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: var(--fs-md);
  font-weight: var(--fw-regular);
}

.shadow-box .container {
  padding-bottom: 5%;
  display: grid;
  place-items: center;
}

.shadow-box .accordion__wrapper {
  background-color: var(--color-white);
  box-shadow: var(--shadow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
  padding: 5rem;
  padding-top: 0px;
}





/* ========= SOCIAL ============= */



#social-logo {
  width: 80px; /* Anfangsgröße */
  transition: width 0.3s ease; /* Übergangseffekt */
}

#social-logo:hover {
  width: 90px; /* Größe beim Hover */
}

.section-title{
  padding-bottom: 0px;
}

#SOCIAL p{
  padding-bottom: 50px;
    }


/* ========= Produktübersicht ============= */

.produkte {
  background-image: url("../images/IMG_4217.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: 50% 50%;
}

.produkte-overlay {
  background-color: rgba(31, 31, 31, 0.75);
  padding-top: 0px;
  padding-bottom: 0px;
}


.carousel-3D-swiper .swiper-slide {
	position: relative;
}

.carousel-3D-swiper .image-wrapper {
  overflow: hidden;
  max-height: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-3D-swiper .image-wrapper img {
  margin-top: 10px;
  display: block;
  max-width: 90%;
  max-height: auto;
  object-fit: cover;
  border-radius: 8px;
  -webkit-box-reflect: below 5px -webkit-linear-gradient(bottom, rgba(255, 0, 0, 0.1) 0%, transparent 32px, transparent 100%);
}

.carousel-3D-swiper #image {
  display: flex; /* Aktiviert Flexbox */
  justify-content: center; /* Zentriert horizontal */
}

.details button{
  background: transparent;
  border-color: #fd565e;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  color: #fd565e;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 1s;
  font-weight: bold;
}


.details button:hover {
  background-color: #7AF41D;
  color: #fd565e !important; 
  border-color: #7AF41D;   
}


.produkte .section-title p {
  padding-left: 20%;
  padding-right: 20%;
  color: #d0dfe5;
}

.carousel-3D-swiper .details h3 {
  text-align: left; /* Text nach links ausrichten */
  margin-left: 0;   /* Optionale Anpassung der äußeren Ränder */
  padding-left: 0;  /* Optionale Anpassung der inneren Ränder */
}

.carousel-3D-swiper .details span {
  text-align: left; /* Text nach links ausrichten */
  margin-left: 0;   /* Optionale Anpassung der äußeren Ränder */
  padding-left: 0;  /* Optionale Anpassung der inneren Ränder */
  margin-top: 3px;
  color: #848484 !important;
}

.carousel-3D-swiper .details .line {
  width: 70px;
  height: 3px; /* Adjust thickness */
  background-color: black; /* Adjust color */
  margin: 8px 0;
  border-radius: 30%;
}

.carousel-3D-swiper .details .line-durchgestrichen {
  width: 70px;
  height: 3px; /* Adjust thickness */
  background-color: black; /* Adjust color */
  margin: 8px 0;
  border-radius: 30%;
  margin-left: auto; /* This will push the line to the right */

}


.carousel-3D-swiper .details .button {
  background-color: #fd565e; /* Orange background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 15px 40px; /* Some padding */
  text-align: center; /* Centered text */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Make the container inline */
  font-size: 16px; /* Increase font size */
  border-radius: 25px; /* Rounded corners */
  cursor: pointer; /* Pointer/hand icon on hover */
  transition-duration: 0.4s; /* 0.4 second transition effect to hover state */
}

.carousel-3D-swiper .details .button:hover {
  background-color: #e43d46; /* Darker orange background on hover */
  color: white !important;
}
/*restlicher Code bei "über uns - Section"*/




/* ========= FAQ ============= */

.faq-section {
  --color-primary: #ff4b4b;
  --color-text: #545d7a;
  --color-white: #fff;
  --color-title: #242e4c;
  --color-background: #f7f8fb;
  --color-border: #dae1f5;

  --font-family: "Satoshi", sans-serif;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
}

.faq-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.faq-section body {
  background-color: var(--color-background);
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: var(--fs-md);
  font-weight: var(--fw-regular);
}

.faq-section .container {
  width: 100%;
  margin: auto;
  min-height: 100vh;
  padding: 2rem;
  display: grid;
  place-items: center;
}

.faq-section .accordion__wrapper {
  background-color: var(--color-white);
  box-shadow: var(--shadow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
  padding: 5rem;
}

.faq-section .accordion__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-title);
  text-align: center;
  margin-bottom: 4rem;
}

.faq-section .accordion {
  border-bottom: 0.1rem solid var(--color-border);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.faq-section .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.faq-section .accordion__icon {
  background-color: #7AF41D;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  flex-shrink: 0;
}

.faq-section .accordion__question {
  font-size: 100%;
  font-weight: bold;
  color: var(--color-title);
}

.faq-section .accordion__answer {
  padding: 2rem 0;
}

.faq-section .accordion__content {
  overflow: hidden;
  height: 0;
  transition: var(--transition);
}

@media screen and (min-width: 580px) {
  .faq-section .accordion__wrapper {
    padding: 5rem 8rem;
  }
}





/* ========= Kontakt ============= */


.contact-us-form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 21px;
  color: #555;
  background-color: transparent;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  margin-bottom: 15px;
  opacity: .8;
  outline: 0px !important;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  
}

.form-control:focus {
  border-color: #7AF41D !important;
  box-shadow: 0 0 0 0.2rem rgba(154, 248, 125, 0.25);
} 

#message {
  height: 117px;
  resize: none;
}

.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
  
  background-color: transparent;
  border: 1px solid #7AF41D;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  color: #7AF41D;
  outline: 0px !important;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.submit-btn:hover {
  background: #7AF41D;
  color: #fff;
  border-color: #7AF41D;
}

#KONTAKT{
  padding-bottom: 30px;
}


/* ========= shadow-box-contact  ============= */

.shadow-box-contact {
  --color-primary: #ff4b4b;
  --color-text: #545d7a;
  --color-white: #fff;
  --color-title: #242e4c;
  --color-background: #f7f8fb;
  --color-border: #dae1f5;

  --font-family: "Satoshi", sans-serif;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
  display: grid;
  place-items: center;
}


.shadow-box-contact body {
  background-color: var(--color-background);
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: var(--fs-md);
  font-weight: var(--fw-regular);
}

.shadow-box-contact .container {
  padding-bottom: 5%;
  display: grid;
  place-items: center;
}

.shadow-box-contact .accordion__wrapper {
  background-color: var(--color-white);
  box-shadow: var(--shadow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
  padding: 5rem;
}



/*Impressum*/

#impressumText h2 {
  margin-top: 14%;
  color: #7AF41D;
}


#impressumText hr {
  margin: auto;
  width: 50%;
}



/* ========= Footer ============= */
.footer {
  background-color: #1a1a1a;
  padding-bottom: 35px;
  padding-top: 35px;
  border-bottom: 3px solid #7AF41D;
}
#copyright {
  width: 50%;
}
#copyright p {
  color: #8C8B8A;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
#copyright p a {
  text-decoration: none;
  color: #7AF41D;
}
.scroll-top {
  text-align: right;
}
.scroll-top a {
  background-color: #7AF41D;
  padding: 25px;
  border-radius: 10px;
}
.scroll-top a i {
  color: #00141F;
  font-size: 25px;
}

.footer .scroll-top i:hover {
color: #fff;
transition: all 1s;
}




