﻿@charset "UTF-8";

/* Global Styles */

body
{
    color: black;
    line-height: 1.5em;
    font-family: Arial;
    font-size: 1em;
    background: #515673 url(../img/background_gradient.jpg) repeat-x 0px 0px;
}

.page
{
    max-width: 980px;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}

h1
{
    font-size: 2.0em;
    margin: 0em 0em .5em 0em;
    font-weight: normal;
    color: #041a92;
    line-height: 1.1em;
}
h2
{
    font-size: 1.7em;
    margin: 0em 0em 1em 0em;
    line-height: 1.1em;
}
h3
{
    font-size: 1.5em;
    margin: 0em 0em .4em 0em;
    line-height: 1.1em;
}
h4
{
    font-size: 1.2em;
    margin: 0em 0em .4em 0em;
    line-height: 1.1em;
}

p
{
    margin: 0px 0px .75em 0px;
}

a, span.cta
{
    color: #009eff;
}
a:hover, span.cta:hover
{
    color: #de9000;
}
a.cta, span.cta
{
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    margin: .5em 0 0 0;
    padding: 0px 12px 0px 0px;
    background: url(../img/cta_arrow.png) no-repeat right -50px;
}
a.cta:hover, span.cta:hover
{
    background-position: right 0px;
}
a.promo_tile
{
    color: #000000;
    text-decoration: none;
}
a.promo_tile:hover
{
    color: #000000;
}

nav {
    background-color: #009eff;
}
nav a {
    color: #b8d8f6;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: .9em;
}
nav a.current {
    background-color: rgba(255,255,255,.40);
    color: #fff;
}
nav a:hover {
    color: #fff;
}
nav ul.sub_menu li a {
    width: 150px;
    border-right: 1px solid;
}
nav ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
nav ul li { display: inline-block; }
nav ul ul {
    display: none;
    position: absolute;
    top: 320px;
    left: 0;
    background-color: #098bdb;
}
nav ul li:hover > ul { display: block; }

.promo h3
{
    font-size: 1.1em;
    margin: 0;
}
.promo p
{
    line-height: 1.2em;
    font-size: .9em;
    margin-bottom: .5em;
}
.promo
{
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
    margin-right: 10px;
    margin-bottom: 10px;
}
.promo.one
{
    background-image: url(../img/promo_druckfedern.jpg);
}
.promo.two
{
    background-image: url(../img/promo_zugfedern.jpg);
}
.promo.three
{
    background-image: url(../img/promo_flachformfedern.jpg);
}
.promo.four
{
    background-image: url(../img/promo_stanzbiegeteile.jpg);
}
.promo.five
{
    background-image: url(../img/promo_drehfedern.jpg);
}
.promo.six
{
    background-image: url(../img/promo_drahtformfedern.jpg);
}
.promo.seven
{
    background-image: url(../img/promo_sprengringe.jpg);
}
.promo.eight
{
    background-image: url(../img/promo_tellerfedern.jpg);
}
.promo.nine
{
    background-image: url(../img/promo_wellenfedern.jpg);
}
.promo.ten
{
    background-image: url(../img/promo_sonderfedern.jpg);
}
.promo.eleven
{
    background-image: url(../img/promo_material.jpg);
}

.clear-fix
{
    clear: both;
    line-height: 1px;
}

table {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    margin: auto;
    border: 0;
}
table tr > td {
    padding: 0 10px 0 0;
}
table tr td div{
    display: inline-block;
    margin-right: 15px;
}

footer
{
    font-size: .85em;
    color: #9ba0bd;
    background-color: #515673;
    padding: 10px 10px 10px 0px;
}

.footer_bottom
{
    display: block;
    height: 3em;
    background-color: #515673;
}

.back-to-top
{
    position: fixed;
    bottom: 0.5em;
    right: 0px;
    text-decoration: none;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 2em;
    padding: 0.5em;
    display: none;
}

.back-to-top:hover
{
    background-color: rgba(135, 135, 135, 0.50);
}

#hero .panel .caption
{
    color: rgba(0,0,0,.70);
    line-height: 14px;
}
#hero .panel .caption h3
{
    color: #000;
    font-size: 2.0em;
}
