body {
   font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;


}
html {
  width: 100%;
  height: 100%;
  background-color: #eee;
}
h1
{
  
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: black;
  margin-top: 15px;
  font-size: 18px;
  
}

p{ 
color: #555;
margin-bottom: 12px;
}


	
#ueberleitung{
	margin-top: 100px;
}

.container{
	text-align: left;
}

.brandimage{
	height: 130px;
	
}


.thumb-image{
	margin-top: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
   	width: 300px;
}

.light{

padding: 50px 50px 15px 50px;


background-color: white;
}

.btn{
margin-top: 30px
}

.center{
	color: #555;
	padding-top: 100px;
	
	}
	
	.btn-default {
    color: #333;
    background-color: #FFF8C7;
    border-color: #ccc;
}