body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}
h3, h4 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 12px;
	margin: 12px 0 0;
	line-height: 21px;
}
a {
	color: #f6f6f6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #343b42;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 100%;
	text-align: center;
	position: relative;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
	
}



.btn-custom {
	text-transform: uppercase;
	color: #414a52;
	background-color: #54d0dd;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #d90000;
}
.btn-default {
	text-transform: uppercase;
	color: #fff;
	background-color: #d90000;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #54d0dd;
	background-color: #343b42;
}
/* Header Section */




.owl-carousel{
	border-bottom: 15px solid #d90000;
}


.banner{
	width:100%;
}

.logo{
	position: absolute;
	max-width:50%;
	top:2%;
	left:5%;
	z-index:99999;
}
#over-ons {
	padding: 60px 0;
	background: #fff; /* Old browsers */
	padding:5%;
	
	
}



#agenda {
	padding: 60px 0;
	background: #FFC926;
	padding:5%;
	color:#444;
}

#agenda hr{
	background: #444;
}

#agenda h3{
	margin-top:30px;
}

#fotos {
	padding: 60px 0;
	background: #d90000;
	padding:5%;
}

#fotos h2, #fotos p {
	color: #fff;
}
#fotos .fa{
	color: #1BADCF;
	margin-top: 10px;
}
#fotos .col-md-1{
	text-align: center;
}
#fotos .col-md-11{
	margin-bottom:30px;
}


#fotos .hidden{
	display:none;
}

.album{
	padding-top: 50px;
	padding-bottom: 50px;
}


.square-thumb {
            width: 140px;
            height: 140px;
        }

#albums{
	background: #000;
	/*padding-bottom: 50px;*/
	display:none;
	
}

#albums h2, #albums p {
	color: #fff;
}

#albums hr{
	background: #fff;
}

/* Contact Section */
#contact {
	padding: 60px 0;
	background: url(../images/contact.jpg) no-repeat center bottom;
	text-align: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#contact .links{
	background: rgba(255,255,255,0.8);
	padding: 5%;
	color: #232731;
}

#contact .rechts{
	background: rgba(27,173,207,0.8);
	padding: 5%;
}
#contact .fa{
	color: rgba(27,173,207,0.8);
	float: left;
	padding-right: 30px;
}
#contact .adres{
	margin-top:50px;
}
#contact .adres p{
	margin:0;
	font-weight: 600;
	line-height:21px;
}
#contact .social{
	text-align:center;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #4b8d98;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #343b42;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #000;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
	color:#fff;
}


