h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif
	outline: none;
}

body {
	background: #f8f8f8;
	font-family: "Montserrat", sans-serif
}

.w3-bar,
button {
	font-family: "Montserrat", sans-serif;
	outline: none;
	cursor: pointer;
}

.fa-anchor,
.fa-coffee {
	font-size: 200px
}

input {
	outline: none;
}

.navbar {
	background-color: #062349;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_container{
  position: absolute;
  left: 20px;
}
.nav_logo{
  height: 50px;
  float: left;
  margin-left: 20px;
}

.streifen_container{
	max-width: 1050px;
	margin: auto;
	margin-top: 100px;
	min-height: calc(100vh - 187px);
	padding: 0px 15px;
}

.text_container {
  margin-top: 40px;
  text-align: left;
}

.temp_headline {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #062349;
  text-align: center;
}

.temp_subline {
	margin: 0px;
	color: #0D2333;
}

.headline{
  color: #062349;
  font-weight: 500;
}

.text{
  color: #0D2333;
}

@media only screen and (max-width: 1000px) {
	.navbar{
		justify-content: flex-end;
		color: white;
	}
}
