
@font-face {
	font-family: 'Museo300-Regular';
	src: url('fonts/Museo300-Regular.eot');
	src: local('Ôś║'), url('fonts/Museo300-Regular.woff') format('woff'), url('fonts/Museo300-Regular.ttf') format('truetype'), url('fonts/Museo300-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo100-Regular';
	src: url('fonts/Museo100-Regular.eot');
	src: local('Ôś║'), url('fonts/Museo100-Regular.woff') format('woff'), url('fonts/Museo100-Regular.ttf') format('truetype'), url('fonts/Museo100-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** tag **************************************************************************************/

body { 
	/*background-color: #000; */
	background: #facdc8 url('images/bg-2020.jpg') no-repeat 30% top;
	background-size: cover;
	background-size: 100%;
	background-attachment: fixed;
	margin: 0px; 
	padding: 0px; 
	font-family: "Museo100-Regular", Verdana; 
	font-size: 15px; 
	letter-spacing: 2px;
	color: #005f8a;
	/*font-weight: bold;*/
}
input {
	padding: 5px 10px;
}

.containbg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.coverbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#main {
	width: 100%;
	max-width: 703px;
	margin: 0 auto 0 4%;
	padding: 53px 0 0 0;
	position: relative;
}
#main-inner {
	width: 100%;
	position: relative;
	color: #FFF;
	color: #09696a;
	}
	#main-inner img {
		max-width: 100%;
	}
	#main-inner a {
		color: #09696a;
		text-decoration: underline;
		font-weight: bold;
	}
	#main-inner .content,
	#main-inner .slider1 {
		margin: 25px 0px;
	}
.logo-date {
	position: relative;
	left: -6px;
}
.edenkert {
	position: absolute;
	width: auto;
	height: auto;
	right: -380px;
	top: 230px;
}
#foot img {
	width: 147%;
	position: relative;
	left: -22%;
	margin-top: -50px;
}
#bottom {
	/*text-align: right;*/
	width: 100%;
}
#bottom img {
	margin: 25px 0 120px 0;
	max-width: 500px;
	width: 68%;
}
/*@media (max-width: 1650px){ #main { left: -29%; } }*/
/*@media (max-width: 1550px){ #main { left: -26%; } }*/
/*@media (max-width: 1370px){ #main { left: -23%; } }*/
/*@media (max-width: 1280px){ #main { left: -22%; } }*/
/*@media (max-width: 1200px){ #main { left: -20%; } }*/
/*@media (max-width: 1100px){ #main { left: -16%; } }*/
/*@media (max-width: 1000px){ #main { left: -13%; } }*/
@media (max-width: 1450px) { 
	#main {
		width: 500px;
	}
	.edenkert {
		width: 265px;
		right: -270px;
		top: 160px;
	}
body { 
	font-size: 13px; 
}
}
@media (max-width: 775px){ 
	body { 
		background: #facdc8 url('images/bg-2020.jpg') no-repeat 7% top;
		font-family: "Museo300-Regular", Verdana; 
		font-size: 15px;
	}
	.logo-date { left: unset; }
	/*.slider1 { width: 97%!important; }*/
	#main-inner, #bottom { width: 100%; }
	.edenkert { display: none; }
	#bottom img { max-width: 90%; margin-bottom: 50px; }
	#main { 
		width: 90%;
		max-width: 90%;
		margin: 0 5%;
		padding-top: 10px;
		left: 0%; 
	} 
}
@media (max-width: 400px){ 
	#bottom img { width: 90%; }
}