@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ignite_the_lightregular';
    src: url('fonts/brosis-nl-logo/IgniteTheLight-webfont.eot');
    src: url('fonts/brosis-nl-logo/IgniteTheLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brosis-nl-logo/IgniteTheLight-webfont.woff2') format('woff2'),
         url('fonts/brosis-nl-logo/IgniteTheLight-webfont.woff') format('woff'),
         url('fonts/brosis-nl-logo/IgniteTheLight-webfont.ttf') format('truetype'),
         url('fonts/brosis-nl-logo/IgniteTheLight-webfont.svg#ignite_the_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* lay-out */

html, body {
    height:100%;
    margin: 0;
    padding: 0;
	color:#000;
	font-size:12.9pt;
	FONT-FAMILY: open_sansregular, Arial,verdana;
	text-decoration : none;
    line-height: 18pt;
}
body {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #E7E7E7;

}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    z-index:9999;
    color:#53585A;
    font-size: 30pt;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /*background-color: #FFFFFF; */
}
.scrollup:hover {
    opacity:1;
    color:#53585A !important;
}

#wrapper {
    height:100%;
    width:100%;
    max-width: 2000px;
    display:table;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
}
.framewrapper {
    position: relative;
    width: 1200px;
    max-width: 98%;
    margin-left:auto;
    margin-right:auto;
    padding-right: 1%;
    padding-left: 1%;
}
/* voor samsung tab :( */
@media all and (min-width : 1200px) {
    .framewrapper {
        width: 1200px !important;
    }
    .row {
        width: 1200px !important;
    }
}
.header0 {
    position: fixed;
    width:100%;
    max-width: 2000px;
    height:1px;
    margin-top: -1px;
    z-index: 900;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1) url(afbeeldingen/ruis.png) fixed;
}
.header0top {
    height: 70px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    border-bottom: thin solid rgba(0, 0, 0, 1);
    z-index: 998;

}
.header0top .logo {
    padding: 1%;
    float: left;
    font-family: ignite_the_lightregular;
    color: #000;
    font-size: 30pt;
    /*text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;*/
    font-weight: normal;

}
.headerwrap {
    position: relative;
    background-color: #000;
    border-bottom: thin solid #242424;
    background-color: #FFFFFF;
    background: url(afbeeldingen/ruis.png) fixed
}
.headerwrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    opacity: .1;
}

.header1 {
    display:inline-block;
    position: relative;
    width:100%;
    height:90px;
    line-height: 90px;
}
.logo {
    padding: 1%;
    float: left;
    font-family: ignite_the_lightregular;
    color: #000;
    font-size: 50pt;
    /*text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;*/
    font-weight: normal;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.logo i {
    color: #f29322;
    font-style: normal;
}
.topright {
    margin: 16px 0 auto 0px;
    color: #000000;
    display: block;
    float: right;
    text-align: left;
    font-weight: lighter;
    white-space: nowrap;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    line-height: 12pt;
}

.topadress {
    float: right;
    display: inline-block;
}

.header1 h1 {
    clear: right;
    float: right;
    margin: 0pt 1% 0pt 1%;
    padding: 0;
    font-size: 10pt;
    font-weight: normal;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, 1);
}

