<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Version:  MÃ¤rz 2023 / Creator: 227 */


@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	background-color: #333333;
	line-height: 1.2;
}

p {
	margin:0;
}

strong {
	font-weight: 500;
}

hr {
	height:1px; 
	background-color:#ccc; 
	border: 0; 
	margin: 0.8rem 0;
}

h1{
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffe600;
}

h2{
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 600;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #000;
	font-size: 0.9rem;
	position: relative;
	overflow: hidden;
}

.logo{
	position: absolute;
	top: 1rem;
	left: 2%;
	z-index: 100;
}

.logo img{
	width: 15%;
}

.header{
	position: relative;
	overflow: hidden;
}

.stripes {
  position: absolute;
  right: 43%;
  bottom: -4vw;
  width: 86%;
  -webkit-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
	z-index: 10;
}

.bg_gradient {
	color: #fff;
	position: absolute;
	z-index: 50;
	width: 102%;
}

.content{
	padding: 10rem 8% 8% 8%;
	color: #fff !important;
	position: inherit;
}

.box_oben{
	text-align: center;
	padding: 2rem 8% 2rem 8%;
}

.box_mitte{
	padding: 1.5rem 1.5rem 1rem;
	text-align: center;
	position: relative;
	z-index: 65;
	color: #fff;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;

}

.flex:first-child {
	margin-top: 0px;
}

.flex &gt; div{
	position: relative;
}

.image {
	width: 31%;
	padding: 1rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat !important;
	box-sizing: border-box;
	height: 150px;
	margin: 3rem 0 0; 
	
}

.image img {
	width: 100%;
}

.bgBild{
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s ease;
	background-size: 160%;
}

.bgBild:hover{
	transform: scale(121%);
}

.bgText{
	padding: 1.5rem;
	margin-left: 2rem;
	border-radius: 1rem;
}

.box_unten{
	text-align: center;
	padding-top: 3rem;
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #212529;
	text-decoration: none;
}

a:hover {
	color: #ffe600;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.gelb {
	color: #ffe600;
}

.grau {
	color: #ccc;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #000;
	text-decoration: none;
	background-color: #ffe600;
	padding: 1rem 2rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	margin: 1rem 0;
}
.button:hover {
	color: #ffe600;
	text-decoration: none;
	background-color: #000;
}

ul {
	padding: 0px;
	margin-top: 1rem;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.85rem;
}

li {
	padding: 0px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(1) span {
}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow {
    margin:0;
}

.refnr {}



.apply {}
</pre></body></html>