@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,300italic,400italic,600italic,700italic);

/* @group Basic HTML elements */
body {
    color:       #565a5c;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:   16px;
    height:      100%;
    margin:      0px;
    padding:     0px;
    overflow-x: hidden;
}
blockquote {
	/*font-family: Georgia, serif;*/
	background-color: #efefef;
	font-size: 22px;
	font-style: italic;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.45;
	position: relative;
	color: #565a5c;
}
blockquote:before {
	font-family: Arial, serif;
	display: block;
	content: "\201C";
	font-size: 160px;
	position: absolute;
	left: -10px;
	top: -60px;
	color: #506577;
}
pre {
	font-size: 15px;
	word-break: normal;
	word-wrap: normal;
	white-space: pre-wrap;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1
}
h1 {
    font-size:      50px;
    font-weight:    700;
    letter-spacing: -1px;
    margin-bottom:  20px;
    margin-top:     0;
    animation-delay:         .7s;
    -webkit-animation-delay: .7s;
}
h1 span, h2 span, .heading {
    color:       #A0C6CF;
    line-height: 1;
}
h2, h3, h4 {
    color:       #565a5c;
    font-weight: 700;
}
h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
	font-size: 30px;
}

h4, .h4 {
	font-size: 16px;
}

h2 {
    margin-bottom: 10px;
}

a {
    color: #73b6c5;
}
a[name]:before {
    content:"";
    line-height:0;
    width:0;
    font-size:0
}
p {
    margin-bottom: 20px;
}
img {
    height:    auto;
    max-width: 100%;
}
th {
    text-align:     center;
    vertical-align: middle !important;
}
ul.check {
    padding-left: 0;
}

ol, ul {
    padding-left: 20px;
}

ul.check li {
    list-style: none;
}

ul.check li:before {
    color:   #A0C6CF;
    content: "\f00c";
    display: inline-block;
    font:    normal normal normal 14px/1 FontAwesome;
    width:   20px;
}

figure {
  display: table;
}
figcaption {
	background: white;
	display: table-caption;
   caption-side: bottom;
   text-align: center;
   font-size: 16px;
   font-style: italic;
}
/* @end */
/* @group Mixed helper classes */
.uppercase {
    text-transform: uppercase;
}
.example {
	background-color: #efefef;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.text-muted {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box {
    background:    #fff;
    border:        1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 20px;
    padding:       10px 20px;
}
.clear{
	clear:both;
}
.dropdown {
    font-size: 15px;
}
.grey {
    background-color: #efefef;
}

.dark-grey {
    background-color: #565a5c;
}
.img-fullwidth {
    height: auto;
    width:  100%
}
img.slide {
	border: 3px solid darkgray;
	margin-top: 10px;	
}

.nieuws-item {
    box-shadow:         0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding-left:       10px;
    padding-right:      10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

table.overzicht img {
    max-width: 80px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background: #fff;
}
.klantwaarde h3 {
    color: #fff;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
    text-align:   right;
}
.link-active {
    color:           #A0C6CF;
    text-decoration: underline;
}

div.panel-footer a {
    text-decoration: none;
}

div a.btn {
    text-decoration: none;
}

.text-success {
    color: #A0C6CF;
}

.glyphicon-remove {
    color: #d3d3d3;
}

.glyphicon-film {
    color: #FF492A !important;
    font-size: 3em;
}
.vertical-center {
    display: flex;
    align-items: center;
}
.equal-height {
    display: flex;
    align-items: center;
}
.text-right {
    justify-content: flex-end;
}

.text-left {
    justify-content: flex-start;
}
ul li.text-muted {
    color:       #d3d3d3;
    font-family: "Source Sans Pro", sans-serif
}

.glyphicon-info-sign {
    color: #A0C6CF;
}

.popover {
    max-width: none;
    width:     600px;
}

#multi_page a::before {
    content: "";
}
#implementatie .well {
	background-color: inherit;
	border: 1px solid #68a5b3;
   border-radius: 8px;
   padding-bottom: 0px;
   background: #76adba;
}
#implementatie .well-text {
	color: white; 
	font-weight: normal; 
	font-size: 22px; 
	margin-top: 10px;
}
#implementatie h3 {
	color: white; 
	font-weight: normal;
	margin-top: 0px;
   margin-bottom: 20px;
}
/* @end */
/* @group Section Content */
.content a:before {
    content:      "\f138";
    font-family:  FontAwesome, 'Source Sans Pro';
    margin-right: .5rem;
}
.content a.nobefore:before{
	content:none;
}
.content a:hover {
    text-decoration: none;
}