#header2 {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    overflow: hidden;
background: #45484d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#header2spacer {
    margin: -10px 0 0 0;
    height: 0px;
    position: relative;
}
#header2noheader {
    display: inline-block;
    position:relative;
    width:100%;
    height: 0px;
    background-color: transparent;
    border-bottom: 0px solid #4F575E;
}
.framewrapperh2 {
    position: relative;
    max-width: 100%;
    max-height: 800px;
    margin-left:auto;
    margin-right:auto;
    display: block;
}
@media all and (min-width : 1401px) {
.framewrapperh2 {
    height: 28vw;
    max-height: 500px;
    max-width: 2000px;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(2, 5, 8, 0.8), -12px 0 15px -4px rgba(2, 5, 8, 0.8);
    }
}
@media all and (max-width : 1400px) {
.rev_slider_wrapper {
    border-left: none;
    border-right: none;
    height: 30.1vw !important;
    }
.tp-simpleresponsive {
    height: 30.1vw !important;
}

}
.tp-bullets {

}
.tp-caption {
    z-index: 15;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 26px;
    border-width: 0px;
    margin: 0 0 0 120px;
    padding: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    max-width: 800px;
    width: 50vw;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
}
    .tp-caption p {
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: bold;
    }
    .tp-caption h2, .tp-caption h3, .tp-caption h4 {
        font-size: 56px !important;
        line-height: 60px !important;
        color: #fff;
        font-weight: 900;
        font-family: "roboto_condensedbold";
        letter-spacing: 4px;
        margin: 5px;
    }
.tp-caption a,  .tp-caption a:hover {
    border: 1pt solid #FFFFFF ;
    line-height: 20px;
    color: #fff;
    padding: 5px;
    text-decoration: none;
 }
@media all and (max-width : 995px) {
    .tp-caption p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .tp-caption h2, .tp-caption h3, .tp-caption h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .tp-caption a,  .tp-caption a:hover {
        border: 1pt solid #FFFFFF ;
        line-height: 20px;
        color: #fff;
        padding: 5px;
        text-decoration: none;
        font-size: 16px !important;
        line-height: 26px !important;
     }
}
#header3 {
    display: block;
    position:relative;
    width:100%;
    background-color: #fff;
}
#header3 .framewrapper {
    position: relative;
    z-index:900;
}
.legeregel {
    margin: 5px 0 5px 0;
    color: rgba(203, 201, 201, 1);
}

#footer3 {
    display:inline-block;
    margin: 0px 0 0 0;
    padding: 0 0 10px 0;
    width:100%;
    min-height:150px;
    /*background: url(afbeeldingen/stock/foter-com-13966283149_cfbda51899_k.jpg) no-repeat fixed center;*/
    background-size: cover;
    color: rgba(255, 255, 255, 1);
    /*text-shadow: 2px 2px 2px #000, -2px -2px 2px #000, 1px 1px 1px #000, -1px -1px 1px #000;*/
    font-size: 12pt;
    background-color: rgba(0, 0, 0, 1);
}
#footer3 h2 {
    font-size: 28pt;
    letter-spacing: 1pt;
}

.footerwrap {
    display:table-row;
    height:24px;
    background: url(afbeeldingen/schoolbord.jpg) repeat-x;
    background-size: cover;
}

#footer2 {
    display:block;
    width:100%;
    height:50px;
    background-color: transparent;
    color: #FFFFFF;
}
#footer2 .acties {
    max-height: 175px;
    overflow: hidden;
    font-size: 11pt;
}

#footer2 .kolom {
    display: block;
    width: 43%;
    line-height: 24px;
    margin: 5px 1% 5px 1%;;
    height: 190px;
    /*background-color: #242424;*/
    /*border: thin solid #CBC9C9*/
}
#footer2 .kolomrechts {
    float: right;
    text-align: left;
    line-height: 24px;
    margin: 15px 1% 0 1%;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    padding: 1% 2% 1% 2%;
    overflow: hidden;
    font-size: 11pt;

}

#footer2 .kolomrechts h3, #footer2 .kolomlinks h3 {
    margin: 0 0 15px 0;
}

#footer2 .kolomlinks {
    float: left;
    text-align: left;
    line-height: 24px;
    margin: 15px 1% 0 1%;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    padding: 1% 2% 1% 2%;
    overflow: hidden;
    font-size: 11pt;
}
#footer2 .kolom .agendaitemdate {
    font-size: 10pt;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0;
    clear: left;
    float: left;
    background-color: #f29322;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 73px;
}
#footer2 .kolom .agendaitem {
    margin: 0 0 5px 0;
    white-space: nowrap;
    width: calc(100% - 93px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer2 .kolom .agendaitem a, #footer2 .kolom .agendaitem a:hover, #footer2 a {
    text-decoration: none !important;
    color: #fff;
}

