@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: '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.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:15pt;
    font-family: open_sanslight, Arial,verdana;
    letter-spacing: 1pt;
	text-decoration : none;
    line-height: 23pt;
}
body {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
    background-attachment: fixed;
}
.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%;
    display:table;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
    max-width: 2000px;
    background-color: #fff;
}
@media all and (min-width : 2000px) {
    #wrapper {
        border-left: thin solid #000000;
        border-right: thin solid #000000;
    }
}
.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;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: block;
    height: 120px;
    z-index: 999;
}
.header0::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ededed;
    opacity: 0.8;
}
.header0 .logo {
/*    padding: 46px 0 0 0;*/
    margin: 0;
    float: right;
    text-align: right;
    width: 25%;
    line-height: 120px;
    font-size: 24pt;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.95);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header0 .logo img {
    vertical-align:middle;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.header0 a, .header0 a:hover {
    text-decoration: none;
}

.header0 .topleft {
    margin: 20px 0 auto 0px;
    color: #000000;
    width: 25%;
    display: block;
    float: left;
    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;
}

.header0 .topmenu {
    display: block;
    position:relative;
    right:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    height: 49px;
}
.header0top {
    height: 80px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;

}
.header0top .topleft {
    margin: 14px 0 auto 0px;
}
.header0top .logo {
    line-height: 75px;
}
.header0top .logo img {
    vertical-align:middle;
    width: 90%;
    height: auto;
}
.header0top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ededed;
    opacity: 1;
}
.header0 .calltoaction {
    width: 150px;
    line-height: 49px;
    background-color: #9ba777;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: 11px 0 0 0;
    /*border-radius:  30px;*/
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.header0 .calltoaction:hover {
    background-color: #000;
    color: #fff;
    text-align: center;
}

/* curtain Menu */
    .CurtNav-overlay {
      height: 100%;
      width: 0;
      opacity: 0;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background-color: rgba(182, 189, 182, 1);
      overflow-x: hidden;
      transition: 0.5s;
      color: #000;
    }

    .CurtNav-overlay-content {
        display: block;
        width: 1200px;
        max-width: 98%;
        margin-left:auto;
        margin-right:auto;
        padding-right: 1%;
        padding-left: 1%;
        word-break: normal;
        position: relative;
        top: 20px;
        text-align: center;
         transition: 0.5s;
}
    .CurtNav-overlay .closebtn .hamburger {
        background: rgba(255, 255, 255, 1);
        color: #000;
        width: 56px;
        height: 56px;
        line-height: 56px;
        border-radius: 50%;
        font-size: 48pt;
        text-align: center;
        margin: 5px;
        padding: 2px;
        transition: all 0.3s ease-in-out;
        border: 2px solid rgba(0, 0, 0, 1);
        opacity: 1;
        cursor: pointer;
    }
    .CurtNav-overlay .closebtn {
        margin-bottom: 30px;
        display: block;
    }
    .openbtn .hamburger {
        background: rgba(255, 255, 255, 1);
        color: #000;
        width: 56px;
        height: 56px;
        line-height: 56px;
        border-radius: 50%;
        font-size: 28pt;
        text-align: center;
        margin: 5px;
        padding: 2px;
        transition: all 0.3s ease-in-out;
        border: 2px solid rgba(0, 0, 0, 1);
        opacity: 1;
        cursor: pointer;
    }
    .header0top .openbtn .hamburger {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 20pt;
        margin: 0px;
    }
.eerstemenu-actief, .eerstemenu-normaal {
  padding: 18px 0 18px 0;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  transition: 0.3s;
  clear: right;
}
.eerstemenu-actief a:hover, .eerstemenu-normaal a:hover {
  text-decoration: none;
  font-size: 36px;
  color: #000;
  transition: 0.3s;
}
.eerstemenu-actief a, .tweedemenu-actief {
  color: #000000;
}

@media screen and (max-height: 450px) {
  .CurtNav-overlay a {font-size: 20px}
  .CurtNav-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.headerwrap {
    position: relative;
    background-color: #FFFFFF;
    border-bottom: thin solid #242424;

}
.headerwrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: .9;
}


.topmenu .main-nav {

}
.bluemenu {
    background-color: #268EE8 !important;
    color: #fff !important;
}

.header1 .calltoaction {
    right: 0%;
    line-height: 39px;
    text-align: right;
    color: #000;
}
.header1 .calltoaction:hover {
    color: #000;
}

.header1 a, .header1 a:hover {
    text-decoration: none;
}
.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(203, 201, 201, 1);
}

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

