/* ------------------------------------------------ */

/*	!Reset	*/

/* ------------------------------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

a, a:focus, a:active, input:focus, input:active, textarea:focus {
	-moz-outline: 0;
	outline: none;
}

* {
	box-sizing: border-box;
}

/* ------------------------------------------------ */

/*  !Links Transition  */

/* ------------------------------------------------ */

a {
  transition: color .2s ease, background-color .2s ease;
}

/* ------------------------------------------------ */

/*  !Body  */

/* ------------------------------------------------ */

body {
  color: #1B1714;
  background: #666666;
  font-size: 13px;
  line-height: 1.5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 40px 0 80px 0;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 0;
  }
}

/* ------------------------------------------------ */

/*  !Page  */

/* ------------------------------------------------ */
.page {
  background: #fff;
  max-width: 1000px;
  padding: 40px 40px 40px 130px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1000px) {
  .page {
    padding: 40px;
  }
}

/* ------------------------------------------------ */

/*  !Header  */

/* ------------------------------------------------ */
header .logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

header .logo a {
  display: block;
  width: 200px;
  height: 76px;
  background: transparent url('../images/layout/logo-hauck-partner.png') no-repeat 0 0;
  text-indent: -9999px;
  margin-right: 40px;
}

header .logo p {
  color: #014A8E;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: -3px;
}

@media screen and (max-width: 960px) {
  header .logo {
    display: block;
  }

  header .logo a {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------ */

/*  !Navigation  */

/* ------------------------------------------------ */

.nav_image {
  display: flex;
  margin-bottom: 60px;
}

.nav_image ul {
  width: 200px;
  margin-right: 40px;
}

.nav_image ul a {
  display: block;
  color: #1B1714;
  border-top: 1px solid #ddd;
  padding: 5px;
}

.nav_image ul li:last-child a {
  border-bottom: 1px solid #ddd;
}

.nav_image ul a span {
  color: #ccc;
  display: inline-block;
  margin-right: 10px;
}

.nav_image ul a:hover, .nav_image ul a.active {
  background: #f5f5f5;
}

.nav_image figure img {
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 960px) {
  .nav_image {
    display: block;
  }

  .nav_image ul {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------ */

/*  !Content  */

/* ------------------------------------------------ */

.content {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.content_container {
  width: 590px;
}

.content h3 {
  font-size: 16px;
  color: #014A8E;
  margin-bottom: 10px;
  margin-left: -40px;
}

.content h3:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #009A00;
  display: inline-block;
  margin-right: 10px;
}

.content p {
  margin-bottom: 30px;
}

.content a {
  color: #14902D;
}

.content strong {
  font-size: 14px;
}

.referenz {
  margin-bottom: 40px;
}

.referenz img {
  border: 1px solid #eee;
}

.content figure {
  margin-bottom: 32px;
}

.content figure.referenz {
  max-width: 377px;
}

.content figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .content {
    display: block;
  }

  .content_container {
    max-width: 100%;
  }

  .content h3 {
    margin-left: 0;
  }

}

/* ------------------------------------------------ */

/*  !Footer  */

/* ------------------------------------------------ */
footer {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer ul li {

}

footer ul li:after {
  content: '|';
  color: #ddd;
  margin: 0 5px;
}

footer ul li:last-child:after {
  content: '';
}

footer a {
  color: #1B1714;
}

footer a:hover, footer a.active {
  color: #14902D;
}

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

  footer ul {
    width: 100%;
  }
}
