@charset "utf-8";
/* copyright 2023 webQ GmbH */
.headerImage, .headerBubbles, .img-wrapper{
	position: relative;
}
.headerImage, .headerBubbles{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.headerImage{
	z-index:0;
	/*margin-top: -4em;   rz 18.07.2024 */
	background: rgb(0,73,148);
	/*background: linear-gradient(0deg, rgba(0,73,148,1) 0%, rgba(0,158,227,1) 40%, rgba(110,196,234,1) 90%);*/
	background: linear-gradient(#9EE2FF 0%, #009FE3 40%, #003888 90%);
	/*background: radial-gradient(#ffffff 15%, #009FE3 70%, #003888 100%);*/
	position: relative;
}
.headerBubbles {
	z-index: 1;
	display: grid;
	grid-template: auto auto auto / 33% 33% 33%;
}
.img-wrapper{
	/*min-height: 500px;*/
	min-height: 460px;
}
div.headerBubbles>div.img-wrapper>div.imgBubble{
	position: absolute;
	max-width: 650px;
}
div.headerBubbles>div.img-wrapper>div.imgBubble>img{
	border-radius: 50%;
	width: 650px;
	height: auto;
}
div.headerBubbles>div.img-wrapper:first-child>div.imgBubble{
	width: 80%;
	min-width: 350px;
	top: -8%;
	left: -10%;
}
div.headerBubbles>div.img-wrapper:nth-child(2)>div.imgBubble{
	width: 30%;	
	min-width: 200px;
	top: 10%;
	left: 0;
}
div.headerBubbles>div.img-wrapper:nth-child(3)>div.imgBubble{
	width: 45%;
	min-width: 250px;
	top: -2%;
	left: -40%;
}
div.headerBubbles>div.img-wrapper:nth-child(4)>div.imgBubble{
	width: 60%;
	min-width: 300px;
	top: 5%;
	right: 1em;
}
div.headerBubbles>div.img-wrapper:nth-child(5)>div.imgBubble:first-child{
	width: 35%;
	min-width: 200px;
	top: 55%;
  	right: 45%;
}
div.headerBubbles>div.img-wrapper:nth-child(5)>div.imgBubble:nth-child(2){
	width: 30%;
	min-width: 200px;
	top: 40%;
	right: -5em;
}
div.headerBubbles>div.img-wrapper:nth-child(6)>div.imgBubble{
	width: 80%;
	min-width: 350px;
	top: -50%;
	right: -90px;
}
.headerText {
	position: absolute;
  	top: 500px;
  	left: 50%;
  	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	color: #fff;
}
.headerText p, .headerText h1 {
	text-align: center;
	color: #fff;
}
.headerText h1 {
	margin: 0;
}
.headerText p {
	font-size: 1.5em;
}
.headerLogo {
	width: 400px;
	border-radius: 50%;
	/*background-color: #fff;*/
}
#canvas1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width: 1080px){
	.headerBubbles{
		grid-template: auto auto / 50% 50%;
	}
	.img-wrapper{
		min-height: 400px;
	}
	div.headerBubbles>div.img-wrapper:first-child>div.imgBubble{
		width: 75%;
		min-width: 350px;
		top: -2em;
		left: -3em;
	}
	div.headerBubbles>div.img-wrapper:nth-child(2)>div.imgBubble{
		width: 45%;
		min-width: 150px;
  		top: 20%;
  		left: 8em;
	}
	div.headerBubbles>div.img-wrapper:nth-child(3), div.headerBubbles>div.img-wrapper:nth-child(3)>div.imgBubble, div.headerBubbles>div.img-wrapper:nth-child(4), div.headerBubbles>div.img-wrapper:nth-child(4)>div.imgBubble{
		display: none;
	} 
	div.headerBubbles>div.img-wrapper:nth-child(5)>div.imgBubble:first-child{
		width: 30%;
		min-width: 150px;
		top: 55%;
    	left: 45%;
	}
	div.headerBubbles>div.img-wrapper:nth-child(5)>div.imgBubble:nth-child(2){
		width: 40%;
		min-width: 150px;
		top: 5%;
		left: 5%;
	}
	div.headerBubbles>div.img-wrapper:nth-child(6)>div.imgBubble{
		width: 75%;
		min-width: 350px;
		top: 0;
	}
	.headerText {
		top: 410px;
	}
	.headerText p {
		font-size: 1.15em;
		padding: 0 1em;
	}
	.headerLogo {
		width: 335px;
	}
}
@media only screen and (max-width: 780px){
	div.headerBubbles>div.img-wrapper:first-child>div.imgBubble{
		width: 65%;
		min-width: 300px;
	}
	div.headerBubbles>div.img-wrapper:nth-child(6)>div.imgBubble{
		width: 65%;
		min-width: 300px;
		top: 55px;
	}
	 div.headerBubbles > div.img-wrapper:nth-child(5) > div.imgBubble:nth-child(2) {
		top: 17%;
	  }
}
@media only screen and (max-width: 460px){
	.headerBubbles{
		grid-template: auto / 100%;
		overflow-y: hidden;
	}
	.img-wrapper{
		min-height: 350px;
	}
	div.headerBubbles>div.img-wrapper:nth-child(2), div.headerBubbles>div.img-wrapper:nth-child(2)>div.imgBubble{
		display: none;
	}
	div.headerBubbles>div.img-wrapper:first-child>div.imgBubble{
		width: 65%;
		max-width:350px;
		min-width: 250px;
		top: -2em;
		left: -3em;
	}
	div.headerBubbles>div.img-wrapper:nth-child(5){
		grid-row: 3;
	}
	div.headerBubbles>div.img-wrapper:nth-child(5)>div.imgBubble:first-child{
		width: 40%;
		max-width: 150px;
		min-width: 100px;
		top: 45%;
    	left: 5em;
	}
	div.headerBubbles>div.img-wrapper:nth-child(5)>div.imgBubble:nth-child(2){
		width: 40%;
		max-width: 150px;
		min-width: 100px;
		top: -55%;
    	right: 15em;;
	}
	div.headerBubbles>div.img-wrapper:nth-child(6){
		grid-row: 2;
	}
	div.headerBubbles>div.img-wrapper:nth-child(6)>div.imgBubble{
		width: 65%;
		max-width:350px;
		min-width: 250px;
		top: 70%;
		right: -2em;
	}
	.headerText {
		width: 60%;
		top: 360px;
	}
	.headerLogo {
		width: 350px;
	}
}