/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
@import url("css/bootstrap-theme.css");
@import url("css/bootstrap.css");

@font-face {
    font-family: 'source_sans_problack';
    src: url('../fonts/sourcesanspro-black-webfont.eot');
    src: url('../fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-black-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-black-webfont.woff') format('woff'), url('../fonts/sourcesanspro-black-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/SourceSansPro-It.eot');
    src: url('../fonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-It.woff2') format('woff2'), url('../fonts/SourceSansPro-It.woff') format('woff'), url('../fonts/SourceSansPro-It.ttf') format('truetype'), url('../fonts/SourceSansPro-It.svg#SourceSansPro-It') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
}

.source_black {
    font-family: 'source_sans_problack';
    font-weight: normal;
    color: #3f3e40;
}

.source_light {
    font-family: 'source_sans_prolight';
    font-weight: normal;
}

.source_regular {
    font-family: 'source_sans_proregular';
    font-weight: normal;
}

#header a:focus,
#header a:hover {
    color: #fff !important;
}

body {
    max-width: 2560px;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-family: 'source_sans_proregular';
    line-height: 1.5;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-transparent {
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 0 !important;
}

button .icon-down {
    display: none;
}

.d-flex {
    display: flex;
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/***************
**** COLUMNS ***
***************/

/* main columns */

.columns {
    width: 100%;
}

.lastcol {
    margin-right: 0px !important;
}

.col1-2 {
    width: 484px;
    float: left;
    margin-right: 32px;
}

.col1-3 {
    width: 312px;
    float: left;
    margin-right: 32px;
}

.col2-3 {
    width: 656px;
    float: left;
    margin-right: 32px;
}

.col1-4 {
    width: 226px;
    float: left;
    margin-right: 32px;
}

.col2-4 {
    width: 484px;
    float: left;
    margin-right: 32px;
}

.col3-4 {
    width: 742px;
    float: left;
    margin-right: 32px;
}

/* cols inside of main columns */

.col2-3 .col1-2 {
    width: 312px;
    float: left;
    margin-right: 32px;
}

.col2-3 .col1-3 {
    width: 198px;
    float: left;
    margin-right: 31px;
}

.col2-3 .col2-3 {
    width: 427px;
    float: left;
    margin-right: 31px;
}

.col3-4 .col1-3 {
    width: 226px;
    float: left;
    margin-right: 32px;
}

.col3-4 .col2-3 {
    width: 484px;
    float: left;
    margin-right: 32px;
}

.col3-4 .col1-4 {
    width: 163px;
    float: left;
    margin-right: 30px;
}

.col3-4 .col2-4 {
    width: 356px;
    float: left;
    margin-right: 30px;
}

.col3-4 .col3-4 {
    width: 549px;
    float: left;
    margin-right: 30px;
}

/* cols inside of fullboxes */

.content-box .col1-2 {
    width: 468px;
    float: left;
    margin-right: 18px;
}

.content-box .col1-3 {
    width: 306px;
    float: left;
    margin-right: 18px;
}

.content-box .col2-3 {
    width: 630px;
    float: left;
    margin-right: 18px;
}

.content-box .col1-4 {
    width: 225px;
    float: left;
    margin-right: 18px;
}

.content-box .col2-4 {
    width: 468px;
    float: left;
    margin-right: 18px;
}

.content-box .col3-4 {
    width: 711px;
    float: left;
    margin-right: 18px;
}

/* cols for boxes with sidebars */

.content-box .col1-2 .col1-2 {
    width: 225px;
    float: left;
    margin-right: 18px;
}

.content-box .col2-3 .col1-2 {
    width: 306px;
    float: left;
    margin-right: 18px;
}

.content-box .col3-4 .col1-2 {
    width: 346px;
    float: left;
    margin-right: 19px;
}

.content-box .col3-4 .col1-3 {
    width: 225px;
    float: left;
    margin-right: 18px;
}

.content-box .col3-4 .col2-3 {
    width: 468px;
    float: left;
    margin-right: 18px;
}

.sidebar1-2 .sidebar .col1-2 {
    width: 214px;
    float: left;
    margin-right: 20px;
}

/* cols for boxes(without sidebars only) inside of main columns */

.col1-2 .content-box .col1-2 {
    width: 210px;
    float: left;
    margin-right: 18px;
}

.col2-3 .content-box .col1-2 {
    width: 296px;
    float: left;
    margin-right: 18px;
}

.col2-3 .content-box .col1-3 {
    width: 192px;
    float: left;
    margin-right: 17px;
}

.col2-3 .content-box .col2-3 {
    width: 401px;
    float: left;
    margin-right: 17px;
}

.col2-4 .content-box .col1-2 {
    width: 210px;
    float: left;
    margin-right: 18px;
}

.col3-4 .content-box .col1-2 {
    width: 339px;
    float: left;
    margin-right: 18px;
}

.col3-4 .content-box .col1-3 {
    width: 220px;
    float: left;
    margin-right: 18px;
}

.col3-4 .content-box .col2-3 {
    width: 458px;
    float: left;
    margin-right: 18px;
}

/*******************************
**** DESIGN of content boxes ***
*******************************/

.content-box {
}

.content-box .box-header {
    min-height: 36px;
}

.content-box .box-body {
}

.content-box .box-wrap {
    padding: 12px 0 0 0;
}

.box-header h2,
.box-wrap form h2 {
    color: #3f3e40;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'source_sans_prolight';
}

.box-wrap form input[type=text] {
    width: 47px;
    height: 19px;
}

.box-header .tabs {
    position: absolute;
    top: 7px;
    right: 10px;
}

.box-header .tabs li {
    float: left;
    margin-left: 3px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
}

.box-header .tabs li a {
    background: url('../images/button_glas2.png') center center repeat-x #EEEEEE;
    border: 0px solid #FFFFFF;
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 2px 15px 2px 15px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.box-header .tabs li a:hover {
    background: #FFFFFF;
    text-decoration: none;
}

.box-header .tabs li.active a {
    color: #FFFFFF;
    background: url('../images/button_glas1.png') center center repeat-x #4DB800;
    border: 0px solid #333333;
}

.box-header .tabs li a.selected {
    color: #FFFFFF;
    background: url('../images/button_glas1.png') center center repeat-x #4DB800;
    border: 0px solid #333333;
}

/* sliding boxes and tabs */

.box-slide-head span.slide-but,
.box-slide-head td.slide-but span {
    display: block;
    text-indent: -9999px;
    width: 26px;
    height: 24px;
    background: url('../images/but_slide.png') center center no-repeat !important;
    cursor: pointer;
}

.box-slide-head td.slide-but {
    background: none;
}

td.box-slide-body {
    background: #F0f0f0 !important;
}

.box-header.box-slide-head .slide-but {
    position: absolute;
    top: 7px;
    right: 5px;
}

.box-header.box-slide-head .tabs {
    right: 36px;
}

#container {
    width: 100%;
    background-color: #c1bfb3;
}

input[type=text]:not(.form-control) {
    border: 1px solid #bbbcbd;
    border-radius: 0;
}

.create-project .box-wrap table {
    margin: 0 0 20px 0;
}

#form3 input[type=text] {
    width: 300px;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#form3 #postcode {
    width: 90px;
}

#form3 #city {
    width: 207px;
}

