/*------ Reset ------*/
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*------ Content ------*/
body {
	background:#fff;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
	text-align:center;
}
a {
	color:#333;
	text-decoration:none;
}
	a:hover {
		opacity:.7;
	}
@media (min-width: 480px) {
	body {
		color:#fff;
	}
	a {
		color:#fff;
	}
}
.wrapper {
}
	.container {
		margin:0 auto;
		max-width:1000px;
		padding:0 25px 25px;
	}
@media (min-width: 480px) {
	.wrapper {
		background:url(body.jpg) no-repeat center center;
		background-size:cover;
		min-height:100vh;
	}
}
.logo {
	color:#000;
	margin:0 auto;
	max-width:700px;
	padding-top:7%;
}
	.logo img {
		margin-bottom:15px;
	}
	.logo p {
		margin-bottom:35px;
	}
@media (min-width: 768px) {
	.logo img {
		margin:0;
		float:left;
	}
	.logo p {
		display:inline-block;
		font-size:26px;
		margin:0;
		text-align:left;
	}
}
.content {
	margin-bottom:35px;
	max-width:525px
}
		.content .text p {
			font-size:22px;
			font-weight:700;
			margin-bottom:5px;
		}
		.content .text li {
			font-size:17px;
			font-weight:700;
			margin-bottom:3px;
		}
			.content .text li a {
				padding-left:32px;
			}
				.content .text li.english a {
					background:url(english.png) no-repeat left 5px;
				}
				.content .text li.espanol a {
					background:url(espanol.png) no-repeat left 5px;
				}
				.content .text li.deutsch a {
					background:url(deutsch.png) no-repeat left 5px;
				}
				.content .text li.francais a {
					background:url(francais.png) no-repeat left 5px;
				}
@media (min-width: 480px) {
	.content {
		margin:27% auto 5%;
	}
		.content img {
			float:left;
			margin-right:25px;
		}
		.content .text {
			float:left;
			margin-top:75px;
			text-align:left;
		}
			.content .text p,
			.content .text li {
				font-weight:800;
				text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
			}
}
.footer {
	font-size:11px;
}
@media (min-width: 480px) {
	.footer {
		font-size:12px;
		font-weight:800;
	}

}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* ie 6/7 */
}
/********  it-group  ***********/

#imgrotada{
transform:rotate(-5deg);
-ms-transform:rotate(-5deg); /* IE 9 */
-webkit-transform:rotate(-5deg); /* Opera, Chrome, and Safari */
}

/*******************/