<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theming */
@font-face { 
font-family: "Akzelerat Condensed"; 
src: url("AkzeleratCondensed_Normal.ttf"); 
}
/* Reset */
body{
    font-family: "Akzelerat Condensed", sans-serif;
    color:rgb(0,0,0,.8);
    margin: 0;
    padding: 0;
	font-size:25px;
}
a{
    text-decoration: none;
    color:rgba(30,0,0,.7);
}
/* Header */
.header{
    position: relative;
    top: 0;
    width: 100%;
}
/* Logo */
.logo{
    display: inline-block;
    margin-top: 10px;
	float:left;
	text-align:center;
}
.logo img{
    margin-left: 10px;
    margin-top: 10px;
	width:180px  !important;
}
.header table{
	text-align:center;
	position:relative;
	font-size:48px;
	margin:auto;
    color:rgba(48,190,220,.9);
}
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color:rgba(48,190,220,.9);
}
.menu a{
    display: block;
    padding:14px 30px;
    color:rgb(255,255,255);
}
.menu a:hover{
    color:rgba(255,255,255,.7) !important;
}
.nav{
    max-height: 0;
     margin: 0;
    padding: 0;
   transition: max-height .5s ease-out;
}
.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 35px 30px;
}/* Style label tag */

.hamb-line {
    background:rgba(48,190,220,1);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background:rgba(48,190,220,1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Responsiveness Deskop */
@media (min-width: 768px) {
.logo{
    display: inline-block;
    margin-top: 10px;
	margin:auto;
	width:100%;
	text-align:center;
}
	.logo img{
		margin: 20px 0;
		width:400px;
	}
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
    margin: 0;
    padding: 0;
	width:100%;
    }
    .menu{
	width:100%;
    }
    .menu li{
        float: left;
    margin: 0;
    padding: 0;
	width:calc(100% / 7);
	text-align:center
    }
	.menu a{
		padding:15px 0px;
	}
    .menu a:hover{
        background-color: transparent;
        color: rgb(255,155,0);

    }

    .hamb{
        display: none;
    }
}

#head_bild {
	background-image:url(../img/head.jpg);
	background-position:top center;
	background-size:cover;
	width:100%;
	height:450px;
	float:left
}
#head_bild h2 {
	background:rgba(255,255,255,.7);
	padding:10px 40px;
	font-size:36px;
	font-weight:normal;
	float:right;
	text-align:right;
	margin-right:50px;
	margin-top:300px;
}
section {
	width:calc(100% - 100px);
	margin:10px 50px;
	float:left;
}
section hr {
	border:0;
	background:rgba(0,0,0,.8);
	height:5px;
	clear:both;
}
iframe {
	border:0;
	width:100%;
	float:left;
	height:300px;
}
input[type=text],
input[type=email],
select,
textarea {
	background:#FFFFFF;
	font-size:16px;
	padding:7px;
	border:1px solid #666;
	margin:5px 0;
    font-family: "Poppins", sans-serif;
}
input[type=submit],.button {
	background:rgba(255,155,0,1);
	font-size:18px;
	padding:5px 30px;
	margin:5px 0;
	border:0;
	color:#FFFFFF
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[name=Submit_n],input[name=submit]{
		display:none
}
h1 {
	font-size:32px
}
h2 {
	font-size:22px
}
h5 {
	font-size:25px;
}
h5 strong {
	color: #009900;
	font-size:29px;
}
h5 small {
	font-size:20px;
}
footer {
	float:left;
	width:100%;
	text-align:center;
    background-color:rgba(48,190,220,1);
    color:rgb(255,255,255);
}
footer hr {
	width:30%;
	border:0;
	background:rgba(255,255,255,.5);
	height:5px;
	clear:both;
	float:left;
	margin-left:35%
}
footer p {
	float:left;
	padding:30px 0;
	width:33.3333%;
}
footer p:last-child {
	width:100%;
}
footer a {
    color:rgb(255,255,255);
}
footer img {
}
.mobile_br {
	float:left
}
.leistungen_ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
#galerie a {
	float:left;
	width:calc(33% - 20px);
	margin:10px;
	height:300px;
	background-size:cover;
	background-position:center;
}
	.bild_rechts {
	float:right;
	margin:20px;
}
.teil div {
	float:left;
	width:50%
}
.preise {
	width:90%
}
.preise th,.admin_table_no_wechsel th {
	color:#fff;
}
.preise tr:nth-child(odd) {
	background-color:rgba(0,0,0,0.2);
}
.preise tr td:last-child {
	text-align:right;
}
.bewertung_widget {
	width:150px;
	border-radius:5px;
	background:#006699;
	color:#FFF;
	text-align:center;
	padding:0px 10px;
	float:right
}
.bewertung_widget img:first-child {
	width:100%
}
#start_bild {
	width:100%;
	margin:10px 0%;
	padding:60px 0%;
	color:#333;
	background-image:url(../img/iStock-1360554439-Strand.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.start_bild_fix {
  position: fixed;
  top: 0;
  padding:0px 0px !important;
  width:calc(100% - 100px) !important;
}
#start_bild form {
	width:70%;
	margin:10px 15%
}
.start_bild_table_wbg {
	background:rgba(255,255,255,.7);
	white-space:nowrap;
	float:left
}
.start_bild_table_ogb {
	color:#FFFFFF;
	text-align:center;
	background:rgba(255,100,0,.7)
}
#start_bild input[type=date] {
	border:0;
	background:#fff;
	padding:3px;
	font-size:22px;
}
#start_bild input[type=submit] {
	border:0;
	padding:4px 13px;
	cursor:pointer;
	font-size:20px;
}
.clear {
	clear:both
}
#drei div {
	background-position:center;
	background-size:cover;
	float:left;
	width:calc(100% / 3 - 80px);
	padding:20px;
	margin:20px;
	height:350px;
}
#drei div h2,#drei div p {
	background:rgba(255,255,255,.7);
	padding:10px;
}
.drei_warum {
	background-image:url(../img/iStock-968874640-Callcenter.jpg?);
}
.drei_parkplatze {
	background-image:url(../img/iStock-1314461014-Stecknadel.jpg);
}
.drei_preise {
	background-image:url(../img/iStock-1274246832.jpg);
}
.form_halb_div {
	width:50%;
	margin:0;
	padding:0;
	float:left
}
.form_halb p {
	width:50%;
	margin:0;
	padding:0;
	float:left
}
.form_halb p input, .form_halb_div input {
	width:90%;
}
.vier p {
	float:left;
	width:20%;
	padding:10px 1.5%;
	margin:20px 1%;
	vertical-align:middle;
	height:100px;
	text-align:center;
    background-color:rgba(48,190,220,.9);
	font-size:22px;
	color:#FFFFFF;
}
.drei p {
	float:left;
	width:calc(85% / 3);
	padding:10px 1.5%;
	margin:20px 1%;
	vertical-align:middle;
	height:100px;
	text-align:center;
    background-color:rgba(48,190,220,.9);
	font-size:22px;
	color:#FFFFFF;
}
.galerie {
	margin:0px;
	text-align:center;
	font-size:14px;
	float:left
}
.galerie img {
	border:0px solid #e1e1e1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	margin:5px; 
	float:left;
	transition-duration: 0.8s;
}
.galerie img:hover {
	border-radius:0px;
}
.galerie div {
	float:left;
	text-align:center;
	margin:10px
}
@media screen and (max-width: 750px) {
body {
	font-size:22px;
}
.header table{
	font-size:28px;
}
.logo img{
    margin-left: 10px;
    margin-top: 10px;
	width:80px  !important;
}
.leistungen_ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
#galerie a {
	width:calc(50% - 20px);
}
#referenzen a {
	width:calc(100% - 0px);
	margin:20px 0;
}
#referenzen a span {
	background:rgba(255,255,255,.7);
	padding:10px 40px;
	font-size:26px;
	font-weight:normal;
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:200px;
}	
#head_bild {
	background-position:20% top;
}
#head_bild h2 {
	padding:10px 40px;
	font-size:26px;
	margin-right:25px;
	margin-top:300px;
}
section {
	width:calc(100% - 50px);
	margin:25px
}
iframe {
	width:100%;
	height:300px;
}
form {
	width:100%;
	margin-right:0%;
}
footer hr {
	width:60%;
	margin:20px 20% 0px 20%;
}
footer p {
	width:100%;
	padding:10px 0;
}
.mobile_br {
	float: none
}
#drei div {
	width:calc(100% / 1 - 40px);
	margin:20px 0;
	height:auto
}
#start_bild {
	padding:30px 0%;
	text-align:center
}
.start_bild_fix {
  position: relative;
  top: auto;
  padding:30px 0px !important;
  width:calc(100%) !important;
}
#start_bild form {
	width:90%;
	margin:10px 5%
}
#start_bild table tr td {
	float:left;
	width:97%
}
#start_bild input[type=submit] {
	font-size:14px
}
.bild_rechts {
	width:50%
}
.form_halb p {
	width:100%;
}
.vier p,.drei p {
	width:95%;
	height:auto;
}
}
.reser_service_info span strong, .info_icon {
	background:#09F;
	color:#FFF;
	font-style:italic;
	width:30px;
	padding:3px 10px;
	cursor:pointer;
	height:30px;
	text-align:center;
	border-radius:50%
}
.reser_service_info span div, #BoxInhalte5v {
	display:none;
    background-color:rgba(48,190,220,.9);
	color:#fff;
	position:absolute;
	padding:20px;
	width:50%;
	margin-left:30%;
	border-radius:10px
}
</pre></body></html>