/*
Theme Name: Bravo - Nova Septem
Author: het Nova Septem team
Author URI: https://novaseptem.nl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bravons
*/

/* > Section - Blocks

-------------------------------------------------------------- */
.titelbovenin h3{
    margin: 0px;
    position: relative;
    color: white;
}
.joinchat__button {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 68px !important;
    right: 8px;
    height: var(--btn);
    min-width: var(--btn);
    max-width: 95vw;
    background: #25d366;
    color: inherit;
    border-radius: calc(var(--btn)/2);
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    cursor: pointer;
    transition: background .2s linear;
    will-change: background-color,width;
}

.fade-in {
    animation: fadeIn 1s;
    opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#myBtn p {
    opacity: 0;
    font-size: 21px;
    margin-top: 25px;
    text-align: center;

    -webkit-transition: opacity .1s ease-in;
       -moz-transition: opacity .1s ease-in;
        -ms-transition: opacity .1s ease-in;
         -o-transition: opacity .1s ease-in;
            transition: opacity .1s ease-in;
}

#myBtn p.load {
    opacity: 1;
}

html {
  scroll-behavior: smooth;
  }

#home h1{
    font-size: 40px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    outline: none;
    z-index: 99;
    font-size: 18px;
    background-color: var(--thirdcolor);
    color: white;
    cursor: pointer;
    padding: 10px;
}

#myBtn:hover {
    background-color: #0d5d0099;
}


.bovenin{
    text-align: center;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bovenin:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    }

.subtitel {
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    }

.subtitel h1 {
    font-size: 60px;
    margin: 0px;
        border-bottom: dashed;
}
.agendapunt:nth-child(odd){
    background: white;
}

.agendapunt:nth-child(odd) .datum-agenda{
    color: #1d1d1d;
}

.agendapunt:nth-child(odd) .tijd-agenda{
    color: #1d1d1d;
    font-weight: bold;
}

.agendapunt:nth-child(odd) .titelagenda{
    color: #1d1d1d;
}

.agendapunt:nth-child(odd) .tekst-agenda{
    color: #1d1d1d;
}

.agendapunt{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #1d1d1d;
    border-bottom: solid 2px #00000042;
    position: relative;
    align-items: center;
    background-position: 0px 1070px;
}

.datum-agenda i{
margin-right: 10px;
    }

.tijd-agenda i{
margin-right: 10px;
}

.tijd-agenda{
    color: white;
    position: relative;
    font-size: 17px;
    box-sizing: border-box;
    flex: 0 0 25%;
    padding: 0 50px;
}

.datum-agenda {
    font-size: 17px;
    color: white;
    font-weight: bold;
    flex: 0 0 25%;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 0 50px;
}

.tekst-agenda{
    color: white;
    box-sizing: border-box;
    flex: 0 0 25%;
    padding: 0 50px;
    position: relative;
}

.tekst-agenda p{
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    }

.titelagenda{
    font-size: 17px;
    color: white;
    padding: 0 50px;
    flex: 0 0 25%   ;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}
.titelagenda p{
    font-size: 17px;
    margin: 10px;
    text-align: left;
    }

.blog-post a{   
  color: black;
}

.buttonsonder a:hover{

    background: #ffbcbc;

}

#content a:hover{
background: grey;
}

@media screen and (max-width: 1000px){
.container, #container #content {
    width: 80%;
}
}

#content-video{
    margin-top: 50px;
}
.container.bar p{
        color: white;
    float: left;
}

.openingstijden h1{
    position: relative;
    text-align: center;
    color: white;
}

.openingstijden p{
    position: relative;
    text-align: center;
    color: white;

}


.nieuws-link{
        background: black;
    display: table;
    padding: 10px;
    color: white;
    margin-top: 20px;
}

.blog-content h3{
        font-size: 30px;
}


section.home .container{
    overflow: visible;
}

.blogcontainer{
    display: flex;
    flex-wrap: wrap;
}

.blog-image{
    flex: 0 0 40%;
    padding-left: 30px;
    box-sizing: border-box;
}

.blog-content{
    flex: 0 0 60%;
    padding: 30px;
    box-sizing: border-box;

}

.home#blog {
    padding: 0 0 50px 0;
}

.blog-post{

        display: flex;
    flex-wrap: wrap;
    align-items: center;


    flex: 0 0 100%;

    box-shadow: 0 0 13px #00000057;
}

.blog-post a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tekstboven{

color: black;
}


.wrappervideo{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.videolinks{
        flex: 0 0 50%;
}

.wrappervideo .openingstijden:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(74 11 8 / 90%);
}

.wrappervideo .openingstijden{
    flex: 0 0 50%;
        background: #030302;
    padding: 30px;
    background: url(/wp-content/uploads/2021/08/afbeelding-2-scaled.jpeg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;

    box-sizing: border-box;
}
.videolinks iframe{
        width: 100%;
        height: 100%;
}

.tekstlinks{
    position: relative;
    background: url(/wp-content/uploads/2021/08/afbeelding-5-scaled.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;

}

.afbeeldingrechts{
    flex: 0 0 58%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.wrapperoverons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tekstboven h1{
    color: black !important; 
    text-align: left !important;
}

.extrainfo p{
        line-height: 20px;
    font-size: 15px;
}

body.post-type-archive-autos section#objecten .projects-list .single-project a.button{
display: none !important;

}

body.post-type-archive-autos section#objecten .projects-list .single-project p{
    color: white;
    text-align: left;
}

body.single-autos .afbeeldingenonder {
    border-bottom: 0;
}

body.single-autos .afbeeldingenonder section#gallery {
    background-color: transparent;
}

body.single-autos .afbeeldingenonder section#gallery ul {
    border: none !important;
}


body.single-autos .price {
    padding: 0;
}

