@font-face {
	font-family: 'Barlow'; 
	src: url('./Barlow/Barlow-Regular.ttf'); 
}

footer{

  height: 176px;
/*  background: url('../images/Footerverlauf.png') !important;*/
background: #0aa1e2;
  background-repeat: repeat;
  background-repeat: repeat-x !important;
  position: relative;
  bottom: 0;
  width: 100%;
  display: grid;
  color: white; 
  text-transform: uppercase;
  font-size: 18px;
  clear: both;


  }


.footerClass{
  padding-top: 3%;
  padding-bottom: 0%;
  margin-top: 0px;
  align-items: flex-start;
  text-align: center;
  background: #0aa1e2;
  border: 0;
  /*font-family: 'FFScalaWebItalic';*/
  font-family: 'Barlow';
  font-style: inherit;
  font-weight: inherit;
}

.p1{
  display: inline-block;
  margin-right: 100px;
}

.copyright {
  /*font-family: "Trade Gothic LT W04 Bold";*/
  font-family: "Barlow";
  color: white;
}

