@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Light';
  font-size: 18px;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Poppins Thin';
  src: url('../font/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../font/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Black';
  src: url("../font/poppins/Poppins-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Semi';
  src: url("../font/poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Regular';
  src: url("../font/poppins/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url("../font/roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../font/roboto/Roboto-Regular.ttf')format('truetype');
  font-weight: 400;
  font-style: normal;
}
body p {
  font-size: 18px;
  font-family: 'Roboto Light';
  line-height: 1.5;
}
.header-section {
  width: 100%;
  max-width: 1500px;
  margin: 15px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.hero-section {
  position: relative;
  width: auto;
  height: auto;
  max-height: 110vh;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  overflow: hidden;
}
.hero-div {
  width: 100%;
  max-width: 1500px;
  padding-top: 50px;
  margin-bottom: 250px;
}
.hero-container-1 {
  width: 80%;
  margin-right: 300px;
  margin-left: 20px;
  margin-bottom: 200px;
}
.hero-pic {
  width: 100%;
  max-width: 1700px;
  height: 100%;
  border: 4px solid #EBFD41;
  box-sizing: border-box;
}
.hero-pic img {
  width: 100%;
  height: auto;
  max-height: 110vh; /* begrenzt HÃ¶he */
}
.hero-button {
  display: flex;
  justify-content: center; /* Buttons horizontal zentrieren */
  align-items: center; /* falls vertikal relevant */
  width: 100%;
  margin-top: 50px;
  padding-bottom: 60px;
}
.hero-button-second {
  margin-left: 15px; /* nur Abstand zwischen den Buttons */
}
.hero-button-first img,
.hero-button-second img,
.left-box-3 img {
  width: 280px;
}
.second-hero {
  background: #FBFAF1;
  display: grid;
  place-items: center;
  min-height: auto;
  padding-block: clamp(24px, 8vh, 80px);
}
.cloud-section {
  width: 100%;
  max-width: 1500px;
}
.KI-Cloud img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.third-hero {
  background: #FBFAF1;
  position: relative;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 60vh;
  padding: 0px 20px;
}
.CTA-1 img {
  display: block;
  width: 100%;
  height: auto;
}
.fourth-hero {
  position: relative;
  margin: 20px;
  border-radius: 10px;
  background: #F6F6F6;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 60vh;
  padding: 0px 20px;
}
.datenzelt-section {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin-bottom: 80px;
}
.innerbox-1 p {
  font-family: 'Poppins Semi';
  font-size: 30px;
}
.innerbox-2 p {
  font-family: 'Roboto Light';
  font-size: 18px;
  margin-top: -30px;
}
.left-box {
  margin-top: -50px;
  max-width: 350px;
  margin: 0 90px;
  margin-left: -10px;
}
.right-box {
  max-width: 650px;
  margin-top: 20px;
}
.footer {
  margin: 20px;
  border-radius: 10px;
}
.footer.home {
  background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
  background-size: auto 1400px;
}
.footer.ki {
	background-color: #000;
}
.footer.schulung {
	background-color: #000;
}
.footer.proxmox {
	background-color: #000;
}
.footer.kontakt {
  background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
  background-size: auto 1400px;
}

.footer-big-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px 30px 20px;
  box-sizing: border-box;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 230px;
  height: auto;
}

.footer-title {
  margin-bottom: 30px;
}

.footer-title p {
  font-family: 'Poppins Light';
  font-size: 60px;
  color: #FFF;
  line-height: 1;
  margin: 0;
}

.footer-button {
  margin-bottom: 30px;
}
.footer-button img {
  width: 200px;
  height: auto;
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Roboto Light';
  font-size: 18px;
}

.footer-links a:hover {
  color: #EBFD41;
}
.logo-huge {
  background: #141600;
  background-image: url("../img/huge-logo.svg");
  position: relative;
  display: block;
  justify-content: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.logo-section {
  height: 100vh;
}
.ki-hero {
  background: #FBFAF1;
  display: grid;
  place-items: center;
}
.ki-section {
  background: #FBFAF1;
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
.ki-innerbox-1 p {
  font-family: 'Poppins Semi';
  font-size: 30px;
}
.ki-innerbox-2 p {
  font-family: 'Roboto Light';
  font-size: 18px;
  margin-top: -10px
}
.ki-innerbox-3 p {
  font-family: 'Poppins Semi';
  font-size: 30px;
}
.ki-left-box {
  max-width: 650px;
  margin-right: 90px;
}
.ki-right-box {
  max-width: 650px;
}
.ki-bullet ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: 'Roboto Light';
  font-size: 18px;
}
.ki-bullet li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.78;
}
.ki-bullet li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}
.hero-icon {
  background: #EBFD41;
  display: grid;
  place-items: center;
  min-height: 100vh;
  position: relative;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
}
.hero-icon.law{
	  background: #EEEEEE;
}
.hero-icon.zelt{
	  background: #FBFAF1;
	  min-height: 120vh;
}
.container-icon {
  max-width: 1400px;
  margin-inline: auto;
}
.header-icon p {
  font-family: 'Poppins Semi';
  font-size: 30px;
}
.ki-innerbox-icon p {
  font-family: 'Poppins Semi';
  font-size: 30px;
  position: relative;
  padding-left: 80px;
  min-height: 40px;
}
.icon-workshop p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/people-carry-box-regular-full.svg") no-repeat center;
  background-size: contain;
}
.icon-hypothesen p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/check.svg") no-repeat center;
  background-size: contain;
}
.icon-validation p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: url("../img/head-side-gear-solid-full.svg") no-repeat center;
  background-size: contain;
}
.icon-prototype p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  width: 70px;
  height: 70px;
  background: url("../img/cauldron-regular-full.svg") no-repeat center;
  background-size: contain;
}
.icon-launch p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: url("../img/rocket-vertical-regular-full.svg") no-repeat center;
  background-size: contain;
}
.icon-improvement p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/flask.svg") no-repeat center;
  background-size: contain;
}
.hero-3 {
  background: #FBFAF1;
  display: grid;
  place-items: center;
  min-height: 100%;
}
.container-3 {
	 margin-top: -80px;
  max-width: 1400px;
  margin-inline: auto;
}
.header-3 p {
  font-family: 'Poppins Semi';
  font-size: 30px;
}
.hero-4 {
  background: #FBFAF1;
  min-height: 60vh;
  display: flex;
}
.container-4 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-right: 200px;
  margin-top: -280px;
}
.left-box-1-4, .right-box-1-4 {
  flex: 1 1 500px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.button-box {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.button-box button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.button-box svg, .button-box img {
  width: 60px; /* Button-GrÃ¶ÃŸe */
  height: 60px;
  display: block;
}
.text1-icon {
  margin-top: -20px;
}
.icon-section {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -150px
}
.text-3 {
  margin-top: -20px;
}
.icon-2-section {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -450px
}
.icon-3-section {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -650px
}
.icon-erfahrung p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/tree-deciduous-regular-full.svg") no-repeat center;
  background-size: contain;
}
.icon-leidenschaft p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/fire-flame-regular-full.svg") no-repeat center;
  background-size: contain;
}
.icon-massgeschneidert p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/fingerprint-regular-full.svg") no-repeat center;
  background-size: contain;
}
.icon-qualitaet p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/hands-holding-diamond-regular-full.svg") no-repeat center;
  background-size: contain;
}
.container-icon-2 {
  background: #FBFAF1;
  max-width: 1400px;
  margin-inline: auto;
  margin-top: -150px
}
.hero-1 {
  position: relative;
  width: auto;
  height: auto;
  min-height: 80vh; 
  max-height: 110vh;
  display: block;
  justify-content: center;
  margin: 20px;
  overflow: hidden;
  padding-bottom: 80px;
  border-radius: 10px;
}
.hero-2 {
  position: relative;
  width: auto;
  height: auto;
  display: block;
  justify-content: center;
  margin: 20px;
  border-radius: 10px;
}
.hero-2.kontakt{
  background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
  background-size: auto 1400px;
}
.hero-1.home {
  background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
  background-size: auto 1400px;
}
.hero-1.schulung {
  background: url("../img/bg-schulungen.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: local; /* Verhindert Scrolling-Probleme */
}
.hero-1.proxmox {
  background: url("../img/bg-2-proxmox.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: local; /* Verhindert Scrolling-Probleme */
}
.hero-1.kiki {
 background: url("../img/bg-ki.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: local; /* Verhindert Scrolling-Probleme */
}
.KI-Cloud img {
  width: 100%;
  height: auto;
  max-width: 900px; 
}
.nav {
  width: 100%;
  max-width: 1700px;
  margin: 15px auto 0;
  box-sizing: border-box;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
  margin-top: 0px;
  color: #FAFFDD;
  position: relative;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 45px;
  list-style: none;
  margin-left: -100px;
  font-family: 'Poppins Regular';
  margin-top: 25px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.nav-links li a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: #EBFD41;
}
.logo img {
  width: 230px;
  height: auto;
}
.nav-button img {
  width: 130px;
  height: auto;
}
.ad-container {
  max-width: 100%;
  min-height: 60vh;
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center; /* vertikal */
  text-align: center; /* Text mittig ausrichten */
}
.ad-container.home {
  position: relative; /* wichtig, damit ::before sich daran orientiert */
  z-index: 0;
}
.ad-container.home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: auto 65vh;
  opacity: 0.6;
  z-index: -1;
}
.ad {
  width: 100%;
  max-width: 1700px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 10px;
  border-radius: 20px;
}
.ad-text h1 {
  font-family: 'Poppins Regular';
  font-size: 80px;
  color: #FFF;
  line-height: 1.2em;
  margin: 0;
}
.ad-sub-2 p {
  font-family: 'Roboto Light';
  font-size: 30px;
  color: #FFF;
  margin: 50px 0 0;
}
.ad-text.schulung h1 {
	color: #000;
}
.ad-sub-2.schulung p {
  color: #000;
}
.ad-text.acc h2 {
	 font-family: 'Poppins Regular';
  font-size: 40px;
  color: #FFF;
}
.ad-sub-2.acc p{
	font-family: 'Roboto Light';
  font-size: 18px;
  color: #FFF;
}
.ad-sub-2.acc {
	margin-bottom: 50px;
}
.ad.kiki {
  border: 4px solid #FFF;
}
.ad img {
  width: 100%;
  height: auto;
  max-height: 110vh;
}
.nav-links.home, .nav-links.kontakt li a {
  color: #FFFFFF;
}
.nav-links.proxmox li a {
  color: #000000;
}
.nav-links.schulung li a {
  color: #000000;
}
.nav-links.kiki li a {
  color: #FFFFFF;
}
.nav-links.home, .nav-links.kontakt a:hover {
  color: #EBFD41;
}
.nav-links.proxmox a:hover {
  color: #FFFFFF;
}
.nav-links.schulung a:hover {
  color: #393939;
}
.nav-links.kiki a:hover {
  color: #EBFD41;
}
.ad-1 {
  position: relative;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 60vh;
  padding: 0px 20px;
  background: #C3C3C3; 
  border: solid #EBFD41 3px;
  background-image: url("../img/cloud-datenzelt-ki.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	margin-bottom: 30px;
}
.ad-1.ad-y {
   background-color: #FBFAF1;
  background-image: url("../img/cta-home.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
	padding-top: 20px; 
	padding-bottom: 20px; 
	border: none;
}
.ad-1.proxmox{
   background-color: #FFF;
	border: none;
  background-image: url("../img/cta-proxmox.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
	padding-top: 20px; 
	padding-bottom: 20px; 
}
.ad-1.proxmox-2{
	border: none;
	background-image: none;
	
}
.ad-1.proxmox-3{
	background-image: none;
	border: none;
	background: #EEEEEE;
}
.ad-1.ad-g {
	background: #EEEEEE;
	border: none;
}
.ad-1-container {
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.ad-1-container.avatar{
	max-width: 1440px;
	display: block;
	
}
.ad-1-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-1-right {
  flex: 2;
  max-width: 700px;
  display: block;
  padding: 20px;
}
.ad-1-left img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ad-head-1 p {
  font-family: 'Poppins Semi';
  margin: 0 0 10px; /* unten 10px Abstand */
}
.ad-head-2 p {
  font-family: 'Poppins Light';
  font-size: 50px;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 20px;
}
.ad-1.avatar {
	background-image: none;
	background: none;
	border: none;
}


.section-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBFAF1;
  min-height: 30vh;
  padding: 0 20px;
  overflow: hidden;
}
.section-intro__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.section-intro__title {
  font-family: 'Poppins Light';
  font-size: 40px;
  line-height: 1.12em;
  margin: 0 0 10px;
}
.section-intro__subtitle {
  margin: 0;
}
.section-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBFAF1;
  padding: 40px 20px;
  overflow: hidden;
}
.section-feature__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}
.section-feature__left {
  flex: 1 1 520px;
  min-width: 280px;
}
.section-feature__right {
  flex: 1 1 600px;
  min-width: 280px;
}
/* Titel links */
.section-feature__title {
  font-family: 'Poppins Light';
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 16px;
}
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px; /* wie vorher */
}

.feature-list__item {
  display: grid;
  grid-template-columns: 28px 1fr; 
  align-items: center;
  column-gap: 12px; 
}
.feature-list__item::before {
  content: "✔";           
  grid-column: 1;
  width: 24px;            
  height: 24px;
  line-height: 24px;       
  display: inline-block;
  text-align: center;
  font-size: 18px;              
  font-weight: 700;
}
.feature-list__item {
  word-break: break-word;
}
.section-feature__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.black {
  color: black;
}
.ad-1-button img{
	width: 300px;
}
.hero-section-kontakt {
  position: relative;
  width: auto;
  height: auto;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  margin: 0;
}

.hero-div-kontakt {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 15px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inner-kontakt-container {
  width: auto;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Left Side - Contact Info */
.kontakt-inner-left {
  width: 40%;
  padding-left: 20px;
  text-align: left;
}

.left-1 p {
  font-family: 'Poppins Semi';
  font-size: 30px;
}

.left-2 {
  padding-right: 40px;
}

.left-2 p {
  font-family: 'Roboto Light';
  font-size: 18px;
  text-align: left;
}

/* Right Side - Contact Form */
.kontakt-inner-right {
  border-radius: 70px;
  border: 8px solid #EDEDED;
  width: 60%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.kontakt-radio {
  margin-left: 50px;
  margin-top: 33px;
}

/* Radio Group Styling */
.radio-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 30px;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.radio-group label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #02428D;
  display: inline-block;
  margin-right: 8px;
  transition: 0.3s;
}

.radio-group input[type="radio"]:checked + label::before {
  background-color: #02428D;
  border: 2px solid #02428D;
  box-shadow: inset 0 0 0 4px white;
}

/* Form Fields */
.form-gorup-2 {
  margin-bottom: 15px;
  width: 60%;
}

.form-group-2 input, 
.form-group-2 select {
  width: 80%;
  padding: 10px;
  font-family: 'roboto light';
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease;
  margin-right: 25px;
  margin-top: 25px;
  margin-left: 50px;
}

.form-group-2 input:focus, 
.form-group-2 select:focus {
  width: 65%;
  border-color: #02428D;
  outline: none;
}

.kontakt-inner-right .form-group-2 textarea {
  width: 80%;
  padding: 10px;
  font-family: 'roboto light';
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease;
  margin-right: 25px;
  margin-top: 25px;
  margin-left: 50px;
}

/* Privacy Checkbox */
.form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  width: 80%;
  font-family: 'Roboto Light';
  margin-left: 50px;
}

.privacy-checkbox {
  display: flex;
  align-items: center;
}

.privacy-checkbox input[type="checkbox"] {
  display: none;
}

.privacy-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #02428D;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}

.privacy-checkbox input[type="checkbox"]:checked + label {
  background-color: #02428D;
  border: 2px solid #02428D;
  box-shadow: inset 0 0 0 4px white;
}

.privacy-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}

.privacy-text a {
  color: #02428D;
  text-decoration: none;
  font-weight: bold;
}

.privacy-text a:hover {
  text-decoration: underline;
}

/* Send Button */
.send-button-container {
  display: flex;
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 30px;
}

#send-button {
  background: none;
  border: none;
  cursor: not-allowed;
  transition: 0.3s ease;
}

#send-button:enabled {
  cursor: pointer;
}
.success-message {
    background: #EBFD41 !important;
    color: black !important;
    padding: 15px;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #EBFD41;
}

