*{
	margin: 0;
	padding: 0;
}

.navigation { grid-area: navigation; 
	background: #4a4a4a;
	position: fixed;
	top: 0px;
	width: 100%;
}

.menu { grid-area: menu;
	margin-top: 40px;
	background: #4abde1;
	transition: width 0.2s;
	width: 40px;
}

.site { grid-area: site;
	background: #eceff1;
	padding-bottom: 20px;
	
	height: 86vh;
}

.siteheader { grid-area: siteheader;
	margin-top: 40px;
	background: #ffffff;
	font-size: 25px;
	padding: 20px 0px 20px 60px;
	font-style: italic;
}

.main-container {
	display: grid;
  	grid-template-areas:
    	'navigation navigation navigation navigation navigation navigation'
    	'menu siteheader siteheader siteheader siteheader siteheader'
    	'menu site site site site site';
  	grid-template-columns: min-content auto;
}

.main-container > div {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

#logo img{
	height: 20px;
	width: auto;
	margin: 10px 0px 10px 15px;
	float: left;
}

#navipoints a{
	margin-left: 40px;
	color: white;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border-radius: 8px;
	float: left;
	margin-top: 7px;
}

#navipoints a:hover{
	background: #4abde1;
}

#menuright{
	position: absolute;
	right: 0px;
	top: 10px;
}

#menuright a{
	margin-right: 50px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#menuright a:hover{
	color: #4abde1;
}

#menuright img{
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

@media only screen and (max-width: 960px) {
	#menuright, #navipoints{
	display: none;
}
}

.menu a{
	display: block;
	text-decoration: none;
}

.menu img{
	margin-left: 12px;
	margin-top: 20px;
}

#burger{
    color: white;
	margin: 20px 0px 50px 6px;
	font-size: 30px;
}

.site h1, h2, h3, h4, h5, h6{
	padding: 20px;
}

.site p{
	padding: 0px 20px 0px 20px;
}

#responsivenavi{
	color: white;
	font-size: 30px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 100;
	display: none;
}

#responsivenavi a{
	text-decoration: none;
	color: white;
}

@media only screen and (max-width: 960px) {
	#responsivenavi{
	display: block;
}
}

#responsivenavilink{
	width: 0px;
	height: auto;
	background: #4a4a4a;
	position: absolute;
	top: 40px;
	right: 0px;
	padding-bottom: 20px;
	display: none;
	transition: width 0.2s;
}

#responsivenavilink a{
	display: block;
	padding: 20px 10px 0px 10px;
	text-decoration: none;
	color: white;
	text-align: right;
}



@media only screen and (max-width: 960px) {
	#responsivenavilink{
	display: block;
}
}

#button{
background: #4abde1;
border: 2px solid white;
color: white;
width: 20%;
padding: 10px 0px 10px 0px;
margin-left: 20px;
}

#button:hover{
background: white;
color: #4abde1;
border: 2px solid #4abde1;
cursor: pointer;
}

#responsivebody{
width: 414px;
height: 736px;
margin-left: 150px;
margin-top: 50px;
border: 7px solid black;
border-radius: 10px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
}

#responsiveheader{
width: 100%;
height: 40px;
background: #4a4a4a;
}

#menutop{
background: #4abde1;
width: 120px;
height: 20px;
border-radius: 6px;
margin: auto;
padding: 3px 0px 3px 0px;
position: absolute;
top: 63px;
left: 308px;
}

#menutop a{
color: white;
text-decoration: none;
font-weight: bold;
margin-left: 15px;
}

#menutop img{
vertical-align: middle;
margin-left: 20px;
width: 10px;
}

#user{
float: right;
margin: 12px 10px 0px 0px;
}

#menuleft{
width: 10px;
height: 696px;
background: #4abde1;
float: left;
position: absolute;
z-index: 1000;
}

#menuleft a{
display: block;
}

#menuleft img{
margin-top: 10px;
margin-left: 10px;
}

#burgermenuleft{
float: left;
background: #4abde1;
width: 20px;
margin-top: 50px;
margin-left: 5px;
padding-left: 10px;
z-index:1000;
position: relative;
border-radius: 5px;
}

#burgermenuleft a{
text-decoration: none;
color: white;
}

#responsivesiteheader{
height: 60px;
width: 100%;
background: white;
}

#responsivesiteheader h3{
font-style: italic;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
}

#responsivesite{
background: #eceff1;
width: 100%;
height: 636px;
z-index: 900;
}

#all, #step1, #step2, #membado{
border: 1px solid grey;
width: 80px;
float: left;
border-radius: 10px;
margin-top: 30px;
margin-left: 5px;
position: relative;
}

#all, #step1, #step2, #membado p{
font-size: 14px;
text-align: center;
}

#alphabet{
position: absolute;
margin-top: 50px;
margin-left: 50px;
font-size: 11px;
}

#alphabet img{
vertical-align: middle;
margin-right: 10px;
}

#line1{
width: 320px;
height: 1px;
background: grey;
position: absolute;
margin-left: 50px;
margin-top: 75px;
}

#line2{
width: 320px;
height: 1px;
background: grey;
position: absolute;
margin-left: 50px;
margin-top: 180px;
}

#line3{
width: 320px;
height: 1px;
background: grey;
position: absolute;
margin-left: 50px;
margin-top: 300px;
}

#certificate1{
position: absolute;
margin-top: 110px;
margin-left: 50px;
}

#certificate1 img{
margin-right: 10px;
vertical-align: middle;
}

#certificate2{
position: absolute;
margin-top: 220px;
margin-left: 50px;
}

#certificate2 img{
margin-right: 10px;
vertical-align: middle;
}

#divgreen1{
float: left;
position: absolute;
margin-left: 75px;
margin-top: 135px;
font-size: 11px;
width: 60px;
height: auto;
color: green;
}

#divred1{
float: left;
position: absolute;
margin-left: 140px;
margin-top: 135px;
font-size: 11px;
width: 60px;
height: auto;
color: red;
}

#divgreen2{
float: left;
position: absolute;
margin-left: 75px;
margin-top: 245px;
font-size: 11px;
width: 60px;
height: auto;
color: green;
}

#divred2{
float: left;
position: absolute;
margin-left: 140px;
margin-top: 245px;
font-size: 11px;
width: 60px;
height: auto;
color: red;
}

#divtextleft1{
float: left;
position: absolute;
margin-left: 75px;
margin-top: 140px;
font-size: 13px;
width: 60px;
height: auto;
color: black;
}

#divtextright1{
float: left;
position: absolute;
margin-left: 140px;
margin-top: 140px;
font-size: 13px;
width: 90px;
height: auto;
color: black;
}

#divtextleft2{
float: left;
position: absolute;
margin-left: 75px;
margin-top: 255px;
font-size: 13px;
width: 60px;
height: auto;
color: black;
}

#divtextright2{
float: left;
position: absolute;
margin-left: 140px;
margin-top: 255px;
font-size: 13px;
width: 90px;
height: auto;
color: black;
}