/* ###########
 * STARTSEITE
 * #########  */


.ai-generated{
	width:150px;
	position:fixed;
	right:2rem;
	bottom:6rem;
}
.ai-generated-mobil {
    position: absolute;
    width: 150px;
    right: 0rem;
    top: 37vh;
    z-index: 1;
	opacity: 1;
	transition: opacity 0.5s
}
.ai-generated-hide {
    display:none !important;
	opacity: 0;

}




h2{
	font-size:4.0rem !important;
	line-height:4.8rem !important;
	margin-left:-3px;
}
h1{
	margin-left:-3px;
}
.bewertung-start .w-image img {
    width: 60%;
}
.trusted-icons div .wpb_wrapper{
	display:flex;
  width:100%;
	justify-content:flex-start;
  gap:50px;
}
.trusted-icons div .wpb_wrapper .w-image{
	height:125px;
}



#side-effekt{
	margin-top:-80px;
}

/* STARTSEITE FIRST BLOCK */
.coeo-group-start-spacer{
	height:25vh !important;
}



#start-element {
  background-image: url("/wp-content/uploads/2025/10/Header-HG-Laptop.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Ultrawide Monitore */
@media (min-aspect-ratio: 21/9) {
  #start-element {
    background-image: url("/wp-content/uploads/2025/10/Header-HG-Ultra-Wide.webp");
  }
}

/* Mobile */
@media (max-width: 900px) {
  #start-element {
    background-image: url("/wp-content/uploads/2025/10/Header-HG-Smartphone.webp");
  }
}

.person-start {
    position: fixed;
    height: 93vh !important;
    top: 7vh !important;
    width: auto !important;
    right: 5vw !important;
}
.kreisflaeche {
	  position: fixed;
    display: block;
    z-index: 1;
  	width:100vw !important;
	  height:auto;
    top: -27vh ;
    left: 0 !important;
	  transform-origin: 0% 0%;
}
.kreisflaeche div img{
	object-fit: cover;
}

@media only screen and (max-width:1599px){
	.person-start {
    right: 0vw !important;
}
.kreisflaeche {
    top: -12vh ;
	transform: scale(1.1);
}	
}
@media only screen and (max-width:1299px){
.kreisflaeche {
    top: -12vh ;
		transform: scale(1.3);
}	
		.person-start {
    right: -6vw !important;
}
}
.logo-kunde {
    height: 50px !important;
	margin-right: 7rem;
	width:auto;
}

.logo-kunde img {
    transition: opacity 0.3s ease;
	object-fit: contain  !important; 
	width:auto;
}
.logo-kunde:hover img {
	object-fit: contain  !important; 
    display: block;
    opacity: 0;
}




/* ### WE are READY TO ### */
    .scroll-page {
      height: calc(300vh - 20px); 
    }
