@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600&display=swap');

html {
	height: 100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #003c53;
	background-image: url(../images/FLY002_Drohne.svg);
	background-size:  250px auto;
	background-position: right 10% top 30px;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 15px;
	font-size: 18px;
	line-height: 29px;
	position: relative;
	min-height: 100%;
}

@media screen and (min-width: 900px) {
	body {
		background-size:  30% auto;
	}
}

a {
	color: white;
	text-decoration: none;
}

div div {
	margin: 0 auto;
}

.main {
	margin-bottom: 250px;
}
.d1 {
	margin-top: 200px;
}

.d1 img {
	width: 340px;
	max-width: 100%;
	height: auto;
}

.d2 {
	margin-top: 100px;
	max-width: 880px;
}


.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 15px 50px;
	box-sizing: border-box;
}