.price {
font-size: 25px;
    margin: 0px 0 17px 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.extrainfo {
    padding: 0 20px;
    text-align: left;
    color: white;
}
.afbeelding a {
    transition: transform 0.3s;
}

.afbeelding a:hover {
    transform: scale(1.08);

}

.afbeeldingenonder {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid white 2px;

}


.afbeelding {
    flex: 0 0 20%;
    padding: 20px;
    padding-left: 0px;
    
}

.titel {
color: black;
}
.content i {
    padding-right: 10px;
   }

.contentove i {
    padding-right: 10px;

}

.contentint i {
    padding-right: 10px;
}

.contentove {
     color: black;
     padding-bottom: 30px;
}
body.single-autos .contentove li {

    list-style-type: disc;
}

body.single-autos .contentove ul {

    margin-left: 17px;
}

.blocks {
    margin-top: 100px;
}

.imginterior {
    flex: 0 0 50%;
    border: solid black 5px;
}

.interior {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

   
}

.interior h3 {
    color: black;
    margin-top: 0px;
}

.contentint {
    color: black;
    flex: 0 0 40%;
    padding: 30px;
    padding-top: 0px;
    
}


.imgexterior {
    flex: 0 0 50%;
    border: solid black 5px;
}
.exterior {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
   
}

.exterior h3 {
    color: black;
    margin-top: 0px;

}

.home .content {
     color: #000;
    flex: 0 0 40%;
    padding: 30px;
    padding-top: 0px;
}
.infoauto-onder {
    color: white;
    padding-top: 20px;
}

.wrapper {  
    background: #151515;
}
.infoauto {
    flex: 0 0 40%;
    background: #151515;
    color: #fbfbfb;
  
}

.infoauto {
    padding: 50px;
    box-sizing: border-box;

}

.infoauto {
    color: white;
    background: #8b1812;
}


.afbeeldingauto {
    flex: 0 0 60%;
}

.autometinfo {
    display: flex;
    flex-wrap: wrap;
    
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
}


section#team {
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #0c0c0c;
    display: none;
 
}

section#team .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: visible;
}

section#team .container .person {
    flex: 0 0 30%;
    position: relative;
    height: 400px;
}

section#team .container .person img {
    z-index: 9;
    position: relative;
}

section#team .container .person .titel {
    background: black;
    padding: 10px 20px;
    box-sizing: border-box;
    color: white;
    font-weight: 100;
    float: right;
    position: absolute;
    bottom: 54px;
    right: 0;
    z-index: 11;
}

section#team .container .person h3 {
    background: var(--subcolor);
    padding: 15px;
    margin-top: -25px;
    z-index: 10;
    position: relative;
    text-align: center;
    color: white;
    border-radius: 3px;
    margin-bottom: 0;
}

.etenbestellen{
        margin-bottom: 20px;
}
.buttonsonder{
    text-align: -webkit-center;
}

.buttonsonder a{
   display: table !Important;
       display: table !Important;
    background: white;
    position: relative;
    transition: all.5s;
    padding: 10px;
    font-weight: bold;
    color: #4e1511;
}

section#team .container .person:before {
    position: absolute;
    top: 1%;
    left: 34%;
    background: url(/wp-content/themes/bravons/assets/images/autobeeld.png);
    width: 2000px;
    height: 2000px;
    content: '';
    background-size: 19%;
    background-repeat: no-repeat;
}

section#blocks {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: white;
}

#objecten svg{
    position: absolute!important;
    top: 20px;
    width: 100%;
}

#content .container{
    margin: unset;
    flex: 0 0 50%;
    flex: unset;
    padding: 40px 0;
}

#content{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1500px) {

.afbeeldingauto {
    flex: 0 0 100%;

}

.infoauto {
    flex: 0 0 100%;
}

.imgexterior {
    flex: 0 0 98%;
}

.contentint {
    flex: 0 0 100%;
    text-align: left;

}

.imginterior {
    flex: 0 0 98%;

}

.content {
    flex: 0 0 100%;
    text-align: left;

    }

    .overige {
        display: flex;
        flex-wrap: 
    }

.contentove {
    flex: 0 0 100%;
    text-align: left;
    padding: 30px;

}

.infoauto-onder {

padding: 30px;
}

.interior h3 {
    margin-top: 20px;

}

.exterior h3 {
    margin-top: 20px;
}

.afbeelding {
    flex: 0 0 22%;
    padding: 20px;
    padding-left: 11px;
    padding-right: 0px;

}
}


@media screen and (max-width: 1330px) {
    #content .container{
        flex: 0 0 80%;
        margin: 0!important;
    }

}

body.page-template-default section#blocks {
    padding-top: 0;
}

.icon img{
    width: 70px;
    background: white;
    padding: 20px;
    border-radius: 100%;
}

section#blocks .container {
	overflow: visible;
	position: relative;
	top: -40px;
}

section#blocks .block-row {
    margin: 0;
    padding: 0;
}

section#blocks .block-row a {
    flex: 0 0 49%;
    margin: 0 0 10px;
}

section#blocks .block-row .single-block {
    list-style-type: none;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 21px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 21px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 21px -12px rgba(0,0,0,0.75);
    background-color: var(--maincolor);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

section#blocks .block-row .single-block:hover {
	cursor: pointer;
}

section#blocks .block-row .single-block img {
    transition: 0.2s all ease-in-out;
    background: transparent;
    padding: unset;
    border-radius: unset;
}

section#blocks .block-row .single-block figure {
    overflow: hidden;
    position:relative;
}

section#blocks .block-row .single-block a {
    color: white;
    text-decoration: none;
    height: 100%;
    display: block;
    flex-direction: column;
    justify-content: flex-start;
}

body.home section#blocks .block-row .single-block a {
    justify-content: flex-start;
}

section#blocks .block-row .single-block a:hover {
    /*opacity: 0.9;*/
}

section#blocks .block-row .single-block:hover img {
    transform: rotate(20deg);
    transition: 0.2s all ease-in-out;
}

section#blocks .block-row .single-block h3 {
    font-weight: 700;
    color: white;
    font-size: 25px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    margin-top: 10px;
    flex: 0 0 100%;
}

section#blocks .block-row .single-block p {
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    padding-bottom: 10px;
    font-weight: 300;
}

section#blocks .block-row .single-block span.icon {    
	text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    /*background: white;*/
    padding: 20px;
    border-radius: 100%;
    box-sizing: border-box;
}

.metback{
    background-color: #0c0c0c;
    background-image: url("/wp-content/uploads/2020/03/pattern-2.png");
    background-attachment: fixed;
    background-size: cover;
}

body{
    background: #fbfbfb;
}

.contcont{
    display: flex;
    flex-wrap: wrap;
}

.overonscontent{
    flex: 0 0 70%;
}

.sellingpoints{
    flex: 0 0 25%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
    background: white;
    border-radius: 5px;
}

