.sponsors-item {
  height : 60%;
  width : 60%;
}

.widget_sponsors_widget ul.horizontal li {
  padding : 20px;
  display: block;
}

.site-branding{
	background-image: url("https://campuswoche.de/wp-content/uploads/2020/05/Banner.jpg");
	background-repeat: no-repeat;
  background-position: center top; 
	background-size: cover;
}

body {
    background: -moz-linear-gradient(top, rgba(170,204,55,0.22) 0%, rgba(170,204,55,1) 100%);
    background: -webkit-linear-gradient(top, rgba(170,204,55,0.22) 0%,rgba(170,204,55,1) 100%);
    background: linear-gradient(to bottom, rgba(170,204,55,0.22) 0%,rgba(170,204,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aacc37', endColorstr='#aacc37',GradientType=0 );
    /* background: #f3f3f3; */
}

