/* ====================================================== */
/* atavolo 2 - Online Reservierungsmanager */
/* ------------------------------------------------------ */
/* RESPONSIVE WEB CSS - Datei */
/* ====================================================== */

@charset "UTF-8"; 

iframe#atavolo-web {
	max-width:100%;
	width:744px;
}

iframe#atavolo-web-event {
	height:610px;
}

/* ====================================================== */
/* Breite kleiner als 1024 Pixel */
/* ====================================================== */
@media only screen and (max-width: 1024px) { 
	iframe#atavolo-web {
		width:320px !important;
		height:1050px !important; 
	}
}

/* ====================================================== */
/* Breite kleiner als 800 Pixel */
/* ====================================================== */
@media only screen and (max-width: 800px) { 
	iframe#atavolo-web-event {
		width:320px !important;
	}
}