.header-naam{
	font-weight: bold;
	font-size: 22px;
}

section {
    padding: 20px 0;
    height: auto;
    /*min-height: 100%;*/
    /* Firefox */
    min-height: -moz-calc(100% - 50px);
    /* WebKit */
    min-height: -webkit-calc(100% - 50px);
    /* Opera */
    min-height: -o-calc(100% - 50px);
    /* Standard */
    min-height: calc(100% - 50px);
    position: relative;
}

section:nth-of-type(even){
	background-color: #C0C089; /*rgba(176, 176, 108, 0.8);*/
}

section:nth-of-type(odd){
	background-color: #F7F7F0; /* rgba(176, 176, 108, 0.1); */
}

section:nth-of-type(even):before{
	top: 0;
    right: 0;
    position: absolute;
    content: '';
    display: block;
    border-bottom: 100px solid transparent;
    border-right: 400px solid #F7F7F0;
}

section:nth-of-type(even):after{
	bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    border-top: 100px solid transparent;
    border-left: 400px solid #F7F7F0;
}

section:nth-of-type(odd):before{
	top: 0;
    right: 0;
    position: absolute;
    content: '';
    display: block;
    border-bottom: 100px solid transparent;
    border-right: 400px solid #C0C089;
}

section:nth-of-type(odd):after{
	bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    border-top: 100px solid transparent;
    border-left: 400px solid #C0C089;
}

section:first-of-type:before{
    border-style: none;
}

section:last-of-type:after{
    border-style: none;
}

@media (max-width: 1200px) {
    section:nth-of-type(even):before{
        top: 0;
        right: 0;
        position: absolute;
        content: '';
        display: block;
        border-bottom: 100px solid transparent;
        border-right: 100px solid #F7F7F0;
    }

    section:nth-of-type(even):after{
        bottom: 0;
        left: 0;
        position: absolute;
        content: '';
        display: block;
        border-top: 100px solid transparent;
        border-left: 100px solid #F7F7F0;
    }
    
        section:nth-of-type(odd):before{
        top: 0;
        right: 0;
        position: absolute;
        content: '';
        display: block;
        border-bottom: 100px solid transparent;
        border-right: 100px solid #C0C089;
    }

    section:nth-of-type(odd):after{
        bottom: 0;
        left: 0;
        position: absolute;
        content: '';
        display: block;
        border-top: 100px solid transparent;
        border-left: 100px solid #C0C089;
    }
    
    section:first-of-type:before{
	    border-style: none;
	}
	
	section:last-of-type:after{
	    border-style: none;
	}
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width:90%;
}

@media(max-width:600px){
    .container{
        padding-bottom: 0px;
    }
}

/*
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 976px;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1182px;
    }
}*/

.godown {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}

@media (min-width: 768px) {
	    .godown {
            position: absolute;
            top: 80%;
            -webkit-transform: translateY(-80%);
            -ms-transform: translateY(-80%);
            transform: translateY(-80%);
            padding: 0 50px;
        }

            .godown .godown-inner {
                max-width: 850px;
                margin-left: auto;
                margin-right: auto;
            }
}

.container_subtitel{
	margin: 30px 0px;
	width: auto;
	text-align: left;
	padding: 5px;
	font-size: 20px;
	border: 1px solid #b0b06c;
}

section:nth-of-type(even) .container_subtitel{
	border: 1px solid #F7F7F0;
}

.container_text{
	text-align: left;
}

.accentkleur{
	color:#b0b06c;
	font-weight: bold;
}

.container_text ul{
	line-height: 2.2;
}

.eigen_parcours span{
	padding: 5px;
	font-size: 24px;
	border: 1px solid #b0b06c;
}

.div_rond_ul{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

	.div_rond_ul ul{
		text-align:left;	
	}

.div_rond_quote{
	margin-top:50px;
}

/*blockquote{
	border-left: 5px solid #b0b06c;
}

.author {
    display: block;
    text-align: right;
    font-size: 18px;
    padding: 4px 20px 4px 4px;
    color: rgb(150,150,150);
    font-style: italic;
}*/

blockquote{
	border-left: 3px solid #b0b06c;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left;
    max-width: 600px;
    margin-left: 100px;
}

/*
section:nth-of-type(4) blockquote{
    position: absolute;
    margin-right: 20px
}
*/

section:nth-of-type(even) blockquote{
	border-left: 3px solid #F7F7F0;
}

.author {
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 4px 20px 4px 4px;
    color: rgb(150,150,150);
    font-style: italic;
}

/*
@media(max-width: 1200px){
    blockquote{
        position: static;
        margin-left: 400px;
        margin-bottom: 5px;
        padding-right: 0px;
        margin-right: -10px;
    }
}
*/

@media(max-width: 600px) {
    blockquote{
        position: static;
        font-size: 12px;
        margin-left: 70px;
        margin-bottom: 5px;
        padding-right: 0px;
        margin-right: -10px;
    }

    .author {
        font-size: 11px;
    }
}

.googlemap{
    min-height: 300px; 
    position: static;
    /*bottom: 0px;*/
    width: 100%;
}

/*
@media(max-width: 1200px) {
	.googlemap{
	    position: static;
	    margin-top: 20px;
	}
}
*/