/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: HelveticaNeueLTSTD-BD;
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
}

.container {
    width: 50%;
}

.box h1{
	margin: 0px 0px 10px 0px;
}

.box h2{
	margin: 0px;
}

.container .box p{
	margin: 0px;
}

.container .box img{
	margin-bottom: 10px;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HelveticaNeueLTSTD-BD;;
    font-weight: 700;
    letter-spacing: 1px;
}

h1{
    font-family: HelveticaNeueLTSTD-BD;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #22499a;
	font-size: 30px;
}

h2{
    font-family: HelveticaNeueLTSTD-BD;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    color: #22499a;
	font-size: 25px;
}

#Address{
	font-size: 16px;
	display: inline;
}

p {
    font-size: 1em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 50px;
    padding: 30px 15px;
    background: #fff;
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (max-width:1370px) {
    #Address{
		font-size: 14px;
	}
}

@media screen and (max-width:1200px) {
    #Address{
		font-size: 12px;
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (max-width:1000px) {
	.container {
		width: 75%;
	}  
}
@media screen and (max-width:900px) {
	.container {
		width: 80%;
	}
}

@media screen and (max-width:800px) {
	.container {
		width: 85%;
	}
}

@media screen and (max-width:700px) { 
	.container {
		width: 90%;
	}
}

@media screen and (max-width:600px) {
	.container {
		width: 100%;
	} 
}

@media screen and (max-width:530px) {
	#Address {
		font-size: 14px;
		display: block;
		clear: left;
		float: left !important;
	}
	
	h1{
		font-size: 20px;
	}
}

/*--------------------------------------------------CUSTOM--------------------------------------------------*/
/*-------------------------ALGEMEEN-------------------------*/
.box {
    background: #eee;
}

a {
    color: #7a552a;
    text-decoration: underline;;
}

a:hover, a:focus {
    color: #e65b2a;
    text-decoration: underline;;
}

p {
    color: #333;
}

p strong {
    color: #7a552a;
}  

/*-------------------------INTRO-------------------------*/
.box.intro {
    background: transparent;
}

.box.intro img {
    min-width: 450px;
    max-width: 450px;
    width: 100%;
}

@media screen and (max-width:600px) {
    .box.intro img {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
}

/*-------------------------CONTENT-------------------------*/
.box.content p {
    margin-bottom: 12px;
}

.box.content p:last-child {
    margin-bottom: 0px;
}

.box.content img {
    margin-bottom: 12px;
}

@media screen and (min-width:1200px) {
    .box.content img {
        margin: 0px;
    }
}

.bruno-ecker {
    min-width: 1px;
    width: 100%;
    max-width: 250px;
}

/*-------------------------CONTENT-SOCIAL-------------------------*/
.box.content img.social {
    min-width: 25px;
    max-width: 25px;
    width: 100%;
}


/*-------------------------CONTENT-OPSOMMING-------------------------*/
.box.content.opsomming div p {
    margin-bottom: 0px;
}

.box.content.opsomming div ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
    list-style-type: none;
    text-indent: -10px;
}

.box.content.opsomming div ul li:before {
    margin: 0px 5px 0px 0px;
    content: "-";
}

@media screen and (max-width:1200px) {
    .box.content.opsomming div:last-child {
        margin-top: 12px;
    }
}

/*-------------------------FOOTER-------------------------*/
#Address {
    font-size: 1em;
}

@media screen and (max-width:1199px) {
    #Address {
        display: block;
        clear: left;
        float: left !important;
    }
}