/*
Theme Name: Hello Elementor Child
Description: Child Theme for hello-elementor
Template: hello-elementor
*/

@import url("./css/ki_style.css");

@import url("./css/ch_style.css");

@import url("./css/ja_style.css");

@import url("./css/mh_style.css");

@import url("./css/ti_style.css");


/*delete this start*/

.page-id-3633 #wpadminbar,
.page-id-3633 .elementor-location-header,
.page-id-3633 footer,
.page-id-3633 .grecaptcha-badge,
.page-id-3633 .cc-revoke{
	display: none;
}
.page-id-3633 {
	margin-top: -32px;
	overflow: hidden;
}


.sprechblasen-spalte-rechts > div > div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.unten-rechts {
  background-image: url('https://www.quantumfrog.de/wp-content/uploads/2022/02/speechbubble01.png');
  padding-bottom: 15%;
}

.oben-rechts {
  background-image: url('https://www.quantumfrog.de/wp-content/uploads/2022/02/speechbubble02.png');
  padding-top: 15%;
}

.sprechblase {
  background-position: center; 
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  animation: wiggle 5s infinite;
}

.sprechblase > div,
.sprechblase > div > div, 
.sprechblase > div > div > div,
.sprechblase > div > div > div > span {
	height: 100%;
	width: 100%;

}

.sprechblase > div > div > div > span {
	background-color: transparent !important; 
	box-shadow: none !important;
	color: black !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em !important;
}

.popup-section-main {
	background-color: rgba(0,0,0,0.7);
	font-size: 1.25em;
	border-radius: 100px;
	border: 3px dotted grey;
}

.popup-section-one,
.popup-section-two, 
.popup-section-three {
	color: white !important;
}

.popup-section-two, 
.popup-section-three {
	display: none;
}

.load-more-button-wrapper{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.load-more-button {
	display: inline-block;
	text-align: center;
	line-height: 2.5em;
	width: 50%;
	background: linear-gradient(to left top, grey, white);
	color: black;
	border-radius: 10px;
	
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
/*delete this end*/