﻿/****************/ /*** Core CSS ***/ /****************/
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/css/fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/css/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/css/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/css/fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/css/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/css/fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}



*{
	margin:0;
	padding:0;
	outline:0;
}
html{
	height:100%;
	width:100%;
	position: relative;
}
body {
	height:100%;
	width:100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	color: #575756;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	/*overflow-x: hidden;*/
	overflow-y: scroll;
}

/****************** PopUp *******************/
.einbinder{
	position: fixed;
	display: block;
	top: 20%;
	left: -100%;
	height: auto;
	width: 90%;
	margin: 0;
	padding: 35px 50px 50px 50px;
	background: #9E151A;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	z-index: 999999;
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	opacity: 1;
	background: #dadada  url(../images/close.png) center center no-repeat;
	z-index: 9999;
}
.close:hover {
	background: #dadada  url(../images/close.png) center center no-repeat;
}
.event, .eventbeschreibung, .plakat {
	position: relative;
	height: auto;
	opacity: 0;
}
.plakat {
	margin-top: 15px;
}
.event p, .eventbeschreibung p {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.plakat p {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

a:link,a:visited, .navi_top a, .navi_schnell a , .footer_navi a , .footer_kontakt a, .route input, .news_item, .bx-pager-item a,
.wir_sind_da, .kontakte_qr, .content a h3, #ff_div6 textarea, #ff_elem1, #ff_elem3, #ff_elem8, #bfCaptchaEntry,
.navi_top li, .border, .tap, .tap_red, .tap_red_galerie {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: 300;
	color: #a6151b;
}
a:hover {
	font-weight: 300;
	color: #575756;
}
a:focus {
	outline: 0;
}
img {
	border: 0 none;
}

ul, ol {
    margin-bottom: 0;
    margin-top: 0;
}
ul.garantie {
	padding-left: 15px;
	margin: 30px 0 30px 0;
	color: #575756;
}
p {
	text-align: justify;
	padding: 15px 0 15px 0;
	margin: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*************************** HELFER / ABSTÄNDE ********************************/
.npnm {
	padding: 0;
	margin: 0;
}
.np {
	padding: 0;
}
.nm {
	margin: 0;
}
.pad_big {
	padding: 60px;
}
.pad_smal {
	padding: 30px;
}
.pad_top_bot {
	padding: 60px 0 60px 0;
}
.pad_top {
	padding-top: 30px;
}
.pad_bottom {
	padding-bottom: 30px;
}
.marg_top_bot {
	margin: 23px 0 0 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.marg_top_bot_start {
	margin: 23px 0 0 0;
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756;
}
.pad_top_slider_right {
	padding-top: 25px;
}
.border_left_right {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.border_left {
	border-left: 1px solid #e3e3e3;
}
.border_top {
	border-top: 1px solid #fff;
}
.trenner {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 20px 0 20px 0;
	background: #e3e3e3;
}

/*************************** LOGO ********************************/
.logo {
	position: relative;
	height: 123px;
	padding: 20px 0 0 30px;
	margin: 0 0;
}
.logo a{
	position: relative;
	display: block;
	height: 113px;
	background: transparent url(../images/logo.png) left center no-repeat;
}
.logo a:hover{
	background: transparent url(../images/logo.png) left center no-repeat;
}

/*************************** PHONE ********************************/
.phone {
	position: relative;
	height: 123px;
	padding: 20px 30px 0 0;
	margin: 0 0;
}
.phone a {
	position: relative;
	display: block;
	height: 113px;
	background: transparent url(/images/phone.png) right center no-repeat;
}

/*************************** NAVI TOP ********************************/
.navi_top {
	position: relative;
	height: auto;
	width: 383px;
	margin: 0 auto 30px;
}
.navi_top ul {
	position: relative;
}
.navi_top li {
	position: relative;
	float: left;
	list-style-type: none;
}
.navi_top a {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	font-weight: 300;
	color: #878786;
	padding: 8px;
	text-transform: uppercase;
}
.navi_top  a:hover {
	color: #fff;
	background: #575756;
}
.navi_top .active  > a {
	color: #fff;
	background: #706f6f;
}
.colored a {
	color: #fff;
	background: #575756;
}

/*************************** NAVI TOP SUB ********************************/
.navi_top ul li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
}
.navi_top ul li ul li {
	display: block;
	float: left;
	width: 150px;
}
.navi_top ul li ul li a {
	display: block;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	color: #878786;
	list-style-type: none;
	padding: 8px;
	width: 100%;
	letter-spacing: 0px;
}
.navi_top ul li ul li a:hover {
	color: #fff;
	background: #575756;
}
.navi_top ul li ul li.active  a{
	color: #fff;
	background: #706f6f;
}

/*************************** NAVI SMAL ********************************/
.navi_smal {
	position: relative;
	height: auto;
	width: 193px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
.navi_smal ul {
	position: relative;
	margin: 0 auto;
}
.navi_smal li {
	position: relative;
	float: left;
	list-style-type: none;
	padding: 8px;
}
.navi_smal a {
	position: relative;
	display: block;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: 300;
	color: #878786;
	text-transform: uppercase;
}
.navi_smal  a:hover {
	color: #9e151a;
}
.navi_smal .active  > a {
	color: #9e151a;
}

/*************************** START********************************/
.start_smal, .start_big {
	position: relative;
	overflow: hidden;
}
.start_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background: transparent url(../images/start_overlay.png) 0 0 repeat;
}
.start_overlay_bl {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	top: 25%;
	opacity: 0;
	cursor: pointer;
	background: transparent url(../images/start_overlay_bl.png) 0 0 repeat;
}
.start_text {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 13px;
	/*padding-top: 50px;*/
	text-transform: uppercase;
	text-align: center;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/****************** TOGGLER ******************/
.navi_toggler {
	position: relative;
	height: 45px;
	cursor: pointer;
	border-bottom: 1px dotted #e3e3e3;
	border-top: 1px dotted #e3e3e3;
	margin-bottom: 1px;
	background: #fff url(../images/navi_open.png) center center no-repeat;
}
.navi_toggler:hover {
	background: #e3e3e3 url(../images/navi_open.png) center center no-repeat;
}
.partner, .kontakt, .impressum {
	position: relative;
	height: 45px;
	border-left: 1px dotted #e3e3e3;
	border-bottom: 1px dotted #e3e3e3;
	border-top: 1px dotted #e3e3e3;
	margin-bottom: 1px;
}
.partner a {
	display: block;
	height: 45px;
	background: transparent url(../images/icon_partner.png) center center no-repeat;
}
.partner a:hover {
	background: #e3e3e3 url(../images/icon_partner.png) center center no-repeat;
}
.kontakt a {
	display: block;
	height: 45px;
	background: transparent url(../images/icon_kontakt.png) center center no-repeat;
}
.kontakt a:hover {
	background: #e3e3e3 url(../images/icon_kontakt.png) center center no-repeat;
}
.impressum a {
	display: block;
	height: 45px;
	border-left: 0 none;
	background: transparent url(../images/icon_impressum.png) center center no-repeat;
}
.impressum a:hover {
	background: #e3e3e3 url(../images/icon_impressum.png) center center no-repeat;
}

/****************** NEWS ******************/
.news {
	height: auto;
}
.news_item p {
	padding: 0;
	color: #fff;
}
.news_fl_right {
	float: right;
}
a.readmore {
	position: absolute;
	width: 92%;
	font-size: 13px;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	bottom: 0;
	padding-top: 3px;
	color: #fff;
}
a.readmore:hover {
	color: #e3e3e3;
}

/****************** NEWS ARCHIV ******************/
.news_archiv {
	height: auto;
}
.news_archiv .news_item  {
	padding-top: 25px;
	color: #575756;
}
.news_archiv .news_item p {
	padding: 0;
	color: #575756;
}
.news_fl_right {
	float: right;
}
.news_archiv .news_item a.readmore {
	position: absolute;
	width: 92%;
	font-size: 13px;
	text-transform: uppercase;
	border-top: 1px solid #e3e3e3;
	bottom: 0;
	padding-top: 3px;
	color: #575756;
}
.news_archiv .news_item a.readmore:hover {
	color: #9e151a;
}

/****************** CONTENT ******************/
.content {
	position: relative;
}
.content li{
	padding-left: 0px;
	margin-bottom: 5px;
	list-style-type: square;
}
.content a {
	color: #575756;
}
.content a:hover {
	color: #a6151b;
}
.grey {
	background: #e3e3e3;
}
.red {
	background: #9e151a;
}
.white {
	background: #fff;
}
a.link_intern {
	font-weight: 400;
}
.link_intern, .link_extern {
	position: relative;
	width: 17px;
	height: 10px;
	padding: 0 0 0 17px;
	margin-left: 2px;
}
.link_intern {
	background: transparent url(../images/link_intern.png) no-repeat;
}
.link_intern:hover {
	background: transparent url(../images/link_intern_h.png) no-repeat;
}
.link_extern {
	background: transparent url(../images/link_extern.png) no-repeat;
}
.link_extern:hover {
	background: transparent url(../images/link_extern_h.png) no-repeat;
}
.icon_phone, .icon_mail {
	position: relative;
	float:left;
	width: 170px;
	height: 50px;
}
.icon_phone {
	background: transparent url(../images/icon_phone.png) center left no-repeat;
}
.icon_mail {
	background: transparent url(../images/icon_mail.png) center left no-repeat;
}
.tel_slider {
	padding-left: 40px;
	line-height: 50px;
}
p.haftung {
	font-size: 12px;
	line-height: 18px;
}

/****************** Content Slider ******************/
.bx-wrapper {
	margin: 0;
	padding: 30px 0 50px 0;
	position: relative;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
	padding: 0;
	margin: 0;
}
#bx-pager {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 99;
}
#bx-pager.scroll-fix {
	position: fixed;
	padding-bottom: 1px;
	-moz-box-shadow: 0px 0px 4px #000000;
	-webkit-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #000000;
}
.bx-pager-item  {
	display: inline-block;
	width: 25%;
	margin-right: -3px;
	cursor: pointer;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.bx-pager-item  p {
	text-align: center;
}
.bx-pager-item a  {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #575756;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bx-pager-item a:hover  {
	background: #a5382d;
	color: #fff;
	text-decoration: none;
}
.bx-pager-item a.active  {
	background: #9e151a;
	color: #fff;
	text-decoration: none;
}

/****************** REFERENZEN / KATEGORIE BLOG *****************/
.thumbnail {
  background-color: none;
  display: block;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  transition: none;
}
.beschreibung  p {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 20px;
	color: #fff;
	opacity: 0;
	cursor: pointer;
	background: transparent url("../images/start_overlay_bl.png") repeat scroll 0 0;
	z-index: 99;
}
.over_hid_ref {
	overflow: hidden;
	max-height: 320px;
}

/****************** GOOGLE MAPS *****************/
#map {
	height: 400px;
}
.route {
	position: absolute;
	right: 0;
	top: 380px;
	padding: 10px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
}
.route #saddr, .route input {
	border: none;
    background: #fff;
	color: #000;
    padding: 3px;
	width: 45%;
	text-align: center;
    text-transform: none;
	background: #f5f5f5;
}
.route input {
    text-transform: none;
    background: #706f6f;
	color: #fff;
}
.route input:hover {
	color: #fff;
	background: #575756;
}

/****************** FOOTER TOP *******************/
.footer {
	position: relative;
	height: auto;
	height: auto;
	background: #f5f5f5;
	z-index: 8;
}
.lightgray {
	background: #f5f5f5;
	margin-top: 30px;
}
.lightgray_start {
	background: #f5f5f5;
}
.footer p {
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	color: #585858;
	text-align: left;
}
.footer a {
	color: #585858;
}
.footer a:hover {
	color: #9e151a;
}

/****************** Formular *******************/
#ff_form1 > div{
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	padding:  0;
	font-family: 'Roboto', sans-serif;
}
#ff_elem1, #ff_elem2, #ff_elem3, #ff_elem4, #ff_elem5, #ff_elem6, #ff_elem7, #ff_elem8{
	width: 100%;
	padding: 3%;
	margin-top: 5px;
	border: 0 none;
	background: #f5f5f5;
}
#ff_elem1 {
	margin-top: 0;
}
#ff_elem3, #ff_elem4 {
	padding: 6%;
}
#ff_div3, #ff_div4 {
	z-index: 99 !important;
}
#ff_div6 textarea{
	width: 100%;
	padding: 3%;
}
#ff_div8{
	width: 100%;
	padding: 1.5%;
	margin-top: 5px;
}
#ff_elem8{
	width: 100%;
	padding: 3%;
	background: #706f6f;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}
