﻿/* Standard */
* {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px;
	line-height: 26px;
	color: #6d6d6d;
}
h1, h2, h3, h4, h5, h6 {
        font-family: "Open Sans",Arial,sans-serif;
        padding-bottom: 10px;
        color: #333;
        line-height: 1em;
}
h1 {
        margin-bottom: 10px;
        font-size: 50px !important;
        margin-top: 50px;
        font-family: "Dancing Script","Dancing Script Fallback";
        color: #8c572a;
}
h2 {
        margin-bottom: 10px;
        font-size: 26px !important;
        margin-top: 20px;
        color: #8c572a;
        line-height: 30px;
}
h3 {
        margin-bottom: 10px;
        font-size: 22px !important;
        margin-top: 20px;
        color: #8c572a;
        line-height: 30px;
}
h4 {
        margin-bottom: 10px;
        font-size: 18px !important;
        margin-top: 10px;
        color: #fff;
        line-height: 25px;
        padding-bottom: 0px;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
         color: #8c572a;
}
a:hover {
         color: #8c572a;
          text-decoration: underline;
}
#main_article{
	min-height:600px;
	padding-bottom:40px;
}
#main_article h1{
	padding-bottom: 10px;
}
.container-text {
  position: relative;
  width: 80%;
  margin-left: 10%;
}
@media screen and (max-width: 765px) {
	.container-text {
    	width: 100%;
    	margin-left: 0px;
	}

}
.button {
  color: #fff !important;
  background: #8c572a;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  max-width: 225px;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.button a {
  color: #fff !important;
  background: #8c572a;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.button a:hover {
  text-decoration: none;
}

.button-small {
  color: #fff !important;
  background: #005847;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 21px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  max-width: 150px;
  margin-bottom: 10px;
}

.button-small a {
  color: #fff !important;
  background: #005847;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.button-small a:hover {
  text-decoration: none;
}

#search-box {
	float: right;
}

#custom-search-input{
	margin-left: 5px;
    border: solid 1px #005847;
    border-radius: 6px;
    background-color: #DDD;
    width: 200px;
    height: 28px;
    margin-top: -5px;
    margin-bottom: 10px;

}
.right-border {
          pppadding-right: 60px !important;
}

.right-border h2 {
          color: #8c572a !important;
}
.left-border h2 {
          color: #8c572a !important;
}

@media screen and (max-width: 600px) {
          .right-border {
                    padding-right: 15px !important;
                    padding-left: 15px !important;
          }
          .left-border {
                    padding-right: 15px !important;
                    padding-left: 15px !important;
          }
}

.form-control {
	height: 26px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-size:13px;
}

#custom-search-input input:focus {
	box-shadow: 0px 0px 21px -1px rgba(147,181,250,0.69);
}

#custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    float: right;
    margin-top: -23px;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.glyphicon {
	top: 3px;
}

/* second header */

#carousel {
	max-width: 100% !important;
}

#fix-header {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: cover;
	height: 275px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#header_img {
	height: 275px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#small_content_home h4 {
	font-weight: 400;
}

#small_content_home {
	position: relative;
	max-width: 320px;
	height: 180px;
	top: -230px;
	left: 0px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 23px;
	background-color: rgba(255, 253, 255, 0.4);
	color: black;
	font-size:15px;

}


#small_content {
	position: relative;
	max-width: 370px;
	min-height: 180px;
	top: 50px;
	right: 20px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 23px;
	background-color: rgba(255, 253, 255, 0.6);
	color: black;
	font-size:15px;
	float: right;

}
h2 {
	font-size:20px;
}

.col-md-10, .col-md-11, .col-md-12 {
  float: left;
  float: unset;
}
#text-area {
          padding-top: 260px;
}
@media screen and (max-width: 992px) {
          #text-area {
                    pppadding-top: 160px;
          }
}
@media screen and (max-width: 500px) {
	#small_content {
		display:none;
	}
	#small_content_home {
		display:none;
	}
}

#small_content br {
	margin-bottom: 10px;
}
#small_content_home br {
	margin-bottom: 10px;
}
.btn-default {
        color: #fff;
        border-color: #662174 !important;
        background-color: #662174 !important;
}
.btn-default:hover {
        color: #fff;
        border-color: #a65db5 !important;
        background-color: #a65db5 !important;
}

.blocks {
	display: block;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 30px;
}
.block {
	border: 0px solid #c9c9c9;
	padding: 5px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.block img {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
.block .title {
	padding-left: 15px;
	color: #7e5027;
	text-transform: uppercase;
	line-height: 28px;
        text-align:center;
        font-size: 18px;
        margin-top:10px;
}
.block .text {
	display: block;
	min-height: 120px;
	padding: 5px;
        text-align:center;
}
.block .buttons {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	background: #8c572a ;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 0px;
}
.block .buttons:hover {
	background: #b31141;
	text-decoration: none ;
}

.wthree-mid {
          background: url(../images/achtergrond04.jpg);
            background-attachment: scroll;
            background-size: auto;
            background-repeat: no-repeat;
            background-size: 1200px 600px;
          background-size: cover;
          padding: 6em 0;
          text-align: left;
          bbbbackground-attachment: fixed;
}
#headertext {
          position: absolute;
          top: 0px;
          right: 10px;
          padding-top: 20px;
          font-size: 16px;
          line-height: 22px;
          width: 450px;
          height: auto;
          padding-top: 40px;
}
#headertext {
          position: relative;
          float: right;
          left: 0px;
          right: 10px;
          font-size: 16px;
          line-height: 22px;
          max-width: 400px;
          width: 100%;
}
#headerlogo {
            width:100%; 
            max-width: 235px;
}
    @media (max-width: 480px) {
      
      #headerlogo {
                  min-width: 190px;
      }
      #headertext {
                 padding: 15px;

      }
}

#headertitle {
          position: absolute;
          top: 0px;
          right: 10px;
          padding-top: 90px;
          font-size: 16px;
          line-height: 22px;
          width: 450px;
          height: auto;
          padding-bottom: 30px;
}
#headertitle {
          position: relative;
          float: right;
          left: 0px;
          right: 10px;
          font-size: 16px;
          line-height: 22px;
          max-width: 600px;
          width: 100%;
}
#headerlogo2 {
            width:100%; 
            max-width: 589px;
}

@media (max-width: 1024px) {

      #headerlogo2 {
                  min-width: 190px;
      }
      #headertitle {
                 padding: 15px;
      }
      .col-md-7 {
               width: 50% !important;
               padding-top: 60px;
               padding-right: 0px;
               padding-left: 0px;
      }
      #col-md-4 {
               width: 35% !important;
      }
}

@media (max-width: 480px) {
      
      #headerlogo2 {
                  display:none;
      }
      #headertitle {
                 padding: 15px;
      }
}


/* footer */

#footer {
	background-color: rgb(221,46,46);
	background: url(/images/red.png);

	margin-top: 10px;
	height: auto;
}

#footer .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

#footer .row h5 {
	font-weight: 400;
	margin-bottom: 5px;
}

#footer .row p {
	margin-bottom: 5px;
}

#footer .row a {
	color: #fff !important;

}
.menu-footer-navigation-container {
	color: #fff !important;

}