.content img[title~=logo] {
    float:  left;
    height: auto;
    margin: 0 4rem 4rem 0;
    width:  150px
}
/* @end */
/* @group Green-styles */
.green-text {
    color: #A0C6CF;
}

.nobr {
    white-space: nowrap;
}

.green {
    background: #A0C6CF;
    color:      #565a5c;
}

.green span {
    color: #125655;
}

.green .btn {
    background: #506577;
}

.green .text-muted {
    color:     #fff;
    font-size: 18px;
}

.green .section-heading {
    color: #fff;
}

.green .heading {
    color:     #fff;
    font-size: 24px;
}
.green a:hover {
    color:     #fff;
}
/* @end */
/* @group Breadcrumb */
.breadcrumb.green, .breadcrumb > .active {
    color:       #2a6496;
    font-size:   13px;
    font-weight: 600
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb > li + li:before {
    color: #2a6496
}

.breadcrumb.green a {
    color: #2a6496
}
/* @end */
/* @group Section Nieuws */
#nieuws h3 {
    color:     #506577;
    font-size: 25px;
}

#nieuws p {
    font-size: 16px;
}
/* @end */
/* @group Panel */
.panel {
    border:             1;
    border-color: #506577;
    box-shadow:         0 0 0 rgba(0, 0, 0, 0.0);
    -moz-box-shadow:    0 0 0 rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    margin-bottom:      10px;
}

.panel p, .panel a, .panel li {
    font-size:       15px;
    font-weight:     600;
    line-height:     1.5;
/*    list-style-type: none;*/
/*    margin-left:     -1rem;*/
}

.panel .link-active {
    color:           #565a5c;
    text-decoration: none;
}

.panel-default > .panel-heading {
    background-color: #dcdcdc;
    border-color:     #90a5ba;
    color:            #565a5c;
    text-decoration:  none;
}

.panel-heading h3 {
    color:     #506577;
    font-size: 18px;
    margin-top: 10px;
}

.panel-title {
    color: #565a5c;
}
/* @end */
/* @group Play buttons */
.play-btn-top {
    position:absolute;
    top:35%;
    left:47%;
    cursor:pointer;
    width:75px;
    height:75px;
    transition:0.5s;
    opacity: 0; 
}
.play-btn {
	position:absolute;
	top:32%;
	left:40%;
	cursor:pointer;
	width:75px;
	height:75px;
	transition:0.5s;
	opacity: 0;	
}

.panel:hover .play-btn-top, .panel:hover .play-btn{
	opacity: 1; 
}
/* @end */
/* @group Modal dialog */
.modal-dialog {
	width: 120vh;
}
.modal-footer div{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.modal-footer div i{
    padding: 2px;
}
/* @end */
/* @group Section general styles */
section.content {
    padding: 10px 0px;
}
section h2.section-heading {
    font-size:  50px;
    margin:     25px 0;
    margin-top: 0;
}
section h3.section-subheading {
    font-style:     italic;
    font-weight:    inherit;
    margin-bottom:  50px;
    text-transform: none;
}
/* @end */
/* @group Button */
.btn {
    background:     #A0C6CF;
    border:         none;
    border-radius:  4px;
    color:          #fff;
    font-family:    'Open Sans', sans-serif;
    font-weight:    800;
    text-transform: uppercase;
}

.btn:before {
    content:      "\f054";
    font-family:  FontAwesome, 'Source Sans Pro';
    margin-right: 1rem;
}

.btn-lg {
    margin: 20px auto;
}
/* @end */
/* @group Navigation bar */
.navbar {
    height:  100px;
    z-index: 10;
}

.navbar-default {
    border:             0;
    padding:            25px 0;
    transition:         padding .3s;
    -moz-transition:    padding .3s;
    -webkit-transition: padding .3s;
}

.navbar-default .navbar-nav > .active > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #A0C6CF;
}

.navbar-default .navbar-nav > li > a {
    color:          #fff;
    font-family:    "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size:      15px;
    font-weight:    800;
    letter-spacing: 1px;
    line-height:    20px;
    text-transform: uppercase;
    text-decoration:none;
}

