@import url('https://fonts.googleapis.com/css?family=Signika');
.pricing-table{display:none!important;}
body {
    background: #ffffff;
    font: .95em/1.5 'Signika', sans-serif;
    color: #555555;
    line-height: 1.75;
}
a {
    color:#fff!important;
}
a:hover {
    color:#fff;
    text-decoration: underline;
}
p:empty {
    display: none;
}

.h2, h2 {
    font-size: 26px!important;
}

.h3, h3 {
    font-size: 20px!important;
    color: #ffcc33!important;
}

.h4, h4 {
    color: #ccc!important;
}

.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 25px!important;
    margin-bottom: 5px!important;
}

.header {
    position: fixed;
    background: rgba(255, 204, 51, 0.86);
    top: 0!important;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.header .logo {
    float: left;
}

.header .logo a {
    padding: 27px 0 0;
    float: left;
}

.header .logo a h2 {
    color: transparent;
    font-size: 1px!important;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 0px;
}

.header .logo a:hover {
    text-decoration: none;
}

.header .logo a img {
    height: 41px;
    width: auto;
}

.header .menu {
    float: right;
}

.header .menu ul {
    padding: 0;
}

.header .menu ul li {
    float: left;
    list-style-type: none;
    padding: 33px 0 34px;
    text-align: center;
    position: relative;
}

.header .menu ul li.has-children:after {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    bottom: 5px;
    left: 42.5%;
    font-size: 24px;
    color: #eee;
}

.header .menu ul li a {
    font-size: 1.25em;
    padding: 40px 20px;
    text-decoration: none;
    position: relative;
    color: #373834!important;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.33);
    text-transform: lowercase;
    letter-spacing: 0.5px;
}

.header .menu .menu-item-has-children {
    position: relative;
}

.header .menu .menu-item-has-children:hover a {
    background: #fafafa;
}

.header .menu .menu-item-has-children:hover a:after {
}

.header .menu ul li a:hover {
    color: #111;
}

.header .menu ul ul {
    display: none;
    margin-top: 35px;
    position: fixed;
    border: 1px solid #eee;
}

.header .menu ul ul li {
    padding: 0;
    position: static;
    width: 100%;
}

.header .menu ul ul li a {
    display: block;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px #ECECEC solid;
}

.header .menu ul ul li a:hover {
    background: #FAF6F2;
}

.header .menu ul li:hover ul {
    display: block;
}

.header .menu li li {
    background: #fff;
    text-align: left;
    float: none;
}

.header .search-icon, .header .menu-icon {
    cursor: pointer;
    display: none;
    padding: 7px 20px;
    position: absolute;
    right: 0;
    font-size: 1.9em;
}

.header .menu-icon:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555;
}

.header .search-icon {
    font-size: 1.6em;
    top: 4px;
    left: 0;
}

.header .search-icon:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555
}

