/*GENERAL*/
body{
    overflow-x: hidden;
}
header.entry-header {
    display: none;
}
.current-page-parent > a,
.page_item.active > a {
    color: #e1138e !important;
}
.row h2 {
    word-break: break-word;
}
#mm_marge{
    margin-bottom: 10px;
}
button.foot_btn_1.foot-problems {
    background-color: #f54eb0;
}
.top-menu-bar-inner a {
    color: #fff;
}
.navbar-brand img {
    max-width: 250px;
}
.modal-dialog {
	max-width: 1000px;
}
#content.site-content{
    padding: 0;
}
.footer-top h3{
    color: #fff !important; 
}
.table_nova a{
    color:inherit;
    text-decoration: none;
}
ul#menu-footermenu {
    list-style: none;
    padding: 0;
}
button.rt_button_class.class {
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    height: auto;
    font-size: 14px;
    display: inline-block;
}
.function {
    margin-top: -11px;
    margin-bottom: 10px;
    font-style: italic;
}
.home-col-1 a{
    color: inherit;
    text-decoration: none;
}
h1 {
  color: #303081 !important;
  font-size: 45px;
  padding-bottom: 10px;
  margin-top:0 !important;
}
h2 {
  color: #303081 !important;
  font-size: 40px;
  padding-bottom: 0.3em;
  line-height: 45px;
  margin-top:0 !important;
}
h3 {
  color: #303081 !important;
  font-size: 30px;
  line-height: 35px;
  margin-top:0 !important;
}
h4 {
  color: #303081 !important;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-top:0 !important;
}
h5 {
  color: #303081 !important;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  margin-top:0 !important;
}
h6 {
  color: #303081 !important;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  margin-top:0 !important;
}
hr.page-title-line {
    width: 193px;
    float: left;
    border-width: 6px;
    border-color: #e1158c;
    position: relative;
    bottom: 20px;
    margin-bottom: 0;
}
hr.page-title-line.default {
    margin-bottom: -21px;
}
.float_none {
    clear: both;
}
.row.bgblue .table_nova, .row.bggreen .table_nova {
    color: #000;
}
.row.bgblue label{
    color:#fff !important;
}
.row.bgblue .frm_error_style {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
.row.bgblue .frm_error{
    color: #ff0000;
}
.img_icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    height: 78px;
    margin-top: 3px;
    margin-left: 3px;
}
.row.novaped-table p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.table_nova td p,
.table_nova th p {
    margin: 0;
}
.table_nova {
    background: #fff;
}
.table_nova td,
.table_nova th{
    vertical-align: middle !important;
}
.dropdown-menu .dropdown-item {
    padding: 13px;
}
/*Mobile menu*/
#mobilemenu_bar {
    background: #e1148d;
    border-bottom: 1px solid #fff;
}
#mobilemenu_menu {
    background: #eee !important;
}
ul#mobilemenu_menu_ul li a {
    color: #000;
}
#mobilemenu_menu.left{
    width:100%;
}
#mobilemenu_menu.mobilemenu_levels a.mobilemenu_parent_item {
    border-left: 1px solid #e1148d !important;
}
#mobilemenu_menu.mobilemenu_levels ul li {
    border-bottom: 1px solid  #e1148d !important;
    border-top: 0px solid  #e1148d !important;
}
#mobilemenu_menu a:hover{
    background: #e1148d !important;
    color: #fff !important;
}
#mobilemenu_menu .mobilemenu_icon_par{
    color: #e1148d !important;
}
#mobilemenu_menu.mobilemenu_levels ul li ul {
    border-top: 1px solid #e1148d !important;
}
a.dropdown-toggle.nav-link:hover + .dropdown-menu,
a.dropdown-toggle.dropdown-item:hover + .dropdown-menu{
    display: block !important;
}
.dropdown-menu:hover {
    display: block !important;
}
.dropdown-menu li > .dropdown-menu {
    left: 17.875rem;
    top: -1px;
    margin-top: 0 !important;
}
.dropdown-menu {
    width: 300px;
    border-radius: 0;
}
ul.dropdown-menu {
    padding: 0;
    margin-top:-1px !important;
}
ul#menu-hoofdmenu li.dropdown-submenu:hover > ul.dropdown-menu{
    display: block !important;   
}
ul#menu-hoofdmenu li.dropdown-submenu1:hover > ul.dropdown-menu{
    display: block !important;   
}
a.dropdown-toggle.dropdown-item::after {
    position: relative;
    top: 4px;
}
ul.dropdown-menu.show ul.dropdown-menu {
    border-radius: 0;
    margin-left: 2px;
    border-left: 0;
}
a {
    color: #e1158c;
}
.twocolumn { 
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;  
    -webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;
} 
.threecolumn { 
    -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;  
    -webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;
} 
.extpadding {
    padding: .74rem 0rem;
}
.row.bggreen,
.row.bggreen h2 {
    background: #DF208D;
    color:#fff !important;
}
.row.bggreen a {
    color:#fff !important;
    text-decoration: underline;
    font-weight: bold;
}
.block_content p:last-child {
    margin: 0;
}
.row.bggrey {
    background: #eee;
}
.row.bggrey a {
    color:#000 !important;
    text-decoration: underline;
    font-weight: bold;
}
.row.bggreen hr.page-title-line {
    border-color: #31337F;
}
.row.bgblue,
.row.bgblue h2 {
    background: #31337F;
    color:#fff !important;
}
.block_content ul {
    padding-left: 17px;
}
.row.bgblue,
.row.bggrey,
.row.bggreen,
.row.bgnone {
    padding: 20px;
}
.bgblack h1, .bgblack h2, .bgblack h3, .bgblack h4, .bgblack p, .bgblack a, .bgblack a:hover, .bgblack strong, .bgblack ul, .bgblack li, .bgblue h1, .bgblue h2, .bgblue h3, .bgblue h4, .bgblue p, .bgblue a, .bgblue a:hover, .bgblue strong, .bgblue ul, .bgblue li, .bgpink h1, .bgpink h2, .bgpink h3, .bgpink h4, .bgpink p, .bgpink a, .bgpink a:hover, .bgpink strong, .bgpink ul, .bgpink li  {
    color: #fff;
}
.rowcontent {
    padding: .74rem 0rem;
}
.rowwide {
    width: 100%;
    margin: 0;
    padding: 0;
}
.center {
    text-align: center;
}
.filler {
    position: relative;
    width: 100%;
    height: 40px;
    clear: both;
}
.newsitm {
	position: relative;
	width: 100%;
	height: 300px;
}
.newsitm .newsimg {
	position: relative;
	width: 100%;
	height: 180px;
}
.newsitm strong {
	display: block;
	height: 42px;
}
.newsitm em {
	font-size: 14px;
}

