<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
	
	color:#777;
		font-family: 'Open Sans Condensed', sans-serif;
	font-size:48px;
}
h3 {
	
	color:#777;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:48px;
}
body {
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color:#777;
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color:#777;
}
hr.front {
	background-color: #777;
    height: 1px;
	width:300px;
}
hr.prisliste {
	background-color: #eee;
    height: 1px;
}
.footertext {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 24px;
}
.medarbejdername {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    line-height:150px;
}
.signature {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
.booklink {
	width:180px;
	height:55px;
	border: 1px solid #fff;
	border-radius: 0px;
	line-height:40px;
	font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 24px;
	opacity: 1;
	transition: 0.3s;
}
a.booklink:hover  { 
  width:180px;
	height:55px;
	border: 1px solid #fff;
	border-radius: 0px;
	line-height:40px;
	font-family: 'Open Sans Condensed', sans-serif;
    color: #fff !important;
    font-size: 24px;
	opacity: 0.6
}

@media (max-width: 990px) {
      .mobile-center {
              text-align: center;
       } 
    }





@media only screen and (max-width: 1600px) {
 .my-parallax-slider
 {
	 height: 350px !important;
 }
 #pagename
 {
	 top:320px !important; 
 }
 #booking_link {
	 top:450px !important; 
 }
}
@media only screen and (max-width: 1200px) {
 .my-parallax-slider
 {
	 height: 300px !important;
 }
  #pagename
 {
	 top:310px !important; 
 }
 #booking_link {
	 top:410px !important; 
 }
}
@media only screen and (max-width: 992px) {
 .my-parallax-slider
 {
	 height: 300px !important;
 }
  #pagename
 {
	 top:290px !important; 
 }
 #booking_link {
	 top:400px !important; 
 }
 .h1lines {
	 display:none;
 }
}





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