* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
}

nav {
	top: 0;
	height: 90px;
	line-height: 90px;
	background-color: #ddd;
	text-align: center;
	z-index: 10;
	position: sticky;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.burger-icon {
	display: block;
	padding: 0 20px;
	background: none;
	font-size: 30px;
	line-height: 90px;
	border: none;
	cursor: pointer;
	float: right;
}

.nav-items {
	display: none;
}

.logo {
	float: left;
	padding-left: 10px;
	margin-left: 25px;
	font-family: arial black;
	color: black;
	font-size: 35px;
}

.logo2 {
	font-family: arial black;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: black;
	font-size: 35px;
	width: 100%;
}

.off-screen-menu {
	background-color: #ddd;
	height: 100vh;
	width: 100%;
	max-width: 350px;
	position: absolute;
	top: 0;
	left: -450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	transition: 0.3s ease;
	z-index: 1;
	font-size: 30px;
}

.off-screen-menu a {
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	transition: color 0.5s;
}

.off-screen-menu a:hover {
	color: #09f;
}

.off-screen-menu.active {
	left: 0;
}

.nav-items a {
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	transition: color 0.5s;
}

.nav-items a:hover {
	color: #09f;
}

.hero-text1 {
	padding: 20px;
	margin: 25px;
}

.hero-text1 h1 {
	margin-bottom: 5px;
	text-shadow: 3px 3px 5px black;
	font-size: 45px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #3fbdd3;
}

main {
	margin: 60px 0;
}

section {
	scroll-margin-top: 80px;
}

.info {
	margin: 60px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px;
}

.kontakt {
	padding: 15px;
	margin: 15px;
	border: solid 3px black;
	width: 100%;
	border-radius: 5px;
}

.loc {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 15px;
}

.loinf {
	margin: 25px;
}

.map {
	width: 100%;
}

footer {
	text-align: center;
	padding: 30px 10px;
	background-color: #ddd;
	height: auto;
}

.stop {
	flex-direction: column;
	margin-bottom: 50px;
}
@media (min-width: 968px) {
	.burger-icon {
		display: none;
	}
	.nav-items {
		display: block;
	}
	.nav-items a {
		padding: 0 30px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		transition: color 0.5s;
	}

	.logo {
		right: 70%;
	}

	.nav-items a:hover {
		color: #09f;
	}

	.info {
		flex-direction: row;
	}

	.loc {
		width: 50%;
		font-size: 20px;
	}

	.map {
		width: 50%;
	}

	.hero-text1 h1 {
		font-size: 65px;
	}

	.stop {
		display: flex;
		flex-direction: row;
		margin-bottom: 50px;
	}

	.logo2 {
		width: 50%;
	}

	.sti {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.hero-text h1 {
		font-size: 42px;
	}
	.hero-text p {
		font-size: 20px;
	}
}
