html,
body {
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.42857143;
	color: #333;
}

.container {
	padding: 50px 90px;
	width: auto;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

a {
	color: #377D91;
	text-decoration: none;
}

.color_ankerpunkt_suedost{
	color: #377D91;
}

.nav_active_border {
	border-bottom: 2px solid white;
}

#btn_scroll_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #377D91;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  width: 45px;
  height: 45px;
}

#btn_scroll_top:hover {
	background-color: white;
	color: #377D91;
	border: 2px solid #377D91;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.4em;
	}
}