#form3 #projectnr {
    width: 90px;
}

#form3 table {
    width: auto;
}

#form3 table td {
    padding-right: 20px;
}

.contact-form .box-wrap input[type=text],
.register-form .box-wrap input[type=text] {
    width: 99.8%;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    border: 1px solid #bbbcbd;
    border-radius: 0;
    color: #3f3e40;
    font-family: 'source_sans_proregular';
    padding-left: 10px;
    margin-bottom: 20px;
}

.register-form #straat {
    width: 313px;
}

.register-form #nummer,
.register-form #nummeradd {
    width: 100px;
}

.register-form .box-wrap table {
    margin: 0;
}

.register-form #postcode {
    width: 120px;
    margin-right: 3px;
}

.register-form #city {
    width: 397px;
}

.contact-form .box-wrap textarea {
    height: 170px;
    resize: none;
    font-size: 16px;
    border: 1px solid #bbbcbd;
    border-radius: 0;
    color: #3f3e40;
    font-family: 'source_sans_proregular';
    padding-left: 10px;
    width: 100%;
    margin-bottom: 14px;
}

.contact-form {
    max-width: 520px;
    width: 100%;
}

.contact-form #street,
.contact-form #city,
.contact-form #name {
    width: 387px;
}

.contact-form #name {
    width: 372px;
}

.contact-form #number,
.contact-form #postalcode,
.contact-form #gender {
    width: 129px;
}

.contact-form #gender,
.contact-form #contact_type,
.contact-form #contacttype,
.register-form #provincie {
    height: 53px;
    width: 144px;
    color: #87888a;
    font-family: 'source_sans_proitalic';
    font-weight: normal;
    padding-left: 10px;
    font-size: 14px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #bbbcbd;
}

.contact-form #contact_type {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form #contacttype,
.register-form #provincie {
    width: 200px;
    margin-bottom: 20px;
}

.contact-form input[type=text]:hover,
.contact-form input[type=email]:hover,
.contact-form input[type=number]:hover,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:hover,
.contact-form textarea:focus,
.register-form input[type=text]:hover,
.register-form input[type=email]:hover,
.register-form input[type=text]:focus,
.register-form input[type=email]:focus,
.register-form textarea:hover,
.register-form textarea:focus {
    border: 1px solid #3f3e40;
}

.contact-form input[type=submit]:hover,
.contact-form input[type=submit]:focus,
.contact-form input[type=submit]:active,
.register-form input[type=submit]:hover,
.register-form input[type=submit]:focus,
.register-form input[type=submit]:active {
    opacity: .9;
    background-color: #c1bfb3;
}

.contact-form input[type=submit],
.register-form input[type=submit] {
    width: 300px;
    height: 55px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #c1bfb3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    text-align: left;
    padding-left: 26px;
    background-image: url(../images/submit-arrowBG.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.contact-form input[type=submit]:hover,
.contact-form input[type=submit]:focus,
.contact-form input[type=submit]:active {
    opacity: .9;
    background-color: #c1bfb3;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.contact-form #gender:focus,
.contact-form #gender:active,
.contact-form #contact_type:focus,
.contact-form #contact_type:active,
.contact-form #contacttype:focus,
.contact-form #contacttype:active {
    outline: none;
}

.login-form .box-wrap input[type=text],
.login-form .box-wrap input[type=password] {
    width: 152px;
    height: 30px;
    border: none;
    color: #3f3e40;
    padding-left: 5px;
}

.login-form label {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.login-form .box-header {
    min-height: 0;
}

.login-form .box-wrap input[type=submit],
.user_button,
#form3 input[type=submit],
.search_project .box-wrap input[type=submit],
.profile_edit input[type=submit],
.change_password input[type=submit] {
    border: none;
    height: 30px;
    width: auto;
    background-color: #c1bfb3;
    margin-top: 5px;
    color: #fff;
    padding: 0 15px;
}

.login-form .box-wrap input[type=submit]:hover,
.user_button:hover,
#form3 input[type=submit]:hover,
.search_project .box-wrap input[type=submit]:hover,
.profile_edit input[type=submit]:hover,
.change_password input[type=submit]:hover {
    background-color: rgba(193, 191, 179, 0.9);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#navigation {
    width: 100%;
    height: 100%;
}

#navigation ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    margin: 0;
}

#navigation li {
    position: relative;
    list-style-type: none;
    color: #fff;
}

#navigation li.border-right {
    border-right: 2px solid #fff;
    padding-right: 10px;
}

#navigation li.border-left-padding {
    padding-left: 10px;
}

#navigation li a {
    display: block;
    padding: 0 14px;
    color: #fff;
    font-size: 18px;
}

#navigation li a:hover,
#navigation li a.active,
#navigation li.current_page_item a,
#navigation li.current_page_parent a,
#navigation li.current_page_ancestor a {
    text-decoration: underline;
}

/*
    #navigation li ul{
    display:none;
    background:#414143;
    padding-bottom:11px;
    padding-top:3px;
}
#navigation li:hover ul{
z-index:100;
position:absolute;
width:265px;
display:block;
top:32px;
left:-11px;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:3px solid #000;
padding-bottom:0;
}
#navigation li ul li{
position:relative;
float:none;
list-style-type:none;
list-style-position:inside;
color:#e68e38;
background:none;
border-bottom:1px solid #fff;
clear:both;
display:block;
}
#navigation li ul li a{
*text-indent:-10px;
text-transform:none;
}
#navigation li ul li a, #navigation li.current_page_item ul li a, #navigation li.current_page_parent ul li a, #navigation li.current_page_ancestor ul li a{
background:none;
color:#fff;
float:none;
font-size:13px;
height:13px;
padding-bottom:20px;
font-weight:bold;
}
#navigation li ul li a:hover, #navigation li ul li.current_page_item a{
background:none;
color:#fff;
}
#navigation li ul li a:hover{
text-decoration:underline;
}
#navigation li ul li ul{
display:block;
position:relative !important;
top:0px !important;
border:none !important;
margin-left:11px !important;
padding:0 !important;
width:230px !important;
}
#navigation li ul li ul li{
list-style-type:none;
list-style-position:inside;
border:none;
border-top:1px solid #fff;
}
#navigation li ul li ul li a, #navigation li ul li.current_page_item ul li a{
font-weight:normal !important;
margin-left:14px;
color:#fff;
width:100%;
}
#navigation ul li ul li.current_page_parent a, #navigation ul li ul li.current_page_ancestor a{
background:none;
}
#navigation ul li ul li.current_page_item a:hover{
color:#fff;
}
*/