.error-message {
    background: #f44336;
    color: white;
    padding: 15px;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

/* Button-Styling für aktiviert/deaktiviert */
#send-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#send-button:not(:disabled) {
    opacity: 1;
    cursor: pointer;
}

#send-button:not(:disabled):hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
        }

        .ad-1.avatar {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background-color: #16222E;
            color: #ffffff;
            padding: 80px 40px;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .image-section {
            position: relative;
            height: 600px;
            border-radius: 12px;
            overflow: hidden;
        }

        .image-section img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .image-section img.active {
            opacity: 1;
        }

        .accordion-section {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .accordion-item {
            border-bottom: 1px solid #333;
            position: relative;
        }

        .accordion-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 0;
            background: #EBFD41;
            transition: height 0.3s ease;
        }

        .accordion-item.active::before {
            height: 100%;
        }

        .accordion-header {
            display: flex;
            align-items: center;
            padding: 30px 30px 30px 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .accordion-header:hover {
            background-color: rgba(255, 255, 255, 0.03);
        }

        .accordion-icon {
            width: 50px;
            height: 50px;
            margin-right: 20px;
            background: #0f0f0f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .accordion-icon svg {
            width: 24px;
            height: 24px;
            fill: #EBFD41;
        }

        .accordion-title {
            font-size: 24px;
            font-weight: 600;
            flex-grow: 1;
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 20px;
        }

        .accordion-item.active .accordion-content {
            max-height: 300px;
            padding: 0 20px 30px 90px;
        }

        .accordion-content p {
            color: #bbb;
            line-height: 1.6;
            font-size: 16px;
        }

        @media (max-width: 1024px) {
            .container {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .image-section {
                height: 400px;
            }
        }

/* =================================
   RESPONSIVE MEDIA QUERIES
   ================================= */

/* Desktop Medium - 843px bis 1200px */
@media (min-width: 843px) and (max-width: 1200px) {
  .first-hero, .hero-1 {
    margin: 15px;
  }
  
  .footer {
    margin: 15px;
  }
  
  .logo img {
    width: 180px;
  }
  
  .nav-button img {
    width: 110px;
  }
  
  .navbar {
    padding: 10px 80px;
  }
  
  .nav-links {
    font-size: 16px;
    gap: 40px;
    margin-top: 20px;
    margin-left: -30px;
  }

  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 260px;
  }
  
  .ad-text.home h1 {
    font-size: 60px;
  }
  
  .ad-sub-2.home p {
    font-size: 28px;
  }
  
  /* Footer responsive */
  .left-box-2 p {
    font-size: 70px;
  }
  
  /* Fourth-hero responsive */
  .innerbox-1 p {
    font-size: 28px;
  }
  
  .innerbox-2 p {
    font-size: 16px;
  }
  
  .right-box p {
    font-size: 16px;
  }
}

/* Tablet Large - 712px bis 842px */
@media (min-width: 712px) and (max-width: 842px) {
  .first-hero, .hero-1 {
    margin: 10px;
  }
  
  .footer {
    margin: 10px;
  }
  
  .logo img {
    width: 150px;
  }
  
  .nav-button img {
    width: 90px;
  }
  
  .navbar {
    padding: 10px 40px;
  }
  
  .nav-links {
    font-size: 14px;
    gap: 30px;
    margin-top: 15px;
    margin-left: -20px;
  }

  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 240px;
  }
  
  .ad-text.home h1 {
    font-size: 50px;
  }
  
  .ad-sub-2.home p {
    font-size: 26px;
  }
  
  /* Footer responsive */
  .left-box-2 p {
    font-size: 60px;
  }
  
  .left-box-4 {
    font-size: 16px;
  }
  
  /* Fourth-hero responsive */
  .innerbox-1 p {
    font-size: 26px;
  }
  
  .innerbox-2 p {
    font-size: 15px;
  }
  
  .right-box p {
    font-size: 15px;
  }
  
  .datenzelt-section {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .left-box {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  
  .right-box {
    max-width: 100%;
    margin-top: 0;
  }
}

/* Tablet Small - 571px bis 711px */
@media (min-width: 571px) and (max-width: 711px) {
   .hero-1 {
    margin: 5px;
	padding-bottom: 0px;
  }
	.hero-2 {
		margin: 5px;
	}
	.ad-1 {
		margin: 5px;
	}
	.third-hero {
		margin: 5px;
	}
	.hero-icon{
		margin: 5px;
	}
		
		
  .footer {
    margin: 5px;
  }
  
  .footer-title p {
    font-size: 50px;
  }
  
  .footer-links a {
    font-size: 12px;
  }
  
  .footer-links {
    margin-bottom: 50px;
  }
  
  .logo img {
    width: 110px;
  }
  
  .footer-logo img {
    width: 150px;
  }
	.footer.kontakt{
		margin-top: 250px;
	}
  
  .nav-button img {
    width: 65px;
    padding-bottom: 30px;
  }
  
  .navbar {
    padding: 8px 12px;
  }
  
  .nav-links {
    font-size: 14px;
    gap: 10px;
    margin-top: 14px;
    margin-left: -8px;
  }
	.hero-button-first, .hero-button-second{
		margin-top: -20px;
	}

  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 170px;
  }
  
  .ad-text.home h1, .ad-text.ki h1, .ad-text.proxmox h1, .ad-text.schulung h1 {
    font-size: 50px;
    line-height: 1.1em;
    padding-top: 10px;
  }
  
  .ad-sub-2.home p, .ad-sub-2.ki p, .ad-sub-2.proxmox p, .ad-sub-2.schulung p {
    font-size: 20px;
    margin: 30px 0 0;
  }
  
  .nav-button {
    display: none;
  }
  
  .left-box-2 p {
    font-size: 35px;
  }
  
  .left-box-4 {
    font-size: 11px;
    flex-direction: column;
    gap: 10px;
  }
  
  .box-text-2, .box-text-4 {
    margin: 5px 0;
    margin-left: 0;
  }
  
  .box-text-3, .box-text-5 {
    margin-left: 0;
  }
  
  .innerbox-1 p {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  .innerbox-2 p {
    font-size: 16px;
    text-align: center;
  }
  
  .right-box p {
    font-size: 16px;
    text-align: center;
  }
  
  .datenzelt-section {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .left-box {
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .right-box {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
  
  .left-box-1 img {
    width: 200px;
  }
  
  .left-box-1 {
    padding-bottom: 50px;
  }
  
  .desktop-break {
    display: none;
  }
  
  .cta-section {
    margin-bottom: -30px;
  }

  /* KI-spezifische Anpassungen */
  .ki-section {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .ki-left-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .ki-right-box {
    max-width: 100%;
    text-align: center;
  }
  
  .ki-innerbox-1 p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ki-innerbox-2 p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  
  .ki-innerbox-3 p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ki-bullet {
    text-align: center;
  }
  
  .ki-bullet ul {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
  }
  
  .ki-bullet li {
    line-height: 1.5;
    margin-bottom: 8px;
  }

  /* Icon-Bereiche mit zentrierten Icons */
  .hero-icon {
    padding: 20px 0;
    min-height: auto;
  }
  
  .container-icon {
    padding: 0 15px;
  }
  
  .container-icon-2 {
    padding: 0 15px;
    margin-top: -50px;
  }
  
  .header-icon p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .text1-icon {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  
  .text1-icon p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  
  .icon-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  .icon-2-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  .icon-3-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  /* Icons zentriert Ã¼ber Ãœberschriften */
  .ki-innerbox-icon {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .ki-innerbox-icon p {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-left: 0;
    min-height: 60px;
    margin: 0;
  }
  
  /* Alle Icons zentriert positionieren */
  .ki-innerbox-icon p::before {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }

  /* Hero-3 rechtliche Herausforderungen */
  .hero-3 {
    padding: 20px 0;
    min-height: auto;
  }
  
  .container-3 {
    padding: 0 15px;
  }
  
  .header-3 p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .text-3 {
    margin-top: -10px;
  }
  
  .text-3 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }

  /* Hero-4 persÃ¶nliche Beratung */
  .hero-4 {
    min-height: auto;
    padding: 20px 0;
  }
  
  .container-4 {
    flex-direction: column;
    padding-right: 15px;
    margin-top: 0;
    gap: 20px;
  }
  
  .left-box-1-4, .right-box-1-4 {
    flex: none;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .innerbox-1-4 p {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .innerbox-2-4 img {
    width: 120px;
    height: auto;
  }
  
  .innerbox-2-5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .button-box {
    gap: 8px;
    justify-content: center;
  }
  
  .button-box svg, .button-box img {
    width: 50px;
    height: 50px;
  }
  
  .innerbox-3-4 img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  /* Allgemeine Anpassungen */
  body p {
    font-size: 16px;
  }
  
  .third-hero {
    padding-block: 20px;
  }
  
  .CTA-1 img {
    width: 100%;
    height: auto;
  }
  
  .second-hero {
    padding-block: 20px;
  }
  
  .cloud-section {
    padding: 0 15px;
  }
  
  .KI-Cloud img {
    max-width: 100%;
    height: auto;
  }

  /* Ad-Container Anpassungen */
  .ad-container {
    min-height: 50vh;
    padding: 20px 10px;
  }
  
  .ad {
    margin: 0 5px;
  }

  /* Responsive Text Anpassungen */
  .section-intro {
    min-height: auto;
    padding: 20px 10px;
  }
  
  .section-intro__title {
    font-size: 32px;
    text-align: center;
  }
  
  .section-intro__subtitle {
    font-size: 16px;
    text-align: center;
  }
  
  .section-feature {
    padding: 20px 10px;
  }
  
  .section-feature__container {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
  
  .section-feature__title {
    font-size: 28px;
    text-align: center;
  }
  
  .feature-list__item {
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
  }
  
  .feature-list__icon {
    width: 20px;
    height: 20px;
  }
 .ad-1 {
    background-image: url("../img/cloud-datenzelt-ki-mobile.svg");
    background-size: contain;
  }
  .ad-1.ad-y {
    background: #EBFD41 url("../img/ad-ki-mobile.svg") center / contain no-repeat;
	}
.hero-section-kontakt {
    position: relative;
    width: auto;
    height: auto;
    min-height: 120vh;
    display: block;
    justify-content: center;
  }
  .hero-div-kontakt {
  }
  .inner-kontakt-container {
    width: auto;
    display: block;
    margin-top: 20px;
	padding-top: 0px;
  }
  .kontakt-inner-left {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 50px;
  }

  .left-2 {
    padding-right: 40px;
  }

  .left-1 p {
    font-family: 'Poppins Semi';
    font-size: 30px;
  }

  .left-2 p {
    font-family: 'Roboto Light';
    font-size: 14px;
    text-align: left;
  }

  .kontakt-radio {
    margin-left: 43px;
    margin-top: 33px;
  }

  .kontakt-inner-right {
    border-radius: 40px;
    border: 4px solid #EDEDED;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	  margin-bottom: 30px;
  }
  .form-gorup-2 {
    margin-bottom: 15px;
    width: 60%;
    padding-right: 50px;
  }
  .form-group-2 input, .form-group-2 select {
    width: 75%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-top: 25px;
    margin-left: 35px;
  }
  .form-group-2 input:focus, .form-group-2 select:focus {
    width: 65%;
    outline: none;
  }

  .kontakt-inner-right .form-group-2 textarea {
    width: 75%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-right: 25px;
    margin-top: 25px;
    margin-left: 40px;
  }
  .form-privacy {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    width: 80%;
    font-family: 'Roboto Light';
    margin-left: 43px;
  }
  .send-button-container {
    display: flex;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .hero-section-schalter {
    display: none;
  }
	.section-feature__right {
		display: none;
	}
}

/* Mobile Large - 431px bis 570px */
@media (min-width: 431px) and (max-width: 570px) {
   .hero-1 {
    margin: 5px;
	padding-bottom: 0px;
  }
	.hero-2 {
		margin: 5px;
	}
	.ad-1 {
		margin: 5px;
	}
	.third-hero {
		margin: 5px;
	}
	.hero-icon{
		margin: 5px;
	}
		
		
  .footer {
    margin: 5px;
  }
  
  .footer-title p {
    font-size: 50px;
  }
  
  .footer-links a {
    font-size: 12px;
  }
  
  .footer-links {
    margin-bottom: 50px;
  }
  
  .logo img {
    width: 110px;
  }
  
  .footer-logo img {
    width: 150px;
  }
	.footer.kontakt{
		margin-top: 250px;
	}
  
  .nav-button img {
    width: 65px;
    padding-bottom: 30px;
  }
  
  .navbar {
    padding: 8px 12px;
  }
  
  .nav-links {
    font-size: 14px;
    gap: 10px;
    margin-top: 14px;
    margin-left: -8px;
  }
	.hero-button-first, .hero-button-second{
		margin-top: -20px;
	}

  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 170px;
  }
  
  .ad-text.home h1, .ad-text.ki h1, .ad-text.proxmox h1, .ad-text.schulung h1 {
    font-size: 50px;
    line-height: 1.1em;
    padding-top: 10px;
  }
  
  .ad-sub-2.home p, .ad-sub-2.ki p, .ad-sub-2.proxmox p, .ad-sub-2.schulung p {
    font-size: 20px;
    margin: 30px 0 0;
  }
  
  .nav-button {
    display: none;
  }
  
  .left-box-2 p {
    font-size: 35px;
  }
  
  .left-box-4 {
    font-size: 11px;
    flex-direction: column;
    gap: 10px;
  }
  
  .box-text-2, .box-text-4 {
    margin: 5px 0;
    margin-left: 0;
  }
  
  .box-text-3, .box-text-5 {
    margin-left: 0;
  }
  
  .innerbox-1 p {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  .innerbox-2 p {
    font-size: 16px;
    text-align: center;
  }
  
  .right-box p {
    font-size: 16px;
    text-align: center;
  }
  
  .datenzelt-section {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .left-box {
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .right-box {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
  
  .left-box-1 img {
    width: 200px;
  }
  
  .left-box-1 {
    padding-bottom: 50px;
  }
  
  .desktop-break {
    display: none;
  }
  
  .cta-section {
    margin-bottom: -30px;
  }

  /* KI-spezifische Anpassungen */
  .ki-section {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .ki-left-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .ki-right-box {
    max-width: 100%;
    text-align: center;
  }
  
  .ki-innerbox-1 p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ki-innerbox-2 p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  
  .ki-innerbox-3 p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ki-bullet {
    text-align: center;
  }
  
  .ki-bullet ul {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
  }
  
  .ki-bullet li {
    line-height: 1.5;
    margin-bottom: 8px;
  }

  /* Icon-Bereiche mit zentrierten Icons */
  .hero-icon {
    padding: 20px 0;
    min-height: auto;
  }
  
  .container-icon {
    padding: 0 15px;
  }
  
  .container-icon-2 {
    padding: 0 15px;
    margin-top: -50px;
  }
  
  .header-icon p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .text1-icon {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  
  .text1-icon p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  
  .icon-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  .icon-2-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  .icon-3-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  /* Icons zentriert Ã¼ber Ãœberschriften */
  .ki-innerbox-icon {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .ki-innerbox-icon p {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-left: 0;
    min-height: 60px;
    margin: 0;
  }
  
  /* Alle Icons zentriert positionieren */
  .ki-innerbox-icon p::before {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }

  /* Hero-3 rechtliche Herausforderungen */
  .hero-3 {
    padding: 20px 0;
    min-height: auto;
  }
  
  .container-3 {
    padding: 0 15px;
  }
  
  .header-3 p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .text-3 {
    margin-top: -10px;
  }
  
  .text-3 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }

  /* Hero-4 persÃ¶nliche Beratung */
  .hero-4 {
    min-height: auto;
    padding: 20px 0;
  }
  
  .container-4 {
    flex-direction: column;
    padding-right: 15px;
    margin-top: 0;
    gap: 20px;
  }
  
  .left-box-1-4, .right-box-1-4 {
    flex: none;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .innerbox-1-4 p {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .innerbox-2-4 img {
    width: 120px;
    height: auto;
  }
  
  .innerbox-2-5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .button-box {
    gap: 8px;
    justify-content: center;
  }
  
  .button-box svg, .button-box img {
    width: 50px;
    height: 50px;
  }
  
  .innerbox-3-4 img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  /* Allgemeine Anpassungen */
  body p {
    font-size: 16px;
  }
  
  .third-hero {
    padding-block: 20px;
  }
  
  .CTA-1 img {
    width: 100%;
    height: auto;
  }
  
  .second-hero {
    padding-block: 20px;
  }
  
  .cloud-section {
    padding: 0 15px;
  }
  
  .KI-Cloud img {
    max-width: 100%;
    height: auto;
  }

  /* Ad-Container Anpassungen */
  .ad-container {
    min-height: 50vh;
    padding: 20px 10px;
  }
  
  .ad {
    margin: 0 5px;
  }

  /* Responsive Text Anpassungen */
  .section-intro {
    min-height: auto;
    padding: 20px 10px;
  }
  
  .section-intro__title {
    font-size: 32px;
    text-align: center;
  }
  
  .section-intro__subtitle {
    font-size: 16px;
    text-align: center;
  }
  
  .section-feature {
    padding: 20px 10px;
  }
  
  .section-feature__container {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
  
  .section-feature__title {
    font-size: 28px;
    text-align: center;
  }
  
  .feature-list__item {
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
  }
  
  .feature-list__icon {
    width: 20px;
    height: 20px;
  }
 .ad-1 {
    background-image: url("../img/cloud-datenzelt-ki-mobile.svg");
    background-size: contain;
  }
  .ad-1.ad-y {
    background: #EBFD41 url("../img/ad-ki-mobile.svg") center / contain no-repeat;
	}
.hero-section-kontakt {
    position: relative;
    width: auto;
    height: auto;
    min-height: 120vh;
    display: block;
    justify-content: center;
  }
  .hero-div-kontakt {
  }
  .inner-kontakt-container {
    width: auto;
    display: block;
    margin-top: 20px;
	padding-top: 0px;
  }
  .kontakt-inner-left {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 50px;
  }

  .left-2 {
    padding-right: 40px;
  }

  .left-1 p {
    font-family: 'Poppins Semi';
    font-size: 30px;
  }

  .left-2 p {
    font-family: 'Roboto Light';
    font-size: 14px;
    text-align: left;
  }

  .kontakt-radio {
    margin-left: 43px;
    margin-top: 33px;
  }

  .kontakt-inner-right {
    border-radius: 40px;
    border: 4px solid #EDEDED;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	  margin-bottom: 30px;
  }
  .form-gorup-2 {
    margin-bottom: 15px;
    width: 60%;
    padding-right: 50px;
  }
  .form-group-2 input, .form-group-2 select {
    width: 75%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-top: 25px;
    margin-left: 35px;
  }
  .form-group-2 input:focus, .form-group-2 select:focus {
    width: 65%;
    outline: none;
  }

  .kontakt-inner-right .form-group-2 textarea {
    width: 75%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-right: 25px;
    margin-top: 25px;
    margin-left: 40px;
  }
  .form-privacy {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    width: 80%;
    font-family: 'Roboto Light';
    margin-left: 43px;
  }
  .send-button-container {
    display: flex;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .hero-section-schalter {
    display: none;
  }
	.section-feature__right {
		display: none;
	}
}

/* Mobile Medium - 361px bis 430px */
@media (min-width: 361px) and (max-width: 430px) {
   .hero-1 {
    margin: 5px;
	padding-bottom: 0px;
  }
	.hero-2 {
		margin: 5px;
	}
	.ad-1 {
		margin: 5px;
	}
	.third-hero {
		margin: 5px;
	}
	.hero-icon{
		margin: 5px;
	}
		
		
  .footer {
    margin: 5px;
  }
  
  .footer-title p {
    font-size: 50px;
  }
  
  .footer-links a {
    font-size: 12px;
  }
  
  .footer-links {
    margin-bottom: 50px;
  }
  
  .logo img {
    width: 110px;
  }
  
  .footer-logo img {
    width: 150px;
  }
	.footer.kontakt{
		margin-top: 250px;
	}
  
  .nav-button img {
    width: 65px;
    padding-bottom: 30px;
  }
  
  .navbar {
    padding: 8px 12px;
  }
  
  .nav-links {
    font-size: 14px;
    gap: 10px;
    margin-top: 14px;
    margin-left: -8px;
  }
	.hero-button-first, .hero-button-second{
		margin-top: -20px;
	}

  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 170px;
  }
  
  .ad-text.home h1, .ad-text.ki h1, .ad-text.proxmox h1, .ad-text.schulung h1 {
    font-size: 50px;
    line-height: 1.1em;
    padding-top: 10px;
  }
  
  .ad-sub-2.home p, .ad-sub-2.ki p, .ad-sub-2.proxmox p, .ad-sub-2.schulung p {
    font-size: 20px;
    margin: 30px 0 0;
  }
  
  .nav-button {
    display: none;
  }
  
  .left-box-2 p {
    font-size: 35px;
  }
  
  .left-box-4 {
    font-size: 11px;
    flex-direction: column;
    gap: 10px;
  }
  
  .box-text-2, .box-text-4 {
    margin: 5px 0;
    margin-left: 0;
  }
  
  .box-text-3, .box-text-5 {
    margin-left: 0;
  }
  
  .innerbox-1 p {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  .innerbox-2 p {
    font-size: 16px;
    text-align: center;
  }
  
  .right-box p {
    font-size: 16px;
    text-align: center;
  }
  
  .datenzelt-section {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .left-box {
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .right-box {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
  
  .left-box-1 img {
    width: 200px;
  }
  
  .left-box-1 {
    padding-bottom: 50px;
  }
  
  .desktop-break {
    display: none;
  }
  
  .cta-section {
    margin-bottom: -30px;
  }

  /* KI-spezifische Anpassungen */
  .ki-section {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .ki-left-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .ki-right-box {
    max-width: 100%;
    text-align: center;
  }
  
  .ki-innerbox-1 p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ki-innerbox-2 p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  
  .ki-innerbox-3 p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ki-bullet {
    text-align: center;
  }
  
  .ki-bullet ul {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
  }
  
  .ki-bullet li {
    line-height: 1.5;
    margin-bottom: 8px;
  }

  /* Icon-Bereiche mit zentrierten Icons */
  .hero-icon {
    padding: 20px 0;
    min-height: auto;
  }
  
  .container-icon {
    padding: 0 15px;
  }
  
  .container-icon-2 {
    padding: 0 15px;
    margin-top: -50px;
  }
  
  .header-icon p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .text1-icon {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  
  .text1-icon p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  
  .icon-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  .icon-2-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  .icon-3-section {
    flex-direction: column;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  
  /* Icons zentriert Ã¼ber Ãœberschriften */
  .ki-innerbox-icon {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .ki-innerbox-icon p {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-left: 0;
    min-height: 60px;
    margin: 0;
  }
  
  /* Alle Icons zentriert positionieren */
  .ki-innerbox-icon p::before {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }

  /* Hero-3 rechtliche Herausforderungen */
  .hero-3 {
    padding: 20px 0;
    min-height: auto;
  }
  
  .container-3 {
    padding: 0 15px;
  }
  
  .header-3 p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .text-3 {
    margin-top: -10px;
  }
  
  .text-3 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }

  /* Hero-4 persÃ¶nliche Beratung */
  .hero-4 {
    min-height: auto;
    padding: 20px 0;
  }
  
  .container-4 {
    flex-direction: column;
    padding-right: 15px;
    margin-top: 0;
    gap: 20px;
  }
  
  .left-box-1-4, .right-box-1-4 {
    flex: none;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .innerbox-1-4 p {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .innerbox-2-4 img {
    width: 120px;
    height: auto;
  }
  
  .innerbox-2-5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .button-box {
    gap: 8px;
    justify-content: center;
  }
  
  .button-box svg, .button-box img {
    width: 50px;
    height: 50px;
  }
  
  .innerbox-3-4 img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  /* Allgemeine Anpassungen */
  body p {
    font-size: 16px;
  }
  
  .third-hero {
    padding-block: 20px;
  }
  
  .CTA-1 img {
    width: 100%;
    height: auto;
  }
  
  .second-hero {
    padding-block: 20px;
  }
  
  .cloud-section {
    padding: 0 15px;
  }
  
  .KI-Cloud img {
    max-width: 100%;
    height: auto;
  }

  /* Ad-Container Anpassungen */
  .ad-container {
    min-height: 50vh;
    padding: 20px 10px;
  }
  
  .ad {
    margin: 0 5px;
  }

  /* Responsive Text Anpassungen */
  .section-intro {
    min-height: auto;
    padding: 20px 10px;
  }
  
  .section-intro__title {
    font-size: 32px;
    text-align: center;
  }
  
  .section-intro__subtitle {
    font-size: 16px;
    text-align: center;
  }
  
  .section-feature {
    padding: 20px 10px;
  }
  
  .section-feature__container {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
  
  .section-feature__title {
    font-size: 28px;
    text-align: center;
  }
  
  .feature-list__item {
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
  }
  
  .feature-list__icon {
    width: 20px;
    height: 20px;
  }
 .ad-1 {
    background-image: url("../img/cloud-datenzelt-ki-mobile.svg");
    background-size: contain;
  }
  .ad-1.ad-y {
    background: #EBFD41 url("../img/ad-ki-mobile.svg") center / contain no-repeat;
	}
.hero-section-kontakt {
    position: relative;
    width: auto;
    height: auto;
    min-height: 120vh;
    display: block;
    justify-content: center;
  }
  .hero-div-kontakt {
  }
  .inner-kontakt-container {
    width: auto;
    display: block;
    margin-top: 20px;
	padding-top: 0px;
  }
  .kontakt-inner-left {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 50px;
  }

  .left-2 {
    padding-right: 40px;
  }

  .left-1 p {
    font-family: 'Poppins Semi';
    font-size: 30px;
  }

  .left-2 p {
    font-family: 'Roboto Light';
    font-size: 14px;
    text-align: left;
  }

  .kontakt-radio {
    margin-left: 43px;
    margin-top: 33px;
  }

  .kontakt-inner-right {
    border-radius: 40px;
    border: 4px solid #EDEDED;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	  margin-bottom: 30px;
  }
  .form-gorup-2 {
    margin-bottom: 15px;
    width: 60%;
    padding-right: 50px;
  }
  .form-group-2 input, .form-group-2 select {
    width: 75%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-top: 25px;
    margin-left: 35px;
  }
  .form-group-2 input:focus, .form-group-2 select:focus {
    width: 65%;
    outline: none;
  }

  .kontakt-inner-right .form-group-2 textarea {
    width: 75%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 12px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-right: 25px;
    margin-top: 25px;
    margin-left: 40px;
  }
  .form-privacy {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    width: 80%;
    font-family: 'Roboto Light';
    margin-left: 43px;
  }
  .send-button-container {
    display: flex;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .hero-section-schalter {
    display: none;
  }
	.section-feature__right {
		display: none;
	}
}
/* Mobile Small - bis 360px */
@media (max-width: 360px) {
  .first-hero, .hero-1 {
    margin: 3px;
  }
  
  .footer {
    margin: 3px;
  }
  
  .logo img {
    width: 100px;
  }
	.left-box-1 img {
		width: 200px;
	}
	.left-box-2{
		margin-top: 10px;
	}
  
  .nav-button img {
    width: 60px;
  }
  
  .navbar {
    padding: 8px 10px;
  }
  
  .nav-links {
    font-size: 9px;
    gap: 8px;
    margin-top: 8px;
    margin-left: -5px;
  }

  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 140px;
  }
  
  .ad-text.home h1 {
    font-size: 24px;
    line-height: 1.1em;
  }
  
  .ad-sub-2.home p {
    font-size: 18px;
    margin: 20px 0 0;
  }
  
  /* Footer responsive */
  .left-box-2 p {
    font-size: 50px;
  }
  
  .left-box-4 {
    font-size: 10px;
    flex-direction: column;
    gap: 8px;
  }
  
  /* Fourth-hero responsive */
  .innerbox-1 p {
    font-size: 18px;
  }
  
  .innerbox-2 p {
    font-size: 11px;
  }
  
  .right-box p {
    font-size: 11px;
  }
  
  .datenzelt-section {
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  
  .left-box {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  
  .right-box {
    max-width: 100%;
    margin-top: 0;
  }
}