

/* --- Stylesheet 5273 () --------- */ 

/* Responsive liegt hier, damit es nur bei Oberstdorf / Alpininfo ausgeführt wird nicht bei dem Include für Gastgeber */
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#wege h3 { font-size: 28px !important; }
	#wege .figure .digit { font-size: 55px !important; }
	#wege .table h4 { font-size: 16px !important; }

}

@media all and (min-width: 768px) and (max-width:1023px) {
	#wege { width: 100% !important; max-width: 800px !important; }
	#wege .infotext2 { width: 320px !important;  }
	#wege h3 { font-size: 26px!important; }
	#wege .figure .digit { font-size: 50px !important; }
	#wege table { width: 320px !important; }
	#wege .table h4 { font-size: 15px !important; }
	
	#wege .leftcol {
		width: 48% !important;
		margin: 0 4% 0 0 !important;
	}

	#wege .rightcol { width: 48% !important; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	#wege { width: auto !important; margin: 0px 20px !important;  }
	#wege .infotext2 { width: auto !important; font-size: 12px !important; line-height: 1.2 !important; }
	#wege h3 { font-size: 24px!important; }
	#wege .figure .digit { font-size: 45px !important; }
	#wege table { width: auto !important; }
	#wege .table h4 { font-size: 14px !important; }

	#wege .leftcol, #wege .rightcol { width: auto !important; float: none !important; }
}

@media all and (max-width: 567px) {
	#wege { width: auto !important; margin: 0px 10px !important; }
	#wege .infotext2 { width: auto !important; font-size: 12px !important; line-height: 1.2 !important; }
	#wege h3 { font-size: 22px!important; }
	#wege .figure .digit { font-size: 40px !important; }
	#wege table { width: auto !important; }
	#wege .table h4 { font-size: 14px !important; }

	#wege .leftcol, #wege .rightcol {  width: auto !important; float: none !important; }
}