#header2spacer {
    margin: 0 0 0 0;
    position: relative;
}
#header2noheader {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    height: 125px;
    background-color: #fff;
    border-bottom: 0px solid #4F575E;
}
.framewrapperh2 {
    position: relative;
    max-width: 100%;
    max-height: 700px;
    margin-left:auto;
    margin-right:auto;
    display: block;
}
@media all and (min-width : 1401px) {
.framewrapperh2 {
    height: 36.1vw;
    max-height: 700px;
    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) {
.framewrapperh2 {
    height: 34.1vw;
    max-height: 700px;
    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);
    }
.rev_slider_wrapper {
    border-left: none;
    border-right: none;
    height: 34.1vw !important;
    }
.tp-simpleresponsive {
    height: 34.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: 75vw;
    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: none ;
    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 {
        line-height: 20px;
        color: #fff;
        padding: 5px;
        text-decoration: none;
        font-size: 16px !important;
        line-height: 26px !important;
     }
    .headericon {
        float: left;
        margin-right: 10px;
        position: relative;
        margin-left: 20px;
    }
    .headericon i {
        font-size: 30pt;
    }
    .headericon {
        margin-left: 10px;
    }
}
#header3 {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
}
#header3 .framewrapper {
    position: relative;
    z-index:900;
}
#footer3 {
    position: relative;
    display:table-row;
    padding: 10px 0 0 0;
    width:100%;
    min-height:350px;
    color: #fff;
    text-shadow: 3px 3px 5px #000, -3px -3px 5px #000, 1px 1px 1px #000, -1px -1px 1px #000;
    background: #E7E7E7 url(afbeeldingen/stock/StockSnap_HMDS5VSD7S.jpg) no-repeat fixed top;
    background-size: cover;
    background-position: left top;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

#footer3 h3, #footer3 h2 {
    font-size: 18pt;
    letter-spacing: 1pt;
    line-height: 18pt;
    color: #fff !important;
}
.footerwrap {
    display:table-row;
    position: relative;
    height:24px;
    z-index: 500;
    background: #5d645b url(afbeeldingen/ruis.png) repeat fixed top;
    /*background-size: cover*/
}

#footer2 {
    display:block;
    width:100%;
    background-color: transparent;
    color: #fff;
}
#footer2 .logos img {
    width: auto !important;
    height: 30px;
    margin: 5px;
}

#footer2 .acties {
    max-height: 350px;
    overflow: hidden;
}

#footer2 .kolom {
    display: block;
    line-height: 24px;
    margin: 5px .5% 5px .5%;
    padding: .5%;
    max-height: 350px;
    overflow: hidden;
    /*background-color: #242424;*/
    /*border: thin solid #CBC9C9*/
}
#footer2 .kolomrechts {
    float: right;
    text-align: right;
    width: 31.3%;
}
#footer2 .kolomlinks {
    float: left;
    text-align: left;
    width: 31.3%;
}

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

#footer2 .kolom .agendaitemdate {
    font-size: 10pt;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0;
    clear: left;
    float: left;
    background-color: #00acd2;
    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 {
    text-decoration: none !important;
    color: #000;
}


#footer2 .kolom .agendaitem a:hover {
    color: #000;
    text-decoration: underline;
}
#footer2 a {
    color: #fff;
    text-decoration: underline
}
#footer2 .kolom h3 {
   color: #fff;
}
@media all and (max-width : 1055px) {
        .header0 .topright {
            text-align: right;
            width: 60%;
        }
        .header0 .logo {
            width: 300px;
        }
    }
