@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,300italic,400italic,700italic);
body {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 1.85em;
    min-width: 1010px;
}
a {
    color: #e2001a;
    text-decoration: none;
}
a.forward {
    background: url("icon_arr_small_grey.png") no-repeat 0 50%;
    padding-left: 25px;
}
a:hover,
a.active {
    text-shadow: 0 0 0px #e2001a;
}
h1, h2 {
    color: #006ab3;
    font-weight: 500;
	margin-bottom: 0.5em;
}
h1 {
	margin-top: 0em;
    font-size: 26px;
    text-transform: uppercase;
}
h2 {
    font-size: 20px;
}
.clear {
	clear: both;
}
.inner,
.header {
    width: 990px;
    margin: 0 auto !important;
}
ul.nav,
.sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav,
ul.nav > li {
    display: inline-block;
}

body > div:after,
.block-content:after {
    content: '';
    display: block;
    clear: both;
}

.header {
    padding: 15px 0;
	width: 970px;
	height: 110px;
}
.header .right {
    float: right;
	text-align: right;
    padding-top: 17px;
	margin-right: 10px;
}
.header .right a {
    color: #999
}
.header .top {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.header .top li {
    margin-left: 5px;
    padding-left: 8px;
    border-left: 1px solid #a7a7a7;
    line-height: 0.8em;
}
.header .top li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
    
}
.header .bottom form {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0px #ddd inset;
    vertical-align: top;
    margin-right: 15px;
    text-align: left;
    width: 198px;
	height: 30px;
}
.header .bottom input {
    border: 0;
    background: transparent;
    padding: 8px;
    width: 165px;
}
.header .bottom button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 0;
}
.header .bottom .fb {
    background: url(social/facebook.png) no-repeat 0 0;
    display: inline-block;
    width: 100px;
    font-size: 11px;
    line-height: 1;
    padding: 5px 0 5px 38px;
    text-align: left;
}