.navbar-default.navbar-shrink {
    background-color: #565a5c;
    padding:          0px 0;
}

.navbar-default .navbar-nav > .active > a {
    background: #A0C6CF;
}

.navbar-brand {
    height:             auto;
    margin:             10px -20px 0 15px;
    padding:            0;
    transition:         all .3s;
    -moz-transition:    all .3s;
    -webkit-transition: all .3s;
}

.navbar-default.navbar-shrink {
    border-radius: 0;
    height:        75px;
    margin-bottom: 0;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-shrink {
    box-shadow:         0 5px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0 5px 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
.navbar-right .dropdown-menu {
    border-left:    none;
    border-top:     none;
    padding-bottom: 20px;
    right:          auto;
}
.dropdown-menu > li > a:hover {
    color: #A0C6CF;
}

.dropdown-menu > li > a {
    padding-left: 15px;
    text-decoration: none;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #A0C6CF;
}

.dropdown-menu {
    box-shadow:         0 16px 22px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0 16px 22px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 16px 22px rgba(0, 0, 0, 0.3);
}
/* @end */
/* @group Navigation bar xs */
@media (max-width: 768px) {
    .navbar {
        background: rgba(0, 0, 0, 0.85);
        height:     75px;
    }

    .navbar-default {
        padding: 0;
    }

    ul.navbar-nav {
        background: #565a5c;
        margin-top: 0;
    }

    .navbar-default .navbar-collapse {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: none;
    }

    .navbar-default .navbar-toggle {
        background-color: transparent !important;
        border-color:     transparent !important;
    }
}
/* @end */
/* @group Navigation bar sm */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -38px;
    }

    .navbar-default.navbar-shrink .navbar-nav > li > a {
        font-size:     12px;
        padding-left:  12px;
        padding-right: 12px;
    }
    #causel_title {
        font-size: 21px;
    }
}
/* @end */
/* @group Section Veilig */
#veilig {
    background:      url(../../images/bck-veilig.jpg) no-repeat right center fixed;
    background-size: cover;
    color:           #ffffff
}

#veilig h2 {
    color: #fff !important;
}

#veilig .heading {
    font-size: 24px;
}
/* @end */
/* @group Carousel */
.carousel-control {
    color: #565a5c !important;
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.7);
    border:           none;
}

.carousel-indicators .active {
    background-color: rgba(0, 0, 0, 1)
}
.carousel-control.right {
    height: 50px;
    top:    39%
}
.carousel-control.left {
    height: 50px;
    top:    39%
}
#causel_title {
    color:     #A0C6CF;
    font-size: 25px
}
/* @end */
/* @group Section testimonials */
#testimonials .carousel-inner img {
    border-radius:         50%;
    -webkit-border-radius: 50%
}
/* @end */
/* @group Footer */
footer {
    background: #565a5c;
    padding:    15px 0 10px 0;
}
footer h3.foot-header{
    color: #fff;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
footer ul.more_linkList{
	list-style: none;
	padding-left: 0;
	margin-bottom:30px;
}
.more_linkList > li > a, footer p, footer p a{
    color: #fff;
    font-weight: normal;
    line-height: 1.42857;
}
footer p a:hover{
    color: #fff;
}
/* @end */
/* @group Homepage Video */
.header-video {
    overflow: hidden;
    position: relative;
}

iframe, video {
    bottom:   0;
    left:     0;
    position: absolute;
    right:    0;
    top:      0;
}

iframe {
    height: 100%;
    width:  100%;
}

video {
    width: 100%;
}

.teaser-video {
    height: auto;
    width:  100%;
}

.header-video--media {
    height: auto;
    width:  100%;
}

.header-video img {
  width: 100%;
  height: auto;
}

.video-trigger {
     background:         rgba(0, 0, 0, 0.5);
     box-shadow:         0 5px 30px rgba(0, 0, 0, 0.5);
     -moz-box-shadow:    0 5px 30px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
     color:              #506577;
     font-size:          30px;
     font-weight:        800;
     letter-spacing:     -1px;
     padding:            40px 38px;
     text-decoration:    none;
     transition:         background .3s, color .3s;
     -moz-transition:    background .3s, color .3s;
     -webkit-transition: background .3s, color .3s;
     vertical-align:     middle;
     z-index:            5;
 }

.video-trigger .fa {
    background-color:      #fff;
    border-radius:         50%;
    -moz-border-radius:    50%;
    -webkit-border-radius: 50%;
    color:                 red;
    line-height:           .8;
}

.video-trigger:hover {
    background:      rgba(0, 0, 0, 0.3);
    color:           #ffffff;
    text-decoration: none;
}

.fa-3x {
    vertical-align: middle
}
.video-close-trigger {
    background:         #506577;
    border:             none;
    color:              white;
    font-size:          20px;
    font-weight:        600;
    padding:            8px 18px;
    position:           absolute;
    right:              40px;
    text-align:         center;
    text-decoration:    none;
    top:                0px;
    transition:         background .3s;
    -moz-transition:    background .3s;
    -webkit-transition: background .3s;
    z-index:            99;
}

.video-close-trigger:hover {
    background: #565a5c;
    cursor:     pointer;
}

.jumbo-lead {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0%;
  text-align: center;
    transition:         background .3s;
    -moz-transition:    background .3s;
    -webkit-transition: background .3s;
    z-index:            5;
}

.jumbo-lead h1,
.jumbo-lead h2 {
    text-align: center;
    font-size:      65px;
    font-weight:    700;
    letter-spacing: -3px;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.jumbo-lead p {
    font-size:   35px;
    font-weight: 700;
    line-height: 35px;
    text-shadow:    
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
/* @end */
/* @group Functionality page */
#functionnality h3 {
    font-size: 14px;
}

#functionnality .col-lg-2 {
    padding-left:  10px;
    padding-right: 10px;
}

#functionnality .panel {
    border-left: solid 1px grey;
}

