<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: 'Roboto';
    src: local('Roboto Regular'), local('Roboto-Regular'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-m';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-b';
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Playball';
    src: local('Playball-Regular'), local('Playball-Regular'),
        url('fonts/Playball-Regular.woff2') format('woff2'),
        url('fonts/Playball-Regular.woff') format('woff'),
        url('fonts/Playball-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
a:active, a:focus, input:active, input:focus {
	outline: none;
}
header {
	background: #effafe;
	font-family: 'Roboto', sans-serif;
}
.top {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 138px;
}
.top .logo {
	width: 25%;
	padding-top: 30px;
	margin-right: 15%;
}
.top .logo img {
	width: 70%;
}
.top .boxes {
	display: flex;
	width: 60%;
}
.top .unit-box-sm {
	width: 33%;
	display: flex;
	margin-top: 47px;
	font-size: 0.9rem;
}
.top .unit-box-sm a {
	color: #333;
	text-decoration: none;
}
.unit-box-sm .unit-left {
	width: 43px;
	height: 43px;
	background-color: #68C6E8;
	color: #FFF;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
}
.unit-box-sm .unit-left i {
	padding-top: 10px;
	font-size: 1.6rem;
}
.unit-box-sm .unit-body {
	width: calc(100% - 53px);
	padding-top: 5px;
}
nav {
	border-top: solid 1px #D4F4F7;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	width: 100%;
	background: #effafe;
}
nav.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.navigation-desktop {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-weight: bold;
}
nav a {
	text-decoration: none;
	color: #333;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav li {
	padding: 13px 20px;
	position: relative;
	display: inline-block;
	margin-right: 40px;
}
nav li:last-child {
	margin-right: 0;
}
.has-dropdown {
	position: relative;
	cursor: pointer;
}
.has-dropdown .submenu-toggle i {
	transition: all 0.2s;
}
.has-dropdown:hover .submenu-toggle i {
	transform: rotate(180deg);
}
.dropdown {
	position: absolute;
	display: none;
	left: -5px;
	margin-top: 13px;
	min-width: 180px;
	background-color: #FFF;
	box-shadow: 0px 2px 10px 0px rgba(49, 49, 50, 0.13);
	transition: all 0.2s;
	z-index: 100;
}
.ddactive {
	display: block;
}
.dropdown ul {
	
}
.dropdown li {
	display: block;
	margin: 0;
	padding: 10px 15px;
}
main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 500px;
	padding-top: 25px;
}
.ac {
	padding-top: 71px;
}
.main-banner {
	position: relative;
	margin-bottom: 25px;
}
.start-banner {
	width: 50%;
	float: left;
	margin-right: 20px;
}
.main-banner img {
	max-width: 100%;
	height: auto;
}
.main-banner .welcome {
	font-family: 'Playball';
	position: absolute;
	z-index: 100;
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	left: 0;
	bottom: 10px;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}
.aktionsslider {
	margin-bottom: 50px;
}
.aktionsslider .slick-prev {
	left: 5px;
	z-index: 100;
}
.aktionsslider .slick-next {
	right: 12px;
	z-index: 100;
}
.aktionsslider .slick-prev::before, .aktionsslider .slick-next::before {
	font-size: 2rem;
	color: #666;
}
.aktionsslider .slide {
	padding: 2% !important;
}
.main-container {
	margin-bottom: 50px;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: justify;
}
.main-container h1 {
	font-family: 'Playball', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #41bbdb;
	margin-bottom: 30px;
	line-height: 2.8rem;
}
.main-container h2 {
	font-family: 'Playball', sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	color: #41bbdb;
	margin-bottom: 30px;
}
.main-container h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	color: #fa8689;
	margin-bottom: 30px;
	margin-top: -20px
}
.main-container a {
	color: #41bbdb;
}
.kurs-ul {
	list-style: none;
}
.kurs-ul li {
	margin-bottom: 15px;
}
.kurs-ul ul {
	list-style: none;
	margin-left: 35px;
}
.kurs-ul ul li {
	margin-bottom: auto;
}
.kurs-dl {
	padding-bottom: 40px;
}
.dl-but {
	background-color: #fa8689;
	padding: 10px 20px;
	border-radius: 5px;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2rem;
}
footer {
	width: 100%;
	margin: 0 auto;
	background: #effafe;
	font-family: 'Roboto', sans-serif;
}
footer .box-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
footer .box {
	width: 33%;
	min-height: 50px;
	padding: 20px 0;
}
footer .box a {
	color: #333;
	text-decoration: none;
}
footer .nw-box {
	width: 100%;
	background: #fff;
}
footer .w-box {
	width: 100%;
	padding: 18px 20px;
	border: 4px solid #FFF;
	background: #FFEEEF;
}
footer .footer-w-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer-box-head {
	font-family: 'Roboto-m', sans-serif;
	color: #505050;
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.footer-bottom {
	width: 100%;
	max-width: 1200px;
	background: #fff;
	padding: 1.5rem 0;
	margin: 0 auto;
	font-size: 0.9rem;
}
.footer-bottom i {
	float: right;
	font-size: 2rem;
	color: #3B5998;
}
footer .label {
	display: flex;
	margin-bottom: 20px;
}
footer .label .lb {
	width: 43px;
	height: 43px;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
	background-color: #68C6E8;
	margin-right: 10px;
}
footer .label .lb i {
	font-size: 1.6rem;
	padding-top: 10px;
}
footer .label .lt {
	padding-top: 5px;
	font-size: 0.9rem;
}
footer .ib {
	margin-bottom: 15px;
}
.newsletter-box {
	padding: 42px;
	background: #F6F6F6;
}
.newsletter-box .container {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.newsletter-box .img-box {
	width: 180px;
	height: 120px;
}
.newsletter-box .img-box img {
	width: 100%;
}
.newsletter-box .nl-info-box {
	padding-left: 30px;
	vertical-align: middle;
}
.newsletter-box .nl-title {
	font-size: 1.8rem;
	line-height: 2.6rem;
	display: inline-block;
	font-family: 'Roboto-b', sans-serif;
}
.newsletter-box .nl-button a {
	width: 100%;
	display: inline-block;
	border: solid 1px #d6d6d6;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	font-size: 1rem;
	padding-left: 20px;
	margin-top: 25px;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.newsletter-box .nl-button {
	width: 35%;
	margin-top: 0;
}
.form {
	margin-top: 20px;
}
.form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-input {
	width: 49%;
	margin-top: 15px;
	height: 60px;
}
.ftext {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	padding: 10px;
	border-radius: 5px;
	color: #333;
	border: solid 1px #ccc;
	background: #FFF;
}
.fbutton {
	margin-top: 60px;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.fbutton .button {
	padding: 10px 20px;
	background: #68C6E8;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	transition: all 0.2s;
	cursor: pointer;
}
.fbutton .button:hover {
	background: #fa8689;
}
.formerror {
	color: #C00;
	font-size: 0.9rem;
}
.error-rand {
	border-color: #C00;
}
.contactform {
	display: flex;
}
.lbox {
	width: 50%;
}
.contactinput {
	width: 100%;
	margin-bottom: 20px;
}
.googlemap {
	border: solid 1px #ccc;
	padding: 10px;
}
.map-placeholder {
	font-size: 0.8rem;
}
.googlemap .but {
	padding-top: 10px;
}
.googlemap button {
	background-color: #FFEEEF;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
}
.cookieoptions {
	width: 90%;
	max-width: 800px;
	height: auto;
	min-height: 100px;
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%, -50%) !important;
	background-color: #FFF;
	padding: 15px;
	position: absolute;
	z-index: 2000;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
	display: none;
	font-size: 1rem;
	border-radius: 8px;
	transition: all 0.3s;
}
.cookieoptions h2 {
	font-family: 'Playball', sans-serif;
	font-size: 2.3rem;
	font-weight: normal;
	color: #41bbdb;
	margin-bottom: 20px;
}
.cookieoptions a {
	color: #68C6E8;
}
.cookieoptions .options {
	font-weight: bold;
	border-bottom: solid 1px #333;
	font-size: 1rem;
	margin-bottom: 20px;
}
.cookieoptions .option {
	line-height: 50px;
	font-size: 1rem;
}
.cookieoptions .cookies {
	display: none;
}
.cookieoptions .cookies .cookie {
	padding-left: 40px;
	line-height: 20px;
}
.cookieoptions .cookie span {
	line-height: 20px;
	font-size: 0.8rem;
}
.cookieoptions .option i {
	font-size: 1.4rem;
	color: #fa8689;
	margin-right: 8px;
	cursor: pointer;
}
.cookieoptions .more {
	float: right;
}
.cookieoptions .more i {
	font-size: 1.2rem;
	color: #333;
	transition: all 0.3s;
}
.cookieoptions .more i.active {
	transform: rotate(90deg);
}
.cookieoptions button {
	background-color: #fa8689;
	color: #fff;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.cookie_form input {
	display: none;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
	display: none;
	z-index: 1500;
}
.scrolltop {
  position: fixed;
  bottom: 50px;
  width: 140px;
  color: #FFF;
  line-height: 50px;
  z-index: 100;
  right: -90px;
  background-color: #fa8689;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  transition: all 0.5s;
  cursor: pointer;
  display: none;
}
.scrolltop i {
  font-size: 26px;
  padding: 0 15px;
}
.scrolltop:hover {
  right: 0;
}
#cps {
	display: none;
}
.mobile-info, .mobile-menu {
	display: none;
}
.brandslider .slick-prev {
	left: 10px;
	z-index: 100;
}
.brandslider .slick-next {
	right: 15px;
	z-index: 100;
}
.brandslider .slick-prev:before, .brandslider .slick-next:before {
	font-size: 2rem;
	color: #effafe;
	text-shadow: 0 0 1px rgba(0,0,0,1);
}
@media (max-width: 1200px)
{
	.top, .main-container, footer .box-container, .footer-bottom {
		padding: 0 15px;
	}
}
@media (max-width: 1000px)
{
	header {
		width: 100%;
		position: fixed;
		z-index: 500;
	}
	main {
		padding-top: 100px;
	}
	.top {
		height: auto;
		display: block;
	}
	.top .logo {
		margin-right: 0;
		padding-top: 15px;
		width: 100%;
		height: 80px;
		text-align: center;
	}
	.top .logo img {
		width: auto;
		height: 60px;
		display: inline-block;
	}
	.top .boxes {
		position: absolute;
		display: none;
		width: 100%;
	}
	.navigation-desktop {
		position: absolute;
		z-index: 800;
		width: 100%;
		left: -100%;
		top: 0;
		background-color: #effafe;
		transition: all 0.5s ease-out;
		height: 100vh;
		padding-top: 79px;
	}
	.navigation-desktop.active {
		left: 0;
	}
	.dropdown {
		display: block;
		position: relative;
		width: 100%;
	}
	nav li {
		margin-right: 0;
		display: block;
	}
	nav a {
		display: block;
	}
	.contactform, .form form {
		display: block;
	}
	.lbox {
		width: 100%;
		margin-bottom: 80px;
	}
	.form .form-input {
		width: 100%;
	}
	.mobile-info {
		display: block;
		float: right;
		font-size: 1.5rem;
		margin-top: 30px;
		width: 20px;
		text-align: center;
	}
	.mobile-info i {
		display: block;
	}
	.mobile-menu {
		display: block;
		font-size: 2rem;
		padding-right: 20px;
		position: absolute;
		z-index: 820;
		top: 17px;
		left: 20px;
		width: 50px;
		height: 50px;
	}
	.m-menu-box {
		height: 50px;
		width: 50px;
	}
	.m-menu-inner {
		background-color: #333;
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition: transform 0.15s ease;
		width: 100%;
		height: 3px;
		border-radius: 1.5px;
		display: inline-block;
		position: relative;
	}
	.m-menu-inner:before {
		background-color: #333;
		width: 100%;
		top: -10px;
		content: '';
		display: block;
		height: 3px;
		border-radius: 1.5px;
		position: absolute;
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
	}
	.m-menu-inner:after {
		background-color: #333;
		width: 100%;
		bottom: -10px;
		content: '';
		display: block;
		height: 3px;
		border-radius: 1.5px;
		position: absolute;
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
	}
	.m-menu-inner.active {
		transform: rotate(225deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.m-menu-inner.active:before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
	}
	.m-menu-inner.active:after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
	}
	.top .boxes {
		background-color: #fff;
		z-index: 799;
		padding: 15px;
		left: 0;
		top: 81px;
		box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.3);
	}
	.top .unit-box-sm {
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 800px)
{
	footer .box-container {
		display: block;
	}
	footer .box {
		width: 100%;
	}
	.footer-bottom {
		padding: 15px;
	}
	.newsletter-box {
		padding: 15px;
	}
	.newsletter-box .container {
		display: block;
		text-align: center;
	}
	.newsletter-box .img-box {
		margin: 0 auto 10px;
	}
	.newsletter-box .nl-info-box
	{
		padding: 0;
	}
	.newsletter-box .nl-button {
		width: 100%;
	}
	.start-banner {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	
}
</pre></body></html>