<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-small{height:24px;padding-top:0px;}
@media (min-width: 979px) 
{
	 /* menu on hover tonen */
  ul.nav li.dropdown:hover &gt; ul.dropdown-menu {
    display: block;
  }
  ul.nav li.dropdown:hover 
{
    background-color: rgb(74,144,204);    
}
}

.popover{max-width: 100%;}
.YouTube {
    width: 300px;
    height: 225px;
 
}
  .YouTube_class{border:0;width:100%;height:225px;max-width:400px;border-radius: 10px;margin-top:20px;}
hr.line{color:red;height:2px;}

hr.style17 {
	border-top: 1px solid #d5eac5;
	text-align: center;
}
hr.style17:after {
	content: '\002740';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: white;
	color: #d5eac5;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


#bovenbanner_home{
  background: transparent url(../img/bovenbanners/over_petra.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;

}

#bovenbanner_petra{
  background: transparent url(../img/bovenbanners/rust.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;
}

#bovenbanner_behandelingen{
  background: transparent url(../img/bovenbanners/behandelingen.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;
}

#bovenbanner_producten{
  background: transparent url(../img/bovenbanners/productenc.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;
}
#bovenbanner_prijslijst{
  background: transparent url(../img/bovenbanners/prijslijst.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;
}
#bovenbanner_acties{
  background: transparent url(../img/bovenbanners/acties.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;
}
#bovenbanner_contact{
  background: transparent url(../img/bovenbanners/contact.jpg) no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 50px;
}
#actie {
    background:  #e6ffe6 url(../img/Blaadjes.png) no-repeat bottom left;
    /*background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    margin-bottom: 0px;
    margin-top: 5px;
    border-radius: 10px;
    min-height:300px;
    border:0px solid #2E332E;
    margin-right:30px;
    padding:10px;
}
.banner-green {
    margin-bottom: 0px;
    margin-top: 5px;
    border-radius:10px;
     min-height:375px;
    border: 1px solid #d5eac5;
    /*margin-right: 30px;*/
    padding: 10px;
    background: #3A403A url(../img/Blaadjes.png) no-repeat bottom left;
    background-color: #3A403A;
}

.content-banner{
    margin-bottom: 0px;
    margin-top: 5px;
    border-radius:10px;
     min-height:375px;
    background: transparent url(../img/Blaadjes.png) no-repeat bottom left;
}

.banner-grey {
    margin-bottom: 0px;
    margin-top: 5px;
    border-radius:10px;
    height: 300px;
    border: 1px solid #d5eac5;
    margin-right: 30px;
    padding: 10px;
    background-color: #3A403A;
    color:white;
}
    .banner-green p {
        color: white;
    }

* {
  box-sizing: border-box;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents ul, .contents li {
  margin-left: 10px;
  padding: 0;
  list-style:disc;
}
.container-inner ul, .container-inner li {
  margin-left: 10px;
  padding: 0;
  list-style:disc;
}

/*Flex items*/
.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
    display: flex; 
	padding: 0.5em;
    width: 100%;
}
.actie-item {
    display: flex; 
	padding: 0;
    width: 100%;
    min-height:220px;
    vertical-align:middle;
}
.actie-item img {
    max-height:200px;
    vertical-align:middle;
}


@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 33%;
  }
}
@media all and (min-width: 40em) {
  .actie-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .actie-item {
    width: 50%;
  }
}
.list-content {
    background-color: #d5eac5;
    border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 1em;
    width: 100%;
    border:2px solid white;
    text-align:center;
}
.list-content.white{background-color: white}
.list-content.actie{border:0px solid #e6ffe6;}
.list-content p {
    flex: 1 0 auto;
}
.list-content a {
    color:  #3A403A;padding-left:0px;font-family: 'Roboto', Arial, serif; font-weight: 500;margin:0px;
}

#logo {
    float: right;
    padding-top: 80px;
    margin-right:60px;
}

@media all and (max-width: 767px) and (orientation: landscape){
    #logo {

    padding-top:40px;
}
}

@media all and (max-width: 767px) and (orientation: portrait){
    #logo {

    padding-top:140px;
}
}</pre></body></html>