.singlepoint{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.singlepoint img{
    height: 40px;
    margin-right: 10px;
}

.singlepoint p{
    color: black!important;
}

@media screen and (max-width: 1350px) {
    .overonscontent{
        flex: 0 0 100%;
    }

    .sellingpoints{
        flex: 0 0 100%;
    }
}


section#blocks .block-row .single-block span.icon i {
    background: #fbfbfb;
    padding: 5px;
    border-radius: 100%;
    font-size: 50px;
    color: var(--subcolor);
    height: 90px;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {

    section#blocks .container {
        width: 100%;
    }

}

@media screen and (max-width: 1200px) {
    section#blocks .block-row a{
        flex:0 0 49%;
    }
}

@media screen and (max-width: 680px) {
    section#blocks .block-row a{
        flex:0 0 100%;
    }

    section#blocks .block-row .single-block{
        width: 100%;
    }
}

/* Until 600px */
@media screen and (max-width: 600px) {

    section#blocks .block-row .single-block{
         background: var(--subcolor);
    }

    section#blocks .block-row {
    	display: flex;
    	flex-direction: column;
    }

    section#blocks .block-row a {
    width: 100%;
}
}

/* 600px --> */
@media screen and (min-width: 600px) {
    section#blocks .block-row {
	    flex-wrap: wrap;
	    display: flex;
	    justify-content: space-between;
	    z-index: 1;
	    position: relative;
    }

    body.home section#blocks .block-row {
        justify-content: space-around;
    }

    section#blocks .block-row .single-block:nth-child(even) {
        margin-right: 0;
    }

    section#blocks .block-row .single-block {
        flex: 1 0 49%;
        background: var(--maincolor);
        margin-right: 1%;
    }
}

body.home section#blocks .block-row .single-block:last-child {
    background: #1facff;
}

body.home section#blocks .block-row .single-block:last-child i{
    color: #1facff;
}

body.home section.content2{
    background-color: #1facff!important;
}

/* 900px --> */
@media screen and (min-width: 900px) {
    body.home section#blocks .block-row .single-block {
        flex: 1 0 19%;
        background: var(--subcolor);
        margin-right: 1%;
    }

    body.home section#blocks .block-row .single-block:last-child {
        margin-right: 0;
    }

    section#blocks .block-row .single-block {
	    flex: 1 1 32%;
	    background: var(--maincolor);
    }

    section#blocks .block-row .single-block-2 {
    	margin: 10px;
    }

    body.home section#blocks .block-row .single-block p {
        font-size: 19px;
        padding: 0 20px 20px 20px;
        line-height: 35px;
        margin-top: 0;
    }

    section#blocks .block-row .single-block p {
        padding: 0 40px 20px 40px;
        font-size: 15px;
    }

    section#blocks .block-row .single-block span.icon i {
        transition: all .2s ease-in-out;
    }

    section#blocks .block-row .single-block:hover span.icon i{
        transform: rotate(30deg);
    }
}

section#content {
    position: relative;
    transition: all linear 0.4s;
    z-index: 6;
    background: black;
    background-color: #159200;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='1000' viewBox='0 0 1600 800'%3E%3Cpath fill='%23178C12' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23349F24' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.39' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}

.contentscroll{
	opacity: 1 !important;
}

section#content h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: dashed 2px;
    font-weight: lighter;
}

.single .content img{
    padding: 10px;
    box-sizing: border-box;
    border: 5px solid var(--maincolor);
}

body.objecten-template-default #gallery img,
body.projecten-template-default #gallery img {
	border: none;
	padding: 5px;
}

section#content h1:first-child {
    margin: 0;
}

section#content h2 {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 25px;
    display: table;
}

section#content p {
    line-height: 35px;
    color: #fff;
    position: relative  ;
    font-weight: 300;
    font-size: 18px;
}

section#content ul {
    padding-left: 0;
}

section#content ul li {
    list-style-type: none;
    color: #32326c;
    font-size: 17px;
    line-height: 30px;
}

.prijs-item{
    font-size: 20px;
    background: #fdfdfd;
    padding: 10px;
    color: black;
    font-weight: bold;
    margin-left: 10px;
    width: auto;
    text-align: center;
    border-radius: 15px;

}

.tekstbovenin p{
    color: white;
    position: relative;
}

.productitem h1{
color: white;
    font-size: 17px;
    text-shadow: 0 0 5px black;

}
.items:nth-child(9){
    font-size: 20px;
    background: #fdfdfd;
    padding: 10px;
    color: black;
    font-weight: bold;
    margin-left: 50px;
    width: 50px;
    text-align: center;
    height: 30px;
    border-radius: 100px;
}



.tekstonder{
    text-align: center;
}
.tekstonder h3{
    font-size: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: dashed;
    padding-bottom: 20px;

    margin: 20px;

}

.prijs-team p{
    font-family: 'PT Sans', sans-serif;
}

#items .container{
    overflow: visible !Important;
}


.productitem{
    flex: 0 0 32%;
    box-shadow: 0 0 10px #0000005e;
    display: flex;
    background: black;
    transition: transform .5s;
    margin-top: 30px;
    align-items: flex-end;
    justify-content: center;
}
.tekstprod{
flex: 0 0 60%;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    width: 22%;
    text-align: center;
    flex-wrap: wrap;    
}

.items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;


}

section#content ul li:before {
    content: "\f00C";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    margin-right: 10px;
}

.tekstbovenin{
    text-align: center;
    background: url(http://dekarre.nsproject.nl/wp-content/uploads/2021/08/Setje.jpeg);
    padding: 50px;
    background-size: cover;
        background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tekstbovenin:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);

    }

    .tekstbovenin h2{
        position: relative;
        color: white;

    }

.tekstbovenin h1{
font-size: 50px;
    position: relative;
    color: white;
        margin-bottom: 0px;
}

section#content i{
    opacity: 0;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
    display: none;
}

section#content i: hover{
       opacity: 1;
    right: -2rem;
}
section#content a {
display: inline-block;
    color: #000000;
    font-weight: bold;
    position: relative;
    transition: all.5s;
    font-size: 18px;
    background: white;
    padding: 10px;

}

section#content .openingstijden a {
    color: #4c0f08;     
    }


section#clients {
    display: flex;
}

footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(16 103 2 / 55%);
}

footer {
    color: #fff;
    margin: 0 auto;
    padding: 40px 0 0 0;
    position: relative;
    background: url(/wp-content/uploads/2021/08/pexels-mike-126271-scaled.jpg);
    background-position: center;
    background-size: cover;
}     

