/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Custom styles - Smashing Impact
   ========================================================================== */

.verlof {
    width: 90%;
    margin: 0 auto;
    color: white;
}

.verlof h3 {
    font-size: 2rem;
}

.verlof p {
    line-height: 1.5rem;
    text-transform: none;
}

@media screen and (min-width: 768px) {
    .verlof {
        width: 25%
    }
}
 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */


/*
 * A better looking default horizontal rule
 */
 .dilog-img2 img {
    margin-top: 50px !important;
}
.dilog-img2 img.img2 {
    margin-top: 5px !important;
}
.take-btn a {
    color: #231f20 !important;
    background-color: #fcb017 !important;
    padding: 11px 19px !important;
    font-size: 16px !important;
    border-radius: 18px !important;
    right: 50px !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 15px;
    margin-top: 0 !important;
}
.take-btn {
    right: 60px !important;
    top: 60px !important;
    z-index: 1 !important;
}


.dilog-img2 img:nth-child(2){
    margin-top: 0px !important;
}
.menu_download_btn{
    position: fixed;
    
    z-index: 999;
    
    color: #231f20;
    background-color: #fcb017;
    padding: 11px 19px;
    font-size: 20px;
    border-radius: 18px;
    text-decoration: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
} 
 
#dilog-img, #dialog2,#dialog3 {
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    margin: 0 auto !important;
    z-index: 998;
    max-height:700px;
    overflow-y: scroll;
    width: 700px;
}
 div#dilog-img img, #dialog2 img,#dialog3 img {
    width: 100%;
    height: auto;
    border:0px solid white;
}
#close {
    font-size: 32px !important;
    z-index: 999 !important;
    color: white !important;
    left:-750px !important;
    right: 0px !important;
    top: -40px !important;
    position: absolute !important;
}
iframe#frame1 {
    width: 60%;
    height: 80%;
    top: 40px;
    left: -150px;
    right: 0;
    margin: 0 auto !important;
    position: absolute;
    z-index: 999;
}
iframe#frame2 {
    width: 60%;
    height: 80%;
    top: 40px;
    left: -150px;
    right: 0;
    margin: 0 auto !important;
    position: absolute;
    z-index: 999;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */




 html, body {
    margin: 0;
    height: auto;
    overflow: auto;
    height: 100%;
}
body{
  background-image: url("wall.jpg");
  background-size: cover;
}
.main_content {
    height: 100% !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100% !important;
    padding: 0 0;
}
.header {
    background-color: #666;
}

.header ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.header li {
    float: left;
    padding: 10px;
}

.header li a {
    color: #fff;
}

.container {
    height: auto;
    overflow: visible;
}

.section {
    position: unset;
    width: 100%;
}

.section p {
    margin: 0;
}

/* sizes */

.fit {
    height: auto;
}

.wide {
    height: auto;
    padding-top: 56.25%;
    /* 9 / 16 = 0.5625 */
}

.wide .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* centering */

.t {
    display: table;
    width: 100%;
    
}

.tc {
    display: table-cell;
    
    text-align: center;
}

.footer{
position: relative;
float: left;
background-color:#fcb017;
width:100%;
text-align: center;
bottom:0;
}

.footer img{margin-top:-200px; width:500px; }

/* colours */