@media all and (max-width : 820px) {
        .header0 .topright {
            text-align: right;
            width: 40%;
        }

        .header1 {
            position: relative;
            width:100%;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }
        .header1 .logo {
            float: left;
            display: block;
            width: 200px;
            max-width: 100%;
            margin: 10px 0 -15px 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;
            line-height: 42px;
        }
        .header1 .framewrapper {
            padding: 0;
            width: 100%;
            max-width: 100%;
        }
        .header1 .calltoaction {
            margin: auto 1% auto auto;
        }

        .header1 .logo img {
            width: 100%;
            max-width: 400px;
            height: auto !important;
            padding: 2%;
        }
        .header1 .topright {
            max-width: 100%;
            margin: 5px 10px 0px 0;
            text-align: center;
            background-color: transparent;
        }
        .headericontext {
            text-align: left;
        }
        .header1 h1 {
            float: none;
            max-width: 100vw;
        }
        .header1 .taal {
            float: none;
            text-align: center;
            clear: both;
        }
        #footer2 .kolom {
            display: block;
            width: 96%;
            line-height: 24px;
            margin: 5px 0 5px 0 !important;
            padding: 2%;
            height: auto;
            float: left !important;
            text-align: center !important;
        }
        #footer2 .kolomrechts {
            text-align: left;
        }
    }
#footer {
    clear: both;
    display:inline-block;
    width:100%;
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    padding: 10px 0 0 0;
}
#footer a{
    color: #FFFFFF;
}

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

#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%;
}


@media all and (max-width : 700px) {

        .header0 .logo {
        /*    padding: 46px 0 0 0;*/
            margin: 0 2% 0 0;
            float: right;
            text-align: right;
            width: 70%;
            line-height: 120px;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
        }

        .header0 .topleft {
            margin: 25px 0 auto 0px;
        }

        .headerwrap {
            margin-top: 120px;
        }

        .header0 .topright {
            clear: both;
            width: 90%;
            margin: 0px 5% 0px 5%;
            text-align: center;
            background-color: transparent;
        }
        .header0top {
            text-align: center;
            height: 100px;
        }
        .header0top .logo {
            margin: -10px 1% -25px 1%;
        }

        .header1 .calltoaction {
            text-align: center;
        }
        .header1 .logo {
            width: 90%;
            margin: 10px 5% -15px 5%;
        }

        .main-menu-btn {
            float: none;
            margin-left: 15px;
        }

        #header3 {
            border-top: thin solid #4F575E;
            position: relative;
        }
        .tp-caption {
            display: none !important;
        }
        .framewrapperh2 {
           height: auto;
           border: none;
        }

    }

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

.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: 10%;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 1);
    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-map-marker:hover {
    background: #d37414;
}
.smedia .fa-phone:hover {
    background: #23a501;
}
.smedia .fa-mobile-alt:hover {
    background: #F29322;
}
.smedia .fa-question-circle:hover {
    background: #FF0033;
}
.smedia .fa-whatsapp:hover {
    background: #189d0e;
}
.smedia .fa-whatsapp {
    display: none;
}
.smedia .fa-instagram:hover {
    background: #6e37ab;
}
.smedia .fa-linkedin:hover {
    background: #183153;
}
.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: 5px;
    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: 0px 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 .fa-facebook {
            background:transparent;
        }
        .smedia .fa-youtube {
            background:transparent;
        }
        .smedia .fa-twitter {
            background:transparent;
        }
        .smedia .google-plus {
            background:transparent;
        }
        .smedia .fa-map-marker {
            background:transparent;
        }
        .smedia .fa-phone {
            background:transparent;
        }

        .smedia ul li a i:hover {
            opacity: 1;
        }
         .smedia .fa-globe {
             margin: 4px 0 0 0;
             float: left;
             font-size: 11pt;
         }
        .smedia .fa-whatsapp {
            display: inline-block !important;
        }
         .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;
        }

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

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

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

.cart ul li a i {
    background: transparent;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    border-radius: 10%;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: thin solid #fff;
    opacity: .7;
}

.cart .fa-cart-arrow-down, .smedia .fa-cart-arrow-down:hover {
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    width: 12px;
    height: 12px;
    line-height: 32px !important;
    margin: 1px 5px 1px 5px;
    color: #fff;
    border: 0;
}
 .cart .aantal {
    background: #0081EB;
    color: #fff;
    width: auto;
    height: 34px;
    line-height: 32px !important;
    border-radius: 5px;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px 5px 5px 5px;
    padding: 2px 15px 2px 15px;
    transition: all 0.3s ease-in-out;
    border: 0;
    opacity: 1;
    float: left;
}
.cart .aantal:hover  {
    background: #6bb022;
    opacity: 1;
    width: auto;
    color: #fff;
    border: none;
}

 .cart .aantal a {
     color: #fff;
     text-decoration: none;
 }