footer p {
    line-height: 30px;
    font-weight: 300;
}

footer .container a {
    color: white;
    text-decoration: underline;
}

footer span.up {
    top: -19px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
    height: 50px;
    position: absolute;
    transform: rotate(45deg);
    background: var(--maincolor);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
footer span.up i {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    transform: rotate(-45deg);
    text-align: center;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

footer h3 {
    color: #FFF;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0;
    z-index: 20;
    text-align: left;
    margin: 0;
}


footer .container {
    max-width: 1600px;
}

footer .col-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
}

footer .col-list .col {
    flex: 0 0 100%;
    padding: 10px 0;
}

.col:first-child >* {
    margin-bottom: 20px;
}

footer .col-list .col img:last-child {
	margin-top: 20px;
}

footer .col-list .col ul li {
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

footer .col-list .col ul li:before {
    content: "\f00C";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffb03c;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

footer .contactform .form-group .form-control {
    resize: none;
}

footer .col-list .agenda h3 {
    margin-bottom: 10px;
}

footer .col-list .agenda .item {
    border-top: 1px solid #fff;
}

footer .col-list .agenda .item .item-inner {
    padding: 20px 10px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

footer .col-list .agenda .item .item-inner:hover {
    background: #002c5d;
}

footer .col-list .agenda .item .item-title {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

footer .col-list .agenda .item .item-date {
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

@media screen and (max-width: 900px) {
    footer .col-list .col {
        order: 1;
    }

    footer .col-list .col:nth-of-type(2) {
        order: 3;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    footer .col-list .col {
        flex: 1 0 50%;
        padding: 20px;
        box-sizing: border-box

    }

    /*footer .col-list .col p {*/
        /*padding-right: 100px;*/
    /*}*/
}

@media screen and (min-width: 900px) {
    footer .col-list .col {
        flex: 1 0 31%;
    }

    footer .col-list .col:not(:last-child) {
        margin-right: 2%;
    }

    footer .form-row {
        display: flex;
    }

    footer .form-row .form-group {
        flex: 0 0 49%;
    }

    footer .form-row .form-group:first-child {
        margin-right: 1%;
    }

    footer .form-row .form-group:last-child {
        margin-left: 1%;
    }
}

footer #sub-footer {
        margin: 0 auto;
        background: var(--subcolor);
        position: relative;
}

footer #sub-footer p {
    margin: 0;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
}

footer #sub-footer a {
    display: inline-block;
    color: white;
    font-weight: 600;
}

footer .openingstijden {
    display: block;
    margin-top: 10px;
}

footer .footer-contactgegevens {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

footer .footer-contactgegevens li{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    list-style-type: none;
    text-decoration: none;
}

footer .footer-contactgegevens a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}

footer .footer-contactgegevens a:hover {
    text-decoration: none;
}

footer .footer-contactgegevens li:first-child {
    margin-top: 0;
}

footer .footer-contactgegevens li i {
    font-size: 23px;
    min-width: 23px;
    vertical-align: middle;
    margin-left: 1px;
}

footer .footer-socialmedia {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

footer .footer-socialmedia  .single-sm a {
    color: #FFFFFF;
}

footer .footer-socialmedia .single-sm a:hover {
    color: #FFFFEE;
}

footer .footer-socialmedia li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    font-size: 28px;
}

footer .social-media .single-sm {
    font-size: 23px;
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

footer .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

footer input {
    margin: 0;
    font: inherit;
    box-sizing: border-box;
}

footer textarea.form-control {
    height: auto;
    box-sizing: border-box;
    margin-top: 0;
}


footer input[type="text" i], footer input[type="email" i], footer textarea {
                                                               border-radius: 0 !important;
                                                           }

footer input[type=submit] {
    padding: 10px 20px;
    position: relative;
    background: var(--maincolor);
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

footer input[type=submit]:hover {
    background: #FFF;
    color: var(--maincolor);
}

footer .extra-informatie a {
    color: white;
    line-height: 30px;
}

body.page-template-default .content-container {
    display: flex;
    padding: 60px 0;
    line-height: 30px;
}

body.page-template-default .content h1 {
    margin-top: 0;
    margin-bottom: 40px;
}

body.page-template-default .content ul {
    margin-left: 25px;
    margin-bottom: 17px;
}

.contcont{
    transition: all 0.2s ease-in-out;
}

body.page-template-default .content ul li {
    list-style-type: disc;
}

body.page-template-default .content a {
    color: var(--maincolor);
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

body.page-template-default .content a:hover {
    text-decoration: underline;
}


body.page-template-default .content h1,
body.page-template-default .content h2,
body.page-template-default .content h3,
body.page-template-default .content h4,
body.page-template-default .content h5 {
    color: black;;
    font-weight: 600;
}

body.page-template-default .content {
    color: #303030;
    width: 100%;
}

body.page-template-default .content h2,
body.page-template-default .content h3,
body.page-template-default .content h4,
body.page-template-default .content h5 {
    margin-bottom: 0;
}

body.page-template-default .content p {
    margin-top: 0;
}

body.page-template-default .content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

body.page-template-default .content tr {
    border: 1px solid #ddd;
}

body.page-template-default .content td {
    display: table-cell;
    padding: 10px 20px;
    box-sizing: border-box;
}

body.page-template-default .content th {
    display: table-cell;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;
    color: var(--maincolor);
}

body.page-id-516 .content tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.page-id-516 .content tr td:last-child {
    padding-left: 0 !important;
    flex-basis: 15%;
}

body.page-id-516 .content tr td:first-child {
    flex-basis: 80%;
}

@media screen and (max-width: 800px) {
    body.page-id-516 .content tr {
        flex-direction: column;
        align-items: flex-start;
    }
}


body.page-template-default .content tr td:last-child {
    float: right;
    padding-left: 20px;
}

body.page-template-default .content table tr:last-child {
    border-bottom: 0;
}


body.page-template-default .content-container .form-right h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 23px;
}

body.page-template-default .content-container .form-right {
    margin-left: 40px;
    flex: 0 0 300px;
}

/* ligplaatsen */
body.ligplaatsen-template-default .content .date {
    padding: 5px 0;
    display: inline-block;
}

body.ligplaatsen-template-default .content .date span {
    font-style: italic;
}

body.ligplaatsen-template-default .content-container {
    display: flex;
    padding: 50px 0 30px 0;
    line-height: 30px;
}

body.ligplaatsen-template-default .content h1 {
    margin-top: 0;
}

body.ligplaatsen-template-default .content ul {
    margin-left: 25px;
}

body.ligplaatsen-template-default .content ul li {
    list-style-type: disc;
}

body.ligplaatsen-template-default .content a {
    color: var(--maincolor);
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

body.ligplaatsen-template-default .content a:hover {
    text-decoration: underline;
}

body.ligplaatsen-template-default .content h1,
body.ligplaatsen-template-default .content h2,
body.ligplaatsen-template-default .content h3,
body.ligplaatsen-template-default .content h4,
body.ligplaatsen-template-default .content h5 {
    margin-bottom: 0;
    color: var(--maincolor);
    font-weight: bold;
}

body.ligplaatsen-template-default .content {
    color: #303030;
    width: 100%;
}

body.ligplaatsen-template-default .content h2,
body.ligplaatsen-template-default .content h3,
body.ligplaatsen-template-default .content h4,
body.ligplaatsen-template-default .content h5 {
    margin-bottom: 0;
}

body.ligplaatsen-template-default .content p {
    margin-top: 0;
}

body.ligplaatsen-template-default .content-container .form-right h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 23px;
}

body.ligplaatsen-template-default .content-container .form-right {
    margin-left: 40px;
    flex: 0 0 300px;
}

@media screen and (max-width: 850px) {

	body.ligplaatsen-template-default .content-container {
		display: block;
	}

	body.ligplaatsen-template-default .content-container .form-right {
		margin-top: 40px;
		margin-left: 0;
	}

}


body.error404 .content {
    text-align: center;
    padding: 40px 0 60px 0;
}

body.error404 .content h1 {
    font-size: 150px;
    font-weight: 800;
    color: var(--maincolor);
    margin: 0;
}

body.error404 .content h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 32px;
}


section#single-banner {
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {

	section#single-banner {
    	height: auto;
    	padding: 40px 0;
   	}

}

section#single-banner img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
}

section#single-banner #caption {
    position: relative;
    text-align: center;
    color: white;
}

section#single-banner #caption h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-shadow: 1px 1px 10px #484848;
}

section#gallery {
    overflow: hidden;
    background-color: white;
}