.red {
  /* The image used */
  /*background-image: url("wall.jpg");*/

  /* Full height */
  height: auto; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.tc .logo img{width:auto; height:40vh; margin-top:10px;}
.tc a {
    color: #231f20;
    background-color: #fcb017;
    padding: 11px 19px;
    font-size: 20px;
    border-radius: 18px;
    text-decoration: none;
    margin-top: 30px;
}
.footer h1{font-size:32px;}
.footer h1 img {
    width: 22px;
    height: auto;
    margin: 0 22px;
}


.korting{position: absolute; top:0; right:0; z-index: 999;}
.korting img{width:200px; margin:30px 30px;}
@font-face {
    font-family: 'Thailandesa';
    src: url('Thailandesa.woff2') format('woff2'),
        url('Thailandesa.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1{padding:0px 15px;}
.footermobile{display: none;}
.footermobile img {
    width: 10px;
    height: auto;
    margin: 5px 10px!important;
}
body{font-family: Thailandesa; color:#231f20; text-transform: uppercase;}













 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.container .dilgog-box-styling {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    top: 0 !important;
    padding: 0 0 !important;
    z-index: 1000 !important;
    background-color: hsl(0deg 0% 0% / 50%);
    /*display: flex !important;
    align-items: center;
    flex-wrap: wrap;*/
    overflow: visible !important;
}
.container .dilgog-box-styling .d_flex {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -moz-box-align: center;
  -ms-box-pack: center;
  -ms-box-align: center;
}
.container .dilgog-box-styling .content {
    position: unset;
    max-height: 80%;
    max-width: 60%;
    margin: 0 auto;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 5px;
}
.container .dilgog-box-styling .content div.close {
    left: auto !important;
    top: 4px !important;
    right: 4px !important;
    background-color: #000;
    color: #fff !important;
    font-size: 19px !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    cursor: pointer;
    position: absolute;
    display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -moz-box-align: center;
  -ms-box-pack: center;
  -ms-box-align: center;

}
.container .dilgog-box-styling .content .main-box {
    padding: 0px 0px;
}
.container .dilgog-box-styling .content .main-box .z_heading {
    background-color: #fbad31;
    display: block;
    padding: 14px 10px;
    width: 100%;
    box-sizing: border-box;
}
.container .dilgog-box-styling .content .main-box .z_heading h4 {
    margin: 0 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}
.container .dilgog-box-styling .content .main-box .z_heading h5 {
    margin: 0 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.container .dilgog-box-styling .content .main-box img {
    margin-top: 0;
}
.container .dilgog-box-styling.dilgog-box-2 .content {
    padding: 30px 30px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
}
.container .dilgog-box-styling.dilgog-box-2 .content .close {
    right: -40px !important;
    background-color: #fff;
    color: #333333 !important;
    top: 0 !important;
}
.container .dilgog-box-styling.dilgog-box-2 .content .z_heading {
    background-color: transparent;
    padding: 0 0;
}
.container .dilgog-box-styling.dilgog-box-2 .content .z_heading h4 {
    color: #333;
}
.container .dilgog-box-styling.dilgog-box-2 .content .z_heading h5 {
    color: #333;
}
.container .dilgog-box-styling.dilgog-box-2 .content a.menu_download_btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
    padding: 11px 21px;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-radius: 50px;
}
 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
 
.tc img{width:auto; height:160px; margin-top:20px;}
/*@media only screen and (min-width: 965px) {
  .menu_download_btn{
        width: 20%;
  }
     .tc img{width:70% height:auto;
  }
    .footermobile{display: none;}
     .footerdesktop{display: block;}
     .korting{display:block; }
     .footer img{margin-top:-200px; width:500px; }
}*/
@media(max-width: 964px){
    /* tablets and desktop */
    .footermobile{display: block;}
    .footerdesktop{display: none;}
    .korting {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 999;
    }
    .korting img{width:30vw; margin:5px;}
    .footer h1{font-size:20px;}
    .tc img{width:auto; height:20vh; margin-top:20px;}
    .footer img{margin-top:-170px; width:400px;}
    .take-btn{right: 40px !important;}
    .take-btn a{
      padding: 11px 11px !important;
      font-size: 13px !important;
      border-radius: 38px !important;
      width: max-content !important;
      margin-left: auto !important  ;
    }
}
@media(max-width:768px){
  .take-btn {
    position: relative;
    width: 90%;
    margin: 0px auto;
    right: 0 !important;
    top: 0 !important;
    margin-top: 25px;
  }
  .take-btn a {
    margin: 0 auto !important;
    margin-top: 12px !important;
  }
  .container .dilgog-box-styling.dilgog-box-2 .content {
    max-width: 80%;
    padding: 30px 20px;
  }
  .container .dilgog-box-styling .content .main-box .z_heading h4{
    font-size: 22px;
    margin-bottom: 8px;
  }
  .container .dilgog-box-styling.dilgog-box-2 .content .close{
    right: -2px !important;
    top: -40px !important;
  }
  .container .dilgog-box-styling .content{
    max-height: 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px){
  .take-btn a {
    padding: 6px 14px;
    font-size: 16px;
}
  .take-btn {
    right: 0px !important;
    top: 0px !important;
}
  .tc .logo img {
    width: auto;
    height: 20vh;
    margin-top: 0px;
}
.tc img {
    margin-top: 5px;
}
    /* tablets and desktop */
    .footermobile{display: block;}
    .footerdesktop{display: none;}
    .korting{display:block}
    .korting img{width:30vw; margin:5px;}
    .footer h1{font-size:15px;}
    .tc .logo img{width:auto; margin-top:60px;}
    .tc div#dilog-img img:nth-child(2) {
    margin-top: 10px !important;
}
    .footer img{margin-top:-100px; width:250px; }
    #dilog-img, #dialog2, #dialog3{
        width: 100%;
    }
    .red{
          padding-bottom: 80px !important;
    }
    .menu_download_btn{
          width: 40%;
    }
    #close {
    left: -231px !important;
    right: 0 !important;
    top: -20px !important;
  }
  .tc img{
    height: 100px;
    margin-top: 15px;
  }
  .korting {
    right: 10px;
    top: 20px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #111;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}