/**/
.section_row_flex, .section_row {
    height:auto;
	overflow:hidden;
	width:100%;
	margin-bottom:6px;
	}
.section_row_flex {
	display:flex;
	}
.section_box_single {
    width:98%;
	margin:0 auto 0 auto;
    }
.section_box_duo, .section_box_triple, .section_box_quatro {
	display:block;
	height:flex;
	float:left;
	margin-left:1%;
    }
.section_box_duo {
    width:48.5%;
    }
.section_box_triple {
    width:32%;
    }
.section_box_quatro {
    width:23.75%;
    }
.section_box_title {
    display:block;
	border:#666666 thin solid;
	font-size:24px;
	height:30px;
	font-weight:bold;
	padding: 3px 0 0 5px;
    }
.section_box_text_1_col, .section_box_text_2_col, .section_box_text_3_col, .section_box_text_4_col {
    margin-top:5px;
	padding-bottom:2px;
    }
.section_box_text_1_col p, .section_box_text_2_col p, .section_box_text_3_col p, .section_box_text_4_col p {
    font-weight:bold;
    }
.section_box_text_1_col {
    }
.section_box_text_2_col {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
    }
.section_box_text_3_col {
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
    }
.section_box_text_4_col {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    }
.section_box_text_link a {
    float:right;
	font-size:12px;
	margin-right:8px;
    }
.section_box_text_link a:link {
    color:#0000FF;
    }
.section_box_text_link a:hover {
    color:#FF0000;
    }
.section_box_img {/*kan niet gebruikt worden met textwrap*/
    width:100%;
    }	
.section_box_img_textwrap_50 {/*brengt foto naast tekst met textwrap*/
    width:50%;
    }
.section_box_img_textwrap_40 {/*brengt foto naast tekst met textwrap*/
    width:40%;
    }	
.section_box_img_textwrap_30 {/*brengt foto naast tekst met textwrap*/
    width:30%;
    }
.section_box_img_textwrap_20 {/*brengt foto naast tekst met textwrap*/
    width:20%;
    }
#textwrap_right {/*brengt foto rechts van de tekst*/
    float:right;
	margin:10px;
	}
#textwrap_left {/*brengt foto links van de tekst*/
    float:left;
	margin:10px;
	}
.nota {
    font-size:12px;
	display:block;
	width:96%;
	margin: 5px auto 5px 5px;
	}
.section_row h2 {
    font-size:22px;
	font-weight:600;
	color:#333333;
	margin: 16px auto auto 20px;
	}
/*form button*/
#form_submit_button, .basket_payment a, .shop_box_icon {
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em; 
	border-radius: 0.5em;
    }
#form_submit_button, .basket_payment a {
	text-align:center;
	padding-top:4px;
	display:block;
    height:26px;
	width:150px;
	font-size:18px;
	font-weight:500;
    }
#form_submit_button {
    border:solid thin #BFBFFF;
	margin: 30px auto 10px auto;
    border:thin solid #999999; 
	background: rgba(242,246,248,1);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
    -moz-box-shadow: 0 0 2px 1px #e7e7e7;
	-webkit-box-shadow: 0 0 2px 1px #e7e7e7;
	box-shadow: 0 0 2px 1px #e7e7e7;
	}
.basket_payment a, .shop_box_icon, #searchfield_button, #shop_bar {
	background: rgba(252,234,187,1);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
	}
.basket_payment a, .shop_box_icon {
    border:thin solid #FFCC00 ;
	}
.basket_payment a {
	margin-top: 30px;
	margin-left:80%;
    }
.shop_box_icon{
	display:block;
	margin-right:5px;
	padding:4px;
    -moz-box-shadow: 0 0 2px 1px #e7e7e7;
	-webkit-box-shadow: 0 0 2px 1px #e7e7e7;
	box-shadow: 0 0 2px 1px #e7e7e7;
	}
#shop_bar {
    height:30px;
	width:100%;
    }
/*form input*/
.form_view_800 {
    width:80%;
	margin:auto;
	}
.form_view_1000 {
    width:100%;
	margin:auto;
	}
.form_view_800 input, .form_view_800 textarea, .form_view_1000 input, .form_view_1000 textarea, .adjust_lightbox input {
	border: solid 3px #BFBFFF;
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em; 
	border-radius: 0.5em;
	}
.form_view_800 input {
	margin-top:10px;
	height:24px;
	}
.form_view_800 textarea {
	margin-top:10px;
	height:100px;
	}
.form_view_1000 .column_950 {
    margin-bottom:20px;
	}
@media screen and (max-width: 1330px) {
}/*/mediaquery*/	
@media screen and (max-width: 768px) {
}/*/mediaquery*/
@media screen and (max-width: 520px) {
#section_widget_column {
    display:none;
    }
}/*/mediaquery*/
@media screen and (min-width: 1200px) {
}/*/mediaquery*/