/* CSS Document */
@charset "iso-8859-2"; 

html {
	/* background: url("logo.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed; */
}

body {
	margin: 0;
	padding: 0;
}
h2 {
	font-family: ZonaProBold;
	color: rgb(73,86,119);
}
p {
	font-family: ZonaProBold;
}
@font-face {
    font-family: ZonaProBold;
    src: url(font/ZonaPro-Bold.woff);
}

@font-face {
    font-family: ZonaProThin;
    src: url(font/ZonaPro-Thin.woff);
}

.centercounter {
	text-align: center;
	font-family: ZonaProBold;
	font-size: 29vw;
	color: rgb(73,86,119);
	line-height: 1;
	border-bottom: solid lightgray 1px;
	position: relative;
	z-index: -9999;
}
.mainframe { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; }
.mainframe .screenslide { margin: 0; padding: 0; width: 100%; }
.mainframe .screenslide .screen { margin: 0; padding: 0; width: 100%; height: 100vh; }

.frame { width: 100%; height: 160px; padding: 0; cursor: pointer; border-bottom: solid lightgray 1px; }
.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.frame .slidee .day { float: left; margin: 0; padding: 0 5px 0 5px; width: 120px; height: 100%; }
.active { background-color: rgb(73,86,119); color: white;}

.scrollbar { height: 5px; margin: 0; cursor: pointer; background: none none repeat scroll 0 0; line-height: 0; border-bottom: solid lightgray 1px; }
.scrollbar .handle { height: 100%; cursor: pointer; background: rgb(73,86,119) none repeat scroll 0 0; width: 10%; }

.header {
	width: 100%;
	font-family: ZonaProBold;
	font-size: 4vw;
	color: rgb(73,86,119);
	line-height: 1.1;
	border-bottom: solid lightgray 1px;
}
.headline{
	font-family: ZonaProBold;
	font-size: 26px;
}
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 1px 0 1px;
	padding: 2px 7px 2px 7px;
	background-color: rgb(73,86,119);
	color: white;
	float: right;
	font-family: ZonaProBold;
	font-size: 12;
}
.button:hover{
	color: lightgray;
}
.light {
	background-color: white;
	color: rgb(73,86,119);
}
.daybuttons {
	border-top: 1px solid white;
	display: none;
	position: absolute;
	bottom: 0px;
	margin-left: 75px;
	width: 45px;
	height: 15px;
	z-index: 9999;
	text-align: center;
}
.active .daybuttons{
	display: block;
}
.joinbut:hover{
	color: gray;
}
.backframe{
	font-size: 14px;
}
.today {
	background-color: rgb(125,55,90);
	color: white;
}
.buttons {
	width: 100%;
	float: left;
}
.slidee_buttons {
	width: 280px;
	margin: 0 auto;
}
.disabled{
	color: gray;
}
.day {
	border-right: solid lightgray 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}
.dayline {
	font-family: ZonaProBold;
	font-size: 12;
	line-height: 1.5;
}
.fullscreen{
	height: 100%;
	width: 60%;
	margin: 0 20% 0 20%;
	font-family: ZonaProBold;
}
.centered_text {
	width: 100%;
	height: 95%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-family: ZonaProBold;
	font-size: 16px;
}
.normal_text {
	font-family: Verdana;
	font-size: 12px;
}
#what_screen {
	background-color: rgb(73,86,119);
	color: white;
}

#pray_screen {
	background-color: rgb(73,86,119);
	color: white;
}#home_screen{

}
.pages{
	position: fixed;
	right: 0px;
	height: 72px;
	width: 30px;
	margin-top: -36;
	top: 50vh;
	z-index: 9999;
}
.pages li {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    height: 14px;
    margin: 5px 0;
    overflow: hidden;
    text-indent: -999px;
    width: 14px;
}
.pages li:hover {
	background-color: lightgray;
}
.pages li:active {
	background-color: darkgray;
}
.pages .main_active {
	background-color: darkgray;
}
.error {
	
}
.form-error {
	color: red;
    display: block;
    font-family: ZonaProThin;
    font-size: 10px;
    text-align: right;
    width: 100%;
}
.formheadline{
	font-family: ZonaProThin;
    font-size: 14px;
}
#sendform_frame_id {
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	background-color: white;
}
form{
	margin: 0 auto;
	line-height: 2;
	position: relative;
}
input {
	height: 30px;
	padding-left: 7px;
	border: solid 1px gray;
	float: right;
	width: 200px;
}
select {
	height: 30px;
	width: 200px;
	padding: 2px;
	border: solid 1px gray;
	float: right;
}
.submitbut{
	width: 100px;
	cursor: pointer;
}
@media screen and (min-aspect-ratio: 22/11) {
	.centercounter {	font-size: 30vh;}
}
@media only screen and (max-width: 1200px) {
	@media screen and (min-aspect-ratio: 21/10) {
		.centercounter {	font-size: 20vh;}
	}
}
@media only screen and (max-width: 1000px) {
	@media screen and (min-aspect-ratio: 19/11) {
		.centercounter {	font-size: 20vh;}
	}
}
@media only screen and (max-width: 700px) {
	.fullscreen {width: 80%; margin: 0 10% 0 10%;}
	.centercounter {	font-size: 39vw;}
	.header { font-size: 5.3vw;}
	.pages { width: 20px; }
	@media screen and (min-aspect-ratio: 13/10) {
		.centercounter {	font-size: 15vh;}
	}
}
@media only screen and (max-width: 500px) {
	.fullscreen {width: 90%; margin: 0 5% 0 5%;}
	.centercounter {	font-size: 44vw;}
	.header { font-size: 6vw;}
	.pages { width: 14px; }
	@media screen and (min-aspect-ratio: 11/10) {
		.centercounter {	font-size: 10vh;}
	}
}
@media only screen and (max-height: 400px) {
	.centered_text { font-size: 12px;}
	input { height: 20px; }
	#sendform_frame_id { height: 100%; width: 100%; }
}

a:link{
	color: white;
}
a:hover{
	color: gray;
}
a:active{
	color: white;
}
a:visited{
	color: white;
}