.error {
    text-decoration: none;
    color: #FF0000;
}

.tablecontent {
    padding: 0 0 0 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding-top: .2em;
}

#framearea {
    width: 1000px;
    height: 600px;
    margin-bottom: 10px;
}

.framebody {
    overflow: auto;
    width: 1000px;
    height: 600px;
    background-color: #FFFFFF;
}

.mailbar {
    background-image: url(../images/mailerbar-bg.gif);
    background-repeat: no-repeat;
    height: 60px;
    width: 514px;
    margin-right: auto;
    margin-left: auto;
}

.baritems {
    padding-top: 10px;
    padding-left: 7px;
    text-align: left;
}

.statusbox {
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    width: 514px;
    margin-left: -257px;
    height: 0px;
}

.percentbox {
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    width: 514px;
    margin-left: -257px;
    height: 90px;
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 24px;
    font-weight: bold;
    color: #999999;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}

form {
}

fieldset {
    border: none;
}

legend {
    display: none;
}

h1,
h2,
h3 {
    margin: 0;
    color: #808285;
}

h2 {
    margin-bottom: .5em;
    font-size: 1.8em;
}

h3 {
    font-size: 1em;
}

p,
blockquote,
ul,
ol {
    margin-bottom: 1.5em;
    /*	line-height: 1.8em; */
}

p {
}

blockquote {
}

ul {
    margin-left: 2em;
    list-style: square;
}

ul li {
}

ol {
    margin-left: 2em;
}

ol li {
}

a {
    color: #808285;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #990100;
}

img {
    border: none;
}

/* Boxed Style */

.vraag {
    width: 650px;
    font-family: Arial;
    background: url(../images/img07.gif) no-repeat;
    margin-bottom: 1em;
    padding-left: 2px;
    height: 29px;
    overflow: hidden;
    cursor: pointer;
}

.vraag .title {
    height: 29px;
    padding: 11px 0 0 27px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFFFFF;
}

.vraag2 {
    width: 220px;
    font-family: Arial;
    background: url(../images/img03.gif) no-repeat;
    margin-bottom: 1em;
    padding-left: 2px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.vraag2 .title {
    height: 29px;
    padding: 11px 0 0 27px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFFFFF;
}

.antwoord {
    position: relative;
    width: 650px;
    border: 0px solid #FFF;
    background-color: #FFF;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

.antwoord2 {
    position: relative;
    width: 220px;
    border: 0px solid #FFF;
    background-color: #FFF;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

.antwoordInhoud {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.boxed {
    margin-bottom: 1em;
    background: url(../images/img03.gif) no-repeat;
}

.boxed .title {
    height: 29px;
    padding: 11px 0 0 27px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFFFFF;
}

.boxed .content {
    padding: 10px;
}

/* Boxed Style 2 */

.boxed2 {
    margin-bottom: 1em;
    background: url(../images/img07.gif) no-repeat;
}

.boxed2 .title {
    height: 29px;
    padding: 11px 0 0 27px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFFFFF;
}

.boxed2 .content {
    padding: 10px;
}

/* Header */

#header {
    max-width: 1650px;
    height: 120px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header h1 {
    padding: 0;
    margin-top: -10px;
}

#primary-navigation {
    padding: 0;
    text-align: right;
}

#primary-navigation ul {
    margin: 0;
    display: flex;
    align-items: center;
}

#primary-navigation ul li {
    display: inline-block;
    list-style-type: none;
    color: #404041;
    font-size: 16px;
    font-family: 'source_sans_proregular';
}

#primary-navigation ul li a {
    color: #404041;
    font-size: 16px;
    PADDING: 0 15px;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    position: relative;
    height: 32px;
    display: initial;
}

/* Header > Logo */

#logo {
    float: left;
    padding: 50px 0 0 0;
}

#logo h1 {
    text-transform: uppercase;
    font-size: 2em;
    text-indent: -12345em;
}

#logo h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    text-indent: -12345em;
}

#logo a {
    text-decoration: none;
    color: #ffffff;
}

/* Header > Top Menu */

#topmenu {
    float: right;
    margin-right: 50px;
}

#topmenu ul {
    margin: 0;
    padding: 45px 0 0 0;
    list-style: none;
    line-height: normal;
}

#topmenu li {
    display: inline
}

#topmenu a {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: x-small;
    font-weight: bold;
    color: #000;
}

#topmenu a:hover {
    text-decoration: underline
}

/* Menu */

#menu {
    width: 100%;
    height: 80px;
    background-color: #3f3e40;
}

#change_lang {
    margin-bottom: 52px;
}

#user_type {
    margin-bottom: 24px;
}

#menu .first a {
    padding-left: 0;
    background: none;
}

.font30 {
    font-size: 30px;
    color: #3f3e40;
    text-transform: uppercase;
}

/* Content */

#content {
    max-width: 2560px;
    width: 100%;
    position: relative;
}

/* Content > Main */

#main {
    padding: 15px 0 0 0;
}

#main #inner-main {
    padding: 0;
    float: right;
}

#main #inner-main {
    padding: 0;
    float: right;
}

#main.search-conf {
    width: 100%;
    display: flex;
    justify-content: center;
}

#main.search-conf #inner-main {
    width: 66.66666667%;
    padding: 0;
}

@media only screen and (max-width: 1920px) {
    #main.search-conf #inner-main {
        width: 95%;
    }
}

#welcome {
    margin: 0 0 3em 0;
    padding: 10px 0 1.5em 0;
    border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar {
    padding: 50px 0 20px 50px;
    background-color: #3f3e40;
    color: #ffffff;
    font-size: 16px;
    height: auto !important;
}

#sidebar #inner-sidebar {
    padding: 0;
}

.select_title {
    font-family: 'source_sans_problack';
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

#sidebar .current_selection img {
    vertical-align: middle;
    padding-right: 10px;
}

#sidebar .current_selection td {
    padding-bottom: 10px;
}

#sidebar .content-box .box-wrap {
    padding: 0;
}

.box-wrap img {
    max-width: 100%;
    height: 100%;
}

.box-wrap .selected-radiator {
    max-width: 200px;
    height: auto;
}

.box-wrap .selected-color {
    max-width: 100px;
    height: auto;
    outline: 1px solid;
}

