/*
 * SnowFox blue: #215da0
 */

/*
 * element selectors
 */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background-color: #E5E5E5;
    color: #333333;
    font-family: 'Calibri', 'Open Sans', sans-serif;
    font-size: 12px;
}

a {
    color: #006;
}

a:hover {
    text-decoration: none;
    color: #00A;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  margin: .5rem 0;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 2rem;
}

h3 {
  margin: 0 0 .5rem;
  font-size: 1.7rem;
}

hr {
  border-color: #AAA;
}

/*
 * class selectors
 */
.box {
  overflow: auto;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  background: white;
}

.tile-50 {
  float: left;
  width: 50%;
}

div.pad, p.pad {
  padding: 1.5rem 1rem;
}

div.pad-2, p.pad-2 {
  padding: 3rem 1rem;
}


p.header {
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.floating {
  float: left;
}

.floating.right {
  float: right;
}

.indent {
  margin-left: 2rem;
}

/*
 *
 * page structure
 *
 *********************/

div#content-wrapper {
    position: relative;
    min-height: 100%;
    width: 900px;
    margin: 0 auto;
}

/* header */
header {

}

header h1 {
  float: left;
  margin: 0;
}

header h1 a, header h1 a:hover {
  letter-spacing: 0px;
}

header .name {
  color: #006;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

header .motto {
  margin-top: .2rem;
  color: #333333;
  font-size: 1rem;
}

/*
 * Navigation
 */

header nav {
  float: right;
  margin: .5rem 0 0;
}

header nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav li {
  float: left;
  margin: 0 .5rem 0 0;
}

header nav span {
  color: #333333;
  border-bottom: 2px solid white;
}

header nav .cur span {
  border-bottom-color: #006;
}

header nav a {
  display: block;
  padding: .5rem;
  text-transform: uppercase;
}

/* content */
section#content {
  box-sizing: border-box;
}

/* footer */
footer.box {
    width: 100%;
    padding-top: 2.5rem;
    color: #333333;
}

footer .copyright {
  float: left;
  margin-right: 1rem;
}

footer ul, footer li {
  margin: 0;
  padding: 0;
}

footer nav ul,
footer nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer nav li {
  float: left;
}

footer nav li a {
  margin: 0 .5rem;
}

/*
 * Main Site
 */
#poster {
  height: 275px;
  background-image: url('../img/boat_1920.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#main #competence {
  background-image: url('../img/compass_1024.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50% auto;
}

#main #competence a {
  color: #333;
  text-transform: uppercase;
}

/*
 * Competence
 */
#competence #development,
#competence #compounding,
#competence #analytic,
#competence #tools,
#competence #manufacturing {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
}

#competence #development,
#competence #analytic,
#competence #manufacturing {
  background-position: left top;
}

#competence #development { background-image: url('../img/map_1024.jpg'); }
#competence #compounding { background-image: url('../img/compound_1024.jpg'); }
#competence #analytic { background-image: url('../img/analytic_1024.jpg'); }
#competence #tools { background-image: url('../img/tools_640.jpg'); }
#competence #manufacturing { background-image: url('../img/fulfillment_1024.jpg'); }



/*
 * Imprint, Disclaimer, Privacy
 */
section#content #privacy h1,
section#content #imprint h1,
section#content #disclaimer h1 {

}

.fa-facebook-official {
  font-size: 4rem !important;
  color: #000000;
}

#social {
  text-align: center;
}

/*
 * 404
 */
#not-found,
#not-found h1,
#not-found h2 {
  text-align: center;
}

#not-found h1 {
  margin: 5rem auto 0;
  font-size: 8rem;
}
#not-found h2 {
  margin: 0 0 2rem;
  font-size: 3rem;
}
