<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#occassionshome h2 {
    text-align: center;
    color:#231F20;
}
#occassionshome h2 a {

    color:#ed2225;
    font-size: 15px;
    text-decoration: underline;
}

.occasions.home
{
    display: flex;
    padding: 25px 0;
    justify-content: space-between;
}

.occasions.home.numrows_2 {
    justify-content: flex-start;
}
.occasions.home.numrows_2 &gt; .occasion:first-child {
    margin-right: 30px;
}


.occasions.home .occasion
{
    position: relative;
    width: 48%;    
}
.occasions.home a.occasion {
    border: 2px solid #E2E2E2;
    outline: none;
    background: #fff;
    color:rgb(55, 55, 55);
}

.occasions.home .datawrapper &gt; div {
    padding:10px 0;
}

.occasions.home a.occasion:hover
{
    border: 2px solid #ccc;
    background: #efefef;
}

.occasions.home img {
  max-width: initial;
  width:100%;
  display: block;
}

.occasions.home .occasion .pricewrapper
{
    font-size: 26px;
    font-weight: bold;
    line-height: 150px;

    position: absolute;
    top: 25px;
    right: -20px;

    display: inline-block;

    width: 150px;
    height: 150px;

    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(15deg); /* IE 9 */
            transform: rotate(15deg);
    text-align: center;

    color: #fff;
    background: url('../img/pricetag.svg') center center;
    background-size: cover;
}

.occasions.home .occasion .pricewrapper span.noprice {
  /*color: #231f20;*/

}
.occasions.home .occasion .pricewrapper span.gereserveerd {
  font-size: 16px;
}

.occasions.home .occasion .pricewrapper span.noprice &gt; span {
  display:none;
}


.occasions.home .occasion .title
{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    overflow: hidden;

    /*width: 70%;
    max-width: 70%;*/
    height: 26px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.occasions.home .occasion .details
{
    font-size: 14px;

    color: #231f20;
}

.occasions.home .occasion .details span::after
{
    content: ' |';
}

.occasions.home .occasion .details span:last-child::after
{
    content: '';
}


.occasions.home .occasion .icons {
    padding: 10px 0;
}

.occasions.home .occasion .icons i
{
    background:#c9c9c9;
    line-height: 29px;
    display:inline-block;
    box-sizing: border-box;
    width:28px;
    height:28px;
    font-size: 18px;
    color:#fff;
    border-radius: 50%;
    text-align: center;
    margin-right:5px;
}


.occasions.home .occasion .icons .active
{
    color: #ed2225;
    background: #fff;
    border: 1px solid #ed2225;
    line-height: 26px;

}

.filtersort {
    padding-bottom: 20px;
}

#occasion .bgwrapper {
    padding:30px 0;
}

#occasion .bgwrapper:nth-child(even) {
    background: #f9f9f9
}


#occasion .title {
    font-size: 32px;
    color: rgb(96, 157, 147);
    padding-bottom: 10px;
}


#occasion .summary span {

    font-size: 16px;
}

#occasion .summary span::after
{
    content: ' | ';
    font-size: 18px;
}

#occasion .summary span:last-child::after
{
    content: '';
}

#occasion .price {
    font-size: 24px;
    color: rgb(96, 157, 147);
    padding: 10px 0;
    font-weight: bold;

}

#occasionXXX a.mainimg img {
    object-fit: cover;
    width:100%;
    height:100%;
}

#occasion a.mainimg, #occasion .thumbs a {
    display:block;
}
#occasion .thumbs {
    overflow: hidden;
}

#occasion .thumbs .thumb {
    width:50%;
    float: left;
    padding:15px 0;
}

#occasion .thumbs img {
    width:100%;
}

#occasion .thumbs .thumb:nth-child(even) {
    padding-right:15px;
}
#occasion .thumbs .thumb:nth-child(odd) {
    padding-left:15px;
}
#occasion .thumbs .thumb:nth-child(4n),#occasion .thumbs .thumb:nth-child(5n) {
    padding-bottom:0px;
}

#occasion .thumbs .textblock p {
    margin:0;
}
#occasion .thumbs .textblock a {
    display:block;
    background:#a9a9a9;
    color:#fff;
    text-align: center;
    line-height:20px;
    padding: 41px 0 42px 0;
}
#occasion .thumbs .textblock a:hover {
    background:#b9b9b9;
}


#occasion ul.options {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#occasion tr td:first-child {
    width:30%;
}
#occasion tr td:last-child {
    width:70%;
}


.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }

#occasion form.wpcf7-form span {

    width: 100%;
    max-width: 100%;
    min-width: 280px;

}