section#gallery ul {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid white;
}

section#gallery ul li {
    flex: 0 0 20%;
    overflow: hidden;
    border: inherit;
    box-sizing: border-box;
}

section#gallery ul li:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 550px) {

    section#gallery ul li {
        flex: 0 0 50%;
    }
}

section#faq {
    background: var(--subcolor);
    padding: 80px 0;
}

section#faq .container {
    display: flex;
    flex-wrap: wrap;
}

section#faq h3 {
    color: white;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    flex: 0 0 100%;
}

section#faq p {
    flex: 0 0 50%;
    padding-right: 40px;
    box-sizing: border-box;
    margin: 0;
    color: white;
}

section#faq .faq-row {
    flex: 1 0 50%;
}

section#faq .single-faq:last-child {
    border-bottom: none;
}


section#faq .single-faq {
    border-bottom: 1px solid var(--subcolor);
}

section#faq .faq-sib {
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    color: var(--subcolor);
}

section#faq .vraag i {
    float: right;
    font-size: 21px;
}

section#faq .vraag i.fa-minus-circle {
    display: none;
}

section#faq .antwoord {
    display: none;
    background: var(--maincolor);
    color: white;
    line-height: 30px;
}

/* Section -> Logos */
section#logos {
      background: black;
}

section#logos .container .bx-wrapper {
    margin: 0 auto;
    border: none;
    padding: 40px 0;
    background: none;
    box-shadow: none;
}

section#logos .container .slider .slide {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 800px) {
    section#logos .container {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 800px) {
    section#logos .container .bx-wrapper {
        padding: 40px 0;
    }
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #bebbbb;
    padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .product-row {
        flex-direction: column;
        align-items: start;
    }

    body.post-type-archive-producten aside#single-content h1 {
        padding-bottom: 10px;
    }
}

.product-row .page-title {
    flex: 1 0 30%;
}

.product-row .categories-list,
.product-row .button-wrapper {
    flex: 1 0 70%;
}

.product-row .button-wrapper {
    justify-content: flex-end;
}

.product-row .button-wrapper {
    display: flex;  
    flex-wrap: wrap;
}