.row {
    display:table;
    table-layout: fixed;
    position: relative;
    max-width: 1200px;
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    padding: 1% 2% 1% 2%;
}

.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;
}

#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:#69675e;
	text-decoration : none;
	font-weight: none;
    font-style: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
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 : 1.4em;
	text-decoration : none;
	font-weight: 800;
	font-variant: none;
	padding-right:0px;
    color: #9ba777;
}

H2 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
    color: #9ba777;
}

H3 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
    color: #9ba777;
}

H4 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
    color: #9ba777;
}
.row H1 {
    font-size: 22pt;
    margin: 0px 5px -10px 0;
    color: #9ba777;
    text-transform:none;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
}
.row H1::after {
    max-width: 50px;
    height:50px;
    background-image: url(./afbeeldingen/header-h1-bg.png);
    background-repeat: no-repeat;
    clear: both;
    content: "";
    display: block;
    margin: 0px auto 10px auto;
}
.titel {
	font-size : 1.4em;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
    margin : 0px 0px 10px 0px;
    font-variant: none;
    text-align: left;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.row .animated {
    animation-fill-mode:none;
}
.stebutton {
    display: inline-block;
    color: #fff;
    background-color: #9ba777;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align: center;
    line-height: 12pt;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.stebutton p {
    margin: 0;
}
.stebutton a, .stebutton a:visited {
    color: #fff;
    text-decoration: none;
}

.stebutton:hover, .stebutton:hover a {
    background-color: #5D645B;
    color: #fff !important;
}

.stebuttonmore {
    display:block;
    width: 101%;
    height: 30px;
    position:absolute;
    color: #000;
    background-color: #268EE8;
    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: 1%;
    overflow: hidden;
    overflow-y: none;
    width: 29%;
    margin: .5%;
}
.row .stedivbasis {
    /*min-height: 350px;*/
    /*border: thin solid #03A9F4;*/
    /*background-color: rgba(231, 231, 231, 0.1);*/
}
#footer3 .stedivbasis {
    height: auto !important;
    background-color: transparent;
    border: none;
}

.Highlighted  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 95%;
    padding: 8px 0;
}
.stediv25a img, .stediv33 img  {

}
.stediv25 {
    width: 21%;
}
.stediv33 {
    width: 29.25%;
}
.stediv33eh {
    width: 29.25%;
    height: 420px;
}
.stediv50 {
    width: 45.57%;
    border: none !important;
    height: auto !important;
    background-color: transparent !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);
}
.stedivbasis A, .stedivbasis A:Hover  {
	color:#000;
	text-decoration : none;
	font-weight: none;
    font-style: none;
}
.stediv50 a {
    text-decoration:underline dashed;
}
.stedivbasis h2, .stedivbasis h3, .stedivbasis h3 A, .stedivbasis h3 A:Hover, .stedivbasis h2 A, .stedivbasis h2 A:Hover {
    margin: 0px;

}

@media all and (max-width : 820px) {
    .stediv25 {
        width: 44.57%;
    }
    .stediv25bij75 {
        width: 20%;
    }
}
@media all and (max-width : 550px) {
    .stedivbasis {
        width: 93% !important;
        margin: 0.5%;
        padding: 0.5%;
        /*text-align: center;*/
        height: auto;
    }
    .row .stedivbasis {
        height: auto;
        border: none;
        min-height: 10px;
    }
    .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;
    }
    .stediv25 img, .stediv33 img  {
/*      width: 87vw !important;
      height: 87vw !important;
      max-width: 100% !important;
      max-height: none !important;
      min-width: 150px !important;
      min-height: 150px !important;
      border: 1px solid !important;
      display: block;
      object-fit: cover;
      border: 0px !important;*/
    }
    .stedivbasis h2, .stedivbasis h3 {
        margin: 0px;
    }
    #footer3 {
        background: #9ba777;
    text-shadow: none;
    }
}
.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(155, 167, 119, 1) !important;
    background: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.ui-state-default:hover {
    background-color: rgba(155, 167, 119, 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) {
    .ui-widget {
        width: 96% !important;
        margin: 10pt 2% 0 2% !important;
        float: none !important;
        clear: both !important;
    }
    .half {
        display: block !important;
        clear: both;
        width: 98% !important;
        border-bottom: thin solid #000000
    }
}
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 solid rgba(0, 0, 0, .2);
    margin: 20px 0 20px 0;
}

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