#occasion form.wpcf7-form input[type="text"], #occasion form.wpcf7-form input[type="email"], #occasion form.wpcf7-form select, #occasion form.wpcf7-form textarea {

    width: 100%;
    max-width: 100%;
    min-width: 280px;
    max-height: 90px;

    background: #F9F9F9;
    border:1px solid #ddd;
    padding:10px 15px;
}

#occasion .bgwrapper:nth-child(even) form.wpcf7-form input[type="text"],
#occasion .bgwrapper:nth-child(even) form.wpcf7-form input[type="email"],
#occasion .bgwrapper:nth-child(even) form.wpcf7-form select,
#occasion .bgwrapper:nth-child(even) form.wpcf7-form textarea {
    background-color: #fff;
}

#occasion .thumbyt {
  display: none;
}
#occasion .thumbyt.empty {
  display: none !important;
}
#occasion a.ytwrapper {
  position: relative;
  display:block;
}

#occasion .img-responsive {
  min-width: 100%
}
#occasion a.ytwrapper .fa {
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 48px;
    font-size:48px;
    display: inline-block;
    vertical-align: middle;
    z-index: 99;
    pointer-events: none;
    text-align: center;
    transition: all 1s;


}

#occasion a.ytwrapper:hover .fa {
  font-size:64px;

}

@media screen and (max-width: 1199px)
{
    .occasions.home .occasion
    {
        width: 48%;
        padding: 18px;
    }
    .occasions.home .occasion .details {
        font-size: 13px;
    }

    .occasions.home .occasion .pricewrapper
    {
        font-size: 22px;
        line-height: 130px;

        top: 20px;
        right: -15px;

        width: 130px;
        height: 130px;
    }

    .occasions.home .occasion .icons i
    {
        line-height: 22px;
        width:24px;
        height:24px;
        margin-right:4px;
        font-size: 13px;
    }



    #occasion .thumbs .textblock a {
        padding: 29px 0 30px 0;
    }

    #occasion a.ytwrapper::after {
      width: 293px;
      height: 220px;
      line-height: 220px;
      font-size:42px;    
    }

}

@media screen and (max-width: 991px)
{
    .occasions.home .occasion
    {
        width: 48%;
        padding: 16px;
    }

    .occasions.home .occasion .title
    {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        white-space: initial;
    }

    .occasions.home .occasion .details {
        font-size: 14px;
    }

    .occasions.home .occasion .details .brandstof {
        display:block
    }


    .occasions.home .occasion .pricewrapper
    {
        font-size: 18px;
        line-height: 100px;

        top: 60px;

        width: 100px;
        height: 100px;
    }
    .occasions.home .occasion .pricewrapper span.gereserveerd {
      font-size: 12px;
    }

    .occasions.home .occasion .icons i
    {
        line-height: 22px;
        width:22px;
        height:22px;
        margin-right:3px;
        font-size: 12px;
    }
    .occasions.home .occasion .icons i:last-child {
        display:none;
    }

    #occasionXXX a.mainimg img {
        object-fit: initial;
        max-width:100%;
        width:auto;
        height:auto;
    }

    #occasion .right &gt; a {
        display:none;
    }

    #occasion a.mainimg {
        padding: 15px 30px;
    }
    #occasion .thumbs {
        padding: 0 30px 15px 30px;
    }

    #occasion .thumbs .thumb {
        width:33.33332%;
    }

    #occasion .thumbs .thumbyt {
        display:block;
        
    }
    #occasion .thumbs .thumb.last {
        display:none;        
    }

    #occasion .thumbs .thumb:nth-child(1n) {
        padding: 0 20px 0 0;
    }

    #occasion .thumbs .thumb:nth-child(2n) {
        padding: 0 10px;
    }
    #occasion .thumbs .thumb:nth-child(3n) {
        padding: 0 0 0 20px;
    }

    #occasion .thumbs .thumb.last.ytempty {
        display:block;        
    }

    #occasion .thumbs .thumb.ytempty:nth-child(2n) {
        padding: 0 20px 0 0;
    }

    #occasion .thumbs .thumb.ytempty:nth-child(3n) {
        padding: 0 10px;
    }
    #occasion .thumbs .thumb.ytempty:nth-child(4n) {
        padding: 0 0 0 20px;
    }


    

    #occasion .thumbs .thumb.textblock {
        width:100%;
        float:none;
        clear:both;
        padding:30px 0 0 0;
    }

    #occasion .thumbs .textblock a {
        padding: 10px 0;
    }



}

