/*@import "animate.css";  */
@import "font-awesome.css";
/*@import "css-Open-300.css";
@import "css-Open-400.css";
@import "css-Open-600.css";
@import "css-Open-700.css"; */
@import "css-Pacifico.css";
@import "superfish-menu.css";
@import "search.css";
@import "reclame.css";
@import "tip-darkgray/tip-darkgray.css";
@import "tip-yellowsimple/tip-yellowsimple.css";
@import "stellar.css";
@import "/js/source/jquery.fancybox.css?v=2.1.5";
/*========================================================
Main layout styles
=========================================================*/

body {
    font: 400 14px/21px 'Open Sans', sans-serif;
    color: #999999;
    background: #ffffff;
}
#systeembody{
    display: none;
}
.erkendadviesbureau {
    display:none;
    background: url('http://dinbror.dk/bpopup/assets/images/github.png') 0 0 no-repeat;
    height: 149px;
    width: 149px;
    opacity: .6;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 1000!important;
}
.perspective {
    perspective: 1000;
    -webkit-perspective: 1000;
}
#stuck_container {
    position: relative;
    z-index: 999;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #247ebb;
}
.a1 {
    display: inline-block;
    font: 400 18px/24px 'Open Sans', sans-serif;
    text-transform: none;
    color: #660066;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.a1:hover {
    color: #800080;
}
.a2 {
    font: 400 16px/24px 'Open Sans', sans-serif;
    color: #660066;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.a2:hover {
    color: #800080;
}
.a3 {
    font: 400 16px/24px 'Open Sans', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.a3:hover {
    color: #f4d949;
}
.a4 {
    font: 400 18px/24px 'Open Sans', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.a4:hover {
    color: #f4d949;
}
img {
    max-width: 100%;
}
.shadow{
    margin:15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.45);
    box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.45);   
}
* {
    -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
    font: 600 24px/24px 'Open Sans', sans-serif;
    color: #660066;
    text-transform: none;
}
@media (max-width: 480px) {
    h2 { font-size: 150%; }
}
h2 span {
    font: 400 24px/24px 'Open Sans', sans-serif;
}
h2 a {
    font: 400 24px/24px 'Open Sans', sans-serif;
}
h3 {
    font: 600 24px/30px 'Open Sans', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: none;
}
h5 {
    font: 700 18px/24px 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: none;
}
p {
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #660066;
}
p a {
    font: 400 12px/24px 'Open Sans', sans-serif;
    display: inline-block;
    color: #660066;
    text-decoration: underline;
}
#footer p {
    font: 400 12px/24px 'Open Sans', sans-serif;
    color: white;
}
#footer p a {
    font: 400 12px/24px 'Open Sans', sans-serif;
    display: inline-block;
    color: white;
    text-decoration: underline;
}
.p1 {
    position: relative;
    z-index: 2;
    font: 600 36px/55px 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    padding: 0 9px;
    margin-bottom: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* Landscape phones and down */
}
.p1.yel {
    background: #f4d949;
}
.p1.blue {
    background: #247ebb;
}
.p1.bvt {
    background: #660066;
}
.p1.viol {
    background: #515c6c;
}
@media (max-width: 979px) {
    .p1 {
    font: 600 17px/25px 'Open Sans', sans-serif;
}
}
@media (max-width: 480px) {
    .p1 {
    font: 600 12px/16px 'Open Sans', sans-serif;
}
}
.p2 {
    font: 300 30px/36px 'Open Sans', sans-serif;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    /* Landscape phones and down */
}
@media (max-width: 767px) {
    .p2 {
    font: 300 25px/30px 'Open Sans', sans-serif;
}
}
@media (max-width: 480px) {
    .p2 {
    font: 300 15px/22px 'Open Sans', sans-serif;
}
}
.p3 {
    font: 400 14px/36px 'Open Sans', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.p3 .fa {
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.p4 {
    font: 400 16px/24px 'Open Sans', sans-serif;
    color: #999999;
}
time {
    font: 400 18px/24px 'Open Sans', sans-serif;
    color: #282828;
    display: block;
}
textarea {
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #282828;
    border-radius:5px;
}
/* ======= Buttons ======= */
.btn-default {
    display: inline-block;
    background: #313131;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-default em {
    font: 500 24px/24px 'Pacifico', cursive;
    text-transform: none;
    color: #ffffff;
    padding: 15px 25px 15px 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.btn-default:hover {
    background: #383838;
}
.btn-link {
    display: inline-block;
    font: 500 18px/18px 'Pacifico', cursive;
    color: #247ebb;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}
.btn-link:hover {
    color: #313131;
}
/*========================================================
HEADER styles
=========================================================*/
#header {
    position: fixed;
    /*position:inherit;*/
    top: 0; /* or whatever position is desired */
    left: 0;
    right: 0;
    height: 0;
    /* center all inline content */
    text-align: center;
    z-index: 10;
}
.topcorner{
    position:absolute;
    background-color: white;
    top:55px;
    right:10%;
    padding:3px 5px 3px 5px;
    border:2px solid #969696;
    border-radius:0 0 5px 5px;
}
@media (max-width: 480px) {
    .topcorner{
        padding:8px 10px 8px 10px;
        font-size: 190%!important;
    }   
}
#header-fixed{
    position: fixed; top:15px; right:15px!important; z-index: 1030; font-size: 30px; color:white; display:inherit;    
}
#content-fixed{
    position: fixed; top:60px; right:10px; z-index: 1030; display:inherit;
}
#content-telefoon {
    position:relative; margin:10px 0 0 575px; font-size: 24px; color: #660066; display:none;
}