#functionnality .panel-body {
    font-size: 14px;
}

#functionnality a::before {
    content: none
}
/* @end */
/* @group Document page */
#document-page .panel p {
    list-style-type: none;
    margin-left:     -1rem;
}

#document-page .panel a {
    list-style-type: none;
    margin-left: -1rem;
}

#document-page .panel li {
    list-style-type: none;
    margin-left: -1rem;
}
#document-page .panel li.placeholder {
	 margin-left: -2.5rem;
	 margin-top: 10px;
}
/* @end */
/* @group Pricing-page */
#price-part  .panel li {margin-left:0px;}
#price-part  .panel p{margin-left:0px;}
#price-part  .panel a{margin-left:0px;}
#price-part   ul {padding-bottom:0px;}
#price-part   p{padding-bottom:0px;}
/* @end */
/* @group Sitemap-list */
#site-map ul{list-style:none;}
/* @end */

.clearfix3{clear:none;}
@media (max-width: 1199px) {
	.clearfix3{clear:both;}
}

/*top menu search icon*/
.icon-search .glyphicon-search {
	font-size:15px;
	color:#ffffff;
	padding:15px;
	line-height:20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.icon-search .glyphicon-search {
      font-size:12px;
		padding:15px;
		line-height:20px;
    }
}

/* @group David fixes */
/* @david , removed the white :active background of the search icon */
.icon-search a {
    background-color: transparent !important;
}

/*top menu login icon*/
.icon-login i {
	font-size:15px;
	color:#ffffff;
	padding:15px;
	line-height:20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.icon-login i {
		font-size:12px;
		padding:15px;
		line-height:20px;
	}
}
.icon-login a {
    background-color: transparent !important;
}

/* Language flags dropdown in navbar (hover) */
.language-flags-dropdown {
    position: relative;
}
.language-flags-dropdown .active-flag {
    display: block;
    padding: 15px 10px;
    cursor: pointer;
}
.language-flags-dropdown .active-flag img {
    width: 28px;
    height: 19px;
    border-radius: 2px;
    vertical-align: middle;
    object-fit: cover;
}
.language-flags-dropdown .dropdown-menu-flags {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    min-width: 140px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
}
.language-flags-dropdown:hover .dropdown-menu-flags {
    display: block;
}
.dropdown-menu-flags > li > a {
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-menu-flags > li > a img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
}
.dropdown-menu-flags > li > a:hover {
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .language-flags-dropdown .active-flag {
        padding: 10px 15px;
        text-align: center;
    }
    .language-flags-dropdown .dropdown-menu-flags {
        position: static;
        float: none;
        box-shadow: none;
        border: none;
        background-color: #9BBD53;
    }
    .language-flags-dropdown .dropdown-menu-flags > li > a {
        color: #fff;
    }
}