.product-row .button-wrapper .button {
    display: block;
    background: var(--maincolor);
    color: #fff;
    padding: 10px 20px;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.product-row .button-wrapper .button:hover {
    opacity: 0.90;
}

.product-row .page-title {
    box-sizing: border-box;
    padding: 0;
    text-align: left !important;
    display: block !important;
    color: var(--maincolor) !important;
}

.product-row .page-title:before,
.product-row .page-title:after {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .product-row .page-title {
        padding-bottom: 10px;
    }

    .categories-list {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 900px) {
    .categories-list {
        justify-content: flex-end;
    }
}

.categories-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.categories-list li,
.categories-list li.sort {
    color: #fff;
    background: var(--maincolor);
    padding-left: 10px;
    border-bottom: 5px solid #fff;
}

.categories-list li a {
    color: #fff;
    padding: 10px 20px 10px 0;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.categories-list li.sort {
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.categories-list li a:hover {
    text-decoration: underline;
}

.product-topbar {
        position: absolute;
    z-index: 1000;
    background: var(--subcolor);
    color: white;
    padding: 7px 13px;
    box-sizing: border-box;
    right: 0;
}

.category-sportcruisers-jachten .product-topbar .post-categories li a,
.category-sportcruisers-jachten .product-topbar .price {
	padding: 10px 10px;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
	.category-sportcruisers-jachten .product-topbar .post-categories li a,
.category-sportcruisers-jachten .product-topbar .price {
font-size: 12px;
}
}

.product-topbar .post-categories li a,
.product-topbar .price {
    color: #fff;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    display: block;
}

.product-topbar .post-categories li a {
    background: #042d3c;
}

.product-topbar .price {
    background: #df5327;
}

#maps-iframe {
width: 100%;
height: 500px;


}

.thumbnail {
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
}

.thumbnail a img {
    height: auto;
    max-width: 800px;
    width: 100%;
}

.thumbnail a {
    display: table;
    float: left;
}

.product-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-title .title {
    margin: 0;
    padding: 0;
    line-height: 32px;
    padding-top: 10px;
}

.product-title .price {
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    color: #df5327 !important;
}

body.page-template-template-merkboten .content-container {
    display: flex;
    padding: 50px 0 60px 0;
    line-height: 30px;
}

body.page-template-template-merkboten .content h1 {
    margin-top: 0;
}

body.page-template-template-merkboten .content ul {
    margin-left: 25px;
}

body.page-template-template-merkboten .content ul li {
    list-style-type: disc;
}

body.page-template-template-merkboten .content a {
    color: var(--maincolor);
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

body.page-template-template-merkboten .content a:hover {
    text-decoration: underline;
}


body.page-template-template-merkboten .content h1,
body.page-template-template-merkboten .content h2,
body.page-template-template-merkboten .content h3,
body.page-template-template-merkboten .content h4,
body.page-template-template-merkboten .content h5 {
    color: var(--maincolor);
    font-weight: bold;
}

body.page-template-template-merkboten .content {
    color: #303030;
    width: 100%;
}

body.page-template-template-merkboten .content h2,
body.page-template-template-merkboten .content h3,
body.page-template-template-merkboten .content h4,
body.page-template-template-merkboten .content h5 {
    margin-bottom: 0;
}

body.page-template-template-merkboten .content p {
    margin-top: 0;
}

body.page-template-template-merkboten .content-container .form-right h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 23px;
}

body.page-template-template-merkboten .content-container .form-right {
    margin-left: 40px;
    flex: 0 0 300px;
}

section#maps {
	position: relative;
	overflow: hidden;
}

body.page-id-388 h1 {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input {
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 5px;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input:focus {
    outline: none;
    border: 1px solid var(--maincolor);
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row textarea {
    resize: none;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: inset 0;
    -moz-box-shadow: inset 0;
    box-shadow: inset 0;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row textarea:focus {
    outline: none;
    border: 1px solid var(--maincolor);
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input[type="submit"] {
    background: var(--maincolor);
    font-size: 16px !important;
    text-align: center;
    font-weight: 500;
    color: white;
    padding: 10px 20px !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    border: none;
    border-radius: 0;
    width: auto;
    font-size: 15px;
    padding: 3px 20px;
    margin: 10px 0 0 0 !important;
    flex: none !important;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input[type="submit"]:hover {
    opacity: 0.9;
}

@media screen and (min-width: 800px) {
    form#mc4wp-form-1 .mc4wp-form-fields .form-row label {
       flex: 0 0 10%;
    }

    form#mc4wp-form-1 .mc4wp-form-fields .form-row input {
       flex: 0 0 30%;
    }

    form#mc4wp-form-1 .mc4wp-form-fields .form-row input[type="submit"] {
        flex: 0 0 40%;
    }
}

section#recensies {
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
}

section#recensies .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: 0;
    border: 0;
    background: 0;
    width: auto;
    margin: 0 auto;
}

section#recensies .bx-wrapper .bx-viewport {

}

section#recensies .bx-wrapper p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 0 auto;
    display: table;
    text-align: left;
    max-width: 700px;
}

section#recensies .bx-wrapper p:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}

section#recensies .bx-wrapper li {
    position: relative !important;
    margin: 0 auto;
}

section#recensies .bx-wrapper li .bxslider-wrapper {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
}

section#recensies .bx-wrapper li .bxslider-wrapper:hover {
    cursor: grab;
    cursor: -webkit-grab;
}

section#recensies .bx-wrapper h1 {
    display: table;
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

section#recensies .bx-wrapper .bx-pager {
    bottom: 0;
}

section#recensies .bx-wrapper .bx-controls-direction a {
    z-index: 20 !important;
}

section#recensies .bx-wrapper .bx-pager a {
    background: transparent !important;
    border: 1px solid var(--maincolor) !important;
    border-radius: 15px !important;
}

section#recensies .bx-wrapper .bx-pager a.active {
    background: #fff !important;
}

section#recensies:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
}

section#recensies .container .star-ratings-css {
    unicode-bidi: bidi-override;
    color: grey;
    font-size: 40px;
    height: 40px;
    width: 167px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: table;


}



section#recensies .container .star-ratings-css .star-ratings-css-top {
    color: #ff9802;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}

section#recensies .container .star-ratings-css .star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

@media screen and (max-width: 300px) {
    section#recensies .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    section#recensies .bx-wrapper li .bxslider-wrapper {
        margin: 0 auto;
        padding: 0 50px;
    }

    section#recensies .bx-wrapper .bx-controls-direction a {
        top: 15%;
    }
}

body:not(.home) section#recensies {
	margin-top: 40px;
}

body.single-post .post ul {
    margin-left: 25px;
}

body.single-post .post ul li {
    list-style-type: disc;
}

