@charset "utf-8";

/* PK red = #FE0000 */

body
{
	margin-top:0px;
	font-size:15px;
}

small, .small
{
	font-size: 85%;
}

.label
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

/* Make .label-default less dark */
.label-default
{
	background-color:#514F4F;
}

/* === news === */

.news_items
{
    margin-bottom: 10px;
}

.business-header
{
	height: 20vw;
	min-height: 120px;
	/*max-height: 300px; /*400*/
	background: center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: #B39C7C;
}

.header-headerline
{
	/* font-family: "Pacifico"; zie index.php */	
	font-size: 5.5vw;
	line-height: 5.5vw;
	font-weight: bolder;	
	padding-top:10px;
	padding-left: 20px;
	color:white;
	 text-shadow: 2px 2px 4px #555;
	/*border: 1px solid black;*/
}

.header-tagline
{
	/* font-family: "Rozha One"; zie index.php */
	font-size: 4vw;
	line-height: 4vw;
	padding-left: 20px;
	color:white;
	text-shadow: 2px 2px 4px #555;
	/*border: 1px solid black;*/
}

.navbar .dropdown-menu a {
    color: #000;
}

/* =============================== Menu Left =============================== */

.business-hours
{
	/*
	border-radius: 5px;
	background: #EEE;	
	padding: 5px 5px;
	*/
	position: relative;
	text-align: left;
	margin-top:5px;
}
.business-hours li
{
	color: #666;
	line-height: 30px;
	border-bottom: 1px solid #DDD;
}
.business-hours li:last-child
{
	border-bottom: none; 
}
.business-hours .opening-hours li.today
{
	color: #ffac0c; 
}

/* =============================== Menu Left =============================== */

h1
{	
	font-size: 25px;
	margin-top: 5px;
	font-weight: normal;
}

h2
{
	font-size: 21px;
	margin-top: 5px;
	color: #FE0000;
	font-weight: normal;
}

h3
{
	font-size: 17px;
	color: #000;
	margin-top: 5px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	color: #FE0000;
	margin-top: 5px;
}

.list-group-item-heading, .list-group-item-text
{
	font-size: 14px;
}

.personbox
{
	min-height:inherit !important;
}

/* foto's in artikels * /

/* xs * /
#cms_body img
{
	border-radius: 3px;
	margin-right:8px;
	display: block;
	max-width: 100%;
	height: auto;
	padding: none;
	padding-bottom: 2px;
}

#news_items_container h2
{
	font-size: 28px;
}

/* sm * /
@media (min-width: 768px) {
#cms_body img {
        width: 150px;
    }
}
/* md * /
@media (min-width: 992px) {
#cms_body img {
        width: 200px;
    }
}
/* lg * /
@media (min-width: 1200px) {
#cms_body img {
        width: 250px;
    }
}

*/
.btn
{
	/*font-size: 12px;*/
	line-height: 1;
	margin-bottom: 3px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #999 !important;
    border-color: #040404;
}

/* =============================== /Menu Left =============================== */

.clearer
{
	clear:both;
}

button
{
	cursor:pointer;
}

footer
{
	background-color: #EEE;
	padding-top:10px;
	padding-bottom:10px;
}

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
    border-radius: 0px !important;
	background-color: #2780e3 !important;
}