/* @david , fix for the "gap" in the black dropdown menu */
@media (max-width: 767px) {
    ul.navbar-nav  {
        background: #565a5c;
        margin-top: -54px;
        border-top: solid 40px #565a5c;
        border-bottom: solid 10px #565a5c;
    }
    .navbar-nav .icon-search .dropdown-menu  {
        background-color :#A0C6CF;
        margin: 0 15px
    }
}
/* @end */

/* @group Block-grid-David intro */
[class*="block-grid-"] {
    display: block;
    margin: -15px;
    padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

.block-grid-item {
    display: inline;
    margin: 0;
    padding: 15px;
    height: auto;
    float: left;
    list-style: none;
}
/* @end */
/* @group Block-grid-xs*/
.block-grid-xs-1 > .block-grid-item {
    width: 100%;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
}

.block-grid-xs-2 > .block-grid-item {
    width: 50%;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
}

.block-grid-xs-3 > .block-grid-item {
    width: 33.333333333333336%;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
}

.block-grid-xs-4 > .block-grid-item {
    width: 25%;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
}

.block-grid-xs-5 > .block-grid-item {
    width: 20%;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
}

.block-grid-xs-6 > .block-grid-item {
    width: 16.666666666666668%;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
}

.block-grid-xs-7 > .block-grid-item {
    width: 14.285714285714286%;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
}

.block-grid-xs-8 > .block-grid-item {
    width: 12.5%;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
}

.block-grid-xs-9 > .block-grid-item {
    width: 11.11111111111111%;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
}

.block-grid-xs-10 > .block-grid-item {
    width: 10%;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
}

.block-grid-xs-11 > .block-grid-item {
    width: 9.090909090909092%;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
}

.block-grid-xs-12 > .block-grid-item {
    width: 8.333333333333334%;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
}
/* @end */
/* @group Block-grid-sm */
@media (min-width: 768px) {
    .block-grid-sm-1 > .block-grid-item {
        width: 100%;
    }

    .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
        clear: both;
    }

    .block-grid-sm-2 > .block-grid-item {
        width: 50%;
    }

    .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
        clear: both;
    }

    .block-grid-sm-3 > .block-grid-item {
        width: 33.333333333333336%;
    }

    .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
        clear: both;
    }

    .block-grid-sm-4 > .block-grid-item {
        width: 25%;
    }

    .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
        clear: both;
    }

    .block-grid-sm-5 > .block-grid-item {
        width: 20%;
    }

    .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
        clear: both;
    }

    .block-grid-sm-6 > .block-grid-item {
        width: 16.666666666666668%;
    }

    .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
        clear: both;
    }

    .block-grid-sm-7 > .block-grid-item {
        width: 14.285714285714286%;
    }

    .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
        clear: both;
    }

    .block-grid-sm-8 > .block-grid-item {
        width: 12.5%;
    }

    .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
        clear: both;
    }

    .block-grid-sm-9 > .block-grid-item {
        width: 11.11111111111111%;
    }

    .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
        clear: both;
    }

    .block-grid-sm-10 > .block-grid-item {
        width: 10%;
    }

    .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
        clear: both;
    }

    .block-grid-sm-11 > .block-grid-item {
        width: 9.090909090909092%;
    }

    .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
        clear: both;
    }

    .block-grid-sm-12 > .block-grid-item {
        width: 8.333333333333334%;
    }

    .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
        clear: both;
    }
}
/* @end */
/* @group Block-grid-md */
@media (min-width: 992px) {
    .block-grid-md-1 > .block-grid-item {
        width: 100%;
    }

    .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
        clear: both;
    }

    .block-grid-md-2 > .block-grid-item {
        width: 50%;
    }

    .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
        clear: both;
    }

    .block-grid-md-3 > .block-grid-item {
        width: 33.333333333333336%;
    }

    .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
        clear: both;
    }

    .block-grid-md-4 > .block-grid-item {
        width: 25%;
    }

    .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
        clear: both;
    }

    .block-grid-md-5 > .block-grid-item {
        width: 20%;
    }

    .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
        clear: both;
    }

    .block-grid-md-6 > .block-grid-item {
        width: 16.666666666666668%;
    }

    .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
        clear: both;
    }

    .block-grid-md-7 > .block-grid-item {
        width: 14.285714285714286%;
    }

    .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
        clear: both;
    }

    .block-grid-md-8 > .block-grid-item {
        width: 12.5%;
    }

    .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
        clear: both;
    }

    .block-grid-md-9 > .block-grid-item {
        width: 11.11111111111111%;
    }

    .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
        clear: both;
    }

    .block-grid-md-10 > .block-grid-item {
        width: 10%;
    }

    .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
        clear: both;
    }

    .block-grid-md-11 > .block-grid-item {
        width: 9.090909090909092%;
    }

    .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
        clear: both;
    }

    .block-grid-md-12 > .block-grid-item {
        width: 8.333333333333334%;
    }

    .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
        clear: both;
    }
}
/* @end */
/* @group Block-grid-lg */
@media (min-width: 1200px) {
    .block-grid-lg-1 > .block-grid-item {
        width: 100%;
    }

    .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
        clear: both;
    }

    .block-grid-lg-2 > .block-grid-item {
        width: 50%;
    }

    .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
        clear: both;
    }

    .block-grid-lg-3 > .block-grid-item {
        width: 33.333333333333336%;
    }

    .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
        clear: both;
    }

    .block-grid-lg-4 > .block-grid-item {
        width: 25%;
    }

    .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
        clear: both;
    }

    .block-grid-lg-5 > .block-grid-item {
        width: 20%;
    }

    .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
        clear: both;
    }

    .block-grid-lg-6 > .block-grid-item {
        width: 16.666666666666668%;
    }

    .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
        clear: both;
    }

    .block-grid-lg-7 > .block-grid-item {
        width: 14.285714285714286%;
    }

    .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
        clear: both;
    }

    .block-grid-lg-8 > .block-grid-item {
        width: 12.5%;
    }

    .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
        clear: both;
    }

    .block-grid-lg-9 > .block-grid-item {
        width: 11.11111111111111%;
    }

    .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
        clear: both;
    }

    .block-grid-lg-10 > .block-grid-item {
        width: 10%;
    }

    .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
        clear: both;
    }

    .block-grid-lg-11 > .block-grid-item {
        width: 9.090909090909092%;
    }

    .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
        clear: both;
    }

    .block-grid-lg-12 > .block-grid-item {
        width: 8.333333333333334%;
    }

    .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
        clear: both;
    }
}
/* @end */

