@font-face {
font-family: 'GeoForm';
src: url(media/geoform/Geoform.otf);
}
@font-face {
font-family: 'GeoForm-Bold';
src: url(media/geoform/Geoform-Bold.otf);
}

body {
	margin: 0;
	padding: 0;
	font-family: 'GeoForm';
}

a {
	text-decoration: none;
	color: #ff6100;
	font-weight: 800;
	font-size: calc(1.0rem + 0.75vw);
}

a:hover {
	text-decoration: none;
	color: #ff2a00;
	font-weight: 800;
	font-size: calc(1.0rem + 0.75vw);
}

header {
	position: relative;
	top: -1.5em;
	width: 100%;
	height: calc(10rem + 40vw);
	margin: 0;
	display: grid;
	border-radius: 0px 0px 50px 50px;
	background-color: #1A8A00;
	background-image: url("media/stopka.svg");
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-size: 100%;
	
}

#logo {
	width: calc(0.25rem + 15vw);
}

#main {
	color: #002844;
	font-size: calc(0.01rem + 5.5vw);
	font-family: 'GeoForm-Bold';
}

#A2 {
	color: #006B05;
	font-size: calc(0.01rem + 2vw);
	line-height: 6px;
}

#B {
	display: grid;
	text-align: center;
	width: 90%;
	margin: 0 5% 0 5%;
	color: white;
}
.B1 {
	border-radius: 20px 0px ;
	padding: 1.5%;
	margin: 1.5% 3% 1.5% 3%;
	background-color: #29d5ff;
}

#C {
	display: grid;
	width: 80%;
	margin: 1.5em 10% 0 10%;
	padding-bottom: 2em;
	color: #004676;
	font-weight: 600;
	font-size: 1.5em;
}

#D {
	display: grid;
	text-align: center;
	width: 80%;
	margin: 0 10% 0 10%;
	color: white;
}

.D1 {
	grid-template-columns: 1fr;
	border-radius: 50px 0 50px 0;
	padding: 1.0% 6.0% 2.0% 6.0%;
	margin: 1.5em 0 1.5em 0;
	background-color: #60615B;
	background-image: url("media/bg_D3_2.jpg");
	background-position: 50% 90%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

.D2 {
	grid-template-columns: 1fr;
	border-radius: 50px 0 50px 0;
	padding: 1.0% 6.0% 2.0% 6.0%;
	margin: 1.5em 0 1.5em 0;
	background-color: #125F00;
}

.lista {
	line-height: 1.5em;
}

.cta {
	color: #ff6100;
	font-weight: 800;
	font-size: calc(1.0rem + 0.75vw);
}

footer {
	position: relative;
	display: grid;
	bottom: 0;
	width: 100%;
	margin: 0;
	background-color: #0a3400;
	border-radius: 30px 30px 0 0;
	color: white;
}

#bottom_logo {
	height: 170px;
	width: 170px;
}

/* Telefon */
@media screen and (max-width: 767px) {
	footer {
		grid-template-columns: 1fr;
	}
	#F1 {
		text-align: center;
		margin-top: 1em;
	}
	#F2 {
		text-align: center;
	}
	#B {
		grid-template-columns: 1fr;
		font-size: calc(1.25rem + 0.5vw);
	}
	#C {
		grid-template-columns: 1fr;
	}
	#C1 {
	text-align: center;
	font-size: calc(0.75rem + 1.5vw);
	}
	.cta {
		font-size: ;
	}
	#C2 {
	text-align: center;
	padding-top: 1em;
	}
	header {
		grid-template-columns: 1fr 1fr;
		height: calc(1.5rem + 55vw);
	}
	#A1 {
		margin: 1em 0 0 45%;
	}
	#A2 {
		position: relative;
		right: 2em;
		top: 2em;
	}
	#mapa {
	width: 10.0em;
	margin-top: 1em;
	}
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	footer {
		grid-template-columns: 1fr 1fr;
	}
	#F1 {
		margin: 1em;
	}
	#F2 {
		text-align: right;
		margin: 0.75em 1em 0 0;
	}
	#B {
		grid-template-columns: 1fr;
		font-size: calc(1.0rem + 0.5vw);
	}
	#C {
		grid-template-columns: 1fr;
	}
	#C1 {
	text-align: center;
	padding-top: 0.5em;
	}
	#C2 {
	text-align: center;
	}
	header {
		grid-template-columns: 1fr 1fr;
	}
	#A1 {
		margin: 1em 0 0 45%;
	}
	#A2 {
		position: relative;
		right: 2em;
		top: 2em;
	}
	
	#mapa {
	width: 20.0em;
	margin-top: 1em;
	}
}

/* Desktop */
@media screen and (min-width: 1200px) {
	footer {
		grid-template-columns: 1fr 1fr;
	}
	#F1 {
		margin: 1em;
	}
	#F2 {
		text-align: right;
		margin: 0.75em 1em 0 0;
	}
	#B {
		grid-template-columns: 1fr 1fr 1fr;
		font-size: calc(0.75rem + 0.5vw);
	}
	#C {
		grid-template-columns: 1fr 1fr;
	}
	#C1 {
	text-align: left;
	padding-top: 0.5em;
	}
	#C2 {
	text-align: right;
	}
	header {
		grid-template-columns: 1fr 1fr;
	}
	#A1 {
		margin: 1em 0 0 45%;
	}
	#A2 {
		position: relative;
		right: 2em;
		top: 2em;
	}
	
	#mapa {
	width: 15em;
	margin-top: 1em;
	}
}