@media screen and (max-width: 767px)
{
    .occasions.home .occasion
    {
        width: 100%;
        padding: 16px;
    }

    .occasions.home .occasion .title
    {
        font-size: 16px;
        line-height: 22px;

        height: 44px;

        white-space: initial;
    }

    .occasions.home .occasion .details .brandstof {
        display:inline-block;
    }

    .occasions.home .occasion .pricewrapper
    {
        font-size: 19px;
        line-height: 120px;

        top: 60px;

        width: 120px;
        height: 120px;
    }
     .occasions.home .occasion .pricewrapper span.gereserveerd {
      font-size: 14px;
    }

    body.home .occasions.home .occasion:last-child
    {
        display: none;
    }

    .occasions.home .occasion .icons i
    {
        line-height: 26px;
        width:26px;
        height:26px;
        margin-right:4px;
        font-size: 16px;
    }
    .occasions.home .occasion .icons i:last-child {
        display:inline-block;
    }

    #occasion ul.options {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .occasions .form-control {
        margin:5px 0 ;
    }

    .sort.form-group.pull-right {
        padding-top: 15px;
        float:none !important;
    }

}

@media screen and (max-width: 600px)
{
    .occasions.home
    {
        flex-direction: column;
    }
    .occasions.home .occasion
    {
        width: auto;
        margin-bottom: 25px;
    }

    .occasions.home .occasion .title
    {
        font-size: 16px;
        line-height: 22px;

        height: auto;

        white-space: initial;
    }

    .occasions.home .occasion .pricewrapper
    {
        font-size: 19px;
        line-height: 120px;

        top: -15px;
        width: 120px;
        height: 120px;
    }
    body.home .occasions.home .occasion:last-child
    {
        display: none;
    }

    #occasion a.mainimg, #occasion .thumbs {
        padding-left:0;
        padding-right:0;
    }

    #occasion tr td:first-child, #occasion tr td:last-child {
        width:auto;
    }


}


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

    .occasions.home .occasion .title
    {
        font-size: 15px;
        line-height: 22px;
    }

    .occasions.home .occasion .pricewrapper
    {
        font-size: 16px;
        line-height: 100px;

        top: -15px;
        width: 100px;
        height: 100px;
    }
    body.home .occasions.home .occasion:last-child
    {
        display: none;
    }

    #occasion ul.options {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }


    #occasion .thumbs .thumb:nth-child(2n) {
        padding: 0 10px 0 0;
    }

    #occasion .thumbs .thumb:nth-child(3n) {
        padding: 0 5px;
    }
    #occasion .thumbs .thumb:nth-child(4n) {
        padding: 0 0 0 10px;
    }

    #occasion .thumbs .thumb.textblock {

        padding:15px 0 0 0;
    }

    #occasion .thumbs .textblock a {
        padding: 10px 0;
    }

    #occasion a.mainimg {
        padding-bottom: 0px;
    }

}








/* http://cssdeck.com/labs/css3-european-energy-label */
.energy-class {
  position: relative;
  width: 155px;
  font-family : sans-serif;
}
.energy-class span {
  display: block;
  position: absolute;
  left: 110%;
  background: #000;
  width: 30px;
  height: 30px;
}
.energy-class span.a {
  top: 0px;
}
.energy-class span.b {
  top: 20px;
}
.energy-class span.c {
  top: 40px;
}
.energy-class span.d {
  top: 60px;
}
.energy-class span.e {
  top: 80px;
}
.energy-class span.f {
  top: 100px;
}
.energy-class span.g {
  top: 120px;
}
.energy-class span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #000;
  border-bottom: 15px solid transparent;
}
.energy-class span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.energy-class span.a:after {
  content: ' a ';
}
.energy-class span.b:after {
  content: ' b ';
}
.energy-class span.c:after {
  content: ' c ';
}
.energy-class span.d:after {
  content: ' d ';
}
.energy-class span.e:after {
  content: ' e ';
}
.energy-class span.f:after {
  content: ' f ';
}
.energy-class span.g:after {
  content: ' g ';
}
.energy-class div {
  position: relative;
  height: 20px;
  margin: 2px 0;
}
.energy-class div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.energy-class div:after {
  position: absolute;
  top: 0;
  right: 0.25em;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-transform: uppercase;
}
.energy-class div.a {
  background: #3b7634;
  width: 50px;
}
.energy-class div.a:before {
  border-left: 8px solid #3b7634;
}
.energy-class div.a:after {
  content: ' a ';
}
.energy-class div.b {
  background: #5da436;
  width: 65px;
}
.energy-class div.b:before {
  border-left: 8px solid #5da436;
}
.energy-class div.b:after {
  content: ' b ';
}
.energy-class div.c {
  background: #a3cf2a;
  width: 80px;
}
.energy-class div.c:before {
  border-left: 8px solid #a3cf2a;
}
.energy-class div.c:after {
  content: ' c ';
}
.energy-class div.d {
  background: #f6df1b;
  width: 95px;
}
.energy-class div.d:before {
  border-left: 8px solid #f6df1b;
}
.energy-class div.d:after {
  content: ' d ';
}
.energy-class div.e {
  background: #f29020;
  width: 110px;
}
.energy-class div.e:before {
  border-left: 8px solid #f29020;
}
.energy-class div.e:after {
  content: ' e ';
}
.energy-class div.f {
  background: #eb422c;
  width: 125px;
}
.energy-class div.f:before {
  border-left: 8px solid #eb422c;
}
.energy-class div.f:after {
  content: ' f ';
}
.energy-class div.g {
  background: #ea2039;
  width: 140px;
}
.energy-class div.g:before {
  border-left: 8px solid #ea2039;
}
.energy-class div.g:after {
  content: ' g ';
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.occasionswrapper {
    padding:15px;
  }

.occasionswrapper a.occasion,  #homewrapper  a.occasion {
    border: 2px solid #E2E2E2;
    outline: none;
    background: #fff;
    color:rgb(55, 55, 55);
    display:block;
    margin-bottom:30px;
    text-align: center;
} 
.occasionswrapper a.occasion:hover, #homewrapper  a.occasion:hover {
    background: rgb(96, 157, 147);
    color: #fff;  
    border: 2px solid #ccc;  

}


