@font-face {font-family: 'Ulm Bold';src: url('webfonts/Ulm_Bold.eot');src: url('webfonts/Ulm_Bold.eot?#iefix') format('embedded-opentype'),url('webfonts/Ulm_Bold.woff') format('woff'),url('webfonts/Ulm_Bold.ttf') format('truetype');}
@font-face {font-family: 'Ulm';src: url('webfonts/Ulm.eot');src: url('webfonts/Ulm.eot?#iefix') format('embedded-opentype'),url('webfonts/Ulm.woff') format('woff'),url('webfonts/Ulm.ttf') format('truetype');}

* {
	box-sizing: border-box;
	outline: none;
    -moz-outline-style: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Ulm', sans-serif;
	background: #0D2245;
	min-height: 100vh;
}
div#page {
	background: -webkit-linear-gradient(295deg, #f0f8ff 50%, #fff 49%);
	background: -o-linear-gradient(295deg, #f0f8ff 50%, #fff 49%);
	background: linear-gradient(25deg, #f0f8ff 50%, #fff 49%);
}
html {
	font-size: 18px;
	color: #3EB89A;
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.container {
	max-width: 1320px;
	margin: auto;
}
header {
	height: 140px;
	padding: 20px;
	background: transparent;
}
header .site-branding {
	max-width: 120px;
	margin-left: 20px;
}
.main-content {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
}
section.left, section.right {
	flex: 43%;
	text-align: center;
}
section.right {
	flex: 57%;
	align-self: flex-start;
	padding-bottom: 60px;
}
section.right p {
	padding: 0;
	max-width: 380px;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	color: #1b335d;
	line-height: 1.35;
}
section.right p.normal {
	padding-top: 25px;
}
section.right p.small {
	font-size: 0.7rem;
	font-weight: 300;
	font-style: italic;
}
div.image {
	background-image: url(img/bild.png);
	background-size: cover;
	background-position: center;
	height: 0;
	padding-top: 103%;
	width: 100%;
}
h1 {
	font-size: 2.4rem;
	margin: 0;
	font-family: 'Ulm Bold';
}
h1 span {
	font-weight: 400;
}
form {
	max-width: 390px;
	margin: 25px auto 0 auto;
}
form label {
	display: block;
	font-size: 17px;
	color: #1b335d;
}
form input[type="text"] {
	width: 100%;
	max-width: 390px;
	padding: 10px;
	border: none;
	-webkit-box-shadow: -3px 3px 20px rgba(22,38,66,0.2);
	-moz-box-shadow: -3px 3px 20px rgba(22,38,66,0.2);
	box-shadow: -3px 3px 20px rgba(22,38,66,0.2);
	border-radius: 8px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #0D2245;
	margin-top: 3px;
}
button {
	background: -webkit-linear-gradient(30deg, #fddb6d 50%, #F2D269 49%);
	background: -o-linear-gradient(30deg, #fddb6d 50%, #F2D269 49%);
	background: linear-gradient(125deg, #fddb6d 50%, #F2D269 49%);
    border: none;
    border-radius: 30px;
    padding: 16px 40px;
    font-family: 'Ulm Bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #1b335d;
    cursor: pointer;
    margin-top: 17px;
    transition: all 0.5s;
}
div.contact a {
	text-decoration: none;
	color: red;
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
}
div.social {
	text-align: center;
}
div.social a {
	color: #3EB89A;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
div.social a:hover {
	color: #fff;
}
div.social i {
	margin: 20px 10px;
	font-size: 30px;
}
div.social i.fa-facebook-f {
	font-size: 25px;
	position: relative;
	top: -2px;
}
#message {
	margin-top: 10px;
}
footer {
	background: #0D2245;
	width: 100%;
	min-height: 100px;
	padding: 20px;
}
/*Media Querys*/
@media only screen and (max-width: 1050px) {
	h1 {
		font-size: 1.8rem;
	}
	header {
		height: 80px;
	}
}
@media only screen and (max-width: 768px) {
	.main-content {
		flex-direction: column-reverse;
	}
	header {
		height: 120px;
	}
	header .site-branding {
		margin: auto;
	}
	section.left, section.right {
		flex: 100%;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	section.left {
		height: 400px;
	}
	h1 {
		font-size: 2rem;
		max-width: 640px;
		margin: auto;
	}
}
@media only screen and (max-width: 500px) {
	h1 {
		font-size: 1.7rem;
	}
	section.left {
		padding-right: 0;
		padding-left: 0;
	}
	form input[type="text"] {
		border: 2px solid #ddd;
	}
}
@media only screen and (max-width: 400px) {
	h1 {
		font-size: 1.6rem;
	}
	div.contact a {
		font-size: 15px;
	}
}
@media only screen and (max-width: 325px) {
	h1 {
		font-size: 1.4rem;
	}
}