#footer2 .kolom .agendaitem .Ttip {

}

#footer2 .kolom .agendaitem a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer2 .kolom h3 {
    color: #fff;
}
@media all and (max-width : 650px) {
        .header1 {
            display:block;
            position: relative;
            width:100%;
            height: auto;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }
        .header1 .logo {
            float: left;
            display: inline-block;
            width: 100%;
            max-width: 100%;
            margin: 10px 0 0px 0;
            padding: 0;
            -webkit-transition-duration: 1.2s;
            -moz-transition-duration: 1.2s;
            -o-transition-duration: 1.2s;
            transition-duration: 1.2s;
            text-align: center;
        }
        .header1 .framewrapper {
            padding: 0;
            width: 100%;
        }

        .header1 .topright {
            display: block;
            width: 100%;
            max-width: 100%;
            text-align: center;
            margin: 0px 0 0 0;
            white-space: nowrap;
            border-radius: 0;
            float: none !important;
        }
        .header1 .topadress {
            clear: left;
            display: block;
            float: none;
        }

        .header1 h1 {
            float: none !important;
            max-width: 100% !important;
            width: 100%;
            display: block;
            margin: 16px 0 16px 0;
            text-align: center;
        }

        #header2 p, #header2 h2, #header2 h3, #header2 h4 {
            display: none;
        }


        #footer2 .kolom {
            display: block;
            width: 96%;
            line-height: 24px;
            margin: 5px 0 5px 0 !important;
            padding: 2%;
            height: auto;
            float: left !important;
        }
        #footer2 .kolomrechts {
            text-align: left;
        }
    }

#footer {
    clear: both;
    display:inline-block;
    width:100%;
    height:24px;
    background-color: transparent;
    color: #FFFFFF;
}
#footer a{
    color: #FFFFFF;
}

#footer .logos {
    clear: both;
    width: 98%;
    text-align: center;
    margin: 10px 1% 0 1%;
}
#footer .logos img {
    opacity: .6;
    margin: 0 1% 0 1%;
    transition: all 0.3s ease-in-out;
}

#footer .logos img:hover {
    opacity: 1;
}
#footer .comodo {
    padding: 0 0 -30px 0;
    display: inline-block;
}
#footer .comodo img {
    margin: 0 0 -20px 2%;
}
#footer .kolom {
    display: block;
    width: 98%;
    font-size: 10pt;
    line-height: 18px;
    margin: 5px 1% 0px 1%;
    text-align: center;
}

#footer .kolom img {
    margin: 1%;
}
.smedia {
    margin: -6px 0 auto 0px;
    line-height: 50px;
    color: #000;
    font-size: 15pt;
    display: inline-block;
    opacity: 0;
}

.smedia ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.smedia ul li {
    list-style-type: none;
    float: left;
}

.smedia ul li a i {
    /*background: rgba(255, 255, 255, .3);*/
    color: #000;
    /*text-shadow: -2px 0 #000000,0 2px #000000,2px 0 #000000,0 -2px #000000;*/
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    border-radius: 0;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    opacity: 1;
}

.smedia .fa {
    background: transparent;
}

.smedia .fa-facebook-f:hover {
    background: #0d6caa;
}
.smedia .fa-youtube:hover {
    background: #d31a1a;
}
.smedia .fa-twitter:hover {
    background: #16b4ca;
}
.smedia .fa-x-twitter:hover {
    background: #000;
}