.occasionswrapper .datawrapper &gt; div {
    padding:5px 15px;
}
  #homewrapper .data &gt; div {
    padding:5px 0px;
    height:auto;
}


.occasionswrapper img {
  max-width: initial;
  width:100%;
  display: block;
}

.occasionswrapper .title {
  font-weight: bold;
  line-height: 1.2;
}
.occasionswrapper .prijs {
  color:rgb(96, 157, 147);
  font-weight: bold;
  line-height: 1.2;
}
.occasionswrapper a:hover .prijs {
  color:white;
}

@media screen and (min-width: 767px) {

  .occasionswrapper {
    padding:0;
  }

  .occasionswrapper .datawrapper &gt; div {
      padding:10px 0;
  }

  .occasionswrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .occasionswrapper a.occasion {
      width:48%;
      margin-bottom: 30px;
  }
  #homewrapper a.occasion {
      width:50%;
      margin-bottom: 30px;      
  }
  #homewrapper a.occasion:first-child {      
      margin-right: 15px;      
  }
  #homewrapper a.occasion:last-child {      
      margin-left: 15px;      
  }

  .occasionswrapper .datawrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center

  }
  .occasionswrapper .datawrapper &gt; div {
    width:33%;
  }

  .occasionswrapper .datawrapper &gt; div {
      padding:20px;
      line-height: 1.8;
  }
  .occasions.home .datawrapper .prijs {
    color:rgb(96, 157, 147);
    font-weight: bold;
  }
  .datawrapper .data {
    border-left: 2px dashed #E2E2E2;
    border-right: 2px dashed #E2E2E2;
  }

  .occasions.home a.occasion:hover {
    background:rgb(96, 157, 147);
    color:#fff;
  }

.occasions.home a.occasion:hover .prijs {    
    color:#fff;
  }

}



/*
Single occasion 
*/
#occasion {
  padding:30px;
}

#occasion a.mainimg {
  padding:0;
}

#occasion .textblock a {
    display:block;
    background:rgb(96, 157, 147);
    color:#fff;
    line-height: 1.2;
    padding:10px 20px;
    
}

#occasion .col.right img {
  display:none;
}

.imgsection {
  padding:15px 0;
}

@media screen and (min-width: 1024px) {

  .filtersort {
    display: flex;
    justify-content: space-between;
  }

  #occasion .col.right img {
    display:block;
  }

  #occasion a.mainimg img {
      object-fit: cover;
      width:100%;
      height:100%;
  }

  .imgsection {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      align-items: flex-start;
  }

  .imgsection &gt; .col.left {
    width: 66.66667%;
  }

  .imgsection &gt; .col.right {
    width: 33.33333%;

  }
  
  .imgsection &gt; .col.right &gt; * {
    padding-left: 30px;
    display:block;
  }

  .imgsection &gt; .col.right img {
    display: block;
    width:auto;
    min-width: 100%;
    max-width: 100%;
    margin-bottom:30px;
  }

}



</pre></body></html>