<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
font-family: PWJoyeuxNoel;
src: url('./fonts/PWHappyChristmas.ttf');
format("opentype");
}

@font-face {
font-family: Merry Christmas Star;
src: url('./fonts/MerryChristmasStar.ttf')
format("opentype");
}
@font-face {
font-family: Candy Cane;
src: url('./fonts/Candcu__.ttf')
format("opentype");
}
@font-face {
font-family: Hultog Snowdrift;
src: url('./fonts/HultogSnowdrift-Rpdo.ttf')
format("opentype");
}
@font-face {
font-family: HolLeigh Caps;
src: url('./fonts/HolleighCaps-yLeZ.ttf')
format("opentype");
}

html {
    font-size: 15px;
    background-color: #237C8B;
	background-image: url('bg2.png');
	/* background-size: 100% 100%; */
    padding: 0;
	margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
}

#logo {
	width: 150px;
	height: auto;
	padding: 0;
	margin: 0 auto 0 auto;
}

#Alles {
    font-size: 14px;
    color: #EFEFEF;
    padding: 0;
    text-align: center;
    width: 99.8%;
    border: 0px solid #fff;
}

.Titeltext {
	font-family: PWJoyeuxNoel, Calibri, sans-serif; 
    font-size: calc(1.3rem + 1.0vw);
    color: #fff;
    padding: 0px;
    margin: 35px 0px;
    text-align: center;
	text-shadow: 2px 2px #237C8B;
    width: 100%;
}

.Fusstext {
    font-size: calc(0.4rem + 0.5vw);
    color: #fff;
    padding: 0;
    margin: 35px 0px;
    text-align: center;
    width: 100%;
}

.small {
	font-size: calc(0.1rem + 0.5vw);
}

#Advent0 {
  position: relative;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  border: 0px solid #FFDF00;
  height: auto;
}

#Advent1 {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  border: 0px solid #FFFFFF;
}

#AdventGrafik {
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 50px rgba(242,235,235,0.53);
  -webkit-box-shadow: 10px 10px 50px 50px rgba(242,235,235,0.53);
  -moz-box-shadow: 10px 10px 50px 50px rgba(242,235,235,0.53);
}

#Advent2 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0px solid #FFF;
}

#Advent2 table {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#Advent2 td {
  /* width: 14,17%; */
  width: 16.66%;
  height: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0px solid #FFFFFF;
}

#Advent2 a {
    text-decoration: none;
}

#Advent2 .tag {
    font-size: calc(0.5rem + 2.0vw);
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s linear;
    padding: 25px;
    color: #237C8B;
    border: 1px solid #transparent;
	background-color: rgba(240, 240, 240, 0.55);
    border-radius: 10%;
}

#Advent2 a:hover .tag {
    color: #FFFFFF;
    border: 1px solid transparent;
    background-color: rgba(27, 95, 107, 0.5);
}

#Advent2 .rot {
  color: #FF0000;
  background-color: rgba(255, 255, 255, 0.4);
}

#Advent2 .drot {
  color: #BF0000;
  background-color: rgba(255, 255, 255, 0.5);
}

#Advent2 .blau {
  color: #3F00FF;
  background-color: rgba(255, 255, 255, 0.5);
}

#Advent2 .hblau {
  color: #00AFFF;
  background-color: rgba(255, 255, 255, 0.5);
}

#Advent2 .gelb {
  color: #FFDF00;
  background-color: rgba(255, 255, 255, 0.5);
}

#Advent2 .grau {
  color: #5F5F5F;
  background-color: rgba(255, 255, 255, 0.5);
}

#Advent2 .schwarz {
  color: #000000;
}

.button {
  background-color: #2C9CAF;
  border: none;
  color: #FFFFFF;
  padding: 6px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 10px;
}

.button {
  transition-duration: 0.6s;
}

.button:hover {
  background-color: #FFFFFF;
  color: #2C9CAF;
}

#snow {
	max-width: 100%;
	margin: 0 0 0 0;
}</pre></body></html>