/*Template 13*/

/***********************************************************************************************/
/* NORMALIZE */
/***********************************************************************************************/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,legend{border:0}legend,td,th{padding:0}html{/*font-family:sans-serif;*/-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0font-size:2em;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{position:relative;vertical-align:baselinefont-size:75%;line-height:0;}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin: 0}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1emfont-family:monospace,monospace;}button,input,optgroup,select,textarea{margin:0color:inherit;font:inherit;}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer-webkit-appearance:button;}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0border:0;}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box-webkit-appearance:textfield;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 2px;padding:.35em .625em .75emborder:1px solid silver;}table{border-spacing:0border-collapse:collapse;}
/* before new ckeditor: figure{margin: 1em 40px} */

/***********************************************************************************************/
/* GLOBAL STYLES */
/***********************************************************************************************/
* {
    margin: 0;
    padding: 0;
}
body, .b-footer__right > a { 
	color: #000;
}

b {
    font-weight: 600;
}
.container {
    display: table;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 52px;
    width: 1200px;
    background: #fff;
}
img {
    max-width: 100%;
    height: auto !important;
}

/***********************************************************************************************/
/* TYPOGRAPHY */
/***********************************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 20px;
	margin-bottom: 14px;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

p {
	margin: 0 0 24px;
}

small,
.small {
	font-size: 12px;
}

.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-justify        { text-align: justify; }
.text-nowrap         { white-space: nowrap; }

.text-lowercase      { text-transform: lowercase; }
.text-uppercase      { text-transform: uppercase; }
.text-capitalize     { text-transform: capitalize; }

ol, ul {
	margin-top: 0;
	margin-bottom: 20px;
    padding-left: 40px;
}

ol ol , ol ul,
ul ul, ul ol {
	margin-bottom: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/***********************************************************************************************/
/* HEADER */
/***********************************************************************************************/
.b-header {
    height: 150px;
}
.b-logo {
	float: left;
    line-height: 150px;
    vertical-align: middle;
}
.b-header-extra {
    display: none;
}
.b-description {
    float: right;
    font-weight: 400;
    font-size: 25px;
}
.b-description b {
    color: #663333;
}

/***********************************************************************************************/
/* SLIDER */
/***********************************************************************************************/
.b-slide {
    padding: 0;
    margin-bottom: 20px;
    height: 375px;
    min-height: 375px;
    width: 100%;
    overflow: hidden;
}
.b-slide.empty {
    height: 0;
    min-height: 0;
}

.b-slide img {
    height: 375px;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 3/1;
   	object-fit: fill;
}

