@charset "utf-8";
/* CSS Document */
html {
  font-family: 'Open Sans', sans-serif;
}
body{
	margin: 0;
}
.brandlogos img {
    width:66%;
  margin: auto;
  padding: 10px 0px;
  display: block;
}
.brandlogos {
	    padding-bottom: 30px;
	padding-top: 20px;
}
.teamfoto img {
  width: 100%;
}
.logo img {
  width: 33%;
  margin: auto;
  display: block;
	padding: 10px 0px
}

@media only screen and (min-width: 1024px) { 
	
	
	.logo img {
  width: 10%;
 
}
    
    .brandlogos img {
    width:15%;
 
}
	
}
.text, .impressum, .madewith{
	text-align: center;
}

a{
	color: #02aad5;
	text-decoration: none;
}

.impressum-box{
	margin: 10px;;
}

.fa-heart{
	color: #02aad5;
}
.impressum{
	padding-top: 50px;
}
