/*
Theme Name: La Prairie UV
Text Domain: lapraerie
Version: 1.0
Screenshot: screenshot.png
*/


/*RESET
---------------------------------------------------------*/
* { 
	margin:0;
	padding:0;
	box-sizing: border-box;
}

html {
-webkit-text-size-adjust: none;
}


/*---------------------------------------------------------
Allgemeines
---------------------------------------------------------*/

/*Gesamte Seite 
---------------------------------------------------------*/
body {
	font-family: 'PT Sans', Verdana, sans-serif;
	background: white;
	font-size:18px;
	line-height:1.4;
}

img {
	max-width:100%;
	height:auto;
	display: block;
}