<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------- FORMHANDLER ---------- */

input.submit {height: auto;}
input.radio {	border: 0; height: auto;}

.Tx-Formhandler input.plz {
	width: 27%;
	margin-right: 1%;
	float: left;
}

.Tx-Formhandler input.ort { width: 72%; }
.Tx-Formhandler input.text { width: 100%; }
td.website, .Tx-Formhandler .kontakt_website { display: none; }

.Tx-Formhandler ul.error {
	list-style-position: inside;
	margin: 0;
	margin-bottom: 20px;
}

.Tx-Formhandler p.error {
	padding: 0;
	border: 0;
	background: none;
	color: red;
}

.Tx-Formhandler p.error input,
.Tx-Formhandler p.error textarea {border: 1px dashed red;}

.Tx-Formhandler span.loading,
.Tx-Formhandler .formhandler-ajax-validation-result {
	vertical-align: top;
	float: right;
	margin-top: 2px;
}
.Tx-Formhandler .loading_ajax-submit {
	display: none;
	color: #F00;
	font-weight: bold;
	font-style: italic;
}
.Tx-Formhandler .loading_ajax-submit img {
    vertical-align: middle;
}

.survey_item input[type="checkbox"],
.survey_item input[type="radio"] {
	margin-right: 5px;
}
.survey_item textarea {
	width: 100%;
}

/* ---------- NEWS ---------- */

h4 {
  display: inline;
  font-weight: normal;
}
.news-single ul {
	list-style-position: inside;
}
.news-single-img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-single-img p {
  margin: 0;
  font-style: italic;
}
.newsBox {
	margin-bottom: 20px;
}

/* ---------- FIT-TIPS ---------- */

p.intro {
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}

/* ---------- TEASER ---------- */

.teaserImage {
	margin: 10px 0;
}

.teaserImage img {
	width: 100%;
	height: auto;
}

/* ---------- POPUP ---------- */

#rgpopup {
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tx-rgpopup-right a {
	background: url("../images/close.gif") no-repeat scroll left center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	margin-right: 5px;
}

table.pop_dialog_table {
	border-collapse: collapse;
	margin: auto;
	table-layout: fixed;
	width: 100%;
	direction: ltr;
}

td.pop_topleft,
td.pop_topright,
td.pop_bottomleft,
td.pop_bottomright {
	height:10px;
	overflow:hidden;
	padding:0!important;
	padding:5px;
	width:10px!important;
	width:0;
}

td.pop_topleft {background: url('../images/border-popup.png') no-repeat 0 0;}
td.pop_topright {background: url('../images/border-popup.png') no-repeat 0 -10px;}
td.pop_bottomleft {background: url('../images/border-popup.png') no-repeat 0 -20px;}
td.pop_bottomright {background: url('../images/border-popup.png') no-repeat 0 -30px;}

td.pop_top,
td.pop_bottom {background:url('../images/border-popup.png') repeat-x 0 -40px;}
td.pop_side {background:url('../images/border-popup.png') repeat-y -10px 0;}

td.pop_content {
	background-color:#fff;
	padding:0;
	direction:ltr;
}
.pop_dialog_rtl td.pop_content{direction:rtl;}

/* ---------- POPUP - FORMULAR ---------- */

#hi_popup {
	width: 545px;
	text-align: left;
	padding: 10px 10px 5px 10px;
}

#pop-contact .Tx-Formhandler p.msg span.loading,
#pop-contact .Tx-Formhandler p.msg .formhandler-ajax-validation-result {
	margin-right: -6px;
}

#pop-contact .Tx-Formhandler .loading_ajax-submit {
	float: right;
	margin: -25px 70px 0 0;
}

#fancybox-overlay {
	position: fixed !important;
}

.pop-contact-lower { display: none; }

/* ---------- GEWINNSPIEL ---------- */

.tx-hidicelottery-pi1 input.submit {
    background: url("../images/gewinnspiel-button.jpg") no-repeat center;
    border: 0 none;
    cursor: pointer;
    height: 68px;
    margin: 10px 0 20px;
    width: 350px;
}
.tx-hidicelottery-pi1 td.website {display: none;}

/* ---------- GOOGLE MAP ---------- */

.tx-lumogooglemaps-pi1 {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.tx-lumogooglemaps-pi1 &gt; div {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}
.tx-lumogooglemaps-pi1 img {
    max-width: none;
}
.tx_lumogooglemaps_pi1_infobox {
    width: 180px;
}

#pop-contact .contact-right-show {
	background: #c80202;
	color: #fff;
	cursor: pointer;
	padding: 7px;
}</pre></body></html>