* {
    margin-top: 15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetiva, Arial;
    color: #292929;
}

p, li {
    font-weight: 200;
    margin-left: 2px;
    line-height: 25px;
}

h1 {
    font-weight: 300;
}

.main-impressum {
    
    width: 100%;
    height: 100%;
    
    z-index: 5;
    overflow: hidden;
    margin-bottom: 75px;
    padding-top: 20px;
    background-color: white;
}

.impressum {
    max-width: 650px;
    margin: auto;
    color: #292929;
    padding-right: 40px;
    padding-left: 40px;

    position: relative;
    z-index: 3;
    background: white;
    margin-bottom: 50px;
    overflow: hidden;
    
    background-color: white;
}

a {
    text-decoration: none;
    font-style: italic;
    color: #0078EF;
    
}

#homepage {
    color: white;
    font-style: normal;
    font-weight: 200;
}

.button-centered {
    text-align: center;
}

.button {
	background-color: #62B9FE;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color: white;
	font-family: Open Sans, Helvetiva Neue, Helvetica, Arial;
    
	font-size:15px;
	font-weight: 300;
	
	height: 48px;
	line-height:50px;
	width: 90px;
	text-decoration:none;
	text-align:center;
    align-content: center;
}

.button:hover {
	background-color:#58A8EE;
    cursor: pointer;

}

.button:active {
	position:relative;
}