.mainnav {
    background: linear-gradient(to bottom, #1c7abb 0, #2a83c0 50%, #006ab3 50%);
    box-shadow: 0 -10px 10px -10px rgba(230,230,230,0.35) inset,
        0 10px 10px -10px rgba(230,230,230,0.35) inset;
    border-bottom: 1px solid #fff;
	height: 55px;
    text-align: justify;
	position: relative;
	z-index: 2;
}
.mainnav .nav {
    display: block;
    font-size: 0;
    text-align: justify;
}
.mainnav > ul:after {
    content: '';
    display: inline-block;
    width: 90%;
}
.mainnav > ul > li {
    display: inline-block;
    position: relative;
    font-size: 17px;
}
.mainnav > ul > li:after,
.mainnav > ul > li:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 0px;
    border-left: 1px solid #000;
    border-right: 1px solid #fff;
    opacity: 0.25;
}
.mainnav > ul > li:first-child:before {
    right: auto;
    left: 0;
}
.mainnav > ul > li > a {
    display: block;
    padding: 14px 22px;
	height: 27px;
    color: #fff;
    font-weight: bold;
	cursor: pointer;
}
.mainnav > ul > li:hover {
    background-color: #408fc6;
    background: linear-gradient(to bottom, #559bcc 0, #5fa2d0 50%, #408fc6 50%);
    box-shadow: 0 0 10px 0 rgba(64,143,198,0.35);
}
.mainnav a:hover,
.mainnav a.active {
	text-shadow: none;
}
.mainnav > ul > li > a.active {
    background-color: #e2001a;
    background: linear-gradient(to bottom, #e6263c 0, #e93a4e 50%, #e2001a 50%);
    box-shadow: 0 0 10px 0 rgba(226,0,26,0.35);
}
.subnav {
	display: none;
	background: #408dc2;
	position: absolute;
	top: 0;
	left: 0;
    min-width: 120%;
	margin: 55px 0 0 0;
    padding: 0 7px 10px;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    font-size: 15px;
}
li:hover .subnav {
	display: block;
}
.subnav li {
	border-top: 1px solid #7aafd4;
    padding-right: 20px;
}
.subnav li:first-child {
	border-top: 0;
}
.subnav a {
	color: #fff;
	display: block;
    width: 100%;
	padding: 3px 10px 3px 10px;
    font-weight: 300;
    position: relative;
}
.subnav a:after {
    content: url(icon_arr_tiny_white.png);
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.6;
}
.subnav a:hover {
	font-weight: 500;
}
.subnav a.active:hover {
	text-shadow: none;
}
.subnav a.active {
	font-weight: bold;
}
.subnav a:hover:after,
.subnav a.active:after {
    opacity: 1;
}

.banner {
    color: #fff;
    height: 500px;
    position: relative;
    box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.25) inset,
        0 10px 10px -10px rgba(0,0,0,0.25) inset;
    overflow: hidden;
}
.banner .inner {
    width: 1266px;
    position: relative;
    padding: 0;
}
.banner a {
    color: #fff;
}
.banner .caption {
    position: absolute;
    top: 300px;
    left: 138px;
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.banner .red {
    background: url("icon_arr_medium.png") no-repeat 97% 50% #e2001a;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    padding-right: 70px;
    display: inline-block;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}
.banner .blue {
    background-color: #006ab3;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    padding: 20px;
    display: inline-block;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
}

.sidenav {
	background: url("border_dotted.png") repeat-y top right;
	width: 280px;
	font-size: 17px;
	padding-right: 40px;
	float: left;
	margin-right: -321px;
}
.sidenav li {
	border-bottom: 1px solid #bfbfbf;
}
.sidenav a {
	padding: 10px;
	color: #333;
	display: block;
	position: relative;
}
.sidenav a:after {
	content: url("icon_arr_small_grey.png");
	position: absolute;
	right: 10px;
	top: 13px;
	opacity: 0.3;
}
.sidenav a:hover {
	font-weight: 400;
}
.sidenav a.active {
	font-weight: 500;
}
.sidenav a.active {
	color: #e2001a;
}
.sidenav a:hover:after,
.sidenav a.active:after {
	opacity: 1;
}
.content-wrap {
    padding: 45px 0;
}
.content {
	line-height: 1.6em;
}
.sidenav + .content {
	background: url("border_dotted.png") repeat-y top left;
	margin-left: 319px;
	padding-left: 40px;
	overflow: hidden;
}
.content a {
    font-weight: 500;
}

.footer {
    background-color: #ededed;
    border-top: 2px solid #808080;
    padding: 20px 0;
    font-size: 13px;
    color: #666;
}
.footer .inner {
	width: 970px;
}
.footer .nav {
    float: right;
}
.footer li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 8px;
    border-left: 1px solid #706f6f;
    line-height: 0.8em;
}
.footer li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.footer a {
    color: #666;
}


/* Startseite */
.startseite .content-left {
    float: left;
    width: 640px;
}
.startseite .content-left h2 {
    font-size: 26px;
    text-transform: uppercase;
}
.startseite .content-left .block {
    padding-top: 1em;
    border-top: 2px solid #bfbfbf;
    margin-top: 1em;
}
.startseite .content-left .block:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.startseite .content-left .block-content {
	font-size: 17px;
}
.startseite .content-left .block-content img {
    float: right;
}
.block-links {
	margin-top: 1em;
	border-top: 1px dotted #bfbfbf;
	padding-top: 1em;
}
.startseite .content-right {
    float: right;
    width: 280px;
}
.startseite .news-block {
	color: #666;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.startseite .news-block .date {
    background-color: #e6e6e6;
    color: #006ab3;
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
}
.startseite .news-content {
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.startseite .news-block p {
    margin: 0;
}
.startseite .news-title {
	display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 0;
	background: none;
}


/* Unternehmen - Team */
.team-block {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-bottom: 40px;
	margin-right: 60px;
}
.team-imgs {
	height: 200px;
}


/* Branchenlösungen - bonVito */
.content img.right {
	float: right;
	margin: 0 0 10px 10px;
}


/* Finanzierung */
.finanzierung .content-left {
    float: left;
    width: 640px;
}
.finanzierung .content-right {
    float: right;
    width: 280px;
}
.finanzierung .content-right div {
	text-align: center;
}


/* Referenzen */
.ref-block {
	margin-bottom: 40px;
	overflow: hidden;
}
.ref-imgs {
	float: left;
	width: 260px;
	text-align: center;
}
.ref-imgs + .ref-content {
	float: right;
	width: 710px;
}
.ref-content h2 {
	margin-top: 0;
}
.ref-content a {
	color: #006ab3;
}


/* News */
.news-block {
    margin-bottom: 40px;
	text-align: left;
}
.news-block:target {
	background-color: #f9fbfd;
}
.news-block .date {
    background-color: #e6e6e6;
    color: #006ab3;
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
}
.news-content {
    border-top: 1px solid #e6e6e6;
	text-align: left;
	padding: 0 10px;
}
.news-content p {
	margin-top: 0;
}
.news-content h2 {
	text-align: left;
	margin-top: 0.2em;
}


/* Downloads */
.dl_kat .icon {
	display: inline-block;
	width: 48px;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
}


/* Kontakt */
.kontakt form input[type="text"],
.kontakt form select {
	width: 300px;
}
.kontakt form textarea {
	width: 736px;
	height: 150px;
}
.kontakt form .left {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
.kontakt form .lbl {
	width: 80px;
}
.kontakt form .right {
	float: left;
}
.kontakt form .right .lbl {
	width: 80px;
}
.kontakt #plz {
	width: 80px;
}
.kontakt #ort {
	width: 200px;
	margin-left: 5px;
}


/* Impressum */
.impressum .os .left {
	float: left;
	width: 300px;
	line-height: 1.3em;
}
.impressum .os .right {
	float: left;
	width: 200px;
	margin-top: 50px;
}


/* Sitemap */
.sitemap-list {
	font-size: 18px;
}
.sitemap ul ul {
	padding-left: 20px;
	font-size: 0.85em;
}


/* Formularelemente */
.success {
    background-color: #85C058;
}
.error {
    background-color: #C30E21;
    color: #FFFFFF;
}
.success, .error {
    padding: 7px 7px 7px 10px;
    margin-bottom: 3px;
}
.content form label.lbl {
	display: inline-block;
	width: 100px;
	padding-top: 3px;
}
.content input[type="text"],
.content input[type="password"],
.content select,
.content textarea {
	color: #4d4d4d;
	line-height: 19px;
	width: 230px;
	height: 19px;
	padding: 2px 5px;
	margin: 5px 0;
	box-shadow: 0 3px 5px -5px #999999 inset;
	vertical-align: top;
}
.content input[type="text"],
.content input[type="password"],
.content select,
.content textarea {
	/*background-color: #eee;*/
	border: 1px solid #d2d2d2;
}
.content select {
	width: 242px;
	height: 25px;
	padding: 0px;
}
.content textarea {
	height: 75px;
}
form .hinweis .red {
	color: red;
}
.content input[type="text"]:focus,
.content input[type="password"]:focus,
.content select:focus,
.content textarea:focus {
	color: #444;
	border-color: #999;
}
.content input.short {
	width: 100px !important;
}
.content input.medium {
	width: 388px !important;
	margin-left: 8px;
}
.required {
    background: url("icon_required.png") no-repeat 100% 4px;
}
select.required {
    background: url("icon_required.png") no-repeat 93% 4px;
}
.required.missing {
	outline: 2px dotted #F99;
}

.content form.wide {
	position: relative;
	/*width: 640px;*/
}
.content form.wide label.lbl {
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
.content .wide input[type="text"],
.content .wide input[type="password"],
.content .wide textarea {
	width: 400px;
}
.content .wide select {
	width: 412px;
}
.content .wide input.short {
	width: 75px;
}
.content .wide input.medium {
	width: 305px;
	margin-left: 8px;
}
.content .wide .btn_submit {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
