/* override default style */

header {
	/*height: 600px!important;*/
	background: #161415 url(../images/bg/impressum-min.jpg) no-repeat top center;
}

header .scrolldown a {  
   bottom: 180px !important;
}

.header-overlay { 
	background: #161415 url(../images/bg/impressum-min.jpg) no-repeat center center;   
}

.header-overlay2 {  
  background-color:	rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header::before {
	height: 30%;
}

#header-title-container {
	position: absolute;
	width: 100%;
	bottom: 50%;
	margin: 0 auto;
	text-align: center;
}

#header-title-container > p, #header-title-container > h1  {
	color: #fff;
	margin-bottom: 5px;
}
#header-title-container  p.first-row  {
	font: larger serif;
	font-style: italic;
    font-family: serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.0em;
    text-transform: none;
}

#header-title-container p.second-row, #header-title-container h1.second-row {
	margin-top: 15px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.0em;
	font-family: Open Sans;
}