.sticky-wrapper {
	position:sticky;
	top:0;
      height: 100vh;
      overflow: hidden;
    }
    .fake-horizontal {
      position: relative;
      width: 100vw;
      height: 100vh;
    }
    .layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }
    .layer-yellow {
      background: linear-gradient(to top right, #298FC2, #48A9C5);
      z-index: 1;
    }
    .layer-green {
      background-color: #fff;
      z-index: 2;
      clip-path: inset(0 0 0 100%); /* ANFANG: von links weggeschnitten */
    }
.svg-wrapper {
  position: relative;  /* Bezugspunkt für den Button */
  display: inline-block; /* passt sich an die Bildgröße an */
}
    .svg {
      width: 90vw;
		max-width:1000px;
			margin-top:15vh;
      height: auto;
			display: block;
    }
/* ### send-us-mail BUTTON  ###  */
.send-us-mail {
  position: absolute;
  bottom: 0rem; 
  right: 0.5rem;  
  z-index: 1001;
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: auto;
	font-weight:600;
}
.send-us-mail a{
	color:#333;
}
.send-us-mail a:hover{
	color:#298fc2;
}
.send-us-mail.einblenden {
  transform: translateY(0);
  opacity: 1;
}
.send-us-mail a img {
  display: inline-block;
  transition: transform 0.3s ease;
}
.send-us-mail img {
  width: 40px;
  height: 40px;
  object-fit: contain;  
	transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.send-us-mail a:hover img {
  transform: rotate(45deg) scale(1.15); 
}









/* ## START KARTE ## */
.company-karte{
	position:absolute;
	width:50vw;
	max-width:800px;
	bottom:0 ;
	will-change: transform;
	z-index:99;
}
.company-karte-mobil {
  display: none;
}
.do-value-karte{
	width:130px !important;
}
#karte-container{
	position: relative; 
	margin-top: -5rem;
    margin-bottom: 5rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background: linear-gradient(
    to bottom,
    white 0%,
    white 27%,        /* oberes Fünftel weiß */
    transparent 27%,
    transparent 73%,  /* mittlere 60% durchsichtig, da legen wir gleich den zweiten Gradient drunter */
    white 73%,
    white 100%        /* unteres Fünftel weiß */
  ),
  linear-gradient(
    to right,
    #f7f7f7 0%,
    #f7f7f7 78%,      /* linke 3/4 grau */
    transparent 78%,
    transparent 100%      /* rechte 1/4 blau */
  ),
	linear-gradient(
    to top right,
		transparent 0%,
      rgba(41, 143, 194, 1) 78%,
      rgba(72, 169, 197, 1) 100%
  );
}
svg#Countries path{
	fill: #eaeaea;
	    cursor: pointer;
    transition: fill 0.3s;
}

svg#Countries path#NOR,
svg#Countries path#FIN,
svg#Countries path#DE,
svg#Countries path#SE,
svg#Countries path#UK,
svg#Countries path#NL,
svg#Countries path#BE,
svg#Countries path#AT,
svg#Countries path#CH{
    fill: #333;
  }
svg#Countries path#IT,
svg#Countries path#ES,
svg#Countries path#DK{
	fill: #aaaaaa;
}

svg#Countries path#NOR.selected,
svg#Countries path#FIN.selected,
svg#Countries path#DE.selected,
svg#Countries path#IT.selected,
svg#Countries path#ES.selected,
svg#Countries path#DK.selected,
svg#Countries path#SE.selected,
svg#Countries path#UK.selected,
svg#Countries path#NL.selected,
svg#Countries path#BE.selected,
svg#Countries path#AT.selected,
svg#Countries path#CH.selected,
svg#Countries path#NOR:hover,
svg#Countries path#FIN:hover,
svg#Countries path#DE:hover,
svg#Countries path#IT:hover,
svg#Countries path#ES:hover,
svg#Countries path#DK:hover,
svg#Countries path#SE:hover,
svg#Countries path#UK:hover,
svg#Countries path#NL:hover,
svg#Countries path#BE:hover,
svg#Countries path#AT:hover,
svg#Countries path#CH:hover{
    fill: #298fc2;
  }

svg#Countries path#PT {
    fill: transparent;
  }
svg#Countries path#PT.selected,
svg#Countries path#PT:hover {
    fill: #007cba !important;
	opacity:1;
  }


 /* Info-Divs */
.infokarte {
  display: none !important;
  transition: opacity 0.3s ease;
  opacity: 0;
	position:absolute;
	top: 50%;  
  left: 0; 
  transform: translateY(-50%);
}
#karte-container div div div div .wpb_wrapper{
	  position: relative;    /* Bezugspunkt für absolute-div */
  width: 1000px;
  height: 100%; 
}
/* Aktive Infokarte einblenden */
.infokarte.active {
  display: block !important;
  opacity: 1;
}
.infokarte-zahl{
	color:#333;
	font-weight:700;
	font-size:1.3rem;
	display:inline-block;
	margin-bottom:0.7rem;
}
.infokarte-headline {
    font-size: 2.3rem !important;
    line-height: normal !important;
	margin-bottom:1.5rem !important;
}
.headquarter{
	font-size:1rem;
}