@media (max-width: 1380px) {
    #header-fixed{z-index:0; display:none;}
#content-telefoon{margin-left:745px; display:inherit;}
}     
@media (max-width: 1150px) {
    #content-fixed{z-index:0; display:none;}
}     
@media (max-width: 979px) {
    #content-telefoon{margin-left:595px;}
}
@media (max-width: 777px) {
    #content-telefoon{display:none;}
}


@media (max-width: 480px) {
    #header { position: relative; }
}
#header #stuck_container {
    background: #660066;
    /*background: url(../images/header_bg.png) repeat-x 0 0; */
    min-height: 56px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
}
/* ======= Logo ======= */
h1 {
    display: inline-block;
    float: left;
    padding-top: 0px;
}
h1 a {
    margin-top: 5px;
    font: 400 32px/46px 'Open Sans', sans-serif;
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
}
h1 a:hover {
    color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
    float: right;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 1366px) {
    nav {
    display: inline-block;
}
}
@media (max-width: 979px) {
    nav {
    /*      float:none;
    display:block;
    width:100%;
    text-align:center;*/
}
}
@media (max-width: 767px) {
    nav {
    background: none;
    border: none;
}
}
/* Main menu styles
========================================================*/
.sf-menu > li {
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
}
.sf-menu > li.with-menu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 0;
    margin-right: 11px;
    padding: 25px 17px 24px 25px;
    position: relative;
}
.sf-menu > li.with-menu:before {
    position: absolute;
    content: '';
    left: 0;
    display: none;
    top: -5px;
    width: 100%;
    height: 5px;
    background: #323232;
}
@media (max-width: 979px) {
    .sf-menu > li {
    /*              margin-top: 0;
    &:first-child{
    margin-left:30px;
    };
    */
}
}
.sf-menu > li.last-menu-item {
    margin-right: 0px;
}
@media (max-width: 1200px) {
    .sf-menu > li.last-menu-item {
    margin-right: 0px;
}
}
.sf-menu > li > .sf-with-ul {
    /*      &:after {
    .after(14px);
    content: "\f078";
    color: @main-menu-color;
    bottom: 5px;
    left: 50%;
    margin-left: -7px;
    .transition(all 0.3s ease);
    }*/
}
.sf-menu > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sf-menu > li > a > div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.sf-menu > li > a > div:first-child {
    /*.rotateZ(0deg);*/
    position: absolute;
}
.sf-menu > li > a > div:first-child + div {
    top: -100px;
}
.sf-menu > li > a > div span {
    position: relative;
    display: block;
    font: 700 12px/12px 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 22px 18px;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.yellow {
    color:#f4d949!important;
}
#yellow {
    background-color: #f4d949!important;
}
.sf-menu > li.active,
.sf-menu > li.sfHover,
.sf-menu > li:hover {
    z-index: 10;
}
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a,
.sf-menu > li:hover > a {
    text-decoration: none;
    background: #247ebb;
}
.sf-menu > li.active > a > div:first-child,
.sf-menu > li.sfHover > a > div:first-child,
.sf-menu > li:hover > a > div:first-child {
    top: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sf-menu > li.active > a > div:first-child + div,
.sf-menu > li.sfHover > a > div:first-child + div,
.sf-menu > li:hover > a > div:first-child + div {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
}
.sf-menu > li.active > a > div span,
.sf-menu > li.sfHover > a > div span,
.sf-menu > li:hover > a > div span {
    color: #ffffff;
}
.sf-menu > li.current {
    z-index: 10;
}
li.current {
    text-decoration: none;
    background: #247ebb;
}
.sf-menu > li.current > a > div:first-child {
    top: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sf-menu > li.current > a > div:first-child + div {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
}
.sf-menu > li.current > a > div span {
    color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    /*.box-shadow(-1px 2px 3px 0px rgba(0, 0, 0, 0.16));*/
    display: none;
    min-width: 136px;
    font: 700 12px/12px 'Open Sans', sans-serif;
    position: absolute;
    top: 57px;
    left: 0;
    background: #313131;
    text-align: left;
    padding: 15px 0 15px;
    z-index: 2;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 979px) {
    .sf-menu ul {
    top: 62px;
}
}
.sf-menu ul li {
    letter-spacing: 0;
    position: relative;
    display: block;
    /*    >.sf-with-ul {
    &:after {
    .after(14px);
    content: "\f054";
    color: @first-menu-color;
    bottom: 5px;
    right: 15px;
    .transition(all 0.3s ease);
    }
    }*/
}
.sf-menu ul li:hover > a {
    background: #247ebb;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.sf-menu ul li a {
    padding: 9px 0 9px 20px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sf-menu ul > .sfHover > a {
    background: #u7u7u7;
}
.sf-menu ul > .sfHover > a:after {
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.sf-menu ul li.sfHover > a {
    background: #u7u7u7;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: absolute;
    top: -15px;
    left: 137px;
    margin-left: 0;
    z-index: 4;
    text-align: left;
}
#myList ul {
    width: 800px;
}
#myList li {
    color: #660066;
    text-align: left;
    width: 320px;
    height: 20px;
    margin: 10px 0 0 -5px;
    display: inline-block;
}
#myList li:before {    
    font-family: 'FontAwesome';
    content: '\f061';
    margin:0 5px 0 5px;
    width: 40px;
    color: #660066;
}
.Okee li:before {    
    font-family: 'FontAwesome';
    content: '\f00c'!important;
    margin:0 5px 0 5px;
    width: 40px;
    color: #660066;
}
.Cubes li {
    color:#000000!important;
}
.Cubes li:before {    
    font-family: 'FontAwesome';
    content: '\f1b3'!important;
    margin:0 5px 0 5px;
    width: 40px;
    color: #660066;
}
#TextOnly ul li{
    list-style-position: inside;
    line-height: 20px;
    padding: 10px 0 10px 40px;
    text-indent: -1em;
    color: #660066;
}
#TextOnly li:before {    
    font-family: 'FontAwesome';
    content: '\f0f6'!important;
    margin:0 15px 0 -13px;
    width: 20px;
    color: #660066;
}
@media only screen and (max-width: 767px) {
    .sf-menu {
    display: none;
}
nav {
    width: 100%;
    float: none;
}
.select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #333333;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 20px/26px 'Open Sans', sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    position: relative;
}
.select-menu option {
    text-align: left;
    position: relative;
}
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
    display: none !important;
    /*
    z-index: 999;
    position: fixed;
    left: 0;
    */
}
@media only screen and (max-width: 979px) {
    .isStuck {
    display: none !important;
}
}
/*========================================================
CONTENT styles
=========================================================*/
#content {
    /*position: relative;
    z-index: 1;*/
    margin-top:55px;
}
@media (max-width: 979px) {
    #content {
    margin-top:50px;
}
}
@media (max-width: 480px) {
    #content {
    margin-top:55px;
}
}
.block_1 {
    display: block;
    position: relative;
    margin-top: 24px;
    /* background: url(../images/p1_pic1.jpg) no-repeat 0 0;*/
    padding: 54px 34px;
    overflow: hidden;
    /* Landscape phones and down */
}
.block_1 img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.block_1 > div {
    max-width: 500px;
    /* Landscape phones and down */
}
@media (max-width: 979px) {
    .block_1 > div {
    max-width: 250px;
}
}
@media (max-width: 480px) {
    .block_1 > div {
    max-width: 200px;
}
}
@media (max-width: 979px) {
    .block_1 {
    padding: 24px 14px;
}
}
@media (max-width: 480px) {
    .block_1 {
    padding: 5px 10px;
}
}
.block_2 {
    display: block;
    padding: 0 25px;
}
.block_3 {
    display: block;
    padding: 0 25px;
}
.block_3 .icone {
    width: 76px;
    height: 76px;
    background: #247ebb;
    border-radius: 500px;
    display: inline-block;
    border: 1px solid #48754b;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.block_3 .icone .fa {
    display: inline-block;
    font-size: 42px;
    line-height: 76px;
    color: #ffffff;
}
.block_4 {
    display: block;
    overflow: hidden;
}
.block_4 .fa {
    font-size: 20px;
    line-height: 24px;
    color: #f4d949;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
/* ======= Address  ======= */
.block_5 {
    display: block;
    padding: 0 17%;
    text-align: center;
}
.block_5 address {
    padding-top: 15px;
}
.block_5 address p {
    text-align: left;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
    .block_5 address p {
    text-align: center;
}
}
.block_5 address p span {
    display: inline-block;
    width: 105px;
}
@media (max-width: 1200px) {
    .block_5 address p span {
    width: 90px;
}
}
.block_5 address .mail_ {
    text-align: center;
}
@media (max-width: 1200px) {
    .block_5 {
    padding: 0 0;
}
}
/* ======= Banners ======= */
.banner1 {
    background-image: url(../images/p1_bg1.jpg);
    padding: 0px;
    height: 420px;
    /* Landscape phones and down */
}
@media (max-width: 979px) {
    .banner1 {
    height: 300px;
}
}
@media (max-width: 767px) {
    .banner1 {
    height: 300px;
}
}
@media (max-width: 480px) {
    .banner1 {
    height: 220px;
}
}
.banner_search {
    height: 135px;
}
@media (max-width: 480px) {
    .banner_search {
    height: 150px;
}
}
.banner2 {
    background-image: url(../images/p1_bg2.jpg);
    padding-top: 40px;
    padding-bottom: 15px;
}
.banner3 {
    background-image: url(../images/p1_bg2.jpg);
    padding-top: 40px;
    padding-bottom: 35px;
}
.banner4 {
    background-image: url(../images/p1_bg2.jpg);
    padding-top: 40px;
    padding-bottom: 35px;
}
.banner4 p {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.banner5 {
    background-image: url(../images/p1_bg2.jpg);
    padding-top: 40px;
    padding-bottom: 35px;
}
.banner5 p {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* ======= Google Map  ======= */
.google-map1 {
    height: 300px;
}
.google-map1 img {
    max-width: none !important;
}
/* ======= Google Map  ======= */
.content_map {
    color: #ffffff;
    position: relative;
    text-align: center;
    height: 460px;
    margin-top: 0;
    /* Landscape phone to portrait tablet */
    /* Landscape phones and down */
}
@media (max-width: 767px) {
    .content_map {
    height: 300px;
}
}
@media (max-width: 480px) {
    .content_map {
    height: 220px;
}
}
.content_map .rel {
    position: relative;
    z-index: 10;
}
.content_map .gmap {
    height: 450px;
    /* Landscape phone to portrait tablet */
    /* Landscape phones and down */
}
@media (max-width: 767px) {
    .content_map .gmap {
    height: 300px;
}
}
@media (max-width: 480px) {
    .content_map .gmap {
    height: 220px;
}
}
/* ======= List 1 ======= */
/* CSS by GenerateCSS.com */
ul.textinfo {
    list-style-type: disc;
    list-style-image: url("");
    list-style-position: inside;
    text-align: left;
    margin:20px 0 20px 50px;
    color: #660066;
}

li{
    /*color:#660066!important; */
}
.list_1 {
    padding-top: 15px;
    list-style: none;
    display: block;
}
.list_1 li {
    display: block;
    padding-top: 9px;
}
.list_1 li a {
    font: 700 14px/14px 'Pacifico', cursive;
    color: #247ebb;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list_1 li a:hover {
    color: #313131;
}
.list_2 {
    margin-top: 8px;
    display: block;
}
.list_2 li {
    display: block;
    padding: 14px 0 4px;
    background: url(../images/footer_border.png) repeat-x 0 top;
}
.list_2 li:first-child {
    background: none;
}
.list_2 li a {
    font: 400 12px/12px 'Open Sans', sans-serif;
    color: #f4d949;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list_2 li a:hover {
    color: #247ebb;
}
.list_3 {
    display: block;
    margin-top: 12px;
    color: #660066;
}
.list_3 li {
    display: block;
    padding: 8px 0 7px;
}
.list_3 li a {
    display: inline-block;
    font: 400 14px/12px 'Open Sans', sans-serif;
    margin:3px 0 0 0;
    color: #660066;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list_3 li a:hover {
    color: #247ebb;
}
.list_3 li.last {
    padding-top: 17px;
}
.list_3 li.last a {
    text-decoration: underline;
}
/* ======= video ======= */
.various {
    display: block;
    position: relative;
    overflow: hidden;
}
.various:before {
    font-family: FontAwesome;
    font-size: 48px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 34px;
    content: '\f152';
    color: #ffffff;
    top: 45%;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    z-index: 3;
}
.various:hover:before {
    color: #313131;
}
/*========================wrappers=========================*/
.wrapper_1 {
    padding: 27px 0 40px;
}
.wrapper_2 {
    padding: 0 0 40px;
}
.wrapper_3 {
    padding: 47px 0 70px;
}
.wrapper_4 {
    padding: 47px 0 40px;
}
.wrapper_5 {
    padding: 10px 0 40px;
}
.wrapper_6 {
    padding: 47px 0 65px;
}
.wrapper_7 {
    padding: 47px 0 50px;
}
.wrapper_8 {
    padding: 47px 0 35px;
}
.wrapper_9 {
    padding: 0px 0 35px;
}
.wrapper_10 {
    padding: 47px 0 35px;
}
.wrapper_11 {
    padding: 5px 0 45px;
}
/*========================others=========================*/
.pic_bord {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
}
.z2 {
    z-index: 2;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
    .fr {
    float: none;
}
}
.width1 {
    display: inline-block;
    width: 80px;
}
.extra_wrap {
    overflow: hidden;
    display: block;
}
.img_indent {
    float: left;
    margin-right: 30px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 768px) and (max-width: 979px) {
    .img_indent {
    float: none;
    margin-right: 0px;
    padding-bottom: 20px;
}
}
@media (max-width: 767px) {
    .img_indent {
    float: none;
    margin-right: 0px;
    padding-bottom: 20px;
}
}
.img_indent_1 {
    float: left;
    margin-right: 15px;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
    .img_indent_1 {
    float: none;
}
}
.img_indent_2 {
    float: left;
    margin-right: 0px;
}
@media (max-width: 979px) {
    .img_indent_2 {
    float: none;
    width: 100%;
    height: auto;
}
}
.pad_1 {
    padding: 0 28px;
}
@media (max-width: 979px) {
    .pad_1 {
    padding: 0;
}
}
.pad_b_2 {
    padding-bottom: 20px;
}
.mar_t_05 {
    margin-top: 5px;
}
.mar_t_1 {
    margin-top: 10px;
}
.mar_t_15 {
    margin-top: 15px;
}
.mar_t_2 {
    margin-top: 20px;
}
.mar_t_25 {
    margin-top: 25px;
}
.mar_t_3 {
    margin-top: 30px;
}
.mar_t_35 {
    margin-top: 35px;
}
.mar_t_4 {
    margin-top: 40px;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 1199px) {
    .mar_t_4 {
    margin-top: 27px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_4 {
    margin-top: 15px;
}
}
@media (max-width: 767px) {
    .mar_t_4 {
    margin-top: 10px;
}
}
.mar_t_45 {
    margin-top: 45px;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 1199px) {
    .mar_t_45 {
    margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_45 {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
    .mar_t_45 {
    margin-top: 15px;
}
}
.mar_t_5 {
    margin-top: 50px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_5 {
    margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_5 {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
    .mar_t_5 {
    margin-top: 20px;
}
}
.mar_t_6 {
    margin-top: 60px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_6 {
    margin-top: 40px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_6 {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
    .mar_t_6 {
    margin-top: 20px;
}
}
.mar_t_7 {
    margin-top: 70px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_7 {
    margin-top: 40px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_7 {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
    .mar_t_7 {
    margin-top: 20px;
}
}
.mar_t_8 {
    margin-top: 80px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_8 {
    margin-top: 50px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_8 {
    margin-top: 30px;
}
}
@media (max-width: 767px) {
    .mar_t_8 {
    margin-top: 25px;
}
}
.mar_t_9 {
    margin-top: 90px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_9 {
    margin-top: 50px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_9 {
    margin-top: 30px;
}
}
@media (max-width: 767px) {
    .mar_t_9 {
    margin-top: 30px;
}
}
.mar_t_10 {
    margin-top: 100px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_10 {
    margin-top: 60px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_10 {
    margin-top: 40px;
}
}
@media (max-width: 767px) {
    .mar_t_10 {
    margin-top: 30px;
}
}
.mar_t_11 {
    margin-top: 110px;
    /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
    .mar_t_11 {
    margin-top: 60px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .mar_t_11 {
    margin-top: 40px;
}
}
@media (max-width: 767px) {
    .mar_t_11 {
    margin-top: 35px;
}
}
/*========================================================
FOOTER styles
=========================================================*/
#footer {
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 35px;
    display: block;
    background: #383838;
    /* ======= Social buttons 1 ======= */
}
#footer .privacy-block {
    display: inline-block;
    color: #ffffff;
    font: 700 12px/22px 'Open Sans', sans-serif;
}
#footer .privacy-block a {
    display: inline-block;
}
#footer p {
    line-height: 22px;
    max-width: 300px;
}
#footer .socials1 {
    float: right;
    display: inline-block;
    /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
    #footer .socials1 {
    float: none;
}
}
#footer .socials1 li {
    display: inline-block;
}
#footer .socials1 li + li {
    margin-left: 7px;
}
#footer .socials1 li a i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    background: #ffffff;
    text-align: center;
    font-size: 23px;
    display: block;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer .socials1 li a i:hover {
    background: #383838;
}
.bord_f {
    border-top: 1px solid #f4d949;
}
/*========================================================
Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #999999;
    font-size: 43px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#toTop:hover {
    outline: none;
    color: #247ebb;
}
@media only screen and (max-width: 1199px) {
    #toTop {
    display: none !important;
}
}
#informatie {
    display:none;
}
#idnr {
    display:none;
}
/*Core variables and mixins*/
.form-container {
    border: 2px solid #6e106e;
    background: #694169;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd4fe), to(#694169));
    background: -webkit-linear-gradient(top, #ffd4fe, #694169);
    background: -moz-linear-gradient(top, #ffd4fe, #694169);
    background: -ms-linear-gradient(top, #ffd4fe, #694169);
    background: -o-linear-gradient(top, #ffd4fe, #694169);
    background-image: -ms-linear-gradient(top, #ffd4fe 0%, #694169 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
    -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
    box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    text-decoration: none;
    vertical-align: middle;
    min-width:275px;
    padding:10px;
    width:285px;
}
.form-field {
    border: 3px solid #e3e3e3;
    background: #ffffff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #410042;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
    padding:8px;
    margin-bottom:10px;
    width:265px;
}
@media (max-width: 480px) {
    .inlogfield{
        width: 150px!important;
    }
    fieldset div .form-field{
        margin:0 0 0 -10px;
        width: 150px!important;
    }
    .form-field, .submit-button{
        zoom:150%;
    }
}
.form-field:focus {
    background: #fff;
    color: #420042;
}
.form-container h2 {
    text-shadow: #e0e0e0 0 1px 0;
    font-size:18px;
    margin: 0 0 10px 0;
    font-weight:bold;
    text-align:center;
}
.form-title {
    font-weight: bold;
    margin-bottom:10px;
    color: #FFF;
    text-shadow: #660066 2px 1px 0;
}
.submit-container {
    margin:-42px 0 0 150px;
    text-align:right;
}
.submit-button {
    border: 0px solid #447314;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #a3a3a3 0 1px 0;
    color: #ffffff;
    font-family: helvetica, serif;
    padding: 5px 18px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    height: 35px;
}
.submit-button:hover {
    border: 0px solid #447314;
    text-shadow: #31540c 0 1px 0;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
    color: #fff;
}
.submit-button:active {
    text-shadow: #31540c 0 1px 0;
    border: 0px solid #447314;
    background: #8dc059;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
    background: -webkit-linear-gradient(top, #6aa436, #8dc059);
    background: -moz-linear-gradient(top, #6aa436, #8dc059);
    background: -ms-linear-gradient(top, #6aa436, #8dc059);
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
    color: #fff;
}
.nummer1{
    float:left;
    margin:10px 0 0 0;
    text-shadow:1px 2px 1px rgba(212,130,224,1);
    font-weight:normal;
    color:#FFFFFF;
    letter-spacing:0pt;
    word-spacing:0pt;
    font-size:21px;
    text-align:left;
    font-family:tahoma, verdana, arial, sans-serif;
    line-height:1;
}
@media (max-width: 480px) {
    .form-container{zoom:70%;}
}
@media (max-width: 480px) {
    .tebreed {
    display:none;
}
}
/* Hieronder drie styles: voor contact-offerte.php */
.error {
    border: 1px solid #f00;
    background-color: #FFC0C0;
}

.valid {
    border: 1px solid #71BC43;
    background-color: white;
}
#docs {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
}
#footer_vast {
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
    background:transparant;
    z-index: 1010;
    color:white;
}
#footer_erkendadviesbureau {
    float:left;
    margin:-98px 0 0;
    font-size: 16px;
    font-weight: bolder;
    width:130px;
    height:100%;

}
@media (max-width: 480px) {
    #footer_erkendadviesbureau {
    display:none;
    }
}
#footer_bericht_left {
    float:left;
    padding:4px 10px 2px 10px;
    margin-left: 200px;
    font-size: 16px;
    font-weight: bolder;
    width:130px;
    height:100%;
    border:1px solid gray;
    background-color: #660066;
    border-radius:5px 5px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
#footer_bericht_right {
    float:right;
    padding:4px 10px 2px 10px;
    margin-right:200px;
    font-weight: bolder;
    width:150px;
    height:100%;
    border:1px solid gray;
    background-color: #660066;
    border-radius:5px 5px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75); 
}
#footer_bericht_cookie {
    position: absolute;
    right:6%;
    padding:4px 10px 2px 10px;
    margin-right:10px;
    font-weight: bolder;
    width:20px;
    height:100%;
    border:1px solid gray;
    background-color: #e5e5e5;
    border-radius:5px 5px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
@media (max-width: 979px) {
    #footer_bericht_left {margin-left: 14%;}
#footer_bericht_right{margin-right: 14%;}
#footer_bericht_cookie{margin-right: 1%;}
}
@media (max-width: 480px) {
    #footer_bericht_left {margin-left: 1%; padding:4px 2px 2px 12px; width:120px; font-weight: normal; font-size: 14px;}
#footer_bericht_right{margin-right: 1%; padding:4px 2px 2px 12px; width:135px; font-weight: normal; font-size: 14px;}
#footer_bericht_cookie{display:none;}
}
.bas_styling_1 {
    height: 30px;
}
.basimage_1 {
    float:right;
    margin:0 0px 10px 20px;
    -webkit-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.45);
    box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.45);
}
@media (max-width: 480px) {
    .basimage_1 {
        float:right;
        zoom:20%;
    }
}
.basimage_2 {
    text-align: center;
    width: 80%%;
    margin:40px auto;
}
.basimage_3 {
    height: 220px;
    width: 500px;
    -webkit-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
    box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
}
.image {
    border-radius:5px;
    -webkit-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
    box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
}
#auth_img {
    float: right; 
    margin:0 0 10px 10px; 
    -webkit-box-shadow: -5px 7px 8px 0px rgba(161,155,161,1); 
    -moz-box-shadow: -5px 7px 8px 0px rgba(161,155,161,1); 
    box-shadow: -5px 7px 8px 0px rgba(161,155,161,1);
}
.bold {
    font-weight: bold;
    text-shadow: 1px 1px #FFFFC0;
    margin:20px 0 0px 0;
}
.btn_solliciteren {
    background: #34d947;
    background-image: -webkit-linear-gradient(top, #34d947, #34a89e);
    background-image: -moz-linear-gradient(top, #34d947, #34a89e);
    background-image: -ms-linear-gradient(top, #34d947, #34a89e);
    background-image: -o-linear-gradient(top, #34d947, #34a89e);
    background-image: linear-gradient(to bottom, #34d947, #34a89e);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn_solliciteren:hover {
    background: #32a82b;
    background-image: -webkit-linear-gradient(top, #32a82b, #2da832);
    background-image: -moz-linear-gradient(top, #32a82b, #2da832);
    background-image: -ms-linear-gradient(top, #32a82b, #2da832);
    background-image: -o-linear-gradient(top, #32a82b, #2da832);
    background-image: linear-gradient(to bottom, #32a82b, #2da832);
    text-decoration: none;
}
.img_chapter{
    min-width: 50px;
    margin-right: 10px;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center {
    text-align: center;
}
.justify{
    text-align: justify;
}
.margintop5{
    margin-top: 4px;
}
div.item {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 210px;
    margin:0 0 40px 10px;
}
imgx {
    width: 100px;
    height: 100px;
    background-color: grey;
    border-radius:5px;
    -webkit-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
    box-shadow: -5px 2px 26px 0px rgba(0,0,0,0.40);
}
.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}
.btn-style{
    border : solid 2px #ffffff;
    border-radius : 3px;
    moz-border-radius : 3px;
    -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
    -moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
    box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
    font-size : 20px;
    color : #d1ff6e;
    padding : 1px 10px;
    background : #053494;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053494), color-stop(100%,#addbff));
    background : -moz-linear-gradient(top, #053494 0%, #addbff 100%);
    background : -webkit-linear-gradient(top, #053494 0%, #addbff 100%);
    background : -o-linear-gradient(top, #053494 0%, #addbff 100%);
    background : -ms-linear-gradient(top, #053494 0%, #addbff 100%);
    background : linear-gradient(top, #053494 0%, #addbff 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#053494', endColorstr='#addbff',GradientType=0 );
}
.simpleTabsContent { min-height: 500px; text-align: left;}
.bld{font-weight: bold;}
input{margin-right: 5px;}
input.date{width:80px}
input.data{width:80px}
.row{margin-top:5px;}
.date { 
    background: #FFF url(/images/agenda.png) no-repeat 4px 4px; 
    border: 1px solid #999;
    border-radius:5px; 
    outline:0; 
    padding-left: 25px;
    height:25px; 
    width: 275px; 
}            
.data { 
    background: #FFF url(/images/euro-xxl.png) no-repeat 4px 4px;
    border: 1px solid #999;
    border-radius:5px; 
    outline:0; 
    padding-left: 25px;
    height:25px; 
    width: 275px; 
}
.event a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
}