select {
    height: 30pt;
}

input[type=text], select, textarea, input[type=password] {
    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], input[type=button] {
    background-color: #9ba777; /* 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;
}
input[name=street] {
    width: 81% !important;
}
input[name=number] {
    width: 15% !important;
}
#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, input[type=button]:hover {
    background-color: #268EE8;
}
input[type=checkbox] {
    float: none;
    line-height: 20pt;
}
#reactieform label {
    min-width: 250px !important;
}
.shopartdetails label {
    width: auto !important;
}


#footer3 .framewrapper {
    text-align: center;
}

.stephoto {
    width: auto;
    clear: both;
    display: inline-block;
}

.stephoto img {
  width: 12.8vw !important;
  height: 12.8vw !important;
  /*min-width: 150px !important;
  min-height: 250px !important;*/
  max-width: 300px !important;
  max-height: 300px !important;
  border: 1px solid !important;
  background: #eee !important;
  display: block;
  object-fit: cover;
  float: left;
  margin: 0.50vw;

}
@media screen and (max-width: 800px) {
.stephoto img {
  width: 22vw !important;
  height: 22vw !important;
}
}
.stephoto img:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.afspraakopenbtn {
    position: absolute;
    top: -0px;
    right: 0%;
    z-index: 100;
    width: 200px;
    line-height: 50px;
    background-color: #268EE8;
    text-align: center;
    color: #fff;
}
.stetopblok {
    margin-top: -50px;
}
.stetopblok img {
    max-width: 25% !important;
    max-height: auto !important;
}
@media screen and (max-width: 1100px) {
    .stetopblok {
        margin-top: -45px;
    }
}
@media screen and (max-width: 820px) {
    .stetopblok {
        margin-top: 0px;
    }
}
#footer3 img {
/*    max-width: 175px !important; */
    max-width: 90% !important;
    height: auto !important;
}
/*#footer3 img:hover {
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
}*/
@media screen and (min-width: 2000px) {
    .FloatingContactActions {
          position: fixed;
          bottom: 35px;
          right: 50%;
          margin-right: -970px;
          z-index: 9999;
    }
}
@media screen and (max-width: 1999px) {
    .FloatingContactActions {
          position: fixed;
          bottom: 35px;
          right: 35px;
          z-index: 9999;
    }
}
.FloatingContactButton {
    height: 60px;
    width: 60px;
    background-color: rgba(0, 191, 243, 0.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;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.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);
    background-color: #50af31;
}

