

body{
	background-color: #FCEDB1;
	font-family: antarctican-headline, sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	color: #02568B;
	text-align: center;
}

.Logo {
	width: 70px;
	float: left;
	left: -13px;
	margin-top: 5px;
	position: fixed;
}

.gelb {
	background-color: #FCEDB1;
	width: 100%;
	height: 65.8px;
	margin-top: -30px;
	position: fixed;
	z-index: 2;
	border-bottom: 8px;
	border-bottom-color: red;
	border-bottom-style: solid;
}

.sidenav {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #02568B; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	z-index: 5;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #FF0000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -33px;;
  right: 20px;
  font-size: 80px;
  margin-left: 50px;
	color: #f1f1f1;
	cursor: pointer;
}

.sidenav .closebtn:hover {
	color: #FF0000;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 24px;}
}

.Menu {
	float: right;
	width: 40px;
	margin-top:5px;
	right: 18px;
	position: fixed;
	z-index: 3;
	cursor: pointer;
}

h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 93px;
	margin-top: -30px;
	margin-bottom: 5px;
	padding: 0px;
}

h2{
	text-transform: uppercase;
	margin-top: 0px;
	padding:0px;
}

h3{
	text-transform: uppercase;
	padding: 0px;
}

.Edwin{
	width: 400px;
	padding:0px;
	margin: 0px;
}

#Edwin {
	padding:0px;
	margin:0px;
}


* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #02568B;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
	color: #f1f1f1;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
	color: #f1f1f1;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #f1f1f1;
  border: 4px solid #FF0000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #02568B;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #02568B;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #02568B;
  border-width: 10px 10px 10px 0;
  border-color: transparent #02568B transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 5px 30px;
  background-color: #02568B;
  position: relative;
  border-radius: 6px;
}

.p{
	margin-top: -30px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 700px) {
	h1{
		font-size: 75px;
	}
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid #02568B;
    border-width: 10px 10px 10px 0;
    border-color: transparent #02568B transparent transparent;
	  z-index: 1;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
@media screen and (max-width: 560px){
	h1{
		font-size: 50px;
		padding-left:0px;
		margin-left: -10px;
	}
	
	.Edwin {
		width: 300px;
	}
}

footer {
	color: #f1f1f1;
	background-color: #02568B;
	width: 101.62%;
	margin-left: -1%;
	margin-bottom: -10px;
	padding: 10px 0px;
	right: 0px;
	font-weight: 400;
	font-size: 17px;
}

.map {
	width: 70%;
}

.amap{
	font-family: antarctican-headline, sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	color: #02568B;
	text-align: center;
	text-decoration: none;
	margin-bottom: 50px;
}

.amap:hover{
	color: red;
}

.footer{
	width: 300px;
	margin: auto;
}

footer{
	margin-top: 60px;
}

 .position::before {
        display: block;
        content: "";
        height:90px;
        visibility: hidden;
    } 
