/* Code by D&M Agentur 2013 */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #e2e2e2;
    font-size: 12px;
    font-weight: 400;
}

div {
    display: block;
}

.clear {
    clear: both;
}

h1 {
    margin: 0 0 6px 0;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background: url(../images/pfeile.png) no-repeat 0 7px ;
}

h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
}

.linie {
    width: 900px;
    height: 0px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #e5e5e5;
}

/* Background */

#row1 {
    width: 100%; 
    height: 3px; 
    background: #737373;
}

#row2 {
    width: 100%; 
    height: 89px; 
    background: #272a2f;
}

#row3 {
    width: 100%; 
    height: 3px; 
    background: #23649e;
}

#row4 {
    width: 100%; 
    height: 314px; 
    background: #18a2c9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4YTJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzdjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #18a2c9 0%, #0c7cbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18a2c9), color-stop(100%,#0c7cbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #18a2c9 0%,#0c7cbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #18a2c9 0%,#0c7cbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #18a2c9 0%,#0c7cbc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #18a2c9 0%,#0c7cbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a2c9', endColorstr='#0c7cbc',GradientType=0 ); /* IE6-8 */
}

#row5 {
    width: 100%; 
    height: 1px; 
    background: #e2e2e2;
}

#row6 {
    width: 100%; 
    height: 155px; 
    background: #cecece;
}

#row7 {
    width: 100%; 
    height: 2px; 
    background: #dcdcdc;
}

#row8 {
    width: 100%; 
    height: 195px; 
    background: #c5c5c5;
}

#row9 {
    width: 100%; 
    height: 40px; 
    background: #e2e2e2;
}

/* Main Structure */

#wrap {
    position: absolute;
    left: 50%;
    margin-left: -490px;
    width: 980px;
    min-height: 1000px;
    /*border-right: 1px solid #fff;*/
    /*background: #fff;*/
}

#header {
    height: 89px;
    margin-top: 3px;
    padding-left: 25px;
}

#content1 {
    height: 314px;
    margin-top: 3px;
    padding-left: 25px;
}

#content2 {
    
    margin-top: 1px;
}

#referenzen {
    height: 196px;
    margin-top: 2px;
    padding-left: 25px;
}


#referenzen h2 {
    font-size: 18px;
    font-weight: 700;
    color: #272a2f;
    margin: 10px 0 10px 0;
    padding: 0;
}

#referenzen table td {
    width: 318px;
}

#referenzen ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #272a2f;
}

#footer {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#footer table {
    width: 100%;
}

#footer table tr td {
    width: 290px;
    text-align: left;
}

#footer table tr td.middle {
    width: 400px;
    text-align: center;
}

#footer table tr td:first-child a{
    padding-right: 10px;
}

#footer a {
    text-decoration: none;
    color: #272a2f;
}

#footer a:hover {
    text-decoration: underline;
}
/* Navigation */

#logo {
    float: left;
    padding-top: 10px;
}

#nav {
    float: right;
}

#nav a {
    display: block;
    float: left;
    height: 89px;
    line-height: 89px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #53565b;
    padding: 0 46px;
    font-size: 14px;
    font-style: italic;
}

#nav a:hover, #nav a.active {
    background: #191b20;
}

/* Content */

#content1 .left {
    float: left;
    width: 490px;
    padding-top: 40px;
    color: #fff;
    font-weight: 400;
}

#content1 .left span {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}

#content1 .right {
    float: right;
    height: 314px;
}


#content2 .thumb_technik {
    float: left;
    width: 243px;
    height: 135px;
    padding-top: 20px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 700;
    color: #272a2f;
    cursor: pointer;
}

#sub_content {
    padding: 20px 0 20px 25px;
}

#sub_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

table#kontakt {
    
}

table#kontakt td {
    vertical-align: top;
    width: 300px;
}

table#impressum td{
    width: 200px;
    vertical-align: top;
}

table#impressum td:first-child {
    width: 200px;
}

table#impressum td:last-child {
    width: 230px;
}