
@media only screen and (min-width: 768px) {
	body {
		max-width: 768px !important;
		margin: 0 auto !important;
	}
}

body {
	margin: 0;
	background-color: #ffffff;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	color: #212121;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	word-wrap: break-word;
}

h1 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
}

h2 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
}

h3 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	color: #6cbd45;
	display: block;
	margin: 0;
	padding: 0;
}

a, a:visited, a:active, a:hover {
	color: #212121;
	text-decoration: underline;
}

p {
	margin: 0;
}

.icon {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: block;
	background-color: #6cbd45;
	color: #ffffff;
	margin: 0 auto;
}

.icon_big {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	display: block;
	background-color: #6cbd45;
	color: #ffffff;
	margin: 0 auto;
}

.header {
}

.logo {
	margin: 32px;
}

.logo > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 256px;
	display: block;
	margin: 0 auto;
}

.lang {
	margin: 32px;
}

.lang img {
	width: 24px;
	height: 24px;
	margin: 0 8px;
}

.photo {
	position: relative;
	overflow: hidden;
}

.photo > img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.zoom {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.zoom .icon {
}

.heading {
	padding: 32px;
	background-color: #6cbd45;
	overflow: hidden;
}

.heading > h1 {
}

.heading > h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}

.heading h1 + h2 {
	margin-top: 8px;
}

.content {
	margin: 0;
	padding: 0;
	background-color: #ccff99;
	color: #212121;
}

.disclaimer {
	padding: 32px 32px 0 32px;
	overflow: hidden;
}

.disclaimer > h2 {
	color: #6cbd45;
}

.section {
	padding: 32px;
	overflow: hidden;
}

.section:first-child {
}

.section:last-child {
}

.section + .section {
	border-top: 2px solid #ffffff;
}

.section .icon {
}

.section .icon + h3 {
	margin-top: 8px;
}

.section > h3 {
}

.section > h3 + p {
	margin-top: 8px;
}

#Attachment.section {
	border-top: 2px solid #ffffff;
}

.box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box > .heading {
	padding: 16px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background-color: #6cbd45;
}

.box > .heading > h1 {
	font-size: 18px;
	color: #ffffff;
}

.box > .content {
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background-color: #b2de85;
	color: #212121;
}

.box > .content > .section {
	padding: 16px;
}

.box > .content > .section:first-child {
}

.box > .content > .section:last-child {
}

.box > .content > .section + .section {
	border-top: 2px solid #ffffff;
}

.box > .content > .section > .icon {
	background-color: #6cbd45;
}

.box > .content > .section > .icon + a > h3 {
	margin-top: 8px;
}

.box > .content > .section h3 {
	color: #6cbd45;
}

.calendar {
	margin: 16px 0 0 0;
	padding: 2px;
	background-color: #ffffff;
}

.calendar > [class|=row] {
	height: 24px;
}

.calendar > [class|=row] + [class|=row] {
	margin-top: 2px;
}

.calendar > [class|=row] > [class|=cell] {
	display: -moz-inline-stack;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
}

.calendar > [class|=row] > [class|=cell] + [class|=cell] {
	padding-left: 2px;
}

.calendar > [class|=row] > [class|=cell] .button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 24px;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
}

.calendar > [class|=row] > .cell-on > .button {
	background-color: #ffa500;
	color: #ffffff;
	font-weight: bold;
}

.calendar > [class|=row] > .cell-off > .button {
	background-color: #cccccc;
	color: #ffffff;
}

.footer {
	font-size: 12px;
}

.footer h3 {
	font-size: 14px;
	color: #212121;
}

.footer > div {
	padding: 32px;
}

.footer > div + div {
	padding-top: 0;
}

.footer > div:first-child {
}

.footer > div:last-child {
}

.hint > .inline-block {
	padding: 16px 0;
}

.inline-block {
	display: inline-block;
}

.inline-block +.inline-block {
	margin-left: 32px;
}

.hint .icon_big {
}

.hint .icon_big + h3 {
	margin-top: 8px;
}

.contact_form form {
	margin: 16px auto 0 auto;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.contact_form label {
	font-weight: bold;
	line-height: 1;
}

.contact_form input + label, .contact_form textarea + label {
	display: inline-block;
	margin: 16px 0 0 0;
}

.contact_form em {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.contact_form em.error, .contact_form form em {
	color: #ff0000;
}

.contact_form div.error {
	margin: 16px 0 0 0;
}

input[type=text], select, textarea {
	width: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	margin: 4px 0 0 0;
	resize: vertical;
	font-family: inherit;
	font-size: inherit;
	vertical-align: top;
	min-height: 24px;
}

input[type=submit] {
	padding: 8px 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: block;
	background-color: #6cbd45;
	color: #ffffff;
	margin: 16px auto 0 auto;
	border: none;
	font-family: inherit;
	font-size: inherit;
	height: 32px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.eduli {
	font-style: italic;
}

.credits {
	color: #757575;
}