#ral-colors-table p,
#metal-colors-table p {
    text-align: center;
}

#ral-colors-table img,
#metal-colors-table img {
    outline: 1px solid;
    width: 120px;
    height: 120px;
}

.newsletter {
    height: 175px;
    background-color: #c1bfb3;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.newsletter_inner {
    float: none;
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
    margin-top: 45px;
}

.newsletter_label {
    float: left;
}

.newsletter form {
    float: right;
    margin-top: 10px;
    width: 50%;
}

#mce-error-response {
    color: #b94a48;
}

#mce-success-response {
    color: #055321;
    padding-top: 10px;
}

.newsletter .email {
    max-width: 351px;
    width: 352px;
    height: 56px;
    border: 0;
    border-radius: 0;
    margin: 0;
    color: #2b2b2b;
    padding: 8px 10px 7px;
}

.email::-webkit-input-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.emailt:-ms-input-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.email:-moz-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.email::-moz-placeholder {
    font-family: 'source_sans_proitalic', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.newsletter .subscribe {
    width: 56px;
    height: 56px;
    background-color: #3f3e40;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url(../images/submit-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: bottom;
}

input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}

.newsletter_inner .newsletter_text {
    display: block;
    font-size: 18px;
    color: #3f3e40;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer {
    background: #3f3e40;
    padding: 50px 0;
    float: left;
    width: 100%;
}

.footer-wrap {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.footer-wrap li {
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-wrap li,
.footer-wrap a,
.footer-wrap h3,
.footer-wrap p {
    color: #fff;
    font-family: 'source_sans_prolight';
    font-size: 14px;
    /*    line-height: 21px; */
}

.footer-wrap .footer-blocks h3 {
    font-family: 'source_sans_prolight';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.footer-blocks div:last-child {
    min-height: 100%;
}

.footer-blocks div {
    min-height: 220px;
}

.footer-wrap .col-md-12 {
    margin-top: 30px;
}

.footer-wrap li,
.footer-wrap a,
.footer-wrap h3,
.footer-wrap p {
    color: #fff;
    font-family: 'source_sans_prolight';
    font-size: 14px;
}

h3 {
    font-size: 20px;
    line-height: 1.0909090909;
}

.footer_bottom {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0;
    margin-bottom: 10px;
    border-top: 1px solid #bbbcbd;
    padding-top: 5px;
}

.footer-wrap p {
    margin-bottom: 5px;
    color: #fff;
}

.footer_bottom .col-md-6 {
    padding-left: 0;
}

.right,
.footer_bottom.right {
    float: right;
    text-align: right;
}

form .mc-field-group {
    float: right;
}

.footer_bottom2 {
    float: left;
    margin-top: -22px;
    margin-left: 15px;
}

.footer-wrap ul {
    margin: 0;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #6B0505;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0;
    color: #b94a48 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    font-weight: normal !important;
    font-size: 16px !important;
    position: relative;
    padding-left: 0 !important;
}

.footer-wrap ul.social_icons {
    float: left;
    margin-top: 15px;
}

.social_icons li {
    padding-left: 60px;
    line-height: 40px;
    margin-bottom: 10px;
}

.social_icons li:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    left: 15px;
    background: url('../images/social.png') no-repeat;
}

.social_icons li.fb:before {
    background-position: 0px -52px;
}

.social_icons li.twitter:before {
    background-position: 0px -106px;
}

.clear {
    clear: both;
}

#sidebar .contact_title {
    font-family: 'source_sans_problack';
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

#sidebar a {
    color: #fff;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar img {
    margin-right: 10px;
}

#sidebar select {
    width: 268px;
    height: 56px;
    color: #87888a;
    font-family: 'source_sans_proitalic';
    font-weight: normal;
    padding-left: 30px;
    font-size: 14px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
}

.search-button {
    background: transparent;
    border: none;
    margin-left: 5px;
}

.search-button.dark img {
    filter: invert(.5);
}

select::-ms-expand {
    display: none;
}

#sidebar select:active,
#sidebar select:focus {
    outline: none;
}

/* Content > Sidebar > Login */

#login {
}

.header-box {
    background-color: #c1bfb3;
    padding-top: 49px;
    padding-bottom: 49px;
    color: #3f3e40;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.header-box-wrap {
    background-color: #c1bfb3;
    position: absolute;
    left: 0;
    top: 0;
}

.header-box-background {
    position: absolute;
    top: 0;
    min-height: 335px;
    background-color: #c1bfb3;
    width: 100%;
    z-index: -1;
    height: auto;
}

.type_links {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.type_links a {
    color: #fff;
    text-decoration: underline;
    margin-right: 75px;
    display: inline-block;
}

.header-box .content_text {
    display: block;
    padding-right: 35px;
    font-size: 16px;
    line-height: 27px;
}

.header-box .word-space {
    word-spacing: 2px;
}

#content .main-content {
    padding: 101px 0;
    font-family: 'source_sans_proregular';
    font-size: 16px;
    padding-right: 33px;
    color: #3f3e40;
    line-height: 27px;
}

.main-content h2 {
    text-transform: uppercase;
    color: #3f3e40;
    font-size: 30px;
    margin-bottom: 54px;
}

.main-content ul {
    margin: 0 0 27px 0;
    list-style: none;
}

.main-content .leftCol {
    padding: 0;
}

.main-content img {
    float: right;
}

.main-content p.small_p {
    width: 74%;
}

#login label {
    display: block;
}

#login #inputtext1,
#login #inputtext2 {
    width: 180px;
    margin-bottom: .5em;
    padding: 2px 5px;
    border: 1px solid #CCCCCC;
    font: normal small Arial, Helvetica, sans-serif;
    color: #999999;
}

#login #inputsubmit1 {
    float: right;
    width: 60px;
    margin-right: 7px;
    border: 1px solid #CCCCCC;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    font: normal small Arial, Helvetica, sans-serif;
}

#login p {
    margin: 0;
    padding-top: .2em;
    font-size: x-small;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
    margin: 0;
    list-style: none;
}

#updates li {
    margin-bottom: 1em;
}

#updates h3 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: x-small;
}

#updates p {
    margin: 0;
    padding: 0 0 0 10px;
    line-height: normal;
    font-size: .85em;
}

#updates a {
    text-decoration: none;
}

/* Content > Mainbar > Diversen */

#createtable {
}

#createtable label {
    display: block;
}

#createtable #inputtext1,
#login #inputtext2 {
    width: 180px;
    margin-bottom: .5em;
    padding: 2px 5px;
    border: 1px solid #CCCCCC;
    font: normal small Arial, Helvetica, sans-serif;
    color: #999999;
}

