@font-face {
    font-family: 'frutiger57cnregularregular';
    src: url('../fonts/frutiger_57_condensed-webfont.eot');
    src: url('../fonts/frutiger_57_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger_57_condensed-webfont.woff') format('woff'),
         url('../fonts/frutiger_57_condensed-webfont.ttf') format('truetype'),
         url('../fonts/frutiger_57_condensed-webfont.svg#frutiger57cnregularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'handel_gothic_dregular';
    src: url('../fonts/handel_gothic_d_light-webfont.eot');
    src: url('../fonts/handel_gothic_d_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/handel_gothic_d_light-webfont.woff') format('woff'),
         url('../handel_gothic_d_light-webfont.ttf') format('truetype'),
         url('../fonts/handel_gothic_d_light-webfont.svg#handel_gothic_dregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

 body { 
 font-family: 'frutiger57cnregularregular';
	background-color: #fff;
	margin:0;
	font-size:15px;
	font-weight: normal;
	line-height:16px;
	color:#4169E1;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-shadow: none;
	font-family: 'handel_gothic_dregular';
	color: #4169E1;
}
h1 {
font-size: 1.4em;
	font-family: 'handel_gothic_dregular';
}

h2 {
	font-family: 'frutiger57cnregularregular';
	font-size: 1.2em;	
}
h3 {
	font-family: 'frutiger57cnregularregular';
    font-size: 1em;
	color: #4169E1;
}

.span6 img {
margin-right: 0.8em;
}

.container-fluid {
	padding: 0;
}
 .content {
	padding-top:11em;
	font-size: 1.1em;
	line-height: 1.4em;
	background: #fff;
}
	
.content p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.1em;
	}
p { 
 	font-family: 'frutiger57cnregularregular';
	font-size:15px;
	line-height:18px;
	color:#4169E1;
	}
	
span#expertise {
position: relative;
top: 450px;
}
/***** BODY *****/
	

.arrow-top img {
	margin: -7px 0 0 15px;
	}


/***** HOMEPAGE *****/
	
#details {
	position: relative;
	float: right;
	width: 527px;
	margin-top: 80px;
	padding-left: 20px;
}

#icon {
	position: relative;
	float: left;
	margin-right: 20px;
}

#app-name {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#version {
	top: 30px;
	position: relative;
	float: left;
}

#description {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#features li {
	background: url('../img/check.png') no-repeat 0 20%;
	list-style: none;
	padding-left: 25px;
	margin-left: -23px;
	line-height: 1.7em;
}
#features img {
	margin-right: 0.3em;
}

.download-box {
	width: 45%;
	float: left;
	padding-top: 20px;
	padding-right: 5%;
	font-size: 0.9em;
	line-height: 1.3em;
	}
#fibonacci {
	background: url(../img/fibonacci_814px.jpg) no-repeat;
	width: 814px;
	height: 528px;
}	
	
	
/***** ABOUT PAGE *****/

.updates ul {
	list-style: none;
	padding-top: 10px;
	clear: both;
	margin: 0 0 25px 0;
	}
	
.updates ul li {
	margin-bottom: 10px;
	}
	
.updates hr {
	border-top: 1px solid #4169E1;
	}
	
.updates .label {
	display: block;
	float: left;
	margin-right: 10px;
}

.version {
	float:left;
	}

.release-date {
	float:right;
	margin-top: 4px;
	color: #B7CCF1;
	font-size: 0.85em;
	}
	
.new {
  background-color: #4169E1;
}

.fix {
	background-color: #468847;
	padding: 1px 8px 2px;
	}
	

	
/***** CONTACT *****/

#contact-form {
	border-left: 1px solid #4169E1;
	}
	
#contact-info {
	padding-bottom:20px;
	}
	
	
	
/***** FOOTER *****/

.footer {
	font-size: 1em;
	line-height: 1.5em;
	padding: 15px 0;
	background-color: #4169E1;
	color: #fff;
	margin-bottom: 2em;
}
#footerlinks {
	float: right;
	margin-right: 1em;
}
#footerlinks a {
	color: #fff;
}
#copyright {
	margin-left: 1em;
}


/*#################### Eigene Styles*/	

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
    background-color: #4169E1;
    color: #FFFFFF;
    text-decoration: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	font-weight: normal;
}
.navbar .nav > li > a {
	padding: 0.5em 1em;
	margin: 0.15em 0 0.15em 0.3em;
	border: 1px solid #B7CCF1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.navbar li{
	line-height:18px
}
.aktiv a {
	background-color: #4169E1;
    color: #FFFFFF !important;
    text-decoration: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.aktiv a:hover, {
    color: #B7CCF1 !important;
    text-decoration: underline;
}
.navbar .nav.pull-right {
	margin-left: 100px;
}
.navbar {
    color: #4169E1;
}
.navbar .nav > li > a {
    color: #4169E1;
    text-shadow:0 1px 0 rgba(0,0,0,0.15);
	font-size: 1em;
}
.navbar .nav > li > a:hover {
    color: #ffffff;
	background-color: #B7CCF1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.navbar-inner {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	padding: 1em 0;
}

.headersubtitle {
	font-family: 'handel_gothic_dregular';
    font-size: 1.41em;
	color: #FFFFFF;
	background-color: #4169E1;
	padding: 0.4em 0.7em;
	margin-top: 4em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

label, input, button, select, textarea {
	font-size: 1em;
	font-family: 'frutiger57cnregularregular';
}
input, textarea, select, .uneditable-input {
	color: #4169E1;
	border: 1px solid #B7CCF1;
}
/*Menubutton MediaQueries*/
.navbar .btn-navbar {
	background-color: #4169E1;
	background-image: none;
	text-shadow:0 1px 0 rgba(0,0,0,0.15);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled]{
	background-color: #B7CCF1;
	color: #ffffff;
	text-shadow:0 1px 0 rgba(0,0,0,0.15);
}
/*Button Senden*/
.btn-primary {
	font-family: 'handel_gothic_dregular';
	color: #fff;
	font-size: 0.95em;
    background-color: #4169E1;
	background-image: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #B7CCF1;
	color: #ffffff;
}
.form-actions {
	margin: 0;
}
.terms {
	display: none;
	}
	