/* #### STARTSEITE HEADLINES */
.headline-hochschieben-001{
	margin-top: -29px;
}
.headline-hochschieben-002{
	margin-top: -21px;
}
.headline-hochschieben-003{
	margin-top: -21px;
}
.headline-hochschieben-004{
	margin-top: -21px;
}
.tech-unterzeile{
	margin-top:50px;
	margin-bottom:-15px !important;
	font-size:1.2rem !important;
	display:block;
}



.start-text{
	position:relative;
	z-index:10;
}


/* FAKTEN HORIZIONTAL SCROLL */
.fakten-horiz{
	position:relative;
	z-index:10;
	display:flex;
	flex-direction: row;
	justify-content: center;
	width:90vw;
	margin:0 auto 0  auto;
	  /* Start rechts außerhalb des Bildschirms */
  margin-left: 30vw; 
}
@media (max-width: 2100px) {
.fakten-horiz {
    justify-content: space-evenly;
}
}
.fakten-item{
	width:20%;
}
.fakten-item h2 {
    font-size: 2.3rem !important;
    line-height: normal !important;
}
.fakten-item img{
		width:70px;
	margin-bottom:-30px;
}	


/*  STARTSEITE Zertifikate */
.startseite-do-value-logo{
	width:290px;
	margin-bottom:25px;
}
.startseite-zertifikate{
	padding: 0px 15rem;
	display:flex;
	justify-content:space-around;	
	flex-direction: row;
	align-items: flex-start;
	gap:6rem;
	align-items:center;
}
.startseite-zertifikate img{
	width:auto;
}
.zertifikat-mwe{
	height:120px;
}
.zertifikat-medal{
	height:150px;
}
.zertifikat-ai{
	height:100px;
}
.zertifikat-fintech{
	height:170px;
}
.zertifikat-diind{
	height:130px;
}
.startseite-zertifikate h2{
	padding-top:0px;
}
@media (max-width: 2000px) {
.startseite-zertifikate{
	padding: 0px 2rem;
}}
@media (max-width: 1560px) {
.startseite-zertifikate{
	gap:1rem;
}}
@media (max-width: 1250px) {
.zertifikat-mwe{
	height:80px;
}
.zertifikat-medal{
	height:100px;
}
.zertifikat-ai{
	height:50px;
}
.zertifikat-fintech{
	height:120px;
}
.zertifikat-diind{
	height:80px;
}}




/* Newsbereich Übersicht */
.coeo-start-news-wrapper{
}
.coeo-start-news-beitragsbild{
	width: 100%;
  aspect-ratio: 16 / 9;
}
.coeo-start-news-beitragsbild img, .beitragsbild img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: center; 
	  display: block;
}
.coeo-start-news-read-more a.w-text-h{
	color:#333 !important;
}
.coeo-start-news-title{
	height:100%;
	display:block;
	overflow:hidden;
	margin-bottom:0px !important;
}
.coeo-start-news-kasten{
	border: 1px solid #333;
	border-top:none;
	min-height: 275px;
    max-height: 275px;
	padding: 11% 9% 11% 11%;
}
.coeo-start-news-trenner{
	height:30px;
}
.coeo-start-news-read-more{
	position: absolute;
    bottom: 30px;
}
.coeo-start-news-read-more a{
	text-decoration:none;
}
.kategorie-wrapper {
    justify-content: space-between;
}
.category-icon {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 3px 0px 0px 0px;
}
.category-icon img {
    width: 100%;
    height: 100%;
}


@media (max-width: 1400px) {
    #karte-container{
		min-height: 75vh;
}
	.company-karte{
	width:60vw;
	bottom:-25px ;

}
}




@media only screen and (max-width:1000px) {
	
/* ### STARTSEITE ### */	
	h2{
		font-size:2.7rem  !important;
		line-height:3.1rem !important;
	}
.kreisflaeche-mobil { 
	width: 100%; 
	height: auto; 
	max-width: 750px; 
	max-height: 750px; 
	transform-origin: center center; 
	aspect-ratio: 1; 
	border-radius: 50%; 
	margin-left: 10vw;
	overflow: hidden; 
	margin-bottom:25px;
} 
	.kreisflaeche-mobil #kreis-image { 
		margin-top: 24%; 
		margin-left:19%; 
		max-width: 70%; 
		height: auto; 
		transform-origin: center center; 
}
.kreisflaeche-mobil	.bg-img{
		display:block;
		aspect-ratio: 1; 
		width:100%;
		height:100%;
		position:absolute;
	  object-fit:cover;
		z-index:-1;
		top:0;
	transform-origin: center center; 
	}
	.start-text h1{
		margin-bottom:-25px !important;
		font-size:3.0rem;
	}		
	