.FloatingContactButtons a {
    background-color: #9ba777;
    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;
}
.grecaptcha-badge2 {
    bottom: 0px !important;
    visibility: hidden;
}
/* Carrousel */
.slick-prev{
	position: absolute;
    top: 25px;
    left: -20px;
    background-image: url(afbeeldingen/arrow_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
    border: none;
    height: 20px;
    width: 70px;
}
.slick-next{
	position: absolute;
    top: 25px;
	right: -20px;
	background: url(afbeeldingen/arrow_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
    border: none;
    height: 20px;
    width: 70px;
}

/* Tommy booking */

.tommyzb {
    margin: 20px 0 20px 0;
}
button.tommy-zeb-btn, .tommy-zeb-btn {
    background-color: #9ba777 !important;
}
button.tommy-zeb-btn:hover, .tommy-zeb-btn:hover {
    background-color: #268EE8 !important;
}

.is-selected .pika-button {
    background-color: #9ba777 !important;
}
.is-selected .pika-button:hover {
    background-color: #268EE8 !important;
}
.pika-button {
    background-color: #F6F7F3 !important;
}
.tommy-zeb-wrapper.tommy-zeb-wrapper-mini tommy-person-category-mini .tommy-zeb-person-category-list {
    background-color: #9ba777 !important;
}
.tommy-zeb-wrapper.tommy-zeb-wrapper-mini tommy-person-category-mini .tommy-zeb-range {
    background-color: #5D645B !important;
    z-index: 999;
}
.pika-button:hover {
    background-color: #24281B !important;
}
.tommyzb2 input {
    min-height: 20pt;
    line-height: 20pt;
    width: 50px !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) */
}
.tommy-zeb-person-categories-collapse input {
    min-height: 20pt;
    line-height: 22pt;
    width: 50px !important;
    padding: 5px !important;
}
.tommy-zeb-date-begin-choice input, .tommy-zeb-date-end-choice input {
    min-height: 20pt;
    line-height: 22pt;
    width: 80px !important;
}
.tommy-zeb-date-begin-label label, .tommy-zeb-date-end-label label {
    line-height: 15pt;
    padding: 5px !important;
    max-width: 80px !important;
}

.ng-isolate-scope button {
    margin-left: 50px !important;
    height: 45px;
}
.tommy-zeb-person-categories-collapse .tommy-zeb-btn {
    height: 30px;
}
.tommy-zeb-wrapper-mini {
    margin: auto;
}
.tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left {
    justify-content: center !important;
}
.tommy-zeb-wrapper .tommy-zeb-left {
    background: #5D645B !important;
}
.tommy-zeb-wrapper .tommy-zeb-result-label.ng-binding, .tommy-zeb-wrapper .tommy-zeb-left h1 {
    color: #9ba777 !important;
}

@media screen and (min-width: 936px) and (max-width: 1090px){
    .tommy-zeb-date-begin-label, .tommy-zeb-date-end-label {
        line-height: 15pt;
        padding: 5px !important;
        max-width: 140px !important;
    }
    .tommy-zeb-person-categories {
        margin-right: 10px !important;
        padding-right: 0px !important;
    }

}

/* Details */
body tommy-search-and-book > div .tommy-zeb-right .tommy-zeb-results > .ng-scope {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.tommy-zeb-wrapper * {
	font-size:12pt !important;
    line-height: 16pt !important;
}
.tommy-zeb-wrapper .tommy-zeb-result-label.ng-binding {
    margin-bottom: 20pt !important;
    margin-top: 10pt !important;
}

.tommy-zeb-wrapper .tommy-zeb-result {
    width: 96% !important;
}

.tommy-zeb-wrapper .tommy-zeb-result.ng-scope {
    max-width: 48%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.tommy-zeb-wrapper .tommy-zeb-result-details {
    width: auto !important;
}

@media screen and (max-width: 935px) {

	.tommy-zeb-wrapper select,
	.tommy-zeb-wrapper input {
		width: 100% !important;
		background: #fff;
	}

	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left > * {
		width: 100%;
		max-width: 100%;
		border: none;
		margin-right: 0;
		padding: 0 15px;
	}

	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left > * > *,
	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left > * > * {
		margin-left: 0;
		display: block;
		width: 100%;
	}

	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left > * > * > * > *,
	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left > * > * > * > * {
		margin: 0 !important;
	}

	.tommy-zeb-wrapper.tommy-zeb-wrapper-mini .tommy-zeb-date-begin,
	.tommy-zeb-wrapper.tommy-zeb-wrapper-mini .tommy-zeb-date-end {
		display: block;
	}

	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini.tommy-zeb-mini-collapse .tommy-zeb-left > tommy-confirm-update {
		margin-top: 15px;
	}

	body .tommy-zeb-wrapper.tommy-zeb-wrapper-mini tommy-person-category-mini .tommy-zeb-person-categories-collapse button.tommy-zeb-btn {
		width: 100%;
		margin-bottom: 20px !important;
	}

	.tbs_kassabon .tbs_totaal_overzicht .tbs-totaal {
		margin-top: 15px;
	}
    .ng-isolate-scope button {
        margin-left: 0px !important;
        height: 45px;
    }
    /* Details */


    .tommy-zeb-wrapper .tommy-zeb-result {
        width: 96% !important;
    }

    .tommy-zeb-wrapper .tommy-zeb-result.ng-scope {
        max-width: 98%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
    .tommy-zeb-wrapper .tommy-zeb-result-image {
        width: 100% !important;
        height: auto !important;
    }

    .tommy-zeb-wrapper .tommy-zeb-result-details {
        width: auto !important;
    }
}
@media screen and (max-width: 800px) {
    .iframeboeken {
        height: 2000px !important;
    }
}
@media screen and (max-width: 500px){
  #tbsystem .calendar div .col {
    display: block;
    float: none;
  }
    .iframeboeken {
        height: 1500px !important;
    }
}