.smedia .fa-user:hover {
    background: #146EBD;
}
.smedia .fa-map-marker:hover {
    background: #d37414;
}
.smedia .fa-phone:hover {
    background: #23a501;
}
.smedia .fa-question-circle:hover {
    background: #FF0033;
}
.smedia ul li a i:hover {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    border: 1px solid transparent;
}
.smedia .fa-globe {
    font-size: 14pt !important;
}
 .checkdommobile {
     display: none;
 }

 .smedia .checkdom {
    background: #0081EB;
    color: #fff;
    width: auto;
    height: 36px;
    line-height: 36px !important;
    border-radius: 0px;
    font-size: 11pt !important;
    letter-spacing: 1pt;
    text-align: center;
    margin: 7px 5px 5px 5px;
    padding: 0 15px 0 15px;
    transition: all 0.3s ease-in-out;
    border: 0;
    opacity: 1;
    float: left;
    cursor:pointer;
}
.smedia .checkdom:hover {
    background: #f19221;
    opacity: 1;
    color: #000;
}
@media all and (max-width : 770px) {
        .smedia {
            margin: 10px 0 auto 0px;
            line-height: 22px;
            color: #000000;
            font-size: 15pt;
            display: inline-block;
            opacity: 1;
            text-align: center;
        }

        .smedia ul {
            overflow: auto;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .smedia ul li {
            list-style-type: none;
            float: left;
        }

        .smedia ul li a i {
            background: transparent;
            color: #000;
            width: 22px;
            height: 22px;
            line-height: 22px !important;
            border-radius: 10%;
            font-size: 14pt !important;
            text-align: center;
            margin: 0 5px 0 5px;
            padding: 2px;
            transition: all 0.3s ease-in-out;
            opacity: .7;
            display: inline-block;
        }

         .smedia .checkdommobile {
            background: #0081EB;
            color: #fff;
            width: auto;
            height: 26px;
            line-height: 12px;
            border-radius: 4px;
            font-size: 9pt !important;
            text-align: center;
            margin: 0px 0px 0px 0px;
            padding: 0 10px 0 10px;
            transition: all 0.3s ease-in-out;
            border: 0;
            opacity: 1;
        }
        .smedia .checkdommobile {
            line-height: 26px;
            margin-top: 0px;
            float: left;
            display: inline-block;
        }

        .smedia .checkdommobile:hover {
            background: #f19221;
            opacity: 1;
            color: #000;
        }
        .smedia .checkdom {
            display: none;
        }
        .header0top {
            display: none;
        }

}
@media all and (max-width : 450px) {
        .smedia .checkdommobile {
            display: block !important;
            clear:both;
            float: none;
            margin: 0px 0 10px 0 !important;
        }
        .smedia  a {
            text-decoration: none !important;
        }
        #header2 {
            display: none;
        }
        #header2 .nivoSlider {
            display: none;
        }
        #header2 .nivo-controlNav {
            display: none;
        }
        #header3 {
            border-top: thin solid #4F575E;
            border-bottom: thin solid #4F575E;
            background-color: #CBC9C9;
        }
}

.row {
    display:block;
    table-layout: fixed;
    position: relative;
    margin-left:auto;
    margin-right:auto;
}
.cell-right {
    display:table-column;
    height:100%;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}
.row img {
    width: auto;
    display: inline-block;
    height: auto !important;
    max-width: 98% !important;
}
blockquote {
    font-style: italic;
    max-width: 500px;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 60px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    display: block;
    font-size: 80px;
    position: absolute;
    left: 10px;
    top: 0px;
    color: #7a7a7a;
}
.row ul, #footer3 li, #footer2 li  {
  list-style: none;
  padding: 0;
}
.row li, #footer3 li #footer2 li {
  padding-left: 1.3em;
}
.row li:before, #footer3 li:before, #footer2 li:before {
  content: "\f14a"; /* FontAwesome Unicode */
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#header2 .nivo-caption blockquote {
    background: rgba(0, 0, 0, 0.8);
    width: 400px;
    max-width: 80%;
}
/* algemene opmaak */

.content,.text {
}
TD {
}
A, A:Hover  {
	color:#000000;
	text-decoration : underline;
	font-weight: none;
}
A:Hover  {
	font-style: none;
	font-weight: none;
	text-decoration : underline;
}
.imgborder {
	border: 1px solid #000000;
}
hr {
    border: 0;
    width: 100%;
    color: #000;
    background-color: #000;
    height: 1px;

 }
