/*
Farben
Steelblue :4682b4

Gradient Generator
http://www.cssmatic.com/gradient-generator#%27\-moz\-linear\-gradient\%28left\%2C\%20rgba\%2870\%2C130\%2C180\%2C1\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%2083\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%20100\%25\%29\%3B%27

*/


/*
.cell{
	background-color: whitesmoke;
	border: 1px  solid black;
}
*/


/* Entfernen Bootstrap column padding */
/*
[class*='col-']:first-child {
  padding-left:0;
}

[class*='col-']:last-child {
  padding-right:0;
}
*/

* {font-size:15px; line-height:1.7; margin-bottom:0; font-family:'Roboto',Helvetica,Arial,sans-serif; font-weight:300; }


body{
	background-color: #f0f0f0;
	padding: 15px !important;
}

.page{
	background-color: white;
	padding-bottom:10px;
}

.nopadding{
	padding:0px;
}

.padding-15{
	padding-left:15px;
	padding-right:15px;
}

.logo{
	padding-top: 8px;
	padding-left:30px;
}

.header{
	background: #4682b4;
	background: -moz-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #4682b4), color-stop(95%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: -o-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: -ms-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: linear-gradient(to right, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#ffffff', GradientType=1 );
	height: 50px;
	font-size: 20px;
	color:white;
	padding-top:8px;
	padding-left:30px;
}

.header a{
	height: 50px;
	font-size: 20px;
	font-family: 'Arial';
	color:white;
    text-decoration:none;
	letter-spacing: 1px;
}

.header a b{
	height: 50px;
	font-size: 20px;
	font-family: 'Arial';
	color:white;
    text-decoration:none;
	font-weight: bold;
}