body.single-post .post {
    margin: 50px 10px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

body.single-post .post .topbar {
    background: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 100%;
}

body.single-post .post .topbar .button {
    padding: 10px;
    position: relative;
    background: #8b1812;
    box-shadow: none;
    color: #fff;
}

body.single-post .post .topbar .button:hover {
    opacity: 0.9;
}


body.single-post .post .topbar .button .fa {
    margin-right: 5px;
}

body.single-post .post .topbar .breadcrumbs {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 !important;
}

body.single-post .post .topbar .breadcrumbs a:hover {
    text-decoration: underline;
}


body.single-post .post .topbar .breadcrumbs .fa {
    color: #fff;
}

body.single-post .post .info {
    flex: 0 0 30%;
    padding-bottom: 10px;
}

body.single-post .post .info h1,
body.single-post .post .info time {
    margin: 0;
    padding: 10px;
    color: var(--maincolor);
}

body.single-post .post .content {
    flex: 1 0 70%;
    padding: 5px 30px;
    box-sizing: border-box;
}

body.single-post .post .content .beschrijving .title {
    margin-bottom: 5px;
}

body.single-post .post .content .beschrijving .published {
    margin: 0;
    font-style: italic;
}

body.single-post .post .content .beschrijving a {
    display: inline;
    color: var(--maincolor);
    font-weight: bold;
}

body.single-post .post .content .beschrijving a:hover {
    text-decoration: underline;
}

body.single-post .post .content .beschrijving h1,
body.single-post .post .content .beschrijving h2,
body.single-post .post .content .beschrijving h3,
body.single-post .post .content .beschrijving h4,
body.single-post .post .content .beschrijving h5,
body.single-post .post .content .beschrijving h6 {
color: #8b1812;
}

body.single-post .post .image img {
    display: block;
}

@media screen and (max-width: 1000px) {
    body.single-post .post {
        flex-direction: column;
    }

    .videolinks {
    flex: 0 0 100%;
        height: 450px !important;
}

.productitem {
    flex: 0 0 48%;
}
.openingstijden{
    flex: 0 0 100% !Important;


}
}

body.blog .blogcontainer {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

body.blog .blogcontainer .blog-post {
    background: #FFF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    margin: 0 5px;
    transition: all .2s ease-in-out;
}

body.blog .blogcontainer .blog-post:hover {
    opacity: 0.9;
}

body.blog .blogcontainer .blog-post:not(:first-child) {
    margin-top: 15px;
}

body.blog .blogcontainer .blog-post a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
}

body.blog .blogcontainer .blog-post:nth-child(even) a {
    flex-direction: row-reverse;
}

body.blog .blogcontainer .blog-post a .blog-image {
    flex: 0 0 20%;
    position: relative;
    width: 100%;
}

body.blog .blogcontainer .blog-post a .blog-image img {
    width: 100%;
    height: auto;
    display: block;
}

body.blog .blogcontainer .blog-post a .blog-image .date {
    position: absolute;
    top: 0;
    padding: 5px 14px;
    background: var(--maincolor);
    color: #fff;
}

body.blog .blogcontainer .blog-post:nth-child(even) a .blog-image .date {
    right: 0;
}

body.blog .blogcontainer .blog-post a .blog-content {
    flex: 1 0 80%;
    box-sizing: border-box;
    padding: 20px;
}

body.blog .blogcontainer .blog-post a .blog-content .title {
    color: var(--maincolor);
    margin: 0;
    padding: 10px 0;
}

body.blog .blogcontainer .blog-post a .blog-content .description p {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}

@media screen and (max-width: 800px) {
    body.blog .blogcontainer .blog-post a {
        flex-direction: column !important;
    }

    body.blog .blogcontainer .blog-post a {
        align-items: flex-start;
    }
}

@media screen and (min-width: 800px) and (max-width: 1700px) {
    body.blog .blogcontainer .blog-post:nth-child(even) a .blog-image .date {
        left: 0;
        right: auto;
    }

    body.blog .blogcontainer {
        flex-wrap: wrap;
        flex-direction: row;
    }

    body.blog .blogcontainer .blog-post {
        /* because of the margin */
        flex: 0 0 calc(50% - 10px);
    }

    body.blog .blogcontainer .blog-post a {
        flex-direction: column;
        align-items: flex-start;
    }

    body.blog .blogcontainer .blog-post:nth-child(even) a {
        flex-direction: column;
    }

    body.blog .blogcontainer .blog-post:not(:first-child) {
        margin-top: 0;
    }

    body.blog .blogcontainer .blog-post {
        margin-bottom: 15px;
    }

}

body.page-id-507 .container .content iframe {
    height: -webkit-fill-available !important;
    display: block !important;
}

body.page-template-default .afspraak-maken {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: 2px solid var(--maincolor);
    padding-top: 20px;
}

body.page-template-default .afspraak-maken .description {
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: var(--maincolor);
    height: fit-content;
}

body.page-template-default .afspraak-maken .description a {
    color: #fff;
    font-weight: bold;
}

body.page-template-default .afspraak-maken .description a.button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

body.page-template-default .afspraak-maken .description a:hover {
    text-decoration: underline;
}

body.page-template-default .afspraak-maken .description h2 {
    color: #fff;
    margin: 15px 0;
    margin-top: 0;
}

body.page-template-default .afspraak-maken .description h4,
body.page-template-default .afspraak-maken .description p {
    margin-top: 0;
}


body.page-template-default .afspraak-maken .description,
body.page-template-default .afspraak-maken .iframe {
    flex-basis: 100%;
}

body.page-template-default .content .col-list {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    body.page-template-default .content .col-list.reverse {
        flex-direction: column;
    }
}


@media screen and (min-width: 800px) {
    body.page-template-default .content .col-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    body.page-template-default  .col-list .col-text {
        flex: 0 0 70%;
    }

    body.page-template-default  .col-list .col-img {
        flex: 0 0 30%;
    }

    body.page-template-default .content  .col-list .col:nth-child(1) {
        flex: 0 0 70%;
    }

    body.page-template-default .content  .col-list .col:nth-child(2) {
        flex: 0 0 30%;
    }

    body.page-template-default .afspraak-maken {
        flex-direction: row;
        justify-content: space-between;

    }

    body.page-template-default .afspraak-maken .description {
        flex: 0 0 35%;
        margin-top: 10px;
    }

    body.page-template-default .afspraak-maken .iframe {
        flex: 0 0 60%;
    }
}

#instafeed {
    display: flex;
    flex-wrap: wrap;
}

#instafeed a {
    flex: 1 0 50%;
    position: relative;
    overflow: hidden;
    background:  #cabcbc;
}



#instafeed a:before {
    transition: all .5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1000;
    left: 0;
    top: 0;
    opacity: 0;
-webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    -webkit-animation: animation 3.5s linear infinite;
    -moz-animation: animation 3.5s linear infinite;
    -ms-animation: animation 3.5s linear infinite;
    -o-animation: animation 3.5s linear infinite;
    animation: animation 3.5s linear infinite;
}

#instafeed a:after {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    background-image: url('/wp-content/themes/bravons/assets/images/instagram-logo-white.png');
    z-index: 1000;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

#instafeed a:hover:before {
    opacity: 0.6;
}

#instafeed a:hover:after {
    opacity: 0.9;
}

#instafeed a img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
    #instafeed a {
        flex: 1 0 25%;
    }

    #instafeed a:after {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 1200px) {
    #instafeed a {
        flex: 1 0 20%;
    }
}

body.page-template-default .faq-row {
    flex: 1 0 50%;
}

body.page-template-default .single-faq:last-child {
    border-bottom: none;
}

body.page-template-default .single-faq h3,
body.page-template-default .single-faq p {
    margin: 0;
}


body.page-template-default .single-faq {
    border-bottom: 1px solid #ccc;
}

body.page-template-default .faq-sib {
    cursor: pointer;
    /*padding: 14px;*/
    box-sizing: border-box;
    /*background: var(--maincolor);*/
    color: #000;
    display: flex;
    font-family: 'Merienda', cursive;
    justify-content: space-between;
    align-items: center;
}

