body {
    font-family: 'Raleway', sans-serif;
    background-image: url(../images/background.jpg);
    color: #2f1536;
}

.form-control::-webkit-input-placeholder {
    color: white !important;
}

.form-control:-moz-placeholder {
 color: white !important;
}

.form-control::-moz-placeholder {
    color: white !important;
}

.form-control:-ms-input-placeholder {
    color: white !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    color: #333030;
}


h1 {
    font-size: 26px;
    font-weight: 500;
    margin-top:0px;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

p {
    font-size: 14px;
    color: #2f1536;
}

a {
    color: #4e8c6d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #377656;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::moz-selection {
    background-color: #4e8c6d;
    color: #FFFFFF;
}

::selection {
    background-color: #4e8c6d;
    color: #FFFFFF;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

.top-bar {
    background-color: #562e77;
    height: 35px;
}

.top-bar .btn-login-bg img {
    position: absolute;
    right: 0px;
}

.navigation {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.map {
    margin: 40px 0px;
}

.top-bar .btn-login-bg {
    position: relative;
}

.menufixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10;
}

.mainfixed {
    position: relative;
    margin-top: 127px;
}

.top-bar .btn-login {
    color: #fff;
    position: relative;
    right: 18px;
    padding: 8px 0px;
    display: inline-block;
}

.item.gray img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.item.gray img {
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    
    -webkit-transition: all .3s ease;
    /* Fade to color for Chrome and Safari */
    
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */

}

.owl-item img {
    margin: 0 auto;
}

.customNavigation {
    margin-top: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.customNavigation a {
    cursor: pointer;
    background: rgb(86, 46, 119);
    padding: 10px 25px;
    margin-left: 1px;
    border: 1px solid #3E195C;
}

.customNavigation a .fa {
    color: #fff;
}

.dienst a:hover .dienst-content h3 {
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dienst a:hover .dienst-content {
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation .nav a.active {
    color: #552d76;
}

.navigation .nav .dropdown .dropdown-menu a {
    padding: 10px 15px;
    background: rgba(64, 15, 105, 0.77);
    color: #fff;
    font-size: 14px;
}

.navigation .nav .dropdown .dropdown-menu a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #4f846e;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.logo img {
    margin-top: 17px;
}

.aside {
    padding-top: 25px;
}

.aside .title-line {
    margin-top: 40px;
}

.voordelen li {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.voordelen .fa {
    font-size: 20px;
    color: rgb(86, 46, 119);
}

.iconsocial {
    background: rgb(86, 46, 119);
    color: #fff;
}

.fbicon::before {
    position: relative;
    top: 10px;
    margin: 0 auto;
    display: table;
}

.fbicon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
}

.twicon::before {
    position: relative;
    top: 10px;
    margin: 0 auto;
    display: table;
}

.twicon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
}

.inicon::before {
    position: relative;
    top: 10px;
    margin: 0 auto;
    display: table;
}

.inicon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
}

.goicon::before {
    position: relative;
    top: 10px;
    margin: 0 auto;
    display: table;
}

.goicon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
}

.voordelen {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

.social-box {
    width: 250px;
    margin: 0 auto;
}


.contactform {
    max-width:475px;
}

.contactform .form-lay {
    border-radius: 0px;
    background: #b7a9c3;
    color: #fff;
    height: 35px;
}

.contactform .textarea {
    height: 140px;
}

.aside-content {
    padding: 0px 15px;
}

.navigation .nav a {
    font-size: 16px;
    color: #727272;
    padding: 32px 15px;
    line-height: initial;
    border-radius: 0px;
}

.navigation .nav a.dropdown-toggle {
    padding-bottom: 35px;
}

.submenu-bg {
    position: absolute;
    top: -12px;
}

.dropdown-menu li {
    padding-bottom: 1px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.footer-box-right {}

.footer-box .fw-col-sm-4 {
    width: 37.5%;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.nav> li.current-menu-item > a,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    color: #4e8c6d;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.banner {
    margin-bottom: 25px;
}

.article {
    padding-right: 30px;
}

.aside {
    padding-top:20px;
}

.content {
    margin-top:20px;
}

.main > .container {
    margin-top:40px;
}

.main {
    padding: 0px 0px 0px;
}

.dienst {
    margin-bottom: 30px;
    position:relative;
   /*height:100%;*/
    width:100%;
}

.dienst img {
  width:100%;
}

.dienst-content h3 {
    position: relative;
    top: 46%;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 1px black;
}

.dienst-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(45, 45, 45, 0.3);
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-home {
    margin-top: 25px;
    margin-bottom: 25px;
}

.title-line {
    margin-top: 25px;
    margin-bottom: 25px;
}

section.klanten .title-line {
    margin-bottom:15px;
}

.klanten {
    margin-top: 7px;
}

.logos {
    margin-top: 35px;
}

.col-20 img {
    margin: 0 auto;
}

.col-20 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.title-line h4 {
    font-size: 14px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.MainMenu {
    width: 100%;
}

.line {
    margin-top: -8px;
    border-top: 1px solid #ddd;
    position: relative;
    z-index: -1;
}

.top-footer .fa {
    font-size: 55px;
    color: #fff;
}

.top-footer {
    padding: 18px 0px;
    margin-top: 15px;
    background: #562e77;
    min-height: 95px;
    border-bottom: 5px solid #4e8c6d;
}

.top-footer .container {
    padding-bottom: 0px;
}

.btn-offerte {
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
}

.top-footer .btn-offerte {
    margin-top:10px;    
}

@media (min-width:1200px){

    .top-footer .btn-offerte {
    position:relative;
    left:-5px;
    }

}

.slogan {
    font-size: 22px;
    color: #fff;
    padding-top: 11px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-green:hover {
    color: #fff;
    background-color: #377656;
    border-color: #287750;
}

.btn-green {
    border-radius: 0px;
    color: #fff;
    background-color: #4e8c6d;
    border-color: #4e8c6d;
}

.btn-pink:hover {
    color: #fff;
    background-color: #381257;
    border-color: #381257;
}

.btn-pink {
    border-radius: 0px;
    color: #fff;
    background-color: #562E77;
    border-color: #562E77;
	
					-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;	

}

.footer-box {
    padding: 30px 15px;
}

.footer-line {
    border-bottom: 1px solid #ddd;
}

.footer-bottom {
    padding: 30px 15px 20px;
}

@media only screen and (max-width: 1199px) {
    .dienst-content {        
        position: absolute;
        background: rgba(45, 45, 45, 0.3);
        top: 0px;
    }
    .slogan {
        font-size: 20px;
        padding-top: 8px;
    }
    .btn-offerte {
        margin-top: 3px;
    }
    .top-footer .fa {
        font-size: 42px;
        color: #fff;
    }
    .top-footer {
        padding: 22px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .logo img {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .article {
        padding-right: 15px;
    }
    .aside {
        padding-left: 15px;
    }
    .mainfixed {
        margin-top: 166px;
    }
    .dienst-content {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(45, 45, 45, 0.3);
        top: 0px;
    }
    .navigation .nav a {
        padding: 32px 14px;
    }
    .slogan {
        font-size: 16px;
        padding-top: 11px;
    }
    .btn-offerte {
        font-size: 13px;
        margin-top: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-offerte {
        width: 100%!important;
    }
    .mainfixed {
        margin-top: 88px;
    }
    .dienst {
        margin-bottom: 30px;
        /*width: 220px;*/
        float: left;
    }
    .navbar-toggle {
        margin-right: 0px;
        background: transparent;
        color: #562E77;
        margin-bottom: 1px;
        width: 65px;
        margin-top: -65px;
        font-size: 26px;
    }
    .navbar-nav {
        margin: 0px 0px;
    }
    .car {
        text-align: center;
    }
    .navigation .nav a {
        padding: 15px 15px;
        text-align: left;
        background: rgb(86, 46, 119);
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .navigation .nav .dropdown .dropdown-menu a {
        padding: 10px 15px 10px 30px;
        background: rgba(64, 15, 105, 0.77);
        color: #fff;
        font-size: 14px;
    }
    .logo img {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: inherit;
    }
    .navigation .nav a.active {
        color: #FFFFFF;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: rgb(86, 46, 119);
        color: rgb(255, 255, 255);
    }
    .dienst-content {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(45, 45, 45, 0.3);
        top: 0px;
    }
    .dienst-content h3 {
        font-size: 17px;
    }
    .dienst-list-detail {
        display: block;
        width: 660px;
        margin: 0 auto;
    }
    .btn-green {
        margin: 0 auto;
        width: 200px;
        display: block;
    }
    .slogan {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .dropdown-menu li:hover .sub-menu {
        visibility: hidden;
    }
    .dropdown:hover .dropdown-menu {
        display: none;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .navigation .nav a.dropdown-toggle {
        padding-bottom: 15px;
    }
    .dropdown-menu li {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #6A448A;
        border-color: #FFFFFF;
    }
    .submenu-bg {
        position: absolute;
        top: -12px;
        display: none;
    }
    .footer-box-left {
        width: 100%;
    }
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:768px){
    .fw-col-sm-3 {
        margin-top:20px;
    }
    .footer-box .fw-col-sm-4 {
        width: 100%;
        margin-bottom:45px;
    }
}

::-webkit-input-placeholder {
   color: #fff!important;
}

:-moz-placeholder {
   color: #fff!important;
}

::-moz-placeholder {
   color: #fff!important;
}

:-ms-input-placeholder {
   color: #fff!important;
}

.fw-flash-type-info {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.fw-map {
  position:relative;
}

.fw-map .mapoverlay {
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    background: rgba(86, 46, 119, 0.50);
    left:0px;
    top:0px;
}

@media (min-width:967px){

    .halfsize {
        width:60%;
    }

}

.gform_wrapper li textarea,
.gform_wrapper li input {
    padding-left:5px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width:100% !important;
}

@media (max-width:998px){
    .par-ban .slide {
        background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background: center center;
    background-size: 100% 100%;
    }
}


.fw-main-row.slide {background-size: cover;}

@media (min-width: 768px) and (max-width: 1024px) {

.navigation .nav a {font-size: 14px; padding: 32px 9px;}
	
}

@media (min-width: 1024px) and (max-width: 1200px) {
	
.navigation .nav a {padding: 32px 8px;}
	
}

@media (min-width: 1200px) {

	
}


