/*
	@media screen and (max-width: 768px)
	@media screen and (min-width: 768px) and (max-width: 992px)
	@media screen and (min-width: 992px) and (max-width: 1200px)
	@media screen and (min-width: 1200px)
	{
	}
*/


html, body
{
    height: 100%;
}


body
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	background-color: #374088;
	color: #FFFFFF;
}

.height100
{
    height: 100%;
    min-height: 100%;
    /* display: block; */
}

.width100
{
    width: 100%;
    /* display: block; */
}


a:link, a:visited, a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #2B2F46;
	text-decoration: underline;
}


/* Since iOS adds a <a href="tel123456789"> tag around the number, all you have to do is make a css rule that styles this tag. */
a[href^=tel]
{
	color: inherit;
	text-decoration: none;
}


.img-responsive-center
{
	margin: 0 auto;
}


.logo
{
	padding-top: 100px;
	padding-bottom: 50px;
}

	@media screen and (max-width: 768px)
	{
		.logo
		{
			padding-top: 30px;
			padding-bottom: 35px;
		}
	}


.intro
{
	text-align: center;
	vertical-align: top;
	letter-spacing: 1px;
}

.contactgegevens
{
	padding-top: 10px;
}

	@media screen and (max-width: 768px)
	{
		.contactgegevens
		{
			padding-top: 20px;
		}
	}


.colofon-container
{
	font-size: 10px;
	color: #B3B1B2;
	height: 40px;
}

.colofon-container a:link, .colofon-container a:visited, .colofon-container a:active
{
	color: #B3B1B2;
	text-decoration: none;
}
.colofon-container a:hover
{
	color: #252012;
	text-decoration: underline;
}


.footer-ontwerp
{
	text-align: right;
}

.footer-webdesign
{
	text-align: center;
}

	@media screen and (max-width: 768px)
	{
		.footer-ontwerp, .footer-webdesign
		{
			text-align: center;
		}

		.footer-ontwerp
		{
			padding-bottom: 10px;
		}
	}