H1 {
    font-size: 16pt;
    margin: 15px 5px -10px 0;
    color: #000;
    text-transform:none;
    font-weight: normal;
}

H2 {
	font-size : 16pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
}

H3 {
	font-size : 14pt;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}
H4 {
	font-size : 12.9pt;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}
.row H1 {
    font-size: 24pt;
    margin: 0px 5px -10px 0;
    color: #000;
    text-transform:none;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
}
.row H1::after {
    width: 50px;
    max-width: 75%;
    height: 4px;
    background: #F29322;
    clear: both;
    content: "";
    display: block;
    margin: 16px auto 30px auto;
}
.row H4 {
	font-size : 12.9pt;
    text-transform:none;
    font-weight: normal;
    text-align: center;
}
.titel {
	font-size : 14pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
    margin : 0px 0px 10px 0px;
    font-variant: none;
    text-align: left;
}

.stebuttonmore {
    display:block;
    width: 101%;
    height: 30px;
    position:absolute;
    color: #000;
    background-color: rgba(242, 147, 34, 1.0);
    margin: 0 0 0 -5%;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    bottom: 0;
    text-align: center;
    line-height: 22pt;
}

.stedivbasis {
    display:inline-block;
    vertical-align:top;
    padding: 0 1% 1% 1%;
    overflow: hidden;
    overflow-y: none;
    width: 29%;
    height: 350px;
        position:relative;
    background-color: rgba(231, 231, 231, 0);
    /*color: #000;*/
    margin: .5%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    visibility: 0;
    text-overflow: ellipsis;
    border: thin solid rgba(0, 0, 0, .2)

}
#footer3 .stedivbasis {
    height: 250px !important;
    background-color: transparent;
    border: none;
}
#footer3 .stedivbasis:hover {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.stedivbasis:hover {
    border: thin solid rgba(0, 0, 0, .7);

}
.stedivbasis h2 {
    margin: 10px 0 10px 0;
}
.stedivbasis a {
    text-decoration: none !important;
}
.stediv25 img, .stediv33 img  {
    max-width: 100% !important;
    height: auto !important;
}
.stediv25 {
    width: 21%;
}
.stediv25small {
    width: 21%;
    height: 160px !important;
    border-left: thin solid thin solid rgba(0, 0, 0, .7);
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
}
.stediv25small h3 {
    margin: 10px 0 3px 0;
}
.heigh {
    height: 350px !important;
}
.stediv33 {
    width: 29.25%;
}
.stediv50 {
    width: 45.57%;
    border: none !important;
    height: auto !important;
}
.stediv75 {
    width: 70.2%;
}
.stediv100 {
    width: 94.7%;
}