@media (max-width: 992px) {
    .b-slide {
        margin-bottom: 0px !important;
        height: auto;
        max-height: 350px;
        min-height: auto;
    }
    .b-slide img {
        width: 992px;
        min-height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .b-slide {
        margin: 0px 0px 0px -20px !important;
        width: calc(100% + 40px);
        max-height: 300px;
        min-height: auto;
    }
    .b-slide img {
        width: 768px;
        min-height: 300px;
        object-fit: cover;
    }
}

/***********************************************************************************************/
/* SIDEBAR */
/***********************************************************************************************/
.b-aside {
    float: left;
    width: 25%;
}
.b-aside__title {
    /*color: #663333;*/
    font-weight: 400;
    font-size: 36px;
}
.b-aside__contacts {
    padding: 25px 30px;
    /*background: #663333;*/
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 28px;
}
.b-aside__contacts h2 {
	font-size:24px;
	margin-top:0px;
}
.b-aside__contacts * {
    color: #fff;
    /*font-family: 'Open Sans', sans-serif;*/
}
.b-aside__contacts span {
    font-weight: 500;
}
.b-aside__contacts.mobile {
    display: none;
}
.b-aside__contacts p {
    margin-bottom: 10px;
}
.b-aside__contacts p:last-child {
    margin-bottom: 0;
}
.b-aside__contacts img {
    /*display: block;
    margin: 0 auto;*/
}
.b-content {
    float: left;
    box-sizing: border-box;
    padding-left: 40px;
    width: 75%;
    content-visibility: auto;
    contain-intrinsic-size: 0 500px;
}

/* Afbeeldingen in CKEditor5 */
.b-content img {max-width:100% !important; height:auto !important;}
.b-content .image-center {
    margin: 1em auto;
}

.b-content .image-float-left {
    float: left;
    margin: 1em 1em 1em 0;
}

.b-content .image-float-right, .b-content figure.image-style-side {
    float: right;
    margin: 1em 0 1em 1em;
}

.b-content .image-full-width {
    width: 100%;
    margin: 1em 0;
}

.b-menu__list {
    margin-top: 21px;
    margin-bottom: 38px;
    padding-left: 0;
}
.b-menu__list-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #cccccc;
	line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-menu__list-item:hover .dropdown {
    display: block;
}
.b-menu__list-item .dropdown {
    position: absolute;
    top: -1px;
    left: 100%;
    display: none;
    min-width: 125px;
    background: #fff;
    list-style: none;
	z-index: 9001; /*OVER 9000!@!*/
}
.b-menu__list-item .dropdown li:first-child {
    border-top: 1px solid #cccccc;
}
.b-menu__list-item .dropdown li {
    white-space: nowrap;
    padding-right: 15px;
    border-bottom: 1px solid #cccccc;
	line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-menu__list-item .dropdown li a {
    text-decoration: none;
    font-weight: 400;
}
.b-menu__list-item .dropdown li a:hover {
    text-decoration: underline;
}
.b-menu__list .active {
    font-weight: 600;
}
.b-menu__link {
    color: #000;
    text-decoration: none;
    font-weight: 400;
	text-transform: uppercase;
}
.b-menu__link:hover {
    text-decoration: underline;
}
.b-content__title, .b-content h1 {
    margin-bottom: 29px;
    /*color: #663333;*/
    font-weight: 400;
    font-size: 36px;
}
.b-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
#contact-form form label
{
	/*font-size: 16px;*/
}
input[type='submit'] {
	padding: 1px 6px;
}
.b-content__images {
    display: table;
    margin: 20px -20px 23px;
    font-size: 0;
}
.b-content__images-block {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 50%;
}
.b-content__images-block img {
    max-width: 100%;
}
.b-footer {
    margin: 0 auto;
    padding-top: 23px;
    max-width: 1200px;
    height: 53px;
}
.b-footer__left {
    float: left;
    font-weight: 400;
}
.b-footer__right {
    float: right;
    font-weight: 400;
}
.b-footer__left a {
    color: #000;
    text-decoration: none;
}
.b-footer__left a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.b-description {
	line-height: 150px;
}
.b-logo__link img{
	vertical-align: middle;
	max-width: 700px;
	max-height: 160px;
}
.b-content ul li, .b-content ol li {
    line-height: 28px;
	font-weight: 400;
}

@media (max-width: 1199px) {
    .container,
    .b-footer {
        padding-right: 20px;   
        padding-left: 20px;   
        width: auto;
    }
}
@media (max-width: 1024px) {
    .b-menu__list-item:hover .dropdown {
        display: none;
    }
}
@media (max-width: 991px) {
    .b-description {
        font-size: 20px;
    }
    .b-aside,
    .b-content {
        padding: 0;
        width: 100%;
    }
    .b-aside__contacts {
        display: none;
    }
    .b-aside__title {
        position: relative;
        text-align: center;
    }
    .b-aside__title:hover {
        cursor: pointer;
    }
    .b-aside .b-menu__list {
        display: none;
        text-align: center;
    }
    .b-menu__list-item .dropdown {
        position: relative;
        top: 0;
        left: 0;
    }
    .b-menu__list-item .dropdown li {
        padding-left: 0;
        border-bottom: 0;
    }
    .burger {
        position: absolute;
        top: 24px;
        left: 50%;
        margin-left: -85px;
        width: 24px;
        height: 3px;
        /*background: #663333;*/
        opacity: 1;
    }
    .burger::before {
        position: absolute;
        top: 6px;
        display: block;
        width: 24px;
        height: 3px;
        /*background: #663333;*/
        content: "";
    }
    .burger::after {
        position: absolute;
        bottom: 6px;
        display: block;
        width: 24px;
        height: 3px;
        /*background: #663333;*/
        content: "";
    }
    .burger::after, .burger::before, .burger {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .b-aside__title.menu-on .burger::after{
        bottom: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .b-aside__title.menu-on .burger::before{
        top: 0px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .b-aside__title.menu-on .burger{
        background: transparent;
    }
    .b-aside__contacts.mobile {
        display: block;
        float: left;
        box-sizing: border-box;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .b-header {
        height: auto;
        text-align: center;
    }
    .b-logo {
		float: none;
		margin: 30px 0;
		line-height: initial;
	}
    .b-description {
        display: none;
    }
    /*.b-slide {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    .b-aside {
        margin-bottom: 20px;
    }
    .b-content__images {
        margin-bottom: 0;
    }
    .b-content__images-block {
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .b-content img {
        float: none!important;
        display: block;
        margin: 10px auto!important;
    }
	.b-logo__link img {
		max-width:100%;
	}
}

