/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body {font-family: "Helvetica",Arial,sans-serif;}

h1 {font-size: 18px; margin: 0; padding: 0;}
h2 {font-size: 14px; margin: 0; padding: 0;}
p {font-size: 13px;}

header {margin-bottom: 60px; padding-top: 47px; background: #fff;}

main ul {font-size: 13px; padding: 0 0 0 17px; margin: 0; list-style: square url("../images/listing.png");}
main ul li {margin-top: 2px; margin-bottom: 2px;}

aside a {color: #333;}
aside a:hover, aside a:focus, aside a:active {color: #333;}
aside img {margin-top: 45px;}
#kontakt {background-color: #f6f6f6; padding: 25px; max-width: 262px; position: relative;}
#kontakt p {font-size: 13px;}
.bbh-logo {margin-top: 30px;}
.capt-w {text-align: left;}

footer {padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #e5e5e5; margin-top: 60px;}
footer ul {padding: 0; margin: 0 0 25px 0; float: none;}
footer ul li {font-family: "Helvetica",Arial,sans-serif; float: none; list-style: none; margin: 15px 0 15px 0; font-size: 13px;}
footer a {font-family: "Helvetica",Arial,sans-serif; font-size: 13px; color: #333;}
footer a:hover, footer a:focus, footer a:active {color: #333;}
.active {color: #e3000f;}
.active:hover, .active:focus, .active:active {color: #e3000f;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	header {background: url("../images/header-bg-small.png"); background-repeat: no-repeat;}
	aside img {margin-top: 0px;}
	footer ul {padding: 0; margin: 0; float: right;}
	footer ul li {font-family: "Helvetica",Arial,sans-serif; float: left; list-style: none; margin: 0 0 0 40px; font-size: 13px;}
	.capt-w {text-align: center;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header {background: url("../images/header-bg-tablet.png"); background-repeat: no-repeat;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header {background: url("../images/header-bg.png"); background-repeat: no-repeat;}
}