/*!
 * customized CSS for Wika Treuhand GmbH
 www.wika-treuhand.ch
 */

html
{
 background-color:#fff}
 
 
body{
font-family: /*"open sans",*/ Arial, Helvetica, sans-serif;
background:#fff;
font-size:15px;
font-weight:400;
line-height:22px;
text-shadow:none !important;
color: #041f98;
border-top:8px solid #041f98;
border-bottom:30px solid #041f98;
}

h1,.h1 {
font-size: 20px;
}

h2,.h2 {
font-size: 18px;
}

footer {
border-top:3px solid #041f98;
padding: 8px 0px;
}

a:hover{
color:#DD4814;
}

a:visited{
color:#041f98;
}

 .jumbotron {
  padding: 30px;
  margin-bottom: 0px !important;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #fff !important;
  border-bottom:3px solid #041f98;
  
  }
 
 .content ul li {
   margin-left: 0px;
   padding-left: 3px;
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 15px;
}

.img-thumbnail {
  padding: 2px;
  margin: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #041f98;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.awell {
  background-color: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-top:15px;
  margin-bottom: 15px;
  padding: 10px;
}


.form-horizontal .control-label {
    text-align: left;
	}
	