.person-start {
    position: absolute;
    height: 65vh !important;
    top: -50vh !important;
    width: auto !important;
    right: -15vw !important;
    transform-origin: top right;
}
.start-text {
    position: relative;
    z-index: 10;
    -6vh 0 6vh 0 !important
}
.coeo-group-start-spacer{
height:3vh !important;
}
#start-element {
    justify-content: flex-end;
	background-image:none;
    padding-bottom: 0rem;
    min-height: 80vh !important;
}
.start-text .vc_column_container{
		 width:90%;
}
.coeo-start-news-kasten{
		padding: 7% 8% 7% 7%;
	}
.fakten-horiz{
	flex-wrap: wrap;
	gap:20px;
	justify-content:center;
}
#side-effekt {
    margin-top: 0px;
}
.fakten-item{
	width:40%;
	margin-bottom:20px;
}
.fakten-item h2 {
    font-size: 1.7rem !important;
	margin-top:10px;
}
.scroll-circle-wrapper{
	justify-content: flex-start !important;
	min-height:95vh !important;
}
.scroll-circle {
    top: 69vh !important;
    left: 50vw !important;
    width: 88% !important;
}
	.trusted-icons-mobil{
		flex-wrap:nowrap !important;
	}
	.bewertung-start{
		display:flex !important;
		justify-content:flex-start;
		gap:2rem;
	}
	.bewertung-start .w-image img{
		width:90% !important;
	}
	.driven-by{
		margin-left:1.5rem;
	}
.startseite-zertifikate-mobil {
    flex-wrap: nowrap !important;
	justify-content:flex-start;
	gap:1.6rem;
}
	.startseite-zertifikate-mobil img {
  width: auto;
  height: 56px !important;
}
.startseite-zertifikate {
        padding: 0px 1.5rem;
    }

.svg {
	max-width: 700px;
	}
.send-us-mail {
	bottom: -2rem;
	}
	.owl-carousel .owl-item{
	height: 50px !important;
	max-height:50px !important;
	width:auto !important;
}	
.logo-kunde {
	margin-right: 3rem;
	height:100% !important;
}
	
}

@media only screen and (max-width: 1000px) {
.company-karte {
    display: none;
}
#karte-container{
	background: #f7f7f7  !important;
    min-height: 36vh;
    margin-top: 0rem;
    margin-bottom: 18vh;	
}
.company-karte-mobil {
    display: block;
    width: 80vw;
    margin-left: -20vw;
    margin-bottom: 5vh;
    margin-top: -20vh;
}
.infokarte {
    position: relative;
    top: 58%;
    transform: translateY(-50%);
}
}  /* MOBIL */	


@media only screen and (max-width: 700px) {

#karte-container{
	background: #f7f7f7  !important;
    min-height: 36vh;
    margin-top: 0rem;
    margin-bottom: 18vh;	
}
.company-karte-mobil {
    display: block;
    width: 70vw;
    margin-left: -20vw;
    margin-bottom: 10vh;
    margin-top: -22vh;
}
.infokarte {
    position: relative;
    top: 57%;
    transform: translateY(-50%);
}	
}  /* MOBIL */	

@media only screen and (max-width: 560px) {

#karte-container{
	background: #f7f7f7  !important;
    min-height: 36vh;
    margin-top: 0rem;
    margin-bottom: 18vh;	
}
.company-karte-mobil {
    display: block;
    width: 65vw;
    margin-left: -17vw;
    margin-bottom: 8vh;
    margin-top: -15vh;
}
.infokarte {
    position: relative;
    top: 57%;
    transform: translateY(-50%);
}	
}  /* MOBIL */	