#createtable #inputsubmit1 {
    float: left;
    margin-right: 7px;
    border: 1px solid #CCCCCC;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    font: normal small Arial, Helvetica, sans-serif;
}

#createtable p {
    margin: 0;
    padding-top: .2em;
    font-size: x-small;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
    clear: both;
    width: 700px;
    margin: 0 auto 2em auto;
    border-top: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
    margin: 0;
    padding: 8px;
    text-align: center;
    font-size: x-small;
}

#legal a {
    font-weight: bold;
}

/* Footer > Links */

#links {
    margin: 0;
    padding: 10px;
    text-align: center;
}

.box-wrap table {
    margin-left: 0;
}

#primary-navigation ul li.active a {
    font-family: 'source_sans_problack';
}

.home-content ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.orders {
    width: 95%;
}

.orders .box-wrap table td {
    padding: 5px;
}

.orders table {
    margin: 0;
}

.no-orders .box-wrap table {
    margin: 0;
}

.search_project .box-wrap table {
    margin: 0;
}

.search_project .box-wrap input[type=text] {
    width: 300px;
    height: 30px;
}

.profile_edit table {
    margin: 0;
}

.box-wrap .profile_edit input[type=text] {
    width: 90%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.box-wrap .profile_edit input[type=password] {
    width: 50%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.box-wrap .table_address input[type=text] {
    width: 100%;
}

.box-wrap .table_address #postcode {
    width: 90px;
}

.box-wrap .table_address #city {
    width: 276px;
}

.box-wrap .table_address select {
    height: 30px;
    margin-bottom: 10px;
}

.box-wrap .table_address #street {
    width: 205px;
}

.box-wrap .table_address #number,
.box-wrap .table_address #numberadd {
    width: 79px;
}

.change_password .box-wrap table {
    margin: 0;
}

.change_password .box-wrap input[type=password] {
    width: 76%;
    height: 30px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.accessoaries .box-wrap input[type=text],
.product_select .box-wrap input[type=text] {
    width: 45px;
}

.selected_color {
    color: #000;
}

.selector .box-wrap table {
    margin: 0;
}

.selector .box-wrap table td {
    text-align: left;
    vertical-align: top;
}

.selector .box-wrap table td h3 {
    margin-top: 14px;
    white-space: pre-line;
    min-height: 36px;
}

.selector .box-wrap table td img.selected_image {
    margin-left: 30px;
}

.accessoires table,
.pipe table,
.clip table {
    margin: 5px 0 0 20px;
}

.orders .box-wrap input[type=input] {
    width: 45px;
}

#menu-mobile {
    display: none;
    background-color: #3f3e40;
    width: 100%;
    height: 65px;
}

#menu-mobile {
    display: none;
    transition: all .1s ease-in;
}

.open-btn {
    display: none;
    width: 30px;
    padding: 0 !important;
}

.resp-menui {
    display: none;
}

._overlay {
    opacity: 0.4;
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.not_log .header-box {
    padding-top: 45px;
    padding-bottom: 45px;
}

#sidebar .current_selection tr {
    line-height: 14px;
}

.top-table,
.bottom-table {
    max-width: 650px;
    width: 100%;
}

.bottom-table td {
    padding: 0 5px;
}

.home-list .child-1,
.home-list .child-3 {
    padding-left: 0;
}

.home-list .child-1 ul li a span b,
.home-list .child-2 ul li a span b {
    min-width: 170px;
}

.home-list .child-3 ul li a span b {
    min-width: 155px;
}

.home-list .child-1 ul li a span,
.home-list .child-2 ul li a span,
.home-list .child-3 ul li a span {
    display: flex;
}

.search-input {
    width: 150px;
}

.home-text {
    justify-content: center;
    align-items: initial;
}

@media screen and (max-width: 1600px) {
    #header {
        max-width: 1100px;
    }

    #header h1 {
        margin-top: -4px;
    }

    #menu {
        height: 60px;
    }

    #main #inner-main {
        float: left;
        padding-left: 20px;
    }

    #navigation li {
        padding-right: 10px;
    }

    #navigation li a {
        font-size: 13px;
        padding: 0 2px;
    }
}

@media screen and (max-width: 1285px) {
    #color_buttons td {
        float: left;
        width: 100%;
        text-align: center;
    }

    .selector .box-wrap table {
        width: 95%;
        margin-left: 5px;
    }

    .selector input[type="submit"] {
        width: 90%;
        margin-bottom: 10px;
    }

    .box-header h2 {
        margin-left: 0;
    }

    .selector .box-wrap table {
        margin: 5px 0 0 5px;
    }

    #header h1 img {
        padding-left: 30px;
    }

    .footer-wrap .footer_bottom {
        width: 81%;
        margin-left: 10px;
    }

    .single-category h2 {
        font-size: 20px !important;
    }

    .accessoires table td,
    .pipe table td,
    .clip table td {
        width: 20%;
        float: none;
        display: table-cell;
        text-align: left;
        padding: 1px;
    }

    .accessoires table,
    .pipe table,
    .clip table {
        margin: 5px 0 0 20px;
        width: 95%;
    }

    .create-project table {
        width: 90%;
    }

    .search_project table {
        width: 100%;
    }

    .search_project .box-wrap input[type=text] {
        width: 100%;
    }

    .home-list .child-2 {
        padding-left: 0;
    }

    #sidebar .content-box a {
        width: 100% !important;
    }
}

@media (max-width: 1081px) {
    .selector .box-wrap table {
        width: 100%;
        margin-left: 5px;
    }

    #show_color td {
        width: 100%;
        float: left;
    }

    .industrial-colors table {
        margin: 0 auto;
    }

    .industrial-colors table td {
        display: block;
        width: 100%;
    }

    .industrial-colors table input {
        width: 100%;
    }

    .color-table {
        width: 100%;
    }

    .color-table td {
        width: 25%;
        display: inline-block;
    }
}