/* @group Block-grid-xs-text */
@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }
}
/* @end */
/* @group Block-grid-sm-text */
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-center-sm {
        text-align: center;
    }
}
/* @end */
/* @group Block-grid-md-text */
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
        text-align: left;
    }

    .text-right-md {
        text-align: right;
    }

    .text-center-md {
        text-align: center;
    }
}
/* @end */
/* @group Block-grid-lg-text */
@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-center-lg {
        text-align: center;
    }
}
/* @end */

/* @group Media-query-max-480 */
@media (max-width: 480px) {
    h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    h2, .h2 {
        font-size:     20px;
    }
    
    h3, .h3 {
        font-size:     18px;
    }

    .video-close-trigger {
        display:none !important;
    }
    .navbar-brand {
        width: 70%;
    }

    .video-trigger {
        background:  transparent;
        margin-left: -20px;
        box-shadow:none;
        top: 30%
    }

    .jumbo-lead {
        top: 40%;
    }

    .video-trigger span {
        display: none;
    }


    .navbar-toggle {
        margin-top: 25px;
    }

    .jumbotron {
        height:        400px;
        margin-bottom: 0;
        padding-top:   100px;
    }

    .jumbotron h1 {
        font-size: 25px;
    }

    .jumbotron .lead {
        font-size:   20px;
        line-height: 20px;
    }

    section h2.section-heading {
        font-size: 28px;
    }
    
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        white-space: inherit !important;
    }

}
/* @end */

/* @group Media-query 480 upto 767 */
@media (min-width: 480px) and (max-width: 767px) {
    h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    h2, .h2 {
        font-size:     24px;
    }
    
    h3, .h3 {
        font-size:     20px;
    }

}
/* @end */

