body {
	font-family: Verdana, Geneva, sans-serif;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.wrapper p {
	margin: 10px 0;
}
nav {
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
	font-size: 1.1em;
	height: 110px;
}
#nav {
	padding: 25px 0;
	height: 60px;
}
section {
	z-index: 0;
	min-height: 100%;
}
.sliderimg {
	width: 100%;
}
#menu {
	position: absolute;
	right: 0;
	top: 45px;
}
#menu li {
	display: inline-block;
	float: left;
	margin: 0 12px;
	text-shadow: 2px 2px 5px #000000;
	color: #FFF;
}
#menu li a:hover {
    color: #39b4ed;
}
#menu li a {
	text-decoration: none;
	color: #FFF;
}

.gray {
	background: #f0f3f5;
	border-top: 3px solid #e6ecef;
	border-bottom: 1px solid #c0c2c4;
	margin-top: -3px;
}

.gray2{ 
	background: #e0e4e7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

footer {
	padding: 15px 0;
	text-align: right;
	font-size: 0.9em;
}
.hr {
	border-top: 1px solid #454646;
	width: 100%;
	margin: 5px 0;
}
.black {
	background: #2c2d2d;
	border-top: 3px solid #000;
	color: #AAA;
}
.ptb {
	padding: 25px 0;
}
p {
	text-align: justify;
	font-size: 0.98em;
}
.left {
	text-align: left;
}
.col4 {
	width: 303px;
	padding: 25px 15px;
	display: inline-block;
	text-align: center;
	float: left;
}
.row {
	text-align: center;
}
.clear {
	clear: both;
}
h1 {
	font-size: 1.45em;
	font-weight: bold;
	color: #111;
	padding: 15px 0;
}
.col4 p {
	color: #333;
	font-size: 0.96em;
}
.col4 img {
	width: auto;
	height: 120px;
}
.br {
	border-radius: 60px;
}
.quotes p:first-child {
	font-style: italic;
	font-size: 0.95em;
}
.quotes p:nth-child(2) {
	color: #333;
	font-size: 0.95em;
}
.logos img {
	width: 95px;
	height: 95px;
	padding: 15px;
	opacity: 0.3;
	display: inline-block;
	float: left;
}
.quotes {
	margin-bottom: 15px;
}
#all {
	position: absolute;
	width: 100%;
}
#kontakt {
	position: absolute;
	top: -450px;
	width: 100%;
	height: 450px;
	background: #e0e4e7;
}
.link {
	cursor: pointer;
}
#map, #info, #info2 {
	float: left;
}
#info, #info2 {
	width: 370px;
	padding: 15px 22px;
}
#kontakt p {
	margin: 2px 0;
	font-size:0.96em;
}
#kontakt p b {
	font-weight: bold;
}
#fb {
	margin-top: 15px;
	padding: 0;
}
.bold {
	font-weight: bold;
	margin: 3px 0;
}
strong {
	font-weight: bold;
}
.img {
	width: 40%;
	margin: 25px 0;
	border: 1px solid #AAA;
	border-radius: 5px;
}
.italic {
	font-style: italic;
}
.list {
	list-style: disc;
	margin: 5px 0;
}
.list li {
	margin: 3px 25px;
}
#info2 input {
	height: 34px;
}
#info2 input , #info2 textarea {
	display: block;
	width: 343px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
}
#info2 .tr {
	text-align: right;
	padding: 15px 0 0 0;
}
#info2 input {
	margin: 5px 0;
}
#info2 h1 {
	padding: 5px 0 15px 0;
}
.sl {
	padding: 0 5px;
	cursor: pointer;
	margin-left: 5px;
}
.sl:hover {
	color: #39b4ed;

}