@media (max-width: 992px) {
    #header {
        height: 80px;
    }

    #header h1 {
        margin-left: 15px;
    }

    #header h1 img {
        padding-left: 0;
    }

    .home-text {
        flex-direction: column-reverse;
    }

    #navigation-mobile {
        display: none;
    }

    #menu-mobile.active #navigation-mobile {
        display: block;
    }

    #menu-mobile {
        padding: 20px 10px;
    }

    #primary-navigation {
        display: none;
    }

    #primary-navigation ul li a {
        font-size: 15px;
        padding: 0 10px;
    }

    #primary-navigation {
        width: 55%;
    }

    #primary-navigation ul {
        line-height: 79px;
    }

    #sidebar {
        padding: 20px 0 20px 20px;
    }

    #sidebar #inner-sidebar {
        width: 97%;
    }

    #sidebar select {
        width: 100%;
        padding-left: 20px;
    }

    #main #inner-main {
        width: 97%;
        margin: 0 auto;
        float: none;
    }

    .type_links a {
        margin-right: 28px;
    }

    .main-content img {
        float: right;
        width: 40%;
    }

    .leftCol {
        width: 53%;
        float: left;
    }

    .newsletter_inner {
        margin-top: 0;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .newsletter {
        height: auto;
    }

    .footer-wrap {
        margin: 0 7%;
        width: 93%;
    }

    #menu-mobile.active {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 100%;
        background: #3f3e40;
        box-shadow: 0 1px 3px #3f3e40;
        overflow-y: auto;
        z-index: 1000;
    }

    #menu-mobile .active {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 100%;
        background: #3f3e40;
        box-shadow: 0 1px 3px #3f3e40;
        overflow-y: auto;
        z-index: 1000;
    }

    #menu-mobile.active ul {
        list-style: none;
        margin: 0;
    }

    #menu-mobile.active ul li a {
        text-align: left;
        line-height: 22px;
        display: block;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #bbbcbd;
        padding: 10px 15px;
        height: auto;
        text-transform: uppercase;
        font-family: 'source_sans_proregular';
    }

    #menu-mobile.active ul li a:hover {
        color: #fff;
        background-color: #c1bfb3;
    }

    #menu-mobile img {
        float: right;
        cursor: pointer;
    }

    #navigation-mobile {
        clear: right;
    }

    .resp-menui {
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        background: url('../images/menu-resp-white.png') no-repeat;
        background-size: contain;
        margin: 18px 0 12px 15px;
    }

    #topmenu,
    #menu {
        display: none;
    }

    .home-content td,
    .home-content th {
        display: block;
    }

    .selector .box-wrap table td {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
    }

    .selector .box-wrap table td a {
        width: 100%;
    }

    .selector .box-wrap table {
        width: 95%;
        margin-left: 5px;
    }

    select[name=menu2],
    select[name=menu3] {
        width: 97%;
    }

    #color_buttons td {
        float: none;
        width: 100%;
        text-align: center;
    }

    .selector input[type="submit"] {
        width: 90%;
        margin-bottom: 10px;
    }

    #show_color td {
        width: 100%;
        text-align: center;
    }

    #selected_product td,
    #selected_product2 td {
        width: 95%;
    }

    #selected_product img#radiator {
        width: 100%;
    }

    #your_selection td,
    #your_accessoaries td,
    .accessoires table td,
    .pipe table td,
    .clip table td {
        width: 20%;
        float: none;
        display: table-cell;
        text-align: left;
        padding: 1px;
    }

    .accessoires table,
    .pipe table,
    .clip table {
        margin: 5px;
        width: 95%;
    }

    #show_color img {
        width: 100%;
    }

    .orders table {
        margin: 0;
        width: 95%;
    }

    .no-orders table {
        margin: 0;
        width: 95%;
    }

    #first_total,
    #second_total {
        width: 50%;
    }

    #second_total td:nth-child(1),
    #second_total td:nth-child(1) {
        display: none;
    }

    .contact-form {
        max-width: 100%;
        width: 90%;
    }

    .contact-form #street,
    .contact-form #city,
    .contact-form #name {
        width: 58%;
    }

    .contact-form #name,
    .contact-form #number,
    .contact-form #city {
        float: right;
    }

    .contact-form #gender,
    .contact-form #contact_type,
    .contact-form #contacttype,
    .register-form #provincie,
    .contact-form #number,
    .contact-form #postalcode,
    .contact-form #gender {
        width: 40%;
    }

    .register-form table {
        width: 90%;
    }

    .register-form table table {
        width: 100%;
    }

    .register-form .box-wrap input[type=text] {
        width: 100%;
    }

    .register-form #nummer {
        width: 49%;
    }

    .register-form #nummeradd {
        width: 50%;
    }

    .register-form #straat {
        width: 100%;
    }

    .register-form #city {
        width: 80%;
    }

    .register-form #postcode {
        width: 19%;
    }

    .profile_edit table {
        width: 99%;
    }

    .table_address table {
        width: 100%;
    }

    .box-wrap .table_address #number,
    .box-wrap .table_address #numberadd {
        width: 20%;
    }

    .box-wrap .table_address #street {
        width: 58%;
    }

    .street_table tr:nth-child(1) td {
        width: 20%;
    }

    .street_table tr:nth-child(1) td:nth-child(1) {
        width: 58%;
    }

    .box-wrap .table_address #city {
        width: calc(100% - 94px);
    }

    .colors-table td.color {
        width: 25% !important;
    }

    .colors-table table td {
        width: 100% !important;
        height: 150px;
    }

    .desktop-favicon {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 0;
    }

    .box-header h2 {
        margin-left: 5px;
    }

    .footer-wrap {
        margin: 0 7%;
        width: 90%;
    }

    .footer-wrap h3 {
        margin-top: 25px;
    }

    #header h1 {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    #header h1 img {
        text-align: center;
        display: inline-block;
        padding: 10px 10px 0 10px;
    }

    #header {
        height: auto;
        flex-direction: column;
    }

    #primary-navigation {
        width: 100%;
        text-align: center;
    }

    #primary-navigation ul {
        flex-direction: column;
    }

    #content .main-content {
        padding: 50px 0;
    }

    #sidebar .content-box a {
        text-align: center;
    }

    #sidebar .content-box a img {
        margin-right: 0;
    }

    #sidebar .content-box a img:first-child {
        width: 100%;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter_label {
        float: none;
    }

    .newsletter_inner form {
        float: none;
        margin: 10px auto 0;
    }

    .home-content p {
        padding: 5px;
    }

    .footer-wrap .col-md-12 {
        margin-top: 0px;
    }

    .settings_table td:nth-child(1) {
        width: 40%;
    }
}

@media (max-width: 600px) {
    .footer-blocks div {
        width: 50%;
    }

    .footer-wrap {
        margin: 0 15%;
        width: 85%;
    }

    .header-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #main {
        float: none;
        width: 100%;
    }

    #sidebar {
        float: left;
        width: 100%;
    }

    .submodal-800-550 {
        display: none;
    }

    .register-form #city {
        width: 70%;
    }

    .register-form #postcode {
        width: 29%;
    }

    #form3 #city {
        width: 206px;
    }
}

