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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  font-family: Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.05rem;
}

/* --- Nav --- */
#header {
  box-sizing: border-box;
  background: #efefef;
  display: table;
  width: 100%;
  height: 143px;
  padding: 0px 195px;
}

.logo {
  width: 11rem;
}

.logo,
.menu {
  vertical-align: middle;
  display: table-cell;
}

.menu ul {
  text-align: right;
  font-size: 1.2rem;
  display: block;
  height: 100%;
  line-height: 143px;
}

.menu ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  width: 135px;
  text-align: center;
  border-top: 4px solid #efefef;
  cursor: pointer;
}
.menu ul li a {
  color: #6799c7;
  display: block;
}
.menu ul li:hover {
  color: #ABB9C6;
  border-top: 4px solid #3e4e8c;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ABB9C6+0,eeeeee+100 */
  background: #ABB9C6; /* Old browsers */
  background: -moz-linear-gradient(top, #ABB9C6 0%, #eeeeee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ABB9C6 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ABB9C6 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABB9C6', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

/* --- Features --- */
#features {
  background: url('./assets/bg_southside.jpg');
  background-size: cover;
  background-position: 0px -150px;
  padding: 50px 195px;
}

.feature-box {
  height: 350px;
  min-height: 350px;
  width: 430px;
  min-width: 430px;
  color: #ffffff;
  overflow: hidden;
  line-height: 1.1rem;
  display: inline-block;
  padding: 0px 65px;
  padding-right: 0px;
}

.feature-box--headline {
  background: rgba(102, 102, 102, 0.35);
  color: #ffffff;
  line-height: 100px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: right;
  padding-right: 2rem;
}
.feature-box--headline.smaller {
  font-size: 1rem;
}
.feature-box--content {
  margin-top: 25px;
  font-size: 0.85rem;
text-shadow: 1px 1px 15px #000000;
}

/* --- Jobs --- */
p {
  padding-bottom: 25px;
}

#jobs {
  background: #1776cf;
  color: #ffffff;
  padding: 0px 195px;
  padding-bottom: 80px;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 52px;
  padding-bottom: 40px;
}

h2 {
  font-size: 1.55rem;
  font-weight: bold;
  padding-top: 52px;
  padding-bottom: 40px;
}

strong {
  font-weight: bold;
}

.jobs-boxes--headline--ico {
  float: left;
  padding: 0px 15px;
}

.jobs-boxes--headline--ico img {
  width: 32px;
  height: 32px;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 25px;
}

.jobs-boxes--box {
  height: 250px;
  min-height: 250px;
  width: 400px;
  min-width: 400px;
  color: #ffffff;
  overflow: hidden;
  line-height: 1.1rem;
  display: inline-block;
  padding: 15px 20px;
  padding-left: 0px;
}

.jobs-boxes--content {
  padding: 15px 45px;
  background: #2f84d4;
  line-height: 1.4rem;
}

/* -- About Us --- */
#about-us {
  background: url('./assets/bg_southside.jpg');
  background-size: cover;
  background-position: 0px -400px;
  color: #ffffff;
  padding: 0px 195px;
  padding-bottom: 40px;
}

/* -- Ref Client --- */
#refclient {
  background: #1776cf;
  color: #ffffff;
  padding: 0px 195px;
  padding-bottom: 80px;
}

.refclient-box {
  padding-top: 20px;
  min-width: 480px;
  width: 480px;
  display: inline-block;
  margin-right: 20px;
}

.refclient-box--headline h3 {
  padding-bottom: 0.75rem;
}

.refclient-box--subline {
  padding-bottom: 0.5rem;
}

.refclient-box--img img {
  border: 5px solid #ffffff;
  width: 100%;
}

/* -- Contact --- */
#contact {
  background: url('./assets/bg_southside.jpg')  no-repeat;
  background-size: cover;
  background-position: 0px -350px;
  color: #ffffff;
  padding: 0px 195px;
  text-align: center;
  padding-bottom: 100px;
}
#contact h1 {
  text-align: left;
}

.contact--phone, .contact--email {
  font-size: 2rem;
  letter-spacing: 1.5px;
}
.contact--email {
  margin-left: 50px;
}

.contact--icon img {
  width: 64px;
  position: relative;
  margin-right: 15px;
  top: 15px;
}

footer {
  background: #000000;
  color: #ffffff;
  padding: 0px 195px;
  height: 110px;
  line-height: 110px;
}
footer .footer--copyright {
  text-align: left;
  float: left;
}
footer .footer--links {
  text-align: right;
}
footer span.sep {
  margin: 0px 5px;
}

footer .footer--links a {
  color: white;
}

@media only screen and (max-width: 1350px) {
  #header {
    padding: 0px;
  }
  #about-us {
    background-position: 0px;
  }
  #contact {
    background-position: 0px;
  }
  .logo  img {
    position: relative;
    left: 95%;
  }
  .logo,
  .menu {
    display: block;
  }
  .menu ul {
    line-height: 35px;
  }
  .menu ul li {
    display: block;
    width: 100%;
    height: 50px;
    border-top: 4px solid #efefef;
  }
  .menu ul li:hover {
    background: #efefef;
    border-top: 4px solid #efefef;
  }
  .feature-box {
    padding: 0 10%;
  }
  #features, #jobs, #contact, #refclient, #about-us {
    padding: 15px 0px;
    padding-left: 15px;
  }
  #imprint, #dataprivacy, #agbs {
    padding: 5px !important;
    text-align: center;
  }
  .contact--phone, .contact--email {
    display: block;
    text-align: center;
    margin-left: 0px;
  }
  footer {
    padding: 0px;
  }
  .feature-box {
    min-width: auto;
    width: initial;
  }
  .feature-box {
    height: 500px;
    min-height: 500px;
  }
}

#imprint, #dataprivacy, #agbs {
  background: url('./assets/bg_southside.png') no-repeat;
  background-size: cover;
  padding: 50px;
  min-height: 700px;
  color: #ffffff;
  padding: 0px 195px;
}

html {
  background: rgb(102, 102, 102);
}

html, body {
  height: 100%;
  width: 100%;
}

.page-wrapper {
  min-height: 100%;
}