body.page-template-default .vraag h3 {
    flex: 0 0 90%;
}

body.page-template-default .vraag i {
    float: right;
    font-size: 21px;
    align-self: flex-end;
    flex: 0 0 10%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--maincolor);
    padding: 10px;
}

body.page-template-default .vraag i.fa-minus-circle {
    display: none;
}

body.page-template-default .antwoord {
    display: none;
    color: #000;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    padding-bottom: 10px;
}

body.page-template-default .content hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(175, 175, 175, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

body.page-template-default .content b,
body.page-template-default .content strong {
    color: var(--maincolor);
    font-weight: 600;
}

body.page-template-template-smoelenboek .team {
    margin: 60px 0;
    margin-top: 40px;
}

body.page-template-template-smoelenboek .team .team-list {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

body.page-template-template-smoelenboek .team .team-list .team-member {
    position: relative;
    flex-basis: 30%;
}

body.page-template-template-smoelenboek .team .team-list .team-member:hover .name {
    z-index: 20;
}

body.page-template-template-smoelenboek .team .team-list .team-member:hover .image a img {
    transform: scale(1.05);
}


body.page-template-template-smoelenboek .team .team-list .team-member .name {
    color: #fff;
    background: var(--maincolor);
    padding: 10px;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
}

body.page-template-template-smoelenboek .team .team-list .team-member .image a img {
    transition: all .2s ease-in-out;
    display: block;
    width: 500px;
}

body.page-template-template-smoelenboek .team .team-list .team-member .image {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 800px) {
    body.page-template-template-smoelenboek .team .team-list {
        flex-direction: row;
        justify-content: space-between;
    }

    body.page-template-template-smoelenboek .team .team-list .team-member .name {
        font-size: 10px;
        padding: 5px;
    }

    body.page-template-template-smoelenboek .team .team-list .team-member {
        flex-basis: 45%;
        margin-bottom: 20px;
    }
}

div#afspraak-maken {
    position: fixed;
    bottom: 0;
    content: '';
    right: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.55) !important;
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.55) !important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.55) !important;
    z-index: 99999;
    padding: 5px 0;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: space-between;
}

div#afspraak-maken .button {
    background: #fff;
    color: var(--maincolor) !important;
    font-size: 16px;
}

body.page-id-507 div#afspraak-maken {
    visibility: hidden;
}

@media screen and (min-width: 800px) {
    div#afspraak-maken {
        visibility: hidden;
    }
}

body.page-id-744 .team-row .team-member {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #dccdcd;
}

body.page-id-744 .team-row .team-member figure {
    flex: 0 0 20%;
}

body.page-id-744 .team-row .team-member figure img {
    margin: 0;
    display: block;
}

body.page-id-744 .team-row .team-member figure .name {
    margin: 0;
    margin-top: 10px;
}

body.page-id-744 .team-row .team-member .content {
    flex: 0 0 75%;
}


@media screen and (min-width: 700px) and (max-width: 1000px) {
    body.page-id-744 .team-row .team-member figure {
        flex: 0 0 40%;
    }

    body.page-id-744 .team-row .team-member .content {
        flex: 0 0 55%;
    }
}

@media screen and (max-width: 700px) {
    body.page-id-744 .team-row .team-member figure .name {
        text-align: left;
        margin-bottom: 10px;
    }

    .productitem{
    flex: 0 0 100%;
}

.tekstprod {
    width: 100%;
}
}


    body.page-id-744 .team-row .team-member figure {
        flex: 0 0 100%;
    }

    body.page-id-744 .team-row .team-member .content {
        flex: 0 0 100%;
    }
}

body.page-id-984 .button {
    display: table !important;
    margin-top: 20px;
}

body.page-id-984 .single-faq {
    border-bottom: 1px solid #ccc !important;
}

body.page-template-ligplaats-verhuur section#vrije-ligplaatsen {
    border-bottom: 1px solid #d8d8d8;
}

body.home section#videos {
    display: flex;
    flex-wrap: wrap;
}

body.home section#videos .video {
    display: grid;
    flex: 1 0 25%;
    position: relative;
}

body.home section#videos .video iframe {
    width: 100%;
    height: 355px;
}

body.home section#videos .fancybox-media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

@media screen and (max-width: 850px) {

    body.home section#videos .video {
        flex: 1 0 100%;
    }

    .blog-image {
    flex: 0 0 100%;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    padding-left: 0px;
}

}

@media screen and (max-width: 1400px) {
.tekstlinks {
    flex: 0 0 100%;
    }
.afbeeldingrechts {
    flex: 0 0 100%;
}


.blog-image  img {
    width: 100%;

    }
}

@media screen and (max-width: 1000px){
.container, #container {
    width: 80% !important;
}

.container.bar {
   width: 100% !important;
}

}   

@media screen and (max-width: 1460px){
    .datum-agenda{
        flex: 0 0 24%;
    }

    .tijd-agenda{
        flex: 0 0 24%;
    }

    .titelagenda{
        flex: 0 0 24%;
    }

    .tekst-agenda{
        flex: 0 0 24%;
    }
}

@media screen and (max-width: 1310px){
    .datum-agenda{
        flex: 0 0 50%;
    }

    .tijd-agenda{
        flex: 0 0 50%;
    }

    .titelagenda{
        flex: 0 0 50%;
    }

    .tekst-agenda{
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 850px){
    .datum-agenda{
        flex: 0 0 100%;
        text-align: center;
        padding: 0 20px;
    }

    .tijd-agenda{
        flex: 0 0 100%;
        text-align: center;
        padding: 0 20px;

    }

    .titelagenda{
        flex: 0 0 100%;  
        padding: 0 20px;
        margin-left:0 ;
    }

    .tekst-agenda{
        flex: 0 0 100%;
        padding: 0 20px;

    }

        .datum-agenda p{
        text-align: center;
    }

    .tijd-agenda p{
        text-align: center;

    }

    .titelagenda p{
        text-align: center;
    }

    .tekst-agenda p{
        text-align: center;

}
}

section#contact {
    padding: 40px 0;
}

section#contact .contact-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section#contact .contact-wrap .contact-formulier h1 {
    color: var(--subcolor);
}

.footer-contactgegevens h1 {
    color: var(--subcolor)
}

.afbeeldingrechts img {
    max-width: 49%;
}