@media (max-width: 455px) {
    .footer-blocks div {
        width: 50%;
        padding-left: 10px;
    }

    .footer-wrap {
        margin: 0;
        width: 100%;
    }

    .footer-wrap .footer_bottom {
        width: 92%;
        margin-left: 10px;
        text-align: center;
    }

    .footer-wrap .footer_bottom2 {
        float: right;
        margin-top: -22px;
        margin-left: 15px;
    }

    .newsletter_inner form {
        width: 77%;
    }

    .contact-form #street,
    .contact-form #city,
    .contact-form #name {
        width: 100%;
    }

    table td:nth-child(5) {
        display: none;
    }

    #your_selection td:nth-child(5),
    #your_accessoaries td:nth-child(5) {
        display: none;
    }

    #your_selection tr.total td:nth-child(5),
    #your_accessoaries tr.total td:nth-child(5) {
        display: table-cell;
    }

    #first_total td:nth-child(5),
    #first_total td:nth-child(5) {
        display: table-cell;
    }

    #your_selection td,
    #your_accessoaries {
        font-size: 14px;
    }

    .accessoires table,
    .pipe table,
    .clip table {
        margin: 5px;
        font-size: 14px;
        width: 95%;
    }

    #your_selection td.cell_empty,
    #your_accessoaries td.cell_empty {
        display: none !important;
    }

    .contact-form #street,
    .contact-form #city,
    .contact-form #name {
        width: 100%;
    }

    .contact-form #name,
    .contact-form #number,
    .contact-form #city {
        float: none;
    }

    .contact-form #gender,
    .contact-form #contact_type,
    .contact-form #contacttype,
    .register-form #provincie,
    .contact-form #number,
    .contact-form #postalcode,
    .contact-form #gender {
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form #gender {
        margin-bottom: 20px;
    }

    .register-form table {
        width: 100%;
    }

    .register-form .box-wrap input[type=text] {
        width: 100%;
    }

    .register-form #nummer {
        width: 100%;
    }

    .register-form #nummeradd {
        width: 100%;
    }

    .register-form #straat {
        width: 100%;
    }

    .register-form #city {
        width: 100%;
    }

    .register-form #postcode {
        width: 100%;
    }

    #form3 input[type=text] {
        width: 100%;
    }

    #form3 table td {
        display: block;
        padding: 0;
    }

    #form3 #city {
        width: calc(100% - 94px);
    }

    .settings_table td {
        width: 100%;
        display: block;
    }

    .table_address td {
        display: block;
    }

    .street_table tr:nth-child(1) {
        display: none;
    }

    .box-wrap .table_address #city {
        width: calc(100% - 94px);
    }

    .box-wrap .table_address select {
        width: 100%;
    }
}

@media (max-width: 405px) {
    .selector input[type="submit"] {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .selector input[type="submit"] {
        font-size: 12px;
    }

    .selector .box-wrap table td {
        width: 98%;
        margin: 0 1%;
        text-align: center;
    }

    .contact-form input[type=submit],
    .register-form input[type=submit] {
        width: 100%;
    }

    .box-wrap .table_address #street {
        width: 57%;
    }
}

.viewDig {
    margin-left: 34px;
}

#inner-main .col-md-3 img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#inner-main .col-md-3 h3 {
    text-align: center;
}

body h1,
body h2,
body h3 {
    color: #808285;
}

#inner-main a:hover {
    text-decoration: none !important;
}

/* --- Custom style for javascript classes --- */

/* --- SELECTS --- */

.type span {
    margin-left: 20px;
}

.select-group {
    width: 300px;
}

.model span {
    margin-left: 20px;
}

.select-model {
    width: 300px;
}

.select-product {
    width: 70%;
}

.select-cable-length {
    width: 300px;
}

.product {
    margin-top: 85px;
}

/* --- CONNECTIONS --- */

.connections {
    margin: 35px 0 0 10px;
}

.connections td {
    padding: 2px 2px 10px;
}

.connections td:hover {
    background-color: #808285;
}

/* --- COLOR BUTTONS --- */

.standart-colors {
    margin-left: 50px;
    margin-top: 40px;
}

.buttons-color {
    margin-left: 20px;
    margin-top: 30px;
}

/* --- MODAL CONTENT --- */

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    top: 50%;
    left: 35%;
    padding: 20px;
    height: auto;
    max-height: 85%;
    overflow: auto;
    border: 1px solid #888;
    width: 45%;
    position: fixed;
    transform: translateY(-50%);

}

/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    right: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Content/Box Filter */

.modal-filter {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-filter {
    background-color: #fefefe;
    padding: 20px;
    height: auto;
    border: 1px solid #888;
    width: 65%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-height: 900px;
    overflow: auto;
}

input[name=watt_radio] {
    padding-bottom: 30px;
}

input[name=watt_value] {
    margin-left: 20px;
    width: 80px;
    margin-bottom: 10px;
}

select.select-afwijking {
    margin-left: 25px;
    width: 80px;
    margin-bottom: 20px;
}

input.submit-filter {
    width: 60px;
    height: 30px;
    margin-top: 20px;
    margin-left: 60px;
    border: none;
    background-color: #c1bfb3;
    cursor: pointer;
}

table.filtered-products {
    margin-top: 20px;
    width: 100%;
}

table.filtered-products td {
    padding: 5px;
    margin-right: 2px;
    font-size: 14px;
    border: 1px solid #000;
    text-align: center;
}

table.filtered-products td.product-cell {
    cursor: pointer;
}

table.filtered-products td.product-cell:hover {
    background-color: rgba(193, 191, 179, 0.5);
}

table.filtered-products td img {
    width: 40px;
    height: 40px;
}

/* colors */

.ral-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 5px;
    background-color: red;
}

.ral-box .ral-name {
    width: 100%;
    height: 20px;
    position: relative;
    top: 40px;
    font-size: 14px;
    background-color: #fff;
    border: 0.5px solid #000;
    text-align: center;
}

.ral-name {
    font-size: 14px;
    background-color: #fff;
    border: 0.5px solid #000;
    text-align: center;
    color: #000;
}

.sidebar-kleur .ral-name {
    font-size: 12px;
}

.metal-color {
    margin-left: 40px;
    text-align: center;
}

.metal-color img {
    width: 500px;
    height: 80px;
}

/* --- FINAL OFFER --- */

.final-offer {
    width: 70%;
}

.drawing-holder {
    display: inline-block;
    max-width: 370px;
    width: 100%;
    float: left;
}

.specs-holder {
    display: inline-block;
    float: left;
}

table.product-info td {
    padding: 2px;
}

.drawing-holder img {
    display: block;
    width: 230px;
    height: 400px;
}

.kleur img {
    width: 60px;
    height: 60px;
}

.selected-product-accessoaries {
    margin-top: 70px;
}

