.qca-notification {
	display: block;
    opacity: 0;
	width: 95%;
	color: white;
	position: fixed;
	transform: translate3d(-50%, 0, 9999990px);
	z-index: 9999999;
	left: 50%;
	text-align: center;
	padding: 13px;
	border-radius: 7px;
    font-size: 15px;
    word-break: break-all;
}

/* Small - Pop-Up-Breite 490px */
@media screen and (min-width: 525px)  { /*and (max-width: 783px)*/

	.qca-notification {
		width: 90%;
	}
}

/* Wordpress Medium - Wordpress Menü links 90px Breit */
@media screen and (min-width: 784px) { /* and (max-width: 960px) */
 
	.qca-notification {
		width: calc(90% - 90px);
		left: calc(45px + 50%);
		max-width: 487px;
	}

}

/* Wordpress Large - Wordpress Menü links 160px Breit */
@media screen and (min-width: 961px){

	.qca-notification {
		width: calc(90% - 160px);
		left: calc(80px + 50%);
		max-width: 530px;
	}
}

/* XL - Pop-Up-Breite 880px */
@media screen and (min-width: 1175px){
	
	.qca-notification {
		max-width: 1200px;
	}

}