/***************************************

		Hinderm Lerch CSS-File

***************************************/

/* GENERAL ---------------------------*/

html, body {
	font-family: 'Calibri', Arial;
	padding:0;
	margin:0;
}

body * {
	box-sizing:border-box;
}

body {
	padding:0 30px;
}

section {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

#header,
#content,
#footer {
	text-align: center;
	color:#52646b;
}

a:link,
a:active,
a:visited {
	color:#52646b;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;	
}

a:hover {
	color:#2b516b;
	font-weight: bold
}

a.active {
	font-weight: bold;
}

.burger {
	display: none;
}

/* HEADER ----------------------------*/

#header {
	padding-top: 100px;
	position: relative;
}

#header nav {
	text-align: left;
	position: absolute;
	top: 40px;
}

#header nav ul {
	margin: 0;
	padding: 0;
}

#header nav ul li {
	list-style: none;
	font-size: 22px;
	
}


/* CONTENT ---------------------------*/

#content h1   { font-weight: normal; font-size: 26px; margin-bottom: 40px; margin-left: 0 }

#content h2 {
	font-size: 34px;
	font-weight: normal;
	margin: 40px 0;
}
#content h5 {
	font-size: 34px;
	font-weight: normal;
	margin: 20px 0;
}
#content h4 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0;
}
#content h3 { font-weight: normal; font-size: 52px; margin: 55px 0 }
#content p,
#content p.teaser  { font-size: 20px }

#content p.teaser {
	margin-bottom: 40px;
}

hr {
	width:100%;
	max-width: 600px;
	border-color: #52646b; 
	border: 0;
	border-top: 2px solid;
	margin: 50px auto;
}

#content img {
	width: 100%;
	max-width: 600px;
	margin-bottom: 60px;
}

/* FOOTER ---------------------------*/

#footer {
	font-size: 14px;
	text-align: left;
	position: relative;
}

#footer p {
	position: absolute;
	bottom: 140px;
}

#footer p strong {
	color:#000;
}

/* MEDIA QUERIES ---------------------------*/

@media screen and (max-width : 1023px)  {

.burger {
	background: url(../images/menu.svg) no-repeat; no-repeat;
	background-size: 100%;
	width: 40px;
	height: 30px;
	display: block;
	position: absolute;
	top: 30px;
	border: 0;
	cursor: pointer;
	opacity: 0.6;
	border-radius:0;
}

#header nav {
    text-align: center;
    position: absolute;
    top: 100px;
    width: 100%;
    max-height: 0;
    background: #fff;
    overflow: hidden;
    	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

#header nav.open {
   	max-height: 999px;
    -webkit-box-shadow: 0 10px 8px 99999px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 10px 8px 99999px rgba(0,0,0,0.4);
    -o-box-shadow: 0 10px 8px 99999px rgba(0,0,0,0.4);
    box-shadow: 0 10px 8px 99999px rgba(0,0,0,0.4);
}

#header nav ul li {
    margin: 20px 0;
}

#footer p {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

#content img {
    margin-bottom: 0;
}

}
.small-caps { font-variant: small-caps }