/* @group Media-query 768 upto 991 */
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 44px;
        margin-bottom: 10px;
    }

    h2, .h2 {
        font-size:     28px;
    }
    
    h3, .h3 {
        font-size:     24px;
    }
}
/* @end */
/* @group Media-query 992 upto 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    h2, .h2 {
        font-size:     36px;
    }
    
    h3, .h3 {
        font-size:     30px;
    }
}
/* @end */

/* @group Media-query-min-768 */
@media (min-width: 768px) {
    .navbar-brand {
        padding-left: 20px;
    }

    ul.nav {
        position: relative;
        top:      13px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar {
        background-color: rgba(0, 0, 0, 0.20);
    }

    section {
        padding: 30px 0;
    }
}
/* @end */
/* @group Media-query-max-768 */
@media (max-width: 768px) {
    .header-video {
        margin-top: 75px;
    }
    
    .jumbo-lead h1,
    .jumbo-lead h2 {
        font-size: 35px;
    }

    .jumbo-lead p {
      font-size: 20px;
      padding: 0px 15px;
    	line-height: normal;
    }
    section {
        padding: 15px 0;
    }
}
/* @end */

/* @group Media-query-max-992 */
@media only screen and (max-width: 992px) {
    section.content {
        /*padding: 5px 5px;*/
    }
}
/* @end */
/* @group Media-query-min-992 */
@media (min-width: 992px) {
    .content .container {
        font-size: 18px;
    }
	#implementatie .well-text {
		font-weight: normal; 
		font-size: 24px; 
	}
    .content .container p, .content .container ul {
        padding-bottom: 0px;
    }

    .carousel-inner {
        font-size: 16px
    }

    .col-md-9 ul {
        font-size: 19px;
    }
    
    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-container > .order-md-1 {
        order: 1;
    }
    .flex-container > .order-md-2 {
        order: 2;
    }
}
/* @end */
/* @group Media-query-min-1200 */
@media screen and (min-width: 1200px ) {
    .navbar-brand {
        padding-left: 20px;
        padding-top:  5px !important;
        width:        97%;
    }
}
/* @end */
/* @group Media-query-max-1200-price */
@media (max-width: 1200px ) {
    #price-part .panel li, #price-part .panel p, #price-part .panel a, #price-part .panel .lead {
        font-size: 20px
    }
    #price-part .panel p {
        font-size: 20px
    }
    .breadcrumb {
        margin-top: 20px;
    }
}

/* @end */

/* @group Media-query-min-1200-document */
@media (min-width: 1200px) {
	#document-page .container{width:1180px;}
}
/* @end */

/* @group Zoom images */
.zoom-left {
  transition: transform .2s;
  width: 300px;
  height: auto;
  clear: both;
  position: relative;
  z-index: 2;
}

.zoom-left:hover {  
	transform: translate(150px, 0px) scale(2);
}

/* @end */
/* @group Tabs */
/* Verberg de radio buttons */
.tabs input[type="radio"] {
    display: none;
}
.tab-labels label {
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
}
.tab-content .content {
    display: none;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
/* Laat de content zien wanneer een radio button is geselecteerd voor het EERSTE setje */
#tab1-1:checked ~ .tab-content #content1-1,
#tab1-2:checked ~ .tab-content #content1-2,
#tab1-3:checked ~ .tab-content #content1-3 {
    display: block;
}

/* Laat de content zien wanneer een radio button is geselecteerd voor het TWEEDE setje */
#tab2-1:checked ~ .tab-content #content2-1,
#tab2-2:checked ~ .tab-content #content2-2,
#tab2-3:checked ~ .tab-content #content2-3 {
    display: block;
}

/* Stijl voor actieve tab label voor het EERSTE setje */
#tab1-1:checked ~ .tab-labels label[for="tab1-1"],
#tab1-2:checked ~ .tab-labels label[for="tab1-2"],
#tab1-3:checked ~ .tab-labels label[for="tab1-3"] {
    background-color: #ddd; /* Achtergrondkleur voor actieve tab */
    border-bottom: 1px solid white; /* Maak de onderste rand wit voor een naadloze overgang */
}

/* Stijl voor actieve tab label voor het TWEEDE setje */
#tab2-1:checked ~ .tab-labels label[for="tab2-1"],
#tab2-2:checked ~ .tab-labels label[for="tab2-2"],
#tab2-3:checked ~ .tab-labels label[for="tab2-3"] {
    background-color: #ddd;
    border-bottom: 1px solid white;
}

