.div-logo a img {
	padding: 0 12px;
}

@media (min-width: 991px) {
	.div-logo a img {
		padding: 0 30px;
	}
}

ul.nav li a {
	background-color: #da0000;
	border-radius: 10px;
}

.countdown {
	background-color: #ffc200;
	color: #000;
	font-size: 130%;
	margin-bottom: 28px;
	padding: 6px;
	text-align: center;
}

.content {
	margin-top: 40px;
}

footer {
    background: #da0000;
}

	footer .moduletable > .newsflash {
		max-width: initial;
	}
	
	footer .logo-footer > .logo-footer {
		max-width: initial;
		padding: 0;
	}
		
		footer .logo-footer > .logo-footer img {
			max-width: 130px;
		}
		
		@media (min-width: 991px) {
			footer .logo-footer > .logo-footer img {
				max-width: initial;
			}
		}
	
	footer .footer-text > .footer-text {
		text-align: right;
	}
	
.rsform form fieldset .form-group label[for="Vraag"],
.rsform form fieldset .form-group label[for="Gasten"],
.rsform form fieldset .form-group label[for="Opmerking"] {
	align-self: initial;
}

/* Pagina Sponsors Start */

body.sponsors .category-desc {
  line-height: initial;
}

body.sponsors .blog .items-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body.sponsors .blog .items-row .item {
  border: none;
  margin-right: 30px;
}

body.sponsors .blog .items-row .item img {
  max-width: 200px;
}

/* Pagina Sponsors Eind */
