/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 09:50:25 */
/* Her er overskrifterne gemt.  */
.h1Tekst {
	/* Sort overskrift */
	color: #000;
	font-size: 34pt;
	font-family: "Oswald";
}
.h2Tekst {
	/* Gul overskrift */
	color:#e8c216;
	font-size: 22pt;
	font-family: "Oswald";
}
.h3Tekst {
	/* Sort overskrift */
	color:#000;
	font-size: 20pt;
	font-family: "Oswald";
}
.fancyh2 {
	--b: 2px;
	/* control the border thickness */
	--w: 275px;
	/* control the width of the line*/
	--g: -300px;
	/* control the gap */
	--c: #c99d2b;
	border-image: 
		linear-gradient(
			#0000      calc(50% - var(--b)/2),
			var(--c) 0 calc(50% + var(--b)/2),
			#0000    0) 
		1/0 var(--w)/calc(var(--w) + var(--g));
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	...}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.h1Tekst {
		line-height: 35px;
		color: #000;
		font-size: 24pt;
		font-family: "Oswald";
	}
	.h2Tekst {
		font-size: 16pt;
		font-family: "Oswald";
	}
	.fancy {
		all: unset;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 800px) {
	.h1Tekst {
		line-height: 35px;
		color: #000;
		font-size: 24pt;
		font-family: "Oswald";
	}
	.h2Tekst {
		font-size: 16pt;
		font-family: "Oswald";
	}
	.fancy {
		all: unset;
	}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.h1Tekst {
		line-height: 35px;
		color: #000;
		font-size: 24pt;
		font-family: "Oswald";
	}
	.h2Tekst {
		font-size: 16pt;
		font-family: "Oswald";
	}
	.fancy {
		all: unset;
	}
}
