@import url('https://fonts.googleapis.com/css?family=Oswald:300,400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: url(../images/bg.jpg) no-repeat center top / cover;
	font-family: 'Oswald', sans-serif;
	color: #374347;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 20px;
	background: rgba(255,255,255,0.9);
}
a {
	color: #374347;
}
#all {
-webkit-box-shadow: 0px 0px 10px 0px rgba(52, 56, 57, 1);
-moz-box-shadow:    0px 0px 10px 0px rgba(52, 56, 57, 1);
box-shadow:         0px 0px 10px 0px rgba(52, 56, 57, 1);
}
#top {
	border-bottom: 5px solid #374347;
}
#logo {
	width: 221px;
	height: 100px;
	display: block;
	float: left;
	background: url(../images/logo.png);
}
#kontakt {
	float: right;
	font-size: 25px;
	font-weight: 300;
	text-align: right;
	padding: 15px 0 0 0;
}
#kontakt a {
	text-decoration: none;
	letter-spacing: 1px;
}





#middle {
	border-bottom: 5px solid #F4822D;
	position: relative;
}
#left {
	float: left;
	width: 75%;
}
#right {
	float: right;
	width: 23%;
	text-align: center;
	padding-top: 30px;
}
#right img {
	max-width: 100%;
	display: block;
	
	height: auto;
	margin: 0 auto 45px auto;
}
.text {
	font-family: 'Open Sans', sans-serif;
	line-height: 140%;
	font-size: 17px;
	text-align: justify;
}
.text ul {
	list-style-image: url(../images/li.png);
}
.mensi {
	font-size: 15px;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 400;
	padding: 20px 0 5px 5px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.ef {
	padding: 2px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(52, 56, 57, 1);
-moz-box-shadow:    2px 2px 5px 0px rgba(52, 56, 57, 1);
box-shadow:         2px 2px 5px 0px rgba(52, 56, 57, 1);
max-width: calc(100% - 25px) !important;

}
#copy {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}
#copy a {
	text-decoration: none;
}
.box {
	width: calc(100% / 3);
	float: left;
	font-size: 15px;
}
.box:nth-child(2) {
	text-align: center;
}
.box:nth-child(3) {
	text-align: right;
}
















@media screen and (max-width: 800px) {
	#left,#right {
		width: 100%;
		float: none;
	}
	#right {
		padding: 0;
	}
	#right img {
		display: inline-block;
		margin: 0 10px 20px 10px;
	}
}
@media screen and (max-width: 600px) {
	.box {
		font-size: 13px;
	}
	h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 450px) {
	#logo {
		float: none;
		margin: 0 auto;
	}
	#kontakt{
		float: none;
		text-align: center;
	}
	.box {
		float: none;
		width: 100%;
		text-align: center !important;
		margin: 0 0 15px 0;
	}
}