.product-quantity,
.accessorie-quantity {
    width: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input.quantity {
    width: 45px;
}

.standart-colors h5 {
    font-size: 16px;
}

.product-price-quantity,
.accessoarie-price-quantity,
.total-amount {
    margin: 17px 0 0 10px;
}

.product-price-quantity td,
.accessoarie-price-quantity td,
.total-amount td {
    padding: 2px 2px 7px 2px;
    text-align: left;
    vertical-align: text-top;
}

input[type="number"] {
    -moz-appearance: textfield;
    width: 47px;
    height: 19px;
}

.submit-selection {
    float: right;
    margin: 30px 0 80px 0;
}

.save-icon {
    padding-right: 8px;
}

.type {
    margin-bottom: 28px;
}

.type-model-inner {
    padding: 26px 0 0 23px;
}

.type-model-inner p {
    width: 173px;
    display: inline-block;
}

.model {
    margin-bottom: 28px;
}

.product .box-wrap {
    padding: 12px 0 0 0;
}

input:not([type=checkbox]):not([type=radio]):not([type=number]) {
    height: 28px;
}

input[type=radio] {
    height: inherit;
}

#loader-image img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 350px;
    right: 0;
    left: 0;
    margin: auto;
}

#loader-image-modal img {
    width: 32px;
    height: 32px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.selection {
    margin: 12px 0;
}

h2 {
    margin-top: 50px;
}

.title {
    margin-top: 50px;
}

/*.colors-table {*/
/*border-collapse: collapse;*/
/*}*/

/*.colors-table, .colors-table th, .colors-table td {*/
/*border: 1px solid black;*/
/*}*/

.colors-table table {
    margin: 0 40px 0 0;
    width: 120px;
    height: 120px;
}

.delete-button {
    margin-bottom: 20px;
    margin-top: 20px
}

.content-box a {
    width: 220px;
    display: block;
    overflow: hidden;
    height: 275px;
}

.content-box .home-content a {
    height: auto;
    width: auto;
}

#sidebar .content-box a {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: auto;
}

#sidebar .content-box a > img {
    margin-bottom: 20px;
}

#inner-main .content-box a img {
    width: auto;
    height: 100%;
    max-height: 220px;
}

#select-details-show,
#select-manually,
.connection,
.color {
    cursor: pointer;
}

#bold_btn {
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

#italic_btn {
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}

#underline_btn {
    text-decoration: underline;
    font-family: "Times New Roman", Times, serif;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 15px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.styling_btns {
    padding: 10px;
    background: #eee;
    border: 1px solid darkgrey;
    font-size: 20px;
}

.text_editor {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.text_editor textarea,
.text_editor input {
    margin: 10px 0;
}

.text_editor select {
    padding: 5px;
}

.code-fields {
    border: 1px solid;
    padding: 3px 6px;
    background: #ebebe4;
}

input[type=number] {
    text-align: right;
    padding: 2px;
    margin-right: 5px;
}

.categories {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto 20px;
}

.filter-categories-top {
    display: flex;
    align-items: end;
    width: 70%;
    margin: 0 auto 20px;
}

.filter-categories-top .filter {
    margin: 0 10px;
}

.filter-categories-top .form-control,
.filter-categories .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: auto;
    text-align: left;
}

.filter-categories {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: 0 auto 20px;
}

.single-category {
    position: relative;
    padding: 0 10px;
    margin-bottom: 24px;
    height: 300px;
    cursor: pointer;
}

.single-category h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    margin: 0 10px;
    text-align: center;
    background: rgb(63, 62, 64);
    word-break: break-word;
}

.single-category .img-responsive {
    width: 100%;
    height: 305px;
    object-fit: cover;
    background: #cecdbb;
}

/* Category header with image and title underneath */
.category-header {
    font-size: 16px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    height: auto;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.category-header:hover {
    background-color: #e8e8e8;
}

.category-header img {
    max-height: 60px;
    max-width: 100%;
    margin-bottom: 10px;
    object-fit: contain;
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.toggle-icon {
    margin-left: 5px;
}

/* Group container styling */
.group-container {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

.category-card {
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.category-card:hover {
    transform: translateY(-5px);
}

.card-image {
    height: 200px;
    overflow: hidden;
}

.card-image img {
    height: 100%;
    object-fit: cover;
}

.card-body {
    padding: 15px;
    text-align: center;
}

.card-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.card-count {
    color: #666;
    margin-bottom: 15px;
}

.back-to-categories {
    margin-bottom: 20px;
}

.subgroup-section {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.subgroup-header {
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.subgroup-header:hover {
    background-color: #e9ecef;
}

.subgroup-title {
    font-size: 1.2rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapse-icon {
    transition: transform 0.3s ease;
}

.subgroup-header[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
}

.subgroup-items {
    padding: 1rem;
}

.subgroup-thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.subgroup-thumb img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.subgroup-header {
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.subgroup-title {
    flex: 1;
}

.collapse-icon {
    transition: transform 0.3s ease;
}

.subgroup-header[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
}

.category-items[style*="display: block"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.single-category {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 15px;
    height: 15%;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.single-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.single-category img {
    max-width: 100%;
    object-fit: contain;
}

.single-category h3 {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}

/* Add spacing below the container to accommodate expanded items */
.group-container:has(.category-items[style*="display: block"]) {
    margin-bottom: 300px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .group-container {
        width: 50%;
    }

    .category-items[style*="display: block"] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .group-container {
        width: 100%;
    }

    .category-items[style*="display: block"] {
        grid-template-columns: 1fr;
    }
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 505px;
    margin: 0 10px;
    background-color: rgb(255, 255, 255, 0.4);
    display: none;
}

.single-category:hover h2 {
    display: none;
}

.single-category:hover .category-overlay {
    display: flex;
    margin: 0 10px;
}

.category-overlay .overlay-box {
    background: #3f3e40;
    height: max-content;
    width: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
}

.link_btn {
    height: 50px;
    display: none;
    border: 1px solid #fff;
    width: 55px;
    font-size: 50px;
    color: #fff;
    margin-right: 5px;
}

.single-category:hover .link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-overlay .overlay-desc span:first-child {
    display: block;
}

.category-overlay .overlay-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.category-overlay span.title {
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0;
}

.category-overlay span.text,
.category-overlay span.subTitle {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.category-overlay span.text {
    padding-left: 8px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

@media only screen and (max-width: 1600px) {
    .form-horizontal table {
        width: 100%;
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

button.copy-button {
    background: transparent;
    border: 0;
    margin-right: 10px;
}

.search-mobile {
    background: #c1bfb3;
    padding: 20px;
    display: none;
}

.search-mobile .search-input {
    width: 80%;
}

@media only screen and (max-width: 992px) {
    .search-mobile {
        display: block;
    }

    #header {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        height: auto;
        padding: 10px;
    }

    #header h1 {
        text-align: center;
    }

    .open-btn {
        display: inline-block;
        padding: 20px;
    }
}
