.container.nav {
	margin-top: 20px;
}
.navbar {
	border: none;
}
.navbar-collapse {
	text-align: center;
}
.navbar-nav {
	display: inline-block;
	float: none;
}
.navbar .active > a {
	border-bottom: solid 3px #676767;
}
.navbar > a:hover {
	color: #b2b2b2;
	border-bottom: solid 3px #b2b2b2;
}
.navbar .dropdown .active > a {
	border-bottom: none;
}
@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.dropdown-menu {
		display: block;
		position: static;
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		margin-top: 0;
		position: static;
		width: 100%;
	}
	.navbar-nav .dropdown-menu > li > a,
	.navbar-nav .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .dropdown-menu > li > a {
		line-height: 20px;
	}
}

.container.body {
	background-color: #fff;
	padding: 0;
}

header.head {
	position: relative;
	/*width: 100%;*/
}

.head-logo img {
	padding: 20px 2px;
}
.head-img img {
	/*max-height: 482px;*/
	min-width: 10%;
	max-width: 100%;
}
.head-text {
	position: absolute;
	bottom: 30%;
	left: 5%;
	right: 5%;
	z-index: 10;
	text-align: center;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
.head-text h1 {
	margin: auto;
	font-weight: 300;
}
@media (max-width: 479px) {
	.head-text h1 {
		font-size: 1.9em;
	}
}

a {
	cursor: pointer;
}

.content {
	padding: 10px 60px;
}
.content h1,
.content h2 {
	margin: 5px 0;
	font-weight: 300;
	color: #fd1a00;
}
.content h1 {
	margin-bottom: 15px;
}
.content h3 {
	margin: 5px 0;
	font-weight: 600;
}
.content h1 {
	font-size: 42px;
}
.content h2 {
	font-size: 28px;
}
.content h3 {
	font-size: 16px;
}

.content.home h2 {
	margin-top: 130px;
	margin-bottom: 20px;
}

.content hr {
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: none;
}





@media (max-width: 991px) {
	.content {
		padding: 20px 60px;
	}
	.content.home h2 {
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.content {
		padding: 20px 12px;
	}
	.content.home h2 {
		margin-top: 50px;
		margin-bottom: 10px;
		font-size: 1.5em;
	}
}
/*.content a {
	color: #b2b2b2;
}*/

.content .bold {
	font-weight: 600;
}
.content.reglemente .row {
	margin: 20px 10px;
}
.content.links .row {
	margin-bottom: 35px;
}
.content.links img {
	display: block;
	margin-bottom: 20px;
}

.quicknav .row {
	border-top: solid 1px #b2b2b2;
}
.quicknav .row:first-child {
	border-top: none;
}
.quicknav-item {
	text-align: center;
	/*padding: 30px 0;*/
	height: 200px;
	display: flex;
	align-items: center;
	border-left: solid 1px #b2b2b2;
}
.quicknav-item img {
	display: block;
	margin: 5px auto;
}
.quicknav a {
	width: 100%;
	color: #b2b2b2;
	font-weight: 600;
}
@media (max-width: 991px) {
	.quicknav {
		padding-top: 15px;
	}
	.quicknav .row:first-child {
		border-top: solid 1px #b2b2b2;
	}
	.quicknav-item:first-child {
		border-left: none;
	}
}

.container .jumbotron {
	border-radius: 0;
	padding: 32px 50px;
}
.container .jumbotron a {
	font-size: 22px;
	color: #8396a2;
}
@media (max-width: 767px) {
	.container .jumbotron a {
		font-size: 18px;
	}
}

.form-control {
	color: #404040;
}

.footer .container .row {
	padding: 0 5%;
}
@media (max-width: 991px) {
	.footer .container .row {
		padding: 0;
	}
}
.footer h2 {
	text-align: center;
	font-weight: 300;
	color: #b2b2b2;
}
.footer-col {
	height: 190px;
	border-left: solid 1px #b2b2b2;
}
.footer-col:first-child {
	border-left: none;
}
.footer-item {
	padding: 0 40px;
	text-align: center;
}
.footer-item img {
	display: block;
	margin: 8px auto;
}
.footer-item a {
	color: inherit;
}
.footer-item address {
	display: inline-block;
	text-align: left;
}
@media (max-width: 767px) {
	.footer .row .footer-col {
		border-left: none;
		border-top: solid 1px #b2b2b2;
	}
	.footer .row .footer-col:first-child {
		border-top: none;
	}
}

@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}