@media only screen and (min-width: 20px){

	.dialog,
	.dialog__overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.dialog {
		position: fixed;
		display: -webkit-flex;
		display: none;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		pointer-events: none;
		z-index:999999999999;
	}
	
	.dialog__overlay {
		position: absolute;
		z-index: 9999999999;
		background: rgba(55, 58, 71, 0.9);
		opacity: 0;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		-webkit-backface-visibility: hidden;
	}
	
	.dialog--open .dialog__overlay {
		opacity: 1;
		pointer-events: auto;
	}
	
	.dialog__content {
		width: 600px;
		height:492px;
		max-width: 600px;
		background: #fff;
		padding: 4em 1em 2.5em 1em;
		text-align: center;
		position: relative;
		z-index: 9999999999999;
		opacity: 0;
		background-image:url(../images/weihnachten.png);
		background-size:contain;
		background-repeat:no-repeat;
		background-position:top center;
	}
	
	
	.dialog--open .dialog__content {
		pointer-events: auto;
	}
	
	/* Content */
	.dialog h2 {
		margin: 0;
		font-weight: 400;
		font-size: 1.4em;
		padding: 5em 0 2em;
		margin: 0;
		text-transform:none;
		color:#575556;
	}

}


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

	.dialog,
	.dialog__overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.dialog {
		position: fixed;
		display: -webkit-flex;
		display: none;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		pointer-events: none;
		z-index:999999999999;
	}
	
	.dialog__overlay {
		position: absolute;
		z-index: 9999999999;
		background: rgba(55, 58, 71, 0.9);
		opacity: 0;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		-webkit-backface-visibility: hidden;
	}
	
	.dialog--open .dialog__overlay {
		opacity: 1;
		pointer-events: auto;
	}
	
	.dialog__content {
		width: 50%;
		max-width: 560px;
		min-width: 290px;
		background: #fff;
		padding: 4em 4em 2.5em 4em;
		text-align: center;
		position: relative;
		z-index: 9999999999999;
		opacity: 0;
		background-image:url(../images/popup_eckhardt.png);
		background-size:contain;
		background-repeat:no-repeat;
		background-position:top center;
	}
	
	.dialog--open .dialog__content {
		pointer-events: auto;
	}
	
	/* Content */
	.dialog h2 {
		margin: 0;
		font-weight: 400;
		font-size: 1.4em;
		padding: 8.5em 0 2em;
		margin: 0;
		text-transform:none;
		color:#575556;
	}

}
	


@media only screen and (min-width: 750px){

.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	z-index:999999999999;
}

.dialog__overlay {
	position: absolute;
	z-index: 9999999999;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog__content {
	width: 600px;
		height:492px;
		max-width: 600px;
		background: #fff;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 9999999999999;
		opacity: 0;
		background-image:url(../images/stellenanzeige_popup.png);
		background-size:contain;
		background-repeat:no-repeat;
		background-position:top center;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}

/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 1.4em;
	padding: 13em 0 2em;
	margin: 0;
	text-transform:none;
	color:#575556;
}

}