@charset "UTF-8";
/*
   style.css

   title: html5_framework_1.1.8
   
   Created by Ralf on 01.2013
   Copyright 2013 __Ralf Hoffmeister__ All rights reserved. 
*/
/* CSS Document */
/* ========================================================= */
/* = ================= ADJUSTMENTS ======================= = */
/* ========================================================= */

/*RESET
**************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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; }

/* HTML5 display-role reset for older browsers */
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; }

/*:focus {
	outline: 0;
}*/

/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/* for IE6 */
* html .clear {
  height: 1%; }

/* for IE7 */
*:first-child + html .clear {
  min-height: 1px; }

/*OTHER STUFF 
**************************************************************/

html {
  font-size: 62.5%; 
  background: #e2e2e2;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "frac=1";
  -ms-font-feature-settings: "frac" 1;
  overflow-y: scroll;/* Forces vertical scrollbar to prevent jumpy page */ 
}

/* ========================================================= */
/* = ===================== BASE STYLES =================== = */
/* ========================================================= */
/*Set this styles first on every project and you’ll have a solid design basis*/

body { 
  font-family: 'Source Sans Pro', 'Futura', Helvetica, sans-serif;
  font-size: 16px; font-size: 1.6rem; 
  line-height: 1.2; 
}

h1 {
  font-size: 48px; font-size: 4.8rem;
  padding: 0.8em 0 0; 
}

h2 {
  font-size: 40px; font-size: 4.0rem;
  padding: 0.8em 0 0; 
}

h3 {
  font-size: 36px; font-size: 3.6rem;
  padding: 0.8em 0 0; 
}

h4 {
  font-size: 30px; font-size: 3.0rem;
  margin: 0.8em -1.5% 0 -1.5%;
  padding: 2px 1.5%; 
}

h5 {
  font-size: 24px; font-size: 2.4rem;
  padding: 1.0em 0 0; 
}

h6 {
  font-size: 20px; font-size: 2.0rem;
  padding: 1.0em 0 0; 
}

p {
  font-size: 16px; font-size: 1.6rem;
  padding: 0.4em 0 0.4em 0; 
  -ms-word-break: hyphenate;
  word-wrap: normal;
  word-break: hyphenate;
  /* old webkit */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
 
}
  a:hover {

  } 

  a:active, a.active {
    
  }

em {
  font-style: italic; 
}

strong {
  font-weight: 900; 
}

code {
  font-family: courier, monospace; 
}

address {
  font-style: italic;
}

pre {
  font-family: courier, monospace;
  white-space: pre-wrap;
}

li {
   
} 

img {
  max-width: 100%;
  width: auto\9; /* ie8 */
  height: auto !important;
  -ms-interpolation-mode: bicubic; 
}

blockquote {
  color: #38433d;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px; font-size: 1.6rem;
  margin: 40px -5%;
  padding: 50px;
  background: #f6f6f3;
  border-radius: 20px;
  /*	quotes:"\201C""\201D""\2018""\2019";*/ 
}
  blockquote span {
    text-align: right;
    font-weight: 400;
    width: auto;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px; font-size: 1.6rem;
    color: #888;
    border-top: 1px solid #888; 
  }

/*blockquote:before {
	content: open-quote; 
	font-weight: bold;
}

blockquote:after {
	content: close-quote; 
	font-weight: bold;
}*/
.quoteLeft {
  position: relative;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  float: left;
  width: 30%;
  margin: 18px 10px 18px -5%;
  padding: 14px 20px 14px 1%;
  left: 0;
  color: #aa0000;
  display: block;
  background: #f6f6f3;
  border-radius: 0 10px 10px 0; 
}

.quoteRight {
  font-style: italic;
  font-family: Arial, sans-serif;
  float: right;
  font-weight: 900;
  text-align: right;
  width: 30%;
  margin: 18px -5% 18px 10px;
  padding: 14px 1% 14px 20px;
  color: #aa0000;
  display: block;
  background: #f6f6f3;
  border-radius: 10px 0 0 10px; 
}

::-moz-selection,
::-webkit-selection,
::selection {
  background: #ff5555;
  color: white; 
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection,
h4::-moz-selection, h5::-moz-selection, h6::-moz-selection,
a::-moz-selection, blockquote::-moz-selection, h1::-webkit-selection,
h2::-webkit-selection, h3::-webkit-selection, h4::-webkit-selection,
h5::-webkit-selection, h6::-webkit-selection, a::-webkit-selection,
blockquote::-webkit-selection, h1::selection, h2::selection,
h3::selection, h4::selection, h5::selection, h6::selection,
a::selection, blockquote::selection {
  color: #222222; 
}

/* ========================================================= */
/* = ==================== OBJECTS ======================== = */
/* ========================================================= */

/*some handy classes you probably need a lot during a project*/

/*FONTS
**************************************************************/

.sans {
  font-family: Arial, sans-serif; }

.serif {
  font-family: Times, serif; }

.fancy {
  font-family: "Didot", "Times New Roman", Georgia, Times, serif; }

.mono {
  font-family: courier, monospace; }

.ultraLight {
  font-weight: 100; }

.thin {
  font-weight: 200; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semiBold {
  font-weight: 500; }

.bold {
  font-weight: 600; }

.extraBold {
  font-weight: 700; }

.heavy {
  font-weight: 800; }

.ultraHeavy {
  font-weight: 900; }

.dropCap {
  font-size: 3.2em;
  line-height: 0.6em;
  color: #38433d;
  padding: 15px 8px 0 0;
  float: left; }

.runIn {
  color: #38433d;
  font-weight: bold; 
}

.firstP {
  font-size: 120%;
  font-weight: 400; 
}

.align-center {
  text-align: center; 
}

.align-block {
  text-align: justify; 
}

.align-right {
  text-align: right; 
} 


/*MISC
**************************************************************/
img.preloader {
  background: transparent url("../images/preloader.gif") no-repeat center center; }

.left {
  float: left; }

.right {
  float: right; }

.hideText {
  text-indent: -9999px;
  margin: 0;
  padding: 0; } 

.block {
  display: block;
} 



/* ========================================================= */
/* = =================PAGE STRUCTURE====================== = */
/* ========================================================= */

/* ========== */
/* = HEADER = */
/* ========== */
#header {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5% 10px; 
}

/* =========== */
/* = CONTENT = */
/* =========== */ 

#container {
  width: 100%;
}

.content {
  position: relative;
  width: 1000px; 
  min-height: 800px;
  margin: 0 auto 50px; 
  background: transparent url('../images/Logo_HaassFarhrzeugtechnik.png') no-repeat 0 50px; 
} 

  .contact {
    position: absolute; 
    bottom: 0; 
    right: 0; 
    width: 300px;
  }

  .contact p {
    font-size: 24px; 
    font-weight: 300; 
    color: #076c8e;
  }

/* ================ */
/* = MAIN CONTENT = */
/* ================ */ 

#main-content {
  position: relative;
} 

.logo-border {
  position: absolute; 
  width: 100%; 
  height: 57px; 
  background: #fff; 
  top: 404px; 
  left: 0; 
}

/* ================ */
/* = SIDE CONTENT = */
/* ================ */ 

#side-content {

}


/* ========== */
/* = FOOTER = */
/* ========== */ 

#footer {
  position: relative;
}

/* ========= */
/* = MEDIA = */
/* ========= */ 

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

  }