/*BUTTONS*/
button.btn-avdl {
    border-radius: 0 !important;
    border: none !important;
    outline: inherit !important;
    box-shadow: none !important;
}
button.btn-check {
    background: #e1138e;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
}
button.btn-checkwhite {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #e1138e;
}
button.btn-callback {
    background: #e1138e;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    bottom: 2px;
}
button.btn-locations {
    background: #313180;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
}
button.btn-more {
    background: #e1138e;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
}
button.frm_button_submit {
    border-radius: 0 !important;
    background: #e1158c !important;
    color: #fff !important;
    border: none !important;
}
button.btn-locations:hover,
button.btn-locations:active,
button.btn-locations:focus {
    background: rgba(49, 49, 128, 0.8588235294117647) !important;
}
button.btn-appointment:hover,
button.btn-appointment:active,
button.btn-appointment:focus {
    background: rgba(255, 147, 4, 0.7803921568627451) !important;
}
button.btn-callback:hover,
button.btn-callback:active,
button.btn-callback:focus,
button.btn-pluss:hover,
button.btn-pluss:active,
button.btn-pluss:focus,
button.btn-check:hover,
button.btn-check:active,
button.btn-check:focus,
button.btn-more:hover,
button.btn-more:active,
button.btn-more:focus,
button.frm_button_submit:hover,
button.frm_button_submit:active,
button.frm_button_submit:focus {
    background: rgba(225, 19, 142, 0.7686274509803922) !important;
}
button.btn-pluss {
    background: #e1148d;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 5px;
}
button.btn-min {
    background: #fff !important;
    padding-left: 9px;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 5px;
    color: #000 !important;
}
button.btn-appointment {
    background: #ff9304;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
}
/*TOP MENU*/
.top-menu-bar {
    background: #2f2f82;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.top-menu-bar button.btn-callback {
    margin-left: 10px;
}
a.top-menu-bar-links {
    padding-right: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.top-menu-bar-inner {
    position: relative;
    top: 10px;
}
.info_home {
    background-size: cover;
    height: 320px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.stamp {
    background-image: url(./inc/assets/img/stempel_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34%;
}

@media screen and (min-width: 991.5px) {
    .check-balk a {
        float: right;
    }
    .check-balk h4 {
        margin: 0 !important;
    }
}
.function_single {
    font-style: italic;
    margin-bottom: 20px;
}
a.btn.btn_job {
    background: #e1148d;
    color: #fff;
    border-radius: 0;
    padding: 5px 10px;
    margin-top: 10px;
}
a.btn.btn_job:hover{
     background: #ec33a0;
}
@media screen and (max-width: 991.5px) {
    .order_1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order_2 {
        -ms-flex-order: 2;
        order: 2;
    }
    img.img_midde_right {
        margin-top: 20px;
    }
    img.img_midde_left {
        margin-top: 20px;
    }
    .top-menu-bar {
        height: 120px;
    }
    .check-balk h4 {
        margin-bottom: 10px !important;
    }
    .top-menu-bar-inner.links {
        float: left;
        position: relative;
        top: -4px;
    }
    a.top-menu-bar-links {
        padding-right: 5px;
    }
    button.btn-pluss {
        float: left;
        position: absolute;
        left: 2px;
        bottom: -40px;
    }
    button.btn-min {
        float: left;
        position: absolute;
        left: 39px;
        bottom: -40px;
    }
}
/*NAVBAR*/
header#masthead {
    background: #fff;
    padding:0;
}
header#masthead a {
    color: #525280;
    font-weight: 600!important;
}
.navbar, .top-menu-bar .container-fluid {
    max-width: 1600px;
    margin: 0 auto 0 auto;
}
.navbar-brand img {
    position: relative;
    right: 30px;
}
@media screen and (max-width: 400px) {
    header .navbar-brand {
        width: 50%;
    }
}
a.dropdown-item:focus {
    background: #fff;
}
/*NAVBAR TOGGLER*/
.navbar-dark .navbar-toggler {
    background: #303081 !important;
    border-radius: 0;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*HEADER FOOTER*/
body.home .head-footer {
    margin-bottom: 0;
}
.head-footer {
    background: #e1148d;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 75px;
    padding-bottom: 1px;
}
.head-footer p {
    position: relative;
    top: 6px;
    font-weight: 300;
}
.head-footer a {
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
}
.head-footer a:hover {
    text-decoration: underline;
}
/*HEAD IMAGE*/
.sub-header {
    position: relative;
    width: 100%;
    height: 352px;
}
.sub-header .carousel-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 25;
}   
.sub-header .carousel-inner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 0 auto;
    height: 100%;
    top: 0px;
    z-index: 30;
}
.custom-animate-top{
    position:relative;
    animation:animatetop 0.4s
    } @keyframes animatetop{
        from{top:-300px;opacity:0} 
        to{top:0;opacity:1}
    }
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000;
    transition: all 0.2s ease-out;
}
.carousel-caption.avdl-slide-inner {
    left: 0;
    text-align: left;
    top: 10.5vh;
}   
.marge_bottom {
    margin-bottom: 70px;
}
b.first {
    font-weight: 600;
    color: #fff;
    background: rgba(95, 99, 194, 0.5490196078431373);
    padding: 7px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 152px;
}
b.second {
    font-weight: 600;
    color: #fff;
    background: rgba(95, 99, 194, 0.5490196078431373);
    padding: 7px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 228px;
    position: relative;
    top: 28px;
}
.carousel-inner.head .carousel-lead {
    position: relative;
    margin-top: 47px !important;
    left: 475px;
}
svg.appointment {
    font-size: 20px;
    margin-right: 10px;
}
button.btn-appointment a {
    text-decoration: none;
    color: #fff;
}
/*VIEW APPLICATIONS*/
section.home-col-1 {
    position: relative;
    background: #eeeeee;
    padding-top: 68px;
    padding-bottom: 68px;
}
.info-image img {
    width:100%;
}
.info-footer h1 {
    color: #e1158c;
    font-size: 16px;
    padding-top: 18px;
    padding-left: 18px;
    font-weight: 700;
}
.info-footer p {
    font-size: 13px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    bottom: 18px;
}
.info-footer {
    background: #fff;
    position: relative;
    bottom: 24px;
    min-height: 120px;
}
.check-balk {
    background: #303081;
    position: relative;
    padding: 22px 10px;
}
.check-balk h4 {
    color: #fff !important;
    font-size: 25px;
}
.info-buttons {
    margin-bottom: 25px;
}
.advl-post-thumbnail {
    height: 20vh;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border-radius: 0;
    color: #ed018c;
    font-weight: 600;
    border: none;
}
/*CONTACT*/
.frm_forms input, .frm_forms textarea {
    border-radius: 0 !important;
}
.frm_forms label {
    font-size: 13px !important;
    font-weight: 300 !important;
}
/*GOOGLE MAPS LOCATIONS*/
.advl-maps-col {
    padding: 0;
}
#advl-maps-wrapper {
    height: 629px;
    position: relative;
}
#advl-canvas {
    width: 100%;
    height: 100%;
}
.page-template-locations .head-footer {
    display: none;
}
.maps-header {
    background: #e1148d;
    color: #fff;
    position: relative;
    padding: 10px;
}
.maps-header p {
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.maps-header p.small {
    font-size: 14px;
    text-transform: inherit;
}
.locations {
    margin-bottom: 100px;
}
.maps_info_content{
    font-size: 13px;
}
.custom-margin {
    margin-top: 30px;
}
.nav_locations a.active{
    background:#e1158c !important;
}
.nav_locations a.active:hover{
    color:#fff !important;
}
.nav_locations a:hover{
    color:#e1158c !important;
}
.nav_locations {
    margin-bottom: 25px;
    background: #eee;
    border-radius: 5px;
}
/*POPUP*/
.animate-left{position:relative;animation:animateleft 0.9s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:10px;opacity:1}}
.hide {
    display: none;
}
.popup-image {
    height: 60px;
    width: 60px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 100%;
    position: relative;
    top: 20px;
}
.text-inner {
    margin-left: 45px;
    position: relative;
    top: 20px;
}
.popup-inner h1 {
    font-size: 17px;
    position: relative;
    bottom: 20px;
}
.popup-inner p {
    font-size: 13px;
    position: relative;
    bottom: 40px;
}
div#popup svg {
    float: right;
    cursor: pointer;
    margin-right:10px;
}
.row.popup {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .text-inner {
        text-align: center;
        margin-left: 0;
    }
    .popup-image {
        margin: 0 auto;
    }
    .linde-popup{
        padding-top:1vh;
    }
    b.first {
        margin: 0 auto;
        display: block;
        text-align: center;
        left: inherit !important;
        position: relative !important;
        right: inherit !important;
        margin-bottom: -55px !important;
        max-width: 400px;
    }
    b.second{
        max-width: 400px;
    }
    h3.custom-animate-top {
        margin: 10px;
        margin-top: -24px !important;
    }
    b.second,button.btn-appointment,.custom-animate-top,.carousel-caption.avdl-slide-inner,.carousel-caption.avdl-slide-inner {
        margin: 0 auto;
        display: block;
        text-align: center;
        left: inherit !important;
        position: relative !important;
        right: inherit !important;
    }
}
/*FOOT PROBLEMS*/
.foot-problems {
    background-color: #e1158c;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.actief, .foot-problems:hover {
    background-color: #e1158ca6; 
}
.footer-top h4 {
    color: #fff !important;
    margin-bottom: -17px !important;
}
.marge-sett {
    margin-bottom: 30px;
}
img.head_stempel {
    max-width: 250px;
    position: absolute;
    right: 25px;
    top: -45px;
    background: #fff;
    border-radius: 100%;
}
.column {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.column.tt,button.foot-problems.actief{
    background: #f54eb0 !important;
}
/*FOOTER*/
.footer-top {
    background: #313180;
    color: #fff;
    padding: 40px;
}
.footer-top a {
    color: #fff;
}
footer#colophon {
    background: #313180;
    color: #fff;
}
img.stroke {
    width: 90%;
    height: 46px;
    position: relative;
    top: 10px;
    image-rendering: pixelated;
}
@media screen and (max-width: 500px) {
    img.stroke {
        height: 20px;
    }
}
b.p-title {
    text-decoration: underline;
}
img.img-fluid.logo-footer {
    position: relative;
    right: 18px;
    bottom: 10px;
}
.footer-content {
    margin-top: 40px;
}
@media (min-width: 1360px){
    .right_dropdown ul.dropdown-menu {
        right: 0;
        left: inherit ;
    }
}
@media (max-width: 1200px){
    img.head_stempel{
        display: none;
    }
}