* { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing:border-box;
	background-color: transparent;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box;
}
html{
	background-color: #FFFFFF;
}
body{
	background-color: #FFFFFF;
}

/* #################################### */
/* link style definitions for all links */
/* #################################### */
a:link {
	font-weight:normal; 
	color: #000000; 
	text-decoration:none;
	}
a:visited { 
	font-weight:normal; 
	color: #000000; 
	text-decoration:none; 
	}
a:focus { 
	font-weight:normal; 
	color: #000000; 
	text-decoration:none; 
	}
a:hover { 
	font-weight:bold; 
	color: #777777; 
	text-decoration:none; 
	}
a:active {
	font-weight:normal; 
	color: #000000; 
	text-decoration:none; 
	}
.left a:link {
	font-weight:normal; 
	color: #000000; 
	text-decoration:underline; 
}
/* #################################### */
/* fonts */
/* #################################### */
h1 {
	font-family: 'Six Caps', sans-serif;
	font-weight: lighter;
	font-size: 2em;
}
h2 {
	font-family: 'Passion One', cursive;
	font-weight: normal;
	font-size: 2em;
}
h3 {
	font-family:'Raleway', cursive;
	font-weight: normal;
	font-size: 1.25em;
}
p,li,strong {
	list-style-type: none;
	font-family:'Raleway', cursive;
	font-size: 1em;
}
	
/* #################################### */
/* main page divs definitions */
/* #################################### */
.headerdiv{
	width: 100%; 
	background-color: transparent;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.bodydiv{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	padding: 0px 20px;
	margin: 0px auto 50px auto;
}
.bodydiv .left{
	width: 0%;
}
.footerdiv{
	background-color: transparent;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height:auto;
}
.left{
	width: 100%;
	margin: 0px auto 20px auto;
}
.left .image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 100%;
	width: 100%;
}
.right{
	width: 0%;
}
.gotop{
	position: fixed;
	background-image: url(../data/images/main/gotop.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: 20px;
	background-color: rgba(255,255,255,0.8);
	width: 40px;
	height: 40px;
	top: 50px;
	right: 40px;
	padding: 20px 0 0 0;
	text-align: center;
}
.gotop a{
	display: inline-block;
	width:100%;
	height:100%;
	cursor: pointer;
}
/* #################################### */
/* menue */
/* #################################### */
.menu{
	z-index: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	background-color: white;
}
.pagesmenu{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}
.pagesmenu a{
	z-index: 2;
	display: block;
	border-radius: 50%;
	border: 3px solid black;
	width: 20px;
	height: 20px;
	margin: 5px;
	background-color: white;
}
.chapter{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
[class*="menucol-"] a{
	display: block;
	height: 100%;
}
.content{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
[class*="menucol-"]{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: center bottom 3px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	cursor: pointer;
}
/* FOR TABLET */
@media only screen and (min-width:768px){
	.bodydiv{
		margin: 130px auto 0px auto;
	}
	.bodydiv .left{
		width: 19%;
	}
	.headerdiv{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: auto;
	}
	.left{
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		width: 20%;
		margin-top: 20px;
		height: 100%;
	}
	.menu{
		width: 60%;
		height: 130px;
	}
	.chapter{
		width: 60%;
	}
	.right{
		width: 20%;
	}
	.content{
		max-width: 800px;
		padding: 0px 80px;
	}
	[class*="menucol-"]{
		margin-top: 30px;
		padding-bottom: 10px;
		background-position: center bottom 3px;
	}
	.menucol-1{width:100%;}
	.menucol-2{width:50%;}
	.menucol-3{width:33.33%;}
	.menucol-4{width:25%;}
	.menucol-5{width:20%;}
	.menucol-6{width:16.66%;}
	.menucol-7{width:14.28%;}
	.menucol-8{width:12.5%;}
	.menucol-9{width:11.11%;}
	.menucol-10{width:10%;}
}
.title{
	width: 100%; 
/*	height: 30px;*/
	margin: 30px 0 30px 0;
	text-align: center;
	color: black;
	border-width: 0 0 1px 0;
	border-bottom-style:solid;
	border-bottom-color:rgb(100,100,100);
}
.date{
	width: 100%; 
	padding-top: 7px;
	text-align: right;
	font-family:'Raleway', cursive;
	font-weight: lighter;
	font-size: 0.8em;
	color: rgb(100,100,100);
}
.entrie_div{
	width: 100%;
}
.entrie_div p{
	width: 100%;
	font-family:'Raleway', sans-serif;
	font-size: 16px;
	text-align: justify;
	color: rgb(100,100,100);
}
.entrie_picture{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 90%;
	margin: 0 auto 20px auto;
}
.entrie_text{
	margin: 0 auto 20px auto;
}
.entrie_link{
	margin: 0 auto 20px auto;
}
.entrie_div a{
	width: 100%;
	height: auto;
	font-family:'Raleway', sans-serif;
	font-size: 16px;
	text-align: left;
	color: rgb(100,100,100);
}
.footer_img{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: contain;
	background-image: url(../data/images/main/footer.png);
	width: 100%;
	height: 50px;
	max-width: 1280px;
	margin: 0 auto;
}
.footer_menu{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-end;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.footer_menu p{
	font-size: 1em;
	cursor: pointer;
	text-decoration: underline;
	padding: 0 10px 0 10px;
}
.popup {
    position: fixed;
    visibility: hidden;
	background-color:rgba(255,255,255,0.8);
    width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
    z-index: -1;
    top: 0;
	left: 0;
}
.popup_show {
    z-index: 99;
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
.popup_content{
	display: inline-block;
	overflow:auto;
    width: 100%;
	max-width: 650px;
	max-height: 500px;
	margin: auto auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px 5px;
}
.popup_content .chapter .more{
	background-image: none;
}
.popup_content .chapter .more:after{
	background-image: none;
}
.popup_content .chapter label input[type=checkbox]:checked ~ .more:after{
	background-image: none;
}
.popup_close{
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-image: url(../data/images/main/close.png);
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.popup_content p{
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
    text-align: center;
}
.popup_content a{
}
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* edit classes */
input{
	z-index: 2;
    text-align: center; 
	height: 40px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(100,100,100);
}
button{
	z-index: 2;
	-webkit-appearance: none;
    text-align: center; 
	height:40px;
	border-radius: 5px;
	border-width: 1px;
	border-style:solid;
	border-color: rgb(100,100,100);
	background-color: rgb(200,200,200);
	background-size: contain;
	box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
}
textarea{
	z-index: 2;
	width: 100%;
	height: 100%;
	font-family:'Raleway', cursive;
	font-size: 1em;
	overflow: hidden;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(100,100,100);
}
input[type=file]{
	text-align: right;
	width: 100%;
	font-family:'Raleway', cursive;
	font-size: 1em;
}

.inputcolumn{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.inputcolumn input{
	width:100%;
}
.inputcolumn button{
	width:100%;
}
[class*="menucol-"] input{
	margin: 2px 0;
	width: 80%;
	height: 40px;
	font-family: 'Six Caps', sans-serif;
	font-weight: lighter;
	font-size: 2em;
}
.inputrow{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.popup_content input{
	background-color: rgb(255,255,255);
	max-width: 400px;
	margin:5px auto;
}
.popup_content button{
	max-width: 400px;
	margin:5px auto;
}
.title input{
	z-index: 2;
	width:100%;
	font-family: 'Passion One', cursive;
	font-weight:normal;
	font-size: 2em;
}
.entrie_buttons{
	width:100%;
	margin: 5px 0 20px 0;
	padding: 0 0 5px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(100,100,100);
}