.gerelateerdframe .stedivbasis {
    height: auto !important;
    min-height: 50px !important;
}
.gerelateerdframe .stediv25  {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

.gerelateerdframe .stedivbasis:hover {
    background-color: rgba(15, 37, 77, 0);
}
@media all and (max-width : 1100px) {
    .stediv25 {
        width: 44.57%;
    }
    .stediv25bij75 {
        width: 20%;
    }
    .stediv25small {
        width: 44.57%;
        height: 150px !important;
        border-left: thin solid thin solid rgba(0, 0, 0, .7);
        border-right: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }
    .heigh {
    height: 300px !important;
    }
}
@media all and (max-width : 650px) {
    .stedivbasis {
        width: 93% !important;
        margin: 2%;
        padding: 1% 1% 1% 2%;
        /*text-align: center;*/
        height: auto;
    }
    .stebuttonmore {
        display:block;
        width: 100%;
        height: 30px;
        position:relative;
        color: #000;
        background-color: rgba(242, 147, 34, 1);
        margin: 0 0 0 0;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        bottom: 0;
        text-align: center;
        line-height: 22pt;
    }
    .heigh {
    height: auto !important;
    }
}
.ui-accordion-content {
    font-size: 11pt;
}
.ui-accordion-content, .ui-accordion-content p {
    font-size: 12pt;
    opacity: 1 !important;
}

.ui-widget {
    max-width: 98%;
    margin: 0 1% 0 1%;
}
.ui-state-default {
    background-color: rgba(242, 147, 34, 1.0) !important;
    background: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.ui-state-default:hover {
    background-color: rgba(242, 147, 34, 0.8) !important;
}

.ui-state-active .ui-icon, .ui-state-default .ui-icon {
    /*background-image: url("afbeeldingen/ui-icons_ffffff_256x240.png") !important;*/
}

@media screen and (max-width: 800px) {
    /* uitgezet ivm pop-over x */
    .ui-widget {
/*        width: 96% !important;
        margin: 10pt 2% 0 2% !important;
        float: none !important;
        clear: both !important;*/
    }
}
hr {
    clear: both;
    border: 0px solid transparent;
    height: 0px;
}

/* hack nodig ivm responsive formulieren */
.ui-datepicker {
    font-size: 10pt !important;
}
.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-month select, .ui-datepicker-year select {
    width: 45% !important;
    margin: none !important;
    height: 10pt !important;
    line-height: 10pt !important;
}

.clear {
    clear: both;
}

/* formulier opmaak */

.fielddescription {
    font-style: italic;
    color: #7A7A7A;
    max-width: 90%;
}

fieldset {
    width: 98%;
    padding: 1%;
    border: thin groove #E7E7E7;
    margin: 20px 0 20px 0;
}

legend {
    font-weight: bold;
    letter-spacing: 1pt;
    color: #53585A;
}

select {
    height: 30pt;
}

input[type=text], select, textarea {
    min-height: 20pt;
    line-height: 20pt;
    width: 99% !important;
    padding: 5px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit] {
    background-color: #268EE8; /* Green */
    border: none;
    color: white;
    padding: 15px 32px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#clearBtn, input[type=file] {
    background-color: #CBC9C9; /* Green */
    border: none;
    color: #000;
    padding: 10px 14px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    max-width: 95% !important;
}

input[type=submit]:hover {
    background-color: #45a049;
}
input[type=checkbox] {
    float: none;
    line-height: 20pt;
}
label {
    min-width: 250px !important;
}
.popover {
    max-width: 90%;
    z-index: 9999 !important;
}
.popover img {
    max-width: 100%;
    height: auto !important;
}

.FloatingContactActions {
      position: fixed;
      bottom: 35px;
      right: 35px;
      z-index: 9999;
}
@media screen and (min-width: 1900px) {
    .FloatingContactActions {
          right: 50%;
          margin-right: -930px;
    }
}

.FloatingContactButton {
    height: 60px;
    width: 60px;
    background-color: rgba(242, 147, 34, .8);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.FloatingContactButton i {
    font-size: 22px;
}

.FloatingContactButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.FloatingContactButtons a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.FloatingContactButtons a:hover {
    transform: scale(1.05);
}

.FloatingContactButtons a {
    background-color: #53585A;
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}
/*.FloatingContactButtons a:nth-child(2) {
    background-color: #4CAF50;
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}
.FloatingContactButtons a:nth-child(3) {
    background-color: #f44336;
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}
.FloatingContactButtons a:nth-child(4) {
    background-color: #03a9f4;
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}*/

.FloatingContactActions a i {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.FloatingContactActionsToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
    margin: 0 !important;
}

.FloatingContactActionsToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.FloatingContactActionsToggle:checked ~ .FloatingContactButtons a {
    opacity: 1;
    visibility: visible;
}

#HFIframe {
    width: 100%;
    min-height: 500px;
}

.grecaptcha-badge {
    bottom: 0px !important;
    visibility: hidden;
}
.alert {
    width: 98%;
    padding: 1%;
    margin: 15px 0 0 0;
    display: block;
    background-color: #D2F0B2;
    clear: both;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}