/* Slider */
.slider {
    position: relative;
    background: rgb(255,204,51);
    background: -moz-linear-gradient(-45deg, rgba(255,204,51,1) 0%, rgba(255,217,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,204,51,1) 0%,rgba(255,217,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,204,51,1) 0%,rgba(255,217,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#ffd900',GradientType=1 );
    width: 100%;
    padding: 2.2em 0;
    height: 700px;
    overflow: hidden;
}

.slider.page {
    height: 350px;
}

.slider .call-to-action {
    background: rgba(51, 50, 55, 0.85);
    width: 100%;
    height: 100px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.slider .call-to-action span {
    padding: 26px 0;
    display: inline-block;
    font-size: 28px;
}

.slider .call-to-action span a {
    color: #ffcc33!important;
    margin-left: 8px;
}

.slider .hexagon {
    background: url(../images/hexagon.svg);
    -webkit-mask-image: url(../images/hexagon.svg);
    mask-image: url(../images/hexagon.svg);
    position: absolute;
    width: 650px;
    height: 600px;
    bottom: -50px;
    right: 150px;
    padding: 200px 125px;
}

.slider.page .hexagon {
    bottom: -250px;
}

/*Service*/
.service {
    background: #f6f6f6;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 90px;
}

.service .item {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 200px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 50px 15px;
}

.service .item:hover {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.service .item p {
    font-size: 20px;
}

.service .item .icon {
    background: url(../images/icons.png);
    background-position: 0 0;
    background-size: cover;
    height: 31px;
    width: 36px;
    display: inline-block;
    margin: 10px;
}

.service .item .icon.quality {
    background-position: 0 0;
}

.service .item .icon.reliable {
    background-position: 0 -32px;
}

.service .item .icon.mail {
    background-position: 0 -64px;
    height: 24px;
    margin-top: 16px;
}

.service .item .icon.search {
    background-position: 0 -88px;
}

.service .item .icon.business {
    background-position: 0 -120px;
}

.service .item .icon.support {
    background-position: 0 -152px;
}

.service .hexagon {
    position: absolute;
    width: 300px;
    top: -150px;
    left: -150px;
}

/*Pricing Table*/
.pricing-table {
    background: url(../images/pattern.jpg);
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.pricing-table .item {
    background: #555;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.pricing-table .item.light {
    background: #fbfbfb;
    color: #555;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pricing-table h3.title {
    height: auto;
    text-align: center;
    display: block;
    margin-bottom: 0!important;
    background: #ffcc33;
    color: #fff!important;
    margin-top: 0!important;
    text-shadow: 0px 1px rgba(1, 1, 1, 0.33);
}

.pricing-table .item .inner {
    padding: 15px 25px 25px;
}

.pricing-table .item .inner p {
    margin-bottom: 30px
}

.pricing-table .item .inner h4 {
    color: #ffcc33
}

.pricing-table .item .inner ul {
    margin: 0;
    padding: 0 0 0 16px;
}

.pricing-table .item.light .inner ul li del {
    color: #ccc;
}

.pricing-table .item .inner ul li del {
    color: #757575;
}

.pricing-table .hexagon {
    position: absolute;
    width: 300px;
    top: -100px;
    right: -150px;
}

.pricing-table .item .hexagon {
    background: url(../images/hexagon.svg);
    -webkit-mask-image: url(../images/hexagon.svg);
    mask-image: url(../images/hexagon.svg);
    position: absolute;
    width: 81px;
    height: 75px;
    bottom: -50px;
    right: 0;
    padding: 29px 14px 0 0;
    top: -38px;
    line-height: 0.75;
    text-align: right;
    font-size: 18px;
    color: #555;
}

.pricing-table .item .hexagon span {
    font-size: 10px;
}

.pricing-table .most-chosen {
    background: #444;
    display: block;
    text-align: center;
    padding: 6px 0;
}

/* Customers */
.customers {
    background: #f6f6f6;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 90px;
}
.customers .hexagon {
    position: absolute;
    width: 300px;
    top: -100px;
    left: -150px;
}
.widget {
    display: block;
    float: left;
    width: 100%;
}
.plaatsen li {
    float: left;

    color: #fff!important;
    list-style: none;
    padding: 0!important;
    text-indent: inherit!important;

}
.plaatsen li:before {
	display: none;
}

.plaatsen li a {
	color: #fff;
	padding: 15px;
	background: #FFCC31;
	margin:10px;
	float: left;
}
.plaatsen li a:hover {
	background: #555;
	color: #FFCC31;
	text-decoration: none;
}
/*Footer*/
footer {
    background: #555;
    color: #ccc;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    margin-top: 75px;
}

footer .logo {
    padding: 70px 0;
}

footer .logo img {
    height: 60px;
}
/*
footer .phone {
	padding: 87px 0 0;
	font-size: 20px;
	text-align: right;
	color: #fff;
}*/

footer .border {
    border-top: solid 1px #8C8C8C;
    padding-top: 10px;
}

footer .hexagon {
    position: absolute;
    width: 520px;
    top: -100px;
    right: -150px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .textwidget {
	margin-top: 15px;
}
footer .plaatsen {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
}
footer .plaatsen li {
	float: none;
}
footer .plaatsen li:before {
	display: block;
}
footer .plaatsen li a {
	padding: 5px;
	margin: 3px 6px 3px 0;
}

/*Variable*/
.service .title, .pricing-table .title, .customers .title {
    height: 100px;
    padding: 26px 0;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 50px;
}

.service .title span, .pricing-table .title span {
    color: #ffcc33;
}

.button {
    display: inline-block;
    background: #ffcc33;
    border: 1px #ffd900 solid;
    text-shadow: 0px 1px rgba(1, 1, 1, 0.33);
    color: #fff;
    padding: 12px 20px;
    margin-top: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: #ffd900;
    color: #fff;
    text-decoration: none;
}

.button.link {
    background: transparent;
    border: none;
}

.button.dark {
    background: #555;
    border: none;
}

.button.dark:hover {
    background: #444;
    border: none;
}

/*SEO page*/
.breadcrumbs {
    background: #514A34;
}

.breadcrumb {
    margin-bottom: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    padding: 24px 0!important;
    font-size: 16px;
    color: #fff;
}

.page-header {
    border-bottom: none!important;
}

.entry-content ol, .entry-content ul {
    margin-top: 0;
    margin-bottom: 25px;
}

.entry-content ul {
    list-style: none;
    padding: 0 0 0 35px;
}

.entry-content li {
    padding-left: 10px;
    text-indent: -.7em;
}

.entry-content li:before {
    color: #FECB38;
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 8px 0 -25px;
}

.entry-content {
    padding-bottom: 75px;
    display: inline-block;
}

.entry-meta, .cases footer.entry-meta {
    display: none;
}

.cases .entry-meta {
    display: block;
}

.post-image {
    background-size: cover;
    width: 100%;
    height: 250px;
    margin: 0;
    position: relative;
    margin-bottom: 2.5em;
}

.post-image a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
}

.post-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85, 85, 85, 0.18);
}

.post-image-inner h2 {
    padding: 25% 0;
}

.post-image a:hover .post-image-inner {
    background: rgba(255, 204, 51, 0.68)
}

.post-image a:hover .post-image-inner h2 {
    color:#444;
}


/*modal*/

.modal-content {
    -webkit-box-shadow: 0 0px 100px rgba(0,0,0,.25)!important;
    box-shadow: 0 0px 100px rgba(0,0,0,.25)!important;
}

.modal-header {
    padding: 0px 20px 15px 30px!important;
}

.modal-body {
    padding: 5px 30px!important;
}

input, textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee!important;
}

.modal-title {
    font-size: 20px!important;
    color: #555!important;
}

.modal-footer {
    display: none!important;
}

.gform_wrapper .gfield_required {
    color: #ffcc33!important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #ccc;
}


/*Responsive*/
@media screen and (max-width: 767px) {
    .header {
        top: 0;
        width: 100%;
        height: 60px!important;
        z-index: 100;
    }

    .header .menu ul li {
        float: none!important;
        text-align: left!important;
        padding: 0!important;
    }

    .header .menu ul li a {
        font-size: 1.1em!important;
        padding: 13px 20px!important;
        color: #fff!important;
        text-shadow: 0px 1px rgba(1, 1, 1, 0.33)!important;
        width: 100%;
        display: block;
    }

    .header .logo a {
        padding: 11px 0 0!important;
        float: left;
        margin-left: -10px!important;
    }

    .header .logo a img {
        height: 34px!important;
        width: auto;
    }

    .header .search-icon, .header .menu-icon {
        display: block!important;
        padding: 5px 20px!important;
    }

    .menu {
        display: none;
    }

    .menu.menu-active {
        background: rgba(51, 50, 55, 0.85);
        padding-top: 15px;
        display: block!important;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .slider .call-to-action span {
        font-size: 20px;
        line-height: 1.25;
        padding: 24px 0;
    }

    .service .item {
        height: 150px;
        padding: 25px 15px;
        margin-bottom: 15px;
    }

    .service .title, .pricing-table .title, .customers .title {
        height: auto;
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.3;
        padding: 26px 15px;
    }

    .service .title span, .pricing-table .title span {
        color: #555;
    }

    .service .item p {
        font-size: 19px;
        line-height: 1.2
    }

    .button {
        line-height: 1.3;
    }

    .slider {
        height: 500px
    }

    .slider .hexagon {
        width: 200%;
        padding: 50% 6%;
        right: -100%;
    }

    .slider .hexagon h2 {
        max-width: 50%;
        display: block;
    }

    .slider.page {
        height: 250px;
    }

    footer .hexagon {
        width: 380px;
        top: -120px;
        left: -50px;
    }

    footer .phone {
        padding: 25px 0 15px;
    }
}
