<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main: #ffffd;
  --second: #9feffe;
  --thirt: #4de1fd ;
  --textcolor: gray;
}
body {
  background: var(--main);
  min-height: 100%;
  color: var(--textcolor);
}
.NavStyle {

  color: var(--textcolor);
  border-style: none;
  border-radius: 0px;
  background-color: var(--main);
}
.footer {
  background: var(--main);
  text-align: center;
  color: var(--textcolor);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mainclass {
  margin-top: 5em;
  width: 100%;
  height: 100%;
}

.colortext {
  color: var(--textcolor);
}

.T1 {
  font-size: 2.5em;
  color: var(--textcolor);
  text-align: center;
}
.T3 {
  font-size: 1em;
  color: white;
  text-align: center;
}
.T2 {
  font-size: 1.25em;
  color: var(--textcolor);
  text-align: center;
}
.T4L {
  font-size: 1.5em;
  color: var(--textcolor);
  text-align: left;
}
.T4 {
  font-size: 1.5em;
  color: var(--textcolor);
  text-align: center;
}
.T1H {
  font-size: 3em;
  color: var(--textcolor);
  text-align: center;
  font-weight: bold;
}





.T5 {
  font-size: 0.75em;
  color: var(--textcolor);
  text-align: center;
}
.T6 {
  font-size: 1.25em;
  color: var(--textcolor);
  text-align: center;
}

.Linerin {
  height: 0.4em;
  border-style: solid;
  border-radius: 5px;
  background-color: transparent;
  border-color: transparent;
  width: 0%;
  animation-name: LinerAnimationIN;
  animation-duration: 2s;
}
.Linerout {
  height: 0.4em;
  border-style: solid;
  border-radius: 5px;
  background-color: var(--second);
  border-color: var(--second);
  width: 100%;
  animation-name: LinerAnimationOUT;
  animation-duration: 2s;
}

.Linerout2 {
  height: 0.4em;
  border-style: solid;
  border-radius: 5px;
  background-color: var(--second);
  border-color: var(--second);
  width: 80%;
  animation-name: LinerAnimationOUT2;
  animation-duration: 2s;
}

.Linerout3 {
  height: 0.1em;
  border-style: solid;
  border-radius: 5px;
  background-color: var(--second);
  border-color: var(--second);
  width: 98%;
  margin: auto;
  margin-bottom: 0.5em;
}


@keyframes LinerAnimationOUT2 {
  from {background-color: transparent; border-color: transparent; width: 0%}
  to {background-color: var(--second); border-color: var(--second); width: 80%}
}

@keyframes LinerAnimationOUT {
  from {background-color: transparent; border-color: transparent; width: 0%}
  to {background-color: var(--second); border-color: var(--second); width: 100%}
}
@keyframes LinerAnimationIN {
  from {background-color: var(--second); border-color: var(--second); width: 100%}
  to {background-color: transparent;  border-color: transparent; width: 0%}
}


.masterpack {
  width: 100%;
  height: auto;
  margin-top: 2em;
  border-style: solid;
  border-color: var(--second);
  border-radius: 1em;
  animation-name: masterpackOUT;
  animation-duration: 1s;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;

} 

.masterpack2 {
  width: 100%;
  height: auto;
  margin-top: 2em;
  border-style: solid;
  border-color: transparent;
  border-radius: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;

} 


.masterpack3 {
  width: 35em;
  height: 52.5em;
  margin-top: 2em;
  border-style: solid;
  border-color: transparent;
  border-radius: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;

} 

.masterpack:hover {
  animation-name: masterpackIN;
  animation-duration: 1s;
  
} 

@keyframes masterpackOUT {
  from {padding-top: 1em; padding-right: 1em; padding-left: 1em; margin-top: 1em;}
  to {padding-top: 0em; padding-right: 0em; padding-left: 0em; margin-top: 2em;}
}
@keyframes masterpackIN {
  from {padding-top: 0em; padding-right: 0em; padding-left: 0em; margin-top: 2em;}
  to {padding-top: 1em; padding-right: 1em; padding-left: 1em; margin-top: 1em;}
}

.hre {
  width: 80%;
  margin: auto;
  color: var(--thirt);
  height: 0.1em;
}

.clicker {
  background-color: orangered;
  border-radius: 3em;
  width: 65%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: -1em;
}

.margins {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

.Mainphoto {
  background-color: #cccccc;
  background-image: url("../../assets/img/Mainphoto.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.Mainphoto2 {
  background-color: #cccccc;
  background-image: url("../../assets/img/Foto2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.Mainphoto3 {
  background-color: #cccccc;
  background-image: url("../../assets/img/Foto3.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.Mainphoto4 {
  background-color: #cccccc;
  background-image: url("../../assets/img/Foto4.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.Mainphoto5 {
  background-color: #cccccc;
  background-image: url("../../assets/img/Foto5.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.Mainphoto6 {
  background-color: #cccccc;
  background-image: url("../../assets/img/contact.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


..dropdown:hover&gt;.dropdown-menu {
  
  background-color: transparent;
}


.navtext {
  !important
  color: white; 
  text-shadow: 0px 0px 5px #000;
}

.clapper {
  margin-top: 48rem;
  width: 100%;
  height: 35rem;
}

.backblur {
  box-shadow: 3em 3em 3em #000;
  background-color:rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  min-height: 50em;
}


.contentclass {
  width: 80%;
  margin: auto;
  min-height: 5em;
  margin-top: 7em;
}

.textcontent {
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 1.30em;
}
.textcontenthigh {
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 2em;
  font-weight: bold;
}

.textcontenthighc {
  width: 100%;
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.textcontent2 {
  text-color: gray; 
  text-shadow: 0px 0px 5px #000; 
  color: whitesmoke; 
  font-size: 1.30em;
}
.textcontenthigh2 {
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 2em;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1em;
}


.pupsbeschikbaarbox {
  width: 100%;
  margin: auto;
  min-height: 13rem;
  background-color: lightblue;
  border-radius: 2em;
  opacity: 80%;
}

.outline {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 10em;
  margin: 1em;
  border-radius: 1em;
  table-layout: fixed;
  min-width: 25em;
}

.inline {
  margin: 1em;
}

.imageline {
  width: 100%;
  height: 20rem;
  background-image: url("../../assets/img/Mainphoto.png");
  background-size: cover;
  border-radius: 1em;

}
.buttonimgleft {
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  margin-left: 1em;
}

.buttonimgright {
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 2em;
  font-weight: bold;
  text-align: right;
  margin-right: 1em;
}

.buttonimgmiddle {
  text-color: white; 
  text-shadow: 0px 0px 5px #000; 
  color: white; 
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
</pre></body></html>