/*.logo img{
	height: 60px;
	padding-left: 10%;
}

.header{
	padding-top: 5px;
	height: 60px;
}

.header i{
	margin-right: 5px;
	color: #2D7D9A;
}*/

.address, .phone, .mail{
    padding-top: 40px !important;
    font-size: 18px;
}
.company, .social{
	padding-top: 10px;
}
.row.header{
	display: flex;
  flex-wrap: wrap;
}

.column.img,.column.address {
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}
.column.phone,.column.mail {
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .column.img,.column.address,.column.phone,.column.mail {
    flex: 100%;
    max-width: 100%;
  }
  .column.img{
  	margin-bottom: 20px;
  }
  .column.address, .column.phone, .column.mail{
  	text-align: center;
  	padding-top: 0px !important;
  }
  .containerSpacer{
  	display: none;
  }
}

/*@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}*/

.containerSpacer{
    background-color: #EDEDED;
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.description{
    background-color: #EDEDED;
    margin-top: 10px;
    color: #2D7D9A;
    font-size: 30px;
    text-align: center;
}

.description h1 {
    color: #2D7D9A;
    padding-top: 20px;
    font-size: 30px;
}

.description p {
    font-size: 16px;
    color: black;
}

.description a, .header a{
	color: #2D7D9A;
}

.inner-bg {
    padding: 170px 0 60px 0;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.image{
	height: 370px;
}

.image {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/Unternehmen_background.jpeg);
    background-position: center center;
    background-size: cover;
}
.image h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.footer {
    background-color: #2D7D9A !important;
    margin-top: 10px;
    position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   height: 60px;
   font-size: 18px;
   text-align: center;
}

.footer p{
	margin-bottom: 0px !important;
}

.footer i{
	font-size: 20px;
	margin-left: 10px;
}

.footer a {
	color: white;
}

.clear { clear: both; height: 60px; }