.header-inverse{
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #4682b4 95%, #4682b4 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(95%, #4682b4), color-stop(100%, #4682b4));
	background: -webkit-linear-gradient(left, #ffffff 0%, #4682b4 95%, #4682b4 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #4682b4 95%, #4682b4 100%);
	background: -ms-linear-gradient(left, #ffffff 0%, #4682b4 95%, #4682b4 100%);
	background: linear-gradient(to right, #ffffff 0%, #4682b4 95%, #4682b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##ffffff', endColorstr='#4682b4', GradientType=1 );
	height: 10px;
}

/* Bootstrap */
.breadcrumb {background: rgba(255, 255, 255, 1); border: 0px solid rgba(245, 245, 245, 1); border-radius: 0px; display: block;margin-bottom: 0px}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(66, 139, 202, 1);}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);}
.breadcrumb>.active {color: rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\002F\00a0";}

/* Bootstrap */
.navbar{
	margin-bottom:0px;
	border-bottom: 0px;
}

/* Bootstrap */
.navbar-header{
	background: #4682b4;
	background: -moz-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #4682b4), color-stop(95%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: -o-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: -ms-linear-gradient(left, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	background: linear-gradient(to right, #4682b4 0%, #ffffff 95%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#ffffff', GradientType=1 );
}

.language{
	text-align: right;
	padding:5px;
}

.claim{
	font-size:15px;
	/* background-color: #f0f0f0; */
	text-align: center;
	width: 100%;
	margin:0px;
}

.claim-alt{
	font-size:20px;	
	background-color: white;
	text-align: center;
	width: 100%;
	padding:10px;
	margin:0px;
}

.footer{
	margin-top: 0px;
	border-top: 1px solid lightgrey;
	background-color: #f0f0f0;
}

.footer-row{
	padding: 15px;
}

.footer-logo{
	margin-top:-4px;
	width: 15px;
	opacity: 0.8;
}

.footer-language{
	margin-top:10px;
	cursor: pointer;
}

.footer-bottom{
	text-align: center;
    clear:both;
	padding-bottom:10px;
}

.left{
	float:left;
	padding:10px;
}

.right{
	float:right;
}

.about-why{
	border:1px solid #4682b4;			
	background-color: whitesmoke;			
	margin:12px;
	padding:5px;
    padding:15px;
	border-radius: 5px;	
}

.about-star{
		color: #4682b4;			
}

.about-bullet{
	border-left:1px solid #4682b4;			
	padding-left:10px;			
}

.about-header{
	font-weight: bold;
	color:#4682b4;	
}

.about-subheader{
	color:#4682b4;	
}

.index-invisible{
    display:none !important;
}

.index-visible{
    display:block !important;;
}

.home-camera-container {
	margin: 20px auto;
	max-width: 1000px;
	width: 90%;
}

.home-camera{
	margin: 0 auto;
	height:100%;
	width:100%;
}

.home-camera-small{
	font-size:85% !important;
}


/* Privacy page */
h4{
	font-size: 15px;
	color:#4682b4;	
}

/* Imprint page */
.imprint-head{
	font-weight: bold;
	color:#4682b4;	
}

/* Services page */
.services-main{
	font-weight: bold;
	color:#4682b4;	
}

.services-sub{
	color:#4682b4;			
}

/* Publications */
.publications-year{
	border:2px solid #4682b4;
    height: 26px;
	width: 26px;
	border-radius: 5px;	
	float:left;
}

.publications-line{
	border-left:2px solid #4682b4;			
	margin-left:12px;
	padding-right:5px;
    padding-left:15px;
	float:left;
}

.publications-head{
	font-weight: bold;
	color:#4682b4;	
	margin-left:10px;
	float:left;
}

.publications-issue{
	border-left:1px solid #4682b4;	
	margin-left:5px;		
    padding-left:5px;
	font-size: 10px;
}

.publications-row{
	clear:both;
}

/* References */
.references-customer{
	max-width:600px;
	width:100%;	
}

.references-testimonials{
	font-weight: bold;
	color:#4682b4;	
}

.references-citation{
	font-style: italic;
	font-size: 15px;
	background-color: #f0f0f0;
	margin-left:-10px;
	margin-right:20px;
	margin-top:10px;
	padding:10px;
	max-width:395px;
	float:left;
    border-bottom: solid 1px #f0f0f0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+5,ffffff+27 */
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f0f0f0 5%, #ffffff 27%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f0f0f0 5%,#ffffff 27%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f0f0f0 5%,#ffffff 27%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.references-citation-100{
	font-style: italic;
	font-size: 15px;
	background-color: #f0f0f0;
	margin-left:-10px;
	margin-right:20px;
	margin-top:10px;
	padding:10px;
	width:100%;
	float:left;
    border-bottom: solid 1px #f0f0f0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+5,ffffff+27 */
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f0f0f0 5%, #ffffff 27%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f0f0f0 5%,#ffffff 27%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f0f0f0 5%,#ffffff 27%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.references-subject{
	font-weight: bold;
	font-size: 12px;	
	color:#4682b4;	
}

.contact-image{
	max-width:200px;
	border: 1px solid #f0f0f0;
	margin-top: 5px;	
	margin-bottom: 5px;	
	margin-right: 15px;
}

.contact-label{
	font-size: 12px;	
	color:#4682b4;
    min-width: 400px;	
	margin-right: 10px;
	margin-top: 5px;
}

.contact-block{
	float:left;
}

.download-entry{
	clear:both;
    margin-bottom:10px;
}

.download-item{
	float:left;
}

.download-image{
	margin-right: 10px;
}

.agility-head{
	font-weight: bold;
	color:#4682b4;	
}	

.csw-head{
	font-weight: bold;
	color:#4682b4;	
}	

.csw-logo{
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.csw-model-container{
	text-align: center;
	margin:5px;
}

.csw-model-text{
	text-align: center;
	font-size: smaller;
}

.csw-model{
	height: 200px;
}

/* Agile Workshop*/
.NEWSTEXT{
    padding:10px;
    background-color: white;
}

.NEWSHEADER{
    font-weight: bold;
    font-size: 22px;
}

.NEWSSUBHEADER{
    font-weight: bold;
}

.NEWSSUBSUB{
    font-weight: bold;
	color:#4682b4;
}

.MAIL{
    text-decoration: none;
	color:#4682b4;
 }	
	