#ff_elem8:hover{
	background: #575756;
}
#bfCaptchaEntry {
	width: 100%;
	padding: 1.5%;
	margin-top: 5px;
	border: 0 none;
	background: #f5f5f5;
}
#ff_capimgValue{
	width: 100% !important;
	margin-top: 5px;
}
.ff_capimg {
	width: 240px !important;
	height: 100px;
}
#ff_div7 a img {
	position: absolute;
	bottom: 50%;
	right: 10px;
}

/****************** OTHERS *******************/
.clear {
	clear: both;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	line-height: 48px;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	color: #575756;
	margin: 0 0 5px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h1 span.s_s {
	text-transform: none;
}
h2 {
	font-family: 'Roboto', sans-serif;
	color: #9e151a;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	text-align: left;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	color: #575756;
	margin: 0 0 5px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
/****** START ******/
h4{
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 30px 0;
}
h5{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px 0;
}
h5.news_archiv, .news_archiv h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	color: #575756;
	margin: 0 0 5px 0;
}
h6, span.note {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	font-size: 22px;
	line-height: 20px;
	font-weight: 400;
	color: #a6151b;
	padding-top: 10px;
	margin: 0;
	letter-spacing: 0px;
}

span.sub {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	font-size: 33px;
	line-height: 33px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #a6151b;
	margin: 0;
	letter-spacing: 0px;
}

/****************** Holiday-Check *******************/
.holidaycheck {
	letter-spacing: 0px;
}
#hcWidget10470220151703 {
  background: #325faa !important;
  border-style: none !important;
  border-width: 0 !important;
  font-size: 12px !important;
  padding: 21px !important;
  text-align: center;
  width: 100% !important;
  border-top: 1px dotted #a6151b !important;
}
#hcWidget10470220151703 #hcWidgetHeadline {
  color: #325faa;
  font-size: 20px !important;
  line-height: 24px !important;
  padding: 10px 0;
}
#hcWidget10470220151703 #hcWidgetButton span {
  background-image: url("/image/element_sprite/sprite_global_de.png");
  background-position: 0 -125px;
  display: block;
  margin: 0;
  height: auto !important;
  text-align: center;
  padding: 0 !important;
}
#hcWidget10470220151703 .hcWidgetFactbox span {
  display: block;
  font-weight: bold;
  text-align: center;
  padding-top: 0 !important;
}
#hcWidget10470220151703 .hcWidgetLogoRight img {
  border: medium none;
  margin-left: -109px !important;
  position: absolute;
  top: 42px !important;
}
#hcWidget10470220151703 .hcWidgetFactbox {
  float: left;
  margin-bottom: 10px;
  margin-top: 0 !important;
  width: 50% !important;
}
#hcWidget10470220151703.hcWidgetMain div.templateS div#hcWidgetImage a img {
	width: 100% !important;
}
#hcWidget10470220151703 #hcWidgetImage, #hcWidget10470220151703 #hcWidgetContent {
  margin: 25px auto 0 !important;
  text-align: left;
  width: 140px;
}
#hcWidget10470220151703.hcWidgetMain div.templateS h1#hcWidgetHeadline {
	font-size: 22px !important;
}
#hcWidget10470220151703.hcWidgetMain div.templateS h1#hcWidgetHeadline a {
	color: #a6151b !important;
}
#hcWidget10470220151703.hcWidgetMain div.templateS h1#hcWidgetHeadline a:hover,
#hcWidget10470220151703.hcWidgetMain div.templateS ul#hcWidgetLinks li a:hover {
	color: #575756 !important;
}
#hcWidget10470220151703 #hcWidgetButton a {
  opacity: .5 !important;
}
#hcWidget10470220151703 #hcWidgetButton a:hover {
  opacity: 1 !important;
}

/****************** Bildergalerie **********************/
.sige_thumb img {
    background: none repeat scroll 0 0 #fff !important;
    border: 0 none !important;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
}
/****************** E-Mail Link **********************/
.tap_red p a {
	color: #fff !important;
}
