@charset "utf-8";
/* CSS Document */

/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/oswald-v49-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/oswald-v49-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v35-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/open-sans-v35-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/open-sans-v35-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

		body{
			font-family: 'Open Sans';
			margin: 0;
			line-height: 160%;
			color: #446167;
            background-color: #e6eaed;
		}
		header{
			background-color: #93b0b6;
			padding: 24px 0;
		}

		.content{
			width: 1000px;
			max-width: 1000px;
			margin: 0 auto;
		}
		.navi{
			background-color: #fff3cd;
			width: 100%;
			height: 40px;
			position: sticky;
			top:0;
			font-size: 110%;
			display: flex;
			align-items: center;
			z-index: 100;
		}
.menuleiste{
			flex-direction: row;
  display: flex;
  justify-content: space-between;
		}
		.inner{
			width: 100%;
		}
		a {
			text-decoration: underline;
		}
		a:hover {
			text-decoration: none;
		}
		.doppel-1{
			display: flex;
			padding: 0;
			justify-content: space-between;
			margin: 36px 0;
		}
		.doppel-2{
			display: flex;
			background-color: rgba(99, 133, 138, 0.3);
			padding: 0 24px 24px 52px;
		}
		.inner{
			margin-right: 1%;
			width: 50%;
		}
		.inner img{
			margin-top: 24px;
			width: 100%;
		}
a{
	color: #446167;
	text-decoration: none;
}
a:hover{
	color: #446167;
	text-decoration: underline;
}
		h1, h2, h3{
			font-family: 'Oswald';
			font-weight: 300;
		}
		h1{
			font-size: 45px;
			line-height: 50px;
			color: #fff3cd;
			margin: 0;
		}
		h2{
			font-size: 30px;
			display: inline;
			margin-right: 24px;
			white-space: nowrap;
		}
		h3{
			font-size: 24px;
			margin: 12px 0 12px 0;
			font-weight: 300;
		}
		.namen{
			display: flex;
			margin-top: 48px;
		}
		.blau{
			color: #63858a;
		}
		.schmal{
			padding: 0 52px;
		}
		footer{
			background-color: #fff3cd;
			width: 100%;
			min-height: 40px;
		}
		.punktgelb {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff3cd;
  border-radius: 50%;
  margin-right: 12px;
		}
		
		.punktblau {
width: 40px;
height: 40px;
display: inline-block;
background: #93b0b6;
border-radius: 50%;
margin-right: 12px;
top: 5px;
position: relative;
		}
		.verlauf{
			background-image: url("bilder/verlauf.jpg");
padding: 24px 0 24px 0px;
margin: 0px;
background-size: cover;
background-attachment: fixed;
		}
		
@media (max-width: 1300px){
	.content{
		width: 85%;
	}
}
		
@media (max-width: 1000px){
	.doppel-1{
		flex-direction: column;
	}
	.inner{
		width: 100%;
	}
}
@media (max-width: 950px){
			.namen{
				flex-direction: column;
			}
}
@media (max-width: 905px){
	.doppel-2{
		flex-direction: column;
	}
		.inner{
			margin: 0;
		}
}
@media (max-width: 800px){
    .navi{
        height: auto;
        padding: 1.5em 0;
    }
    .menuleiste{
        flex-direction: column;
    }
}
@media (max-width: 720px){
	.doppel-1{
		flex-direction: column;
	}
	.schmal{
		padding: 0;
	}
}
@media (max-width: 626px){
			h1{
				font-size: 35px;
			}
		}
@media (max-width: 486px){
	h2{
		font-size: 25px;
	}
	.doppel-2{
		padding: 0 24px;
	}
}
@media (max-width: 390px){
	h1{
		font-size: 36px;
	}
}