.tab-labels label:hover {
    background-color: #eee; /* Lichte achtergrondkleur bij hover */
}
.legenda {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legenda img {
  width: 218px;
  height: auto;
}
#accordion i {
	color:#ff672d;
}
.panel-heading a:before {
  display: none !important;
}
/* @end */
/* @group ChatGPT Conversations */
.user-block, .gpt-block {
    max-width: 80%;
    padding: 10px 15px 10px 50px;
    margin: 10px 150px;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: relative;
    transition: max-height 0.3s ease;
}
.user-block::before, .gpt-block::before {
    content: '';
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.gpt-block::before {
    background: url('https://www.aipromptpower.com/templates/aipromptpower/images/chat-gpt.png') no-repeat;
}
.user-block::before {
    background: url('https://www.aipromptpower.com/templates/aipromptpower/images/aipp.png') no-repeat;
}
.gpt-block {
    background-color: #FFFFFF;
    text-align: left;
    margin-left: 10px;
}
.user-block {
    background-color: #f0f0f5;
    text-align: left;
    margin-right: 10px;
}
details summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    color: #506577;
}
.less-text {
    display: none;
    color: blue;
}
.more-text {
    color: blue;
}
details[open] .summary-text {
    display: none;
}
details[open] .more-text {
    display: none;
}
details[open] .less-text {
    display: inline;
}
/* @end */
/* @group Hide system triangles details */
details > summary {
  list-style: none; /* Voor sommige browsers */
}
summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  display: none;
}
/* @end */
/* @group use-case-list */
#use-case-list {
	padding-left: 20px;
}

#use-case-list details {
    list-style: none;
    outline: none;
    margin-bottom: 10px;
}

#use-case-list summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    color: #506577;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: relative;
}

#use-case-list summary::before {
    content: '\25B6'; /* Unicode character for right-pointing triangle */
    margin-right: 10px;
    transition: transform 0.3s ease;
}

#use-case-list details[open] summary::before {
    content: '\25BC'; /* Unicode character for down-pointing triangle */
    transform: rotate(0deg);
}

#use-case-list summary:hover {
    background-color: #e0e0e0;
}

#use-case-list details[open] summary {
    background-color: #d0d0d0;
}

#use-case-list details > div {
    padding: 10px 0px 10px 20px; /* Adjust the value to control the indent */
}
/* @end */
/* @group Tool-Tip */
.tooltip-container {
    width: 100%; /* Brede container met een bepaalde breedte */
    margin: auto;
    position: relative; /* Zorgt ervoor dat de tooltip zich relatief tot deze container positioneert */
}
.tooltip {
    color: #506577;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    opacity: 1;
}
.tooltip:after {
    content: "\f05a";
    font-family: FontAwesome, 'Source Sans Pro';
    margin-left: .5rem;
    color: #73b6c5;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    max-width: 300px; /* Maximaal 300px breedte */
    background-color: #73b6c5;
    color: white;
    font-weight: normal;
    border-radius: 5px;
    padding: 8px 10px 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Plaats de tooltip boven het element */
    left: 50%;
    transform: translateX(-50%); /* Gebruik translateX om te centreren */
    opacity: 0;
    transition: opacity 0.6s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* @end */
/* @group Horizontal versus Vertical image */
.vertical-img {
	display: none;
}
@media (max-width: 768px) {
	.horizontal-img {
		display: none;
	}
	.vertical-img {
		display: block;
		width: 100%; /* Pas de breedte aan naar je voorkeur */
		height: auto; /* Houd de verhoudingen in stand */
	}
}
/* @end */
/* @group Desktop versus Mobile image */
.mobile-img {
	display: none;
}
@media (max-width: 768px) {
	.desktop-img {
		display: none;
	}
	.mobile-img {
		display: block;
		width: 100%; /* Pas de breedte aan naar je voorkeur */
		height: auto; /* Houd de verhoudingen in stand */
	}
}
/* @end */
.video-thumb {
    border-radius: 10px; /* Ronde hoeken */
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2), 4px 4px 10px rgba(0, 0, 0, 0.4); /* Schaduw */
    overflow: hidden; /* Zorgt ervoor dat de inhoud binnen de ronde hoeken blijft */
    margin: 25px 0px 25px 0px;
}
