@charset "UTF-8";
/*
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 *
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);
/* import screen layout | Screen-Layout einbinden */
@import url(screen/basemod.css);
@import url(screen/content.css);
@import url(screen/forms.css);
/* import print layout | Druck-Layout einbinden */
@import url(print/print.css);
/* Basis-CSS fuer Suche */
@import url(search.css);
/* Basis-CSS fuer Statuszeile, Tools */
@import url(dvv-tools.css);
/* Virtueller Tischkalender und Kalenderblatt */
@import url(dvv-calendar.css);

/* externe Schriften 
@import url("https://fast.fonts.com/t/1.css?apiType=css&projectid=6d039d73-df50-4177-9895-a14cbf731a09");
*/

@font-face{
	font-family:"FrutigerLTW01-45Light";
	src:url("../fonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix");
	src:url("../fonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix") format("eot"),url("../fonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff"),url("../fonts/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf") format("truetype"),url("../fonts/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710") format("svg");
}

@font-face { 
	font-family:"Frutiger LT W01 65 Bold"; src:url("../fonts/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix");
	src:url("../fonts/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix") format("eot"),url("../fonts/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff"),url("../fonts/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf") format("truetype"),url("../fonts/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4") format("svg");
}
@font-face{
	font-family:"FrutigerLTW01-55Roman";
	src:url("../fonts/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix");
	src:url("../fonts/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix") format("eot"),url("../fonts/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff") format("woff"),url("../fonts/076311f8-a01b-4389-a5eb-334a62e62d45.ttf") format("truetype"),url("../fonts/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877") format("svg");
}
@font-face{
	font-family:"Helvetica W01 Roman";
	src:url("../fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot?#iefix");
	src:url("../fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot?#iefix") format("eot"),url("../fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff"),url("../fonts/669f79ed-002c-4ff6-965c-9da453968504.ttf") format("truetype"),url("../fonts/d17bc040-9e8b-4397-8356-8153f4a64edf.svg#d17bc040-9e8b-4397-8356-8153f4a64edf") format("svg");
}

/* ---------- body ---------- */
* {margin:0;padding:0;}
html * {
	font-size: 14px;
	line-height: 20px;
}
html {
	background: #f4f4f4;
	overflow-y: scroll;
}

body {
	color:#000;
	background: #f4f4f4;
	font-family:'FrutigerLTW01-55Roman';
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Frutiger LT W01 65 Bold';
    font-weight: normal;
	margin: 0;
	word-wrap: break-word;
}
h2 {
	font-family:'FrutigerLTW01-45Light';
    font-weight: normal;
	margin: 0;
	word-wrap: break-word;
}
h4,h5,h6 {
	margin: 20px 0 0;
}
b, strong, blockquote {
	font-family:'Frutiger LT W01 65 Bold' !important;
    font-weight: normal !important;
	font-style: normal;
}

a, a:visited, a:focus, a:hover, a:active, a.active {
    color: #a50050;
}

/*** Korrekturen nach Einbindung Chatbot (Problem: Bootstrap wird eingebunden) **/
.page a, .page a:visited, .page a:focus, .page a:hover, .page a:active, .page a.active {
    color: #a50050;
}
.page .media {display: block;}

p, #main p {
	line-height: 20px;
	margin: 15px 0 0;
}
ul, dl {
	margin: 15px;
}
ol {
	margin: 20px;
}

.page_margins {
	border:none;
	margin: 0;
	padding: 0;
	max-width: none;
	min-width: inherit;
	background: #f4f4f4;
}
div.socialmedia {
	position: fixed;
	right: 0;
	top: 100px;
	width: 34px;
	height: 258px;
	text-align: center;
	background: url(../img/bg-social-media-h.png) right top no-repeat;
	padding: 7px 0 0;
}
div.socialmedia a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 12px 0 0 8px;
	overflow: hidden;
	box-sizing: unset;
}
.socialmedia a.LogoFB img {
	margin: -5px 0 0;
}
.socialmedia a.LogoFB:hover img {
	margin: -5px 0 0 -35px;
}
.socialmedia a.LogoTwitter img {
	margin: -38px 0 0;
}
.socialmedia a.LogoTwitter:hover img {
	margin: -38px 0 0 -35px;
}
.socialmedia a.LogoHdApp img {
	margin: -70px 0 0;
}
.socialmedia a.LogoHdApp:hover img {
	margin: -70px 0 0 -35px;
}
.socialmedia a.LogoRSS img {
	margin: -102px 0 0 -1px;
}
.socialmedia a.LogoRSS:hover img {
	margin: -102px 0 0 -36px;
}
.LogoYoutube {
	padding: 6px 0 0;
}
.socialmedia a.LogoYoutube img {
	margin: -137px 0 0 -1px;
}
.socialmedia a.LogoYoutube:hover img {
	margin: -137px 0 0 -36px;
}
.LogoInstagram {
	padding: 3px 0 0;
}
.socialmedia a.LogoInstagram img {
	margin: -175px 0 0 -1px;
}
.socialmedia a.LogoInstagram:hover img {
	margin: -175px 0 0 -36px;
}
.socialmedia a.LogoStage img {
	margin: -210px 0 0 -1px;
}
.socialmedia a.LogoStage:hover img {
	margin: -210px 0 0 -36px;
}

.lt-ie7 div.socialmedia {
	position: absolute;
}


div.page {
	margin:0 auto;
	padding: 0;
	width: 1093px;
	position:relative;
	text-align:left;
	border:none;
	background: #fff;
	/*border: 1px solid #000;*/
}
#loginout {
	position:absolute;
	top: 0;
	left: 0;
}
#loginout:hover {
	background: url(../img/ico-key.gif) left top no-repeat;
}
#loginForm .type-text {
	clear: both;
}

.quickLinks {
	position:absolute;
	z-index: 12;
	width: 1087px;
}
.quickLinks * {
	font-size: 12px;
}
.invisible {display:none;height:0;}

/* ---------- top ---------- */
#header {
	position: relative;
	height: 133px;
	text-align: left;
	background: none;
}
#node516997 #header,
#node1861983 #header,
#node217475 #header,
#node1861986 #header,
#node1209619 #header,
#node450553 #header {
    height: 650px;
}
#meta {
	position: relative;
	height: 79px;
	width: 1093px;
}
#bgMeta {
	position: absolute;
	z-index: 5;
}
#stage {
	position: absolute;
	z-index: 4;
	height: 650px;
	overflow: hidden;
}
#stage .static img {
	width: 100%;
}

#stage .bx-wrapper {
	border: none;
}
#stage .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
	max-width: 1093px !important;
	min-width: 1093px !important;
	width: 1093px !important;
	/*height: 650px !important;*/
}
#stage .bx-wrapper img {
	width: 1093px !important;
	height: 650px !important;
}
#stage .composedcontent-dvv-box {
	position: relative;
	height: 650px;
	width: 1093px;
	overflow: hidden;
}
#stage .composedcontent-dvv-box .composedcontent-dvv-box-in-box {
	position: absolute;
	height: 650px;
	width: 1093px;
	margin: 430px 0 0;
	padding: 20px 0 0 50px;
	/*background: url(../img/pixel-black.png) 0 0;*/
}
.lt-ie9 #stage img {
	height: 650px !important;
	min-height: 650px !important;
	max-height: 650px !important;
}

#stage .composedcontent-dvv-box-in-box h2 {
	position: relative;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	width: 600px;
	z-index: 11;
	font-family:'Frutiger LT W01 65 Bold';	
}
#stage .composedcontent-dvv-box-in-box h3 {
	position: relative;
	font-family: 'FrutigerLTW01-45Light';
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	width: 600px;
	z-index: 11;
}
#stage .composedcontent-dvv-box-in-box p.stagelink {
	margin: 0;
}
#stage .composedcontent-dvv-box-in-box p a {
	position: relative;
	display: inline-block;
	margin-top: -150px;
	padding: 150px 500px 0 0;
	font-size: 17px;
	color: #fff;
	width: auto;
	z-index: 11;
	background: url(../img/ico-morelink.png) 88px 157px no-repeat;
}
#stage .bx-controls {
	position: absolute;
	right: 30px;
	bottom: 70px;
	z-index: 11;
	width: 150px;
}
.bx-wrapper .bx-pager {
	top: -2px;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../img/controls.png) -86px -44px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url(../img/controls.png) -86px -11px no-repeat;
}
#stage .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../img/stage-control.png) left top no-repeat;
}
#stage .bx-wrapper .bx-pager.bx-default-pager a:hover, #stage .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url(../img/stage-control-active.png) left top no-repeat;
}
#stage .bx-wrapper .bx-controls-direction {
	display: none;
}
#stage .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	height: 15px;
	width: 15px;
	margin: 0 5px 0 0;
}
#logo {
	position: absolute;
	z-index: 10;
	padding: 0 0 0 28px;
}
#metaNavigation {
	position: absolute;
	z-index: 6;
	margin: 33px 0 0 513px;
}
#metaNavigation * {
	font-family: "Helvetica W01 Roman";
	font-size: 11px;
	letter-spacing: 0.09em;
}
#metaNavigation a {
	color: #fff;
	margin-right: 10px;	
}

/*********** Wetter *****************/
div.wetter {
	position: absolute;
	z-index: 10;
	width: 50px;
	margin: -8px 0 0 440px;
}
div.wetter * {
	color: #fff;
}
#wetterlink {
	position: absolute;
	width: 52px;
	margin: 6px 0 0 -54px;
	z-index: 11;
}
#wetterlink img {
	border: none !important;
}
a:hover#wetterlink {
	background: none;
}
.wetter	.weatherBox {margin: 15px 12px;}
.wetter	.weatherBox {border:none;}
.wetter	.weatherBox .kopf {}
.wetter .weatherBox .kopf .title {display:none;}
.wetter	.weatherBox .rumpf {position: absolute; color: #fff; font-size: 10px; margin: 20px 0 0 -27px;}
.lt-ie8 .wetter	.weatherBox .rumpf {top: 15px; margin: 20px 0 0 -32px;} 
.wetter	.weatherBox .rumpf abbr {float: right;border:none; position: absolute;}
.wetter	.weatherBox .rumpf .condition, .wetter .weatherBox .rumpf .wind, .wetter .weatherBox .rumpf .forecasts {display:none;} 
.wetter	.weatherBox img {padding-top: 12px; float:left;}
.wetter	.weatherBox .rumpf .temperature {font-size:11px; margin-top: 6px; width: 35px;}
.wetter .topSlot {width:12em;}

.WetterDetail .weatherBox { padding: 0 12px; }
.WetterDetail .weatherBox .title {display: none;}
.wetter .forecasts, .wetter .wind {display:none;}

/* -------------------- Schnellsuche -------------------- */
#search {
	position: absolute;
	z-index: 999;
	right: 167px;
	width: 170px;
	height: 22px;
	margin: 28px 0 0;
	background: none;
}
#quicksearch label {
	display: none;
}
#header input.quicksearchtext, #header #quicksearch input:-webkit-autofill {
	background: #fff;
    border: none;
    color: #000;
    font-size: 14px;
	font-family:'FrutigerLTW01-55Roman';
    margin: 3px;
    padding: 2px 4px;
	width: 170px;
}
#header #search .quicksearch .quicksearchtext {
	background: #fff;
	border: none;
	height: 22px;
	padding: 1px 0 1px 4px;
	position: relative;
	width: 175px;
	z-index: 999;
}

input:-webkit-autofill {
	background-color: #fff !important;
}
.quicksearchimg {
	position: absolute;
	right: -30px;
	top: 7px;
}

/* Google-Suche */
#gcebody .htmlFormattedUrl span {
	display: none;
}
.gcefooter {
	margin: 20px 0 0;
}
.gcefooter a.gcepage {
	font-size: 20px;
	margin: 5px;
}


/*********** Sprachwahl *****************/
#langSel * {
	margin: 0;
	padding: 0;
	font-family: "Helvetica W01 Roman";
}
#langSel {
	position: absolute;
	right: 78px;
	z-index: 11;
	margin: 31px 0 0;
}
#langSel ul.langSel {
	background: url(../img/ico-lang-sel.png) right 6px no-repeat;
}
#langSel li {
	line-height: 1em;
}
#langSel li a {
	color: #fff;
	font-size: 11px;
	padding-right: 15px;
}
#langSel li li a {
	color: #000;
	display: block;
	padding: 5px 10px;
	background: #F2F0F0;
	position: relative;
	width: 17px;
	z-index: 11;
}
#langSel span.sf-sub-indicator {
	display: none;
}
#langSel ul ul {
	position: absolute;
	margin: 0;
	display: none;
}
#langSel li {
	list-style: none;
}
#dgs {
	position: absolute;
	right: 0;
	z-index: 14;
	margin: 20px 18px 0;
	padding: 5px 6px 0 0;
}
#dgs ul  {
	margin: 0;
	padding: 0;
}
#dgs li {
	list-style: none;
}



/*********** Flyer-Navi *****************/
.flyerNav {
	position: relative;
	z-index: 10;
	height: 60px;
	width: 1093px;
	background: url(../img/bg-flynav.png) left top repeat;
	border-bottom: 2px solid #F4F4F4;
}
.lt-ie9 .flyerNav {
	background: url(../img/bg-flynav-ie.png) left top repeat;
}
.flyerNav ul {
	margin: 0;
	padding: 20px 0 0 50px;
	line-height: normal;
}
.flyerNav li {
	float: left;
	list-style: none;
	margin-right: 15px;
}
.flyerNav li.nav_18442 {
	float: right;
	margin-right: 15px;
}

.flyerNav li a {
	color: #a50050;
	font-family:'FrutigerLTW01-55Roman';
	font-size: 17px;
	padding: 4px 0 0;
}
.flyerNav li a.active, .flyerNav li.current a, .flyerNav li.currentParent a {
    color: #000;
	font-family:'Frutiger LT W01 65 Bold';
	font-weight: normal;
	text-decoration: none;
}
.flyerNav li a:hover {
    color: #000;
	text-decoration: none;
}

#main {
	margin: 30px 0 0;
}
.print_margins #main {
	background: none !important;
	margin: 0;
	padding: 0;
}


/* ---------- navigation ---------- */
#col1 {
	position:relative;
	border: none;
	width: 306px;
	margin: 0 0 0 50px;
    background: none;
	color: #141414;
}
.lt-ie7 #col1 {
	margin: 0;
}
#col1_content {
	padding: 0 11px 0 0;
}
#col1 h2 {
	font-family:'Frutiger LT W01 65 Bold';
	font-size: 17px;
}
#col1 .accordion {
	background: #F2F0F0;
	color: #141414;
	padding: 0 20px;
	border-bottom: 15px solid #fff;
}
#col1 .accordion .ui-state-active .ui-icon.ui-icon-triangle-1-s {
	background: url(../img/ico-accordion-active.png) right 0 no-repeat;
	position: relative;
	top: 23px;
}
#col1 .accordion .ui-accordion-header.ui-state-active {
	padding: 20px 0 0;
}
#col1 .hellgrau {
	background: #F2F0F0;
	padding: 15px 20px;
	margin: 0 0 20px 0;
}
#col1 p * {
	font-size: 14px;
}
#col1 .hellgrau a {
	/*
	background: url(../img/ico-morelink-hd.png) right 5px no-repeat;
	padding-right: 10px;
	*/
}

#col1 .accordion h2 {
	margin: 0;
	padding-bottom: 15px;
}
#col1 .accordion p {
	margin-top: 0;
}
#col1 .accordion.azliste p {
	border-top: 1px solid #cfcdcd;
	clear: both;
	margin-bottom: 0;
}
#col1 .accordion.azliste p a {
	display: block;
	float: left;
	font-size: 14px;
	width: 19px;
	padding: 10px 0;
	text-align: center;
	background:none;
}
#col1 .slot-info-ohne-vererbung .accordion .azliste a,
#col1 .slot-info-ohne-vererbung .accordion p.azlistlast a {
	padding: 10px 0;
	text-align: center;
	background:none;
}
#col1 .accordion.azliste p.azlistlast a {
	padding: 10px 5px;
	text-align: left;
	width: auto;
}
#col1 .accordion.azliste p.clear a {
	float: none;
	width: auto;
	clear: both;
	text-align: left;
	background: none;
}

#col1 .accordion br.clearDvv {
	display: none;
}

.ui-accordion .ui-accordion-header {
	margin: 0;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 0;
}
#col1 .ui-state-default, #col1 .ui-widget-content .ui-state-default, #col1 .ui-widget-header .ui-state-default {
	background: #F2F0F0;
	border: none;
	/*color: #141414;*/
}
.ui-widget, #col3 h2 {
	font-family:'FrutigerLTW01-55Roman';
}
#col3 .ui-state-default, #col3 .ui-widget-content .ui-state-default, #col3 .ui-widget-header .ui-state-default {
	background: none;
	border: none;
}
#col3 .ui-state-default a, #col3 .ui-state-default a:link, #col3 .ui-state-default a:visited {
	color: #000;
}
#col3 .pm-head.ui-state-active {
	margin-bottom: 5px;
}
#col3 .pm-head .pm-pubDate {
	font-size: 12px;
}
#col3 .pm-topnews h2, #col3 .pm-topnews h2 a, #col3 .acco h2, #col3 .acco h1 {
	font-family:'Frutiger LT W01 65 Bold';
	font-size: 17px;
	line-height: 22px;
	width: 95%;
}
#col3 .accordion .image img {
	max-width: 200px;
}
#col3 .acco .zoomIcon {
	display: none;
}
#col3 .acco .image, .body_node #col3 .acco .ui-helper-reset, .acco p {
	margin: 5px 0 0 !important;
}

#col3 .acco br.clearDvv {
	display:none;
}
#col3 .ui-accordion-icons .ui-accordion-header a {
	padding: 0;
}
#col3 .acco .image.float_left {
	margin: 0;
}
#col3 .pm-topnews .pm-bild img, .acco img {
	float: left;
	max-width: 150px;
	margin: 0 20px 15px 0;
}
#col3 .pm-topnews .pm-meldung, .acco {
	border-bottom: 1px solid #cfcdcd;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 0;
}
#col3 .pm-topnews .pm-meldung {
	display: flex;
	flex-wrap: wrap;
}
#col3 .pm-topnews .pm-meldung .pm-bild {
	order: 2;
	flex-wrap: unset;
}
#col3 .pm-topnews .pm-meldung .pm-head {
	order: 1;
	flex: 0 0 100%;
	margin: 15px 0;
}
#col3 .pm-topnews .pm-meldung .pm-content {
	order: 3;
	flex: 1;
	margin-bottom: 20px;
}
#col3 .pm-topnews .pm-meldung span.pm-pubDate {
	display: none;
}
#node1430273 #col3 .pm-topnews .pm-meldung span.pm-pubDate {
	color: #666;
	display: block;
}
#node1430273 #col3 .pm-topnews {
	margin: 20px 0;
}
#node1430273 #col3 .pm-topnews .pm-meldung .pm-detaillink {
	margin-bottom: 6px;
}
#node1430273 #col3 .buttonlink.abstand_unten{
	margin-bottom: 40px;
}


#col3 .pm-topnews .pm-meldung .pm-anreisser {
	font-size: 14px;
}
#col3 .pm-topnews .pm-meldung .pm-anreisser p {
	margin: 0;
}
#col3 .pm-topnews .pm-meldung .pm-detaillink {
	display: block;
}
#col3 .pm-topnews .pm-meldung br.clearDvv {
	display: block;
	clear: both;
}

.ui-state-default .ui-icon, .ui-state-active .ui-icon {
    background: none;
}
.ui-accordion .ui-accordion-header .ui-icon {
	margin-top: -18px;
}
#col3 .ui-accordion .ui-state-default .ui-icon.ui-icon-triangle-1-e {
	background: url(../img/ico-accordion.png) right 1px no-repeat;
	position: relative;
	top: 25px;
	width: 100%;
}
#col3 .ui-state-default .ui-icon.ui-icon-triangle-1-e {
	display: none;
}
.ui-state-default .ui-icon.ui-icon-triangle-1-e {
	background: url(../img/ico-accordion.png) right 1px no-repeat;
	position: relative;
	top: 27px;
	width: 100%;
}
.ui-state-active .ui-icon.ui-icon-triangle-1-s {
	display: block;
	width: 100%;
	background: url(../img/ico-accordion-active.png) right 5px no-repeat;
}
#col3 .ui-state-active .ui-icon.ui-icon-triangle-1-s {
	background: url(../img/ico-accordion-active.png) right 6px no-repeat;
    position: relative;
    top: 16px;
    right: -25px;
	width: 100%;
}
/*
.inlinedatepicker div.snm_vkal_dates_datepicker div.snm_vkal_datepicker_range_selector {
	padding: 0 0 0 50px;
}
*/
.inlinedatepicker .ui-datepicker-calendar * {
	line-height: 10px;
}
.inlinedatepicker .ui-widget-header {
	border: none;
	margin-bottom: 10px;
}
#main div#snm_vkal_dates_datepicker_link {
	margin: 10px 0;
}
#main .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	width: 250px;
}
#main #snm_vkal_dates_datepicker_calendar a.ui-datepicker-next,
#snm_vkal_dates_datepicker_calendar a.ui-state-hover {
	background: url(../img/ico-vk-next.png) 3px 17px no-repeat;
	border: none;
	cursor: pointer;
}
#main #snm_vkal_dates_datepicker_calendar a.ui-datepicker-prev {
	background: url(../img/ico-vk-back.png) 9px 17px no-repeat;
	cursor: pointer;
}
#main #snm_vkal_dates_datepicker_calendar a.ui-state-disabled {
	background: none !important;
}
#col1 .veranstaltungen .accordion h2 {
	padding: 0 0 5px;
}
#col1 .veranstaltungen #ui-accordion-service-panel-1 {
	border-top: 1px solid #cfcdcd  !important;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
#col1 .veranstaltungen .ui-datepicker .ui-datepicker-title {
	margin: 0;
	padding: 0;
	/*
	border-bottom: 1px solid #cfcdcd;
	border-top: 1px solid #cfcdcd;
	padding: 7px 0;
	*/
}

#main .ui-state-active, #main .ui-widget-content .ui-state-active, #main .ui-widget-header .ui-state-active, #main .ui-widget-content {
	border: none;
}
#main .ui-datepicker-current-day .ui-state-active, #main .ui-datepicker-calendar td .ui-state-hover, #main .ui-datepicker-calendar td.range_start a, #main .ui-datepicker-calendar td.range a {
	background: #a50050 !important;
	color: #fff !important;
}
#main .ui-datepicker td span, .ui-datepicker td a {
	padding: 5px;
	text-align: center;
}
#main table.ui-datepicker-calendar td, #main table.ui-datepicker-calendar th {
	padding: 3px;
}
#main .ui-accordion .ui-accordion-content {
	margin: 0 !important;
	padding: 0 20px 10px 0;
	background: none !important;
	border: none !important;
	overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#col3 .ui-accordion .ui-accordion-content {
		/*height: auto !important;*/
	}
}
.lt-ie8 .ui-accordion .ui-accordion-content {
	overflow: hidden;
}
#main .ui-widget-content {
	background: none !important;
	border: none !important;
}
#main .ui-widget-content a {
    color: #a50050;
}
#col1 .ui-state-active, #col1 .ui-widget-content .ui-state-active, #col1 .ui-widget-header .ui-state-active {
	background: #F2F0F0;
	border: none;
}
#col3 .ui-state-active, #col3 .ui-widget-content .ui-state-active, #col3 .ui-widget-header .ui-state-active {
	background: none;
	border: none;
}
/* TABS */
#col3 .ui-widget-header.tabsHeaders {
	background: none;
	border: none;
	border-bottom: 1px solid #a50050 !important;
}
#col3 .tabsHeaders .ui-state-default, #col3 .ui-widget-content .tabsHeaders .ui-state-default, #col3 .ui-widget-header.tabsHeaders .ui-state-default {
	background: #fff;
    border: 1px solid #CFCDCD;
}
#col3 .tabsHeaders .ui-state-active, #col3 .tabsHeaders .ui-state-default:hover {
	background: #F2F0F0 !important;
    border: 1px solid #CFCDCD;
}
#col3 ul.tabsHeaders li {
	padding: 0;
}
#col3 .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.2em 1px;
}
#main .ui-corner-all, #main .ui-corner-bottom, #main .ui-corner-right, #main .ui-corner-br, #main .ui-corner-all, #main .ui-corner-bottom, #main .ui-corner-left, #main .ui-corner-bl, #main .ui-corner-tr, #main .ui-corner-top, #main .ui-corner-tl {
	border-radius: 0 !important;
}
.ui-helper-reset {
	line-height: normal;
}
.body_node #col3 .ui-helper-reset {
	margin-top: 20px;
}
.home #col3 .ui-helper-reset {
	margin-top: 0;
}

a#anker18270, a#anker12849, a#anker12851, a#anker12864 {
	display: none;
}
.nav-outer h3.parent {
	margin: 15px 0;
}
.nav-outer h3.parent {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../img/ico-wayhome.png) left 4px no-repeat;
}
.nav-outer h3.parent a, .nav-outer h3.parenta:visited, .nav-outer h3.parent a:focus, .nav-outer h3.parent a:hover, .nav-outer h3.parent a:active, .nav-outer h3.parent a.active {
    color: #000;
	font-size: 17px;
}
ul.nav {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
	display: block;
}
#col1 .nav li, #col1 .nav a {
	color: #a50050;
	margin: 0;
	padding: 0;
	list-style: none;
}
#col1 .nav a {
	margin: 0 0 10px 0;
	font-size: 14px;
	background: none;
}
#col1 .nav a:hover, #col1 .nav a.active {
	text-decoration: none;
	color: #000;
	background: none;
}


/* contentSpalte */
#col3 {
	font-size: 14px;
	margin: 0 60px 0 396px;
	overflow: hidden;
	background: none;
}
#col3 .composedcontent-standardseite-heidelberg {
	margin: 0 0 20px 0;
}
#col3 ul {
	margin: 15px 0 0;
}
#col3 ul li {
	list-style: none;
	background: url(../img/ico-list.png) 0 10px no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}
#col3 ul li {
	list-style: none;
	background: url(../img/ico-list.png) 0 10px no-repeat;
	padding: 0 0 0 20px;
	margin: 7px 0;
}
#col3 iframe {
	margin: 20px 0;
	max-width: 100% !important;
}
#col3 .teaser  iframe {
	margin: 0;
	max-width: 100%;
}
.lt-ie7 #col3 {
	margin: 0 60px 0 350px;
}
.lt-ie7 #col3 h2 {
    clear: none;
}
.lt-ie8 #col3, .lt-ie8 #col3_content {
	overflow: hidden;
}
/* Hack für Safari und Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#col3 {
		width: 636px;
	}
}
#col3 h1, .print_margins #content h1, #lpSeite strong.modul {
    color: #000;
    font-size: 40px;
	line-height: 44px;
	display: inline-block;
	margin: 0 0 3px 0;
	/*border-bottom: 2px solid #000;
	text-decoration:underline;*/
	font-family:'Frutiger LT W01 65 Bold';
}
#col3 h2, .print_margins #content h2{
	color: #000;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 3px 0;
	clear: both;
	font-family:'FrutigerLTW01-45Light';
}

#col3 #zmDetail .titel * {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 3px 0;
	clear: both;
	font-weight: bold;
	font-family:'FrutigerLTW01-45Light';
}

#col3 .zeitraum h2, #col3 #zmDetail .zeitraum h2 * {
	font-size: 20px;
	line-height: 14px;
}
#node513252 #col3 .zeitraum h2, #node513252 #col3 #zmDetail .zeitraum h2 * {
	line-height: 22px;
}
#col3 #zmDetail .zeitraum h2.zeit {
	margin-bottom: 10px;
}
#col3 h3, .print_margins #content h3 {
    color: #000;
    font-size: 17px;
	line-height: 22px;
	margin: 15px 0 0;
	font-family:'Frutiger LT W01 65 Bold';
}
#col3 hr {
	margin: 20px 0;
	padding: 0;
	clear: both;
}
#col3 div.date {
	margin: 0 0 2px 0;
}
#col3 .basecontent-dynamic-content .odd, #col3 .basecontent-dynamic-content .even {
	margin: 0 0 16px;
}
#col3 .basecontent-dynamic-content .moreLink {
	display: block;
}
#col3 .quicksearchtext {
	background: none;
	padding: 0;
}
#col3 .topimage {
	margin-bottom: 30px !important;
}
#col3 .image {
	margin: 15px 0 0;
	max-width: 100%;
}
#col3 .image img {
	max-width: 100%;
}
#col3 .image .caption {
	color: #666;
	font-size: 13px;
	margin-top: 7px;
}
#col3 .infobox, #col3 .composedcontent-infobox {
	float: right;
	margin: 0 0 10px 25px;
	max-width: 140px;
}
#col3 .infobox.row {
	float: left;
}
#col3 .infobox.first.row {
	margin: 0 0 10px 0;
	clear: both;
}
.infoboxFirst {
	margin: 0 0 10px 0;
}
#col3 .infobox img, #col3 .composedcontent-infobox img {
	margin-bottom: 5px;
}
#col3 .infobox h4, #col3 .composedcontent-infobox h4 {
	font-size: 12px;
	font-family:'FrutigerLTW01-55Roman';
	text-transform: uppercase;
	margin: 0;
}
#col3 .infobox p, #col3 .composedcontent-infobox p {
	margin: 10px 0;
}
#col3 .infobox h3 {
	margin: 0;
}
/*
#col3 .infobox h2 {
	font-size: 17px;
	font-family:'Frutiger LT W01 65 Bold';
	margin-bottom: 10px;
}
#col3 .infobox h3 {
	font-size: 12px;
	margin: 10px 0;
	text-transform: uppercase;
}
*/
#col3 .basecontent-table {
    overflow: auto;
}
#col3 table {
	margin: 20px 0;
	width: 100%;
}
#col3 table td.index-column.index-column-default {
    display: none;
}
#col3 table caption {
	padding: 8px 5px;
	font-size: 115%;
	font-weight: bold;
	text-align:left;
}
#col3 table td, #col3 table th {
	max-width: 173px;
	padding: 10px;
	vertical-align: top;
	word-wrap: break-word;
}
#col3 table td, #col3 table th {
	vertical-align: top;
	padding: 10px;
}
#col3 table th {
	background: #F2F0F0;
}
#col3 table tr.even {
	background: #F2F0F0;
}
#col3 table tr.odd {
	background: #fff;
}
#col3 table.show-grid {
	border-right: 1px solid #cfcdcd;
	border-top: 1px dotted #cfcdcd;
}
#col3 table.show-grid td, #col3 table.show-grid th {
	border-left: 1px solid #cfcdcd;
	border-bottom: 1px dotted #cfcdcd;
}
#col3 table.show-grid th {
	border-bottom: 2px solid #a50050;
}
#col3 .table-vertikal table td.bullet {
	width:2px;
	border-left: 0px;
	margin:0;
	padding:0;
	background:#a50050;
}
#col3 .table-vertikal table td.bullet img {display:none;}

/*
#col3 table.show-grid th {
	border-bottom: none;
	border-left: 1px solid #F2F0F0;
	background: #a50050;
	color: #fff;
}
*/

/*
#col3 .image .zoomIcon {
	background: url("../img/links/zoom.png") no-repeat scroll 0 0 transparent !important;
	position: relative;
	bottom: 15px;
	width: 15px;
	height: 14px;
	display: block;
	left: 1px;
	z-index: 11;
}
*/
div.wayhome {
	color: #666;
	margin: 0;
	padding: 0;
}
div.wayhome * {
	font-size: 11px;
	font-family: "Helvetica W01 Roman";
}
.print_margins div.wayhome {
	display: none;
}
.wayhome a {
	font-weight: normal;
    text-decoration: none;
	padding: 0 3px;
	font-size: 11px;
}
.wayhome .nav_7071 a {
	padding: 0 3px 0 0;
}

.wayhome a:hover {
    text-decoration: underline;
}
#col3_content {
	padding: 0;
	margin-bottom: 16px;
}
/* Presse */
.pm-teaser-text a.pm-teaser-text-link {
	color: black;
}
.pm-meldung:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#col3 .pm-meldung h3.pm-title a span.pm-title-from {
	display: block;
	color: #666;
}
.presse-uebersicht .pm-meldung .pm-bild {
	float: left;
	margin: 5px 20px 10px 0;
}
#col3 h3 .pm-title-bezeichnung {
    font-size: 17px;
    line-height: 22px;
    margin: 15px 0 0;
    font-family: 'Frutiger LT W01 65 Bold';
}
.pm-teaser-text a:hover {
	color: black;
	text-decoration: none;
}
.pm-title a.pm-detaillink:hover {
	text-decoration: none;
}
.pm-title a.pm-detaillink .c-pm-meldung__datum:hover * {
	text-decoration: underline;
}
.pm-detail .pm-from {
	display: none;
}



#recommend_form {
	overflow: auto;
}
#recommend_form fieldset {
	padding: 0.9em;
}


.printPageFunctions {
	font-size: 120%;
}
.printPreview .subcolumns img {
	display: none;
}
.printPreview #content {
    border: medium none;
    font-size: 120%;
    margin: 0;
    width: 100%;
}
.printPreview #main {
	background: #fff;
	margin: 0;
	padding: 0;
}
/* Presse-Pager */
.simplePagerNav {
	display: none;
}
.simplePagerNav:last-child {
	display: block;
}
#col3 ul.simplePagerNav li {
	background: url(../img/nav-trenner.png) right top no-repeat;
	margin: 10px 0 20px;
	padding: 0 12px 0 10px;
}
#col3 ul.simplePagerNav li.labelPager, #col3 ul.simplePagerNav li:last-child {
	background: none;
}
#col3 ul.simplePagerNav li.labelPager {
	padding: 0;
}
ul.simplePagerNav li.currentPage a, .labelPager {
	color: #000 !important;
}
ul.simplePagerNav li a:hover {
	text-decoration: underline;
}
ul.simplePagerNav li a {
	color: #a50050 !important;
}

/* -------------------- </FOOTER> -------------------- */

/* -------------------- Funktionslinks -------------------- */
#footer {
	position: relative;
	bottom: 0;
	background: #F4F4F4;
    border: none;
    padding: 40px 0 58px 0;
	color: #999;
}
#footer * {
	font-family:"Helvetica W01 Roman";
	letter-spacing: 0.09em;
}
#footer a, #footer span, #footer button.vrweb_icon {
	color: #a50050;
	font-size: 11px;
}
#footer ul {
	display: inline;
	margin: 0;
}
#footer li {
	display: inline;
	list-style: none;
	margin: 0;
}
#footer #FooterContact .BFSelect {
	position: relative;
}
#footer #FooterContact .BFSelect #BFSelect {
	display: none;
	position: absolute;
	left: 0;
	width: 220px;
}

#FooterLogos {
	margin-left: -2px;
}
#FooterLogos a {
	display: block;
	float: left;
	height: 50px;
	margin-right: 30px;
	overflow: hidden;
}
#FooterLogos img {
	border: none !important;
}
#FooterLogos a.logoUni {
	width: 102px;
}
#FooterLogos a.logoUni img {
	margin:	0;
}
#FooterLogos a.logoUni:hover img {
	margin:	-52px 0 0 0;
}
#FooterLogos a.logoMetro {
	width: 58px;
}
#FooterLogos a.logoMetro img {
	margin:	0 0 0 -146px;
}
#FooterLogos a.logoMetro:hover img {
	margin:	-52px 0 0 -146px;
}
#FooterLogos a.logoDirekt {
	width: 90px;
	margin-right: 15px;
}
#FooterLogos a.logoDirekt img {
	margin:	0 0 0 -215px;
}
#FooterLogos a.logoDirekt:hover img {
	margin:	-52px 0 0 -215px;
}
#FooterLogos a.logoBahnstadt {
	transform: rotate(-15deg);
	width: 135px;
}
#FooterLogos a.logoBahnstadt img {
	margin:	0 0 0 -317px;
}
#FooterLogos a.logoBahnstadt:hover img {
	margin:	-52px 0 0 -317px;
}
#FooterLogos a.logoFamilie {
	width: 49px;
}
#FooterLogos a.logoFamilie img {
	margin:	0 0 0 -458px;
}
#FooterLogos a.logoFamilie:hover img {
	margin:	-52px 0 0 -458px;
}
#PageServices {
	position: absolute;
	margin: -25px 0 0 655px;
}
#PageServices a#vrweb_a_1 {
	display: block;
}
#PageServices .vrweb_player_main {
	left: -4px;
}

#PageServices .footer {
	float: left;
	background: none;
	margin: 0 12px 2px 0;
	width: 160px;
}
#PageServices #vorlesen {
    height: 20px;
}
#PageServices #sendpage.footer, #PageServices #feedback.footer {
	clear: both;
}

#PageServices #vorlesen a, 
#PageServices #vorlesen button.vrweb_icon {
	background: url(../img/ico-vorlesen.png) 0 1px no-repeat;
	padding: 2px 0 2px 25px;
}
#PageServices #vorlesen a:hover,
#PageServices #vorlesen button:hover {
	text-decoration: underline !important;
}
	
#PageServices #printpage a {
	background: url(../img/ico-print.png) 1px 0 no-repeat;
	padding: 2px 0 2px 25px;
}
#PageServices #sendpage a {
	background: url(../img/ico-sendpage.png) 0 2px no-repeat;
	padding: 1px 0 0px 25px;
}
#PageServices #sitmap a {
	background: url(../img/ico-sitemap.png) 0 2px no-repeat;
	padding: 1px 0 0px 25px;
}

#PageServices #siteup a {
	background: url(../img/ico-siteup.png) 1px 0 no-repeat;
	padding: 1px 0 2px 25px;
}
#PageServices #feedback a {
	background: url(../img/ico-feedback.png) 0 1px no-repeat;
	padding: 0 0 2px 25px;
}

#printpage {
}
#printpdf {
}
#sendpage {
}
#siteup {
}
#FooterContact {
	clear: both;
	margin: 60px 0 20px 0;
	font-size: 11px;
}
#FooterContact span {
	display: inline-block;
	font-size: 11px;
}
#FooterContact a {
	color: #000;
	margin-left: 15px;
}



/* -------------------- <Klassen> -------------------- */
.basecontent-dvv-linklist ul.nav {
	display: none;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
	margin-bottom: 7px !important;
	margin-right: 20px !important;
}
.float_right {
	float: right;
	margin-bottom: 7px !important;
	margin-left: 20px !important;
}
.align_center {
	display: block;
	text-align: center;
}
.abstand_unten {
	margin-bottom: 20px;
}
.abstand_oben {
	margin-top: 20px;
}
.toggle_title {
	cursor: pointer;
	padding: 0 0 0 21px;
	position: relative;
}
.toggle-icon {
	left: 6px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
#col3 h3.toggle_title,
#col3 h2.toggle_title {
	font-family: 'Frutiger LT W01 65 Bold';
	font-size: 14px;
	line-height: normal;
	margin: 10px 0;
	padding: 10px 40px 10px 10px;
	background: #F2F0F0 url(../img/ico-accordion.png) 610px 10px no-repeat;
}
#col3 h3.toggle_title.ui-state-active {
	background: #F2F0F0;
}
#col3 h3.toggle_title.active {
	background: #F2F0F0 url(../img/ico-accordion-active.png) 610px 10px no-repeat;
}
.resizedW200 {
	width: 200px;
}

#col3 .buttonlink {
	text-align: center;
	padding-top: 1em;
}
#col3 .buttonlink a.internerLink, #col3 .buttonlink a.externerLink {
	background: #A50350;
	color: #fff;
	padding: .5em 4em;
	font-size: 1em;
	border-radius: 4px;
	font-weight: normal;
}
#col3 .toggle-teaser .buttonlink  {
	background: #A50350;
	color: #fff;
	cursor: pointer;
	padding: .5em 4em;
	font-size: 1em;
	border-radius: 4px;
	font-weight: normal;
}

#col3 .toggle_container h1 {
	display: none;
}
#col3 .toggle_container {
	min-height: auto !important;
}

#col1 .slot-info-ohne-vererbung .SlotGrau, #col1 .slot-info .SlotGrau, #col1 .slot-info-ohne-vererbung .composedcontent-standardseite-mobinet.SlotGrau {background: #f2f0f0;padding:1px 20px 15px 20px;margin-bottom:15px;}
#col1 .slot-info-ohne-vererbung a.internerLink, #col1 .slot-info-ohne-vererbung a.internerLink, #col1 .slot-info-ohne-vererbung a.externerLink, 
#col1 .slot-info-ohne-vererbung a.externerLink, #col1 .slot-info a.internerLink, #col1 .slot-info a.internerLink, #col1 .slot-info a.externerLink, 
#col1 .slot-info a.externerLink, #col3 .infobox a.internerLink, #col2 .infobox a.internerLink, #col3 .infobox a.externerLink, #col2 .infobox a.externerLink, 
#col3 .zmBox .zmDetail a, #col3 .zmBox .homepage a, .zmNavigClassForward a, .newsticker li a, #nextTicker a {
	padding: 0 12px 0 0;
	background: url(../img/ico-internerlink.png) right 5px no-repeat;
}
.zmBox .namengl .value {
	font-family:'Frutiger LT W01 65 Bold';
}
#col1 .slot-info-ohne-vererbung .image a.internerLink, 
#col1 .slot-info-ohne-vererbung .image a.internerLink, 
#col1 .slot-info-ohne-vererbung .image a.externerLink, 
#col1 .slot-info-ohne-vererbung .image a.externerLink,
#col1 .slot-info .image a.internerLink, 
#col1 .slot-info .image a.internerLink, 
#col1 .slot-info .image a.externerLink, 
#col1 .slot-info .image a.externerLink,
#col3 .infobox .image a.internerLink, 
#col2 .infobox .image a.internerLink, 
#col3 .infobox .image a.externerLink, 
#col2 .infobox .image a.externerLink {
	padding-right: 0;
	background: none;
}

/*
a.email {
	background: url(../img/ico-sendpage.png) center right no-repeat;
    padding: 0 19px 0 0;
}
*/

#col3 .basecontent-attachment img {
	float: left;
}
#col3 .basecontent-attachment span.caption {
	display: block;
	padding-top: 40px;
}
.visitenkarte {
	background: #f2f0f0;
	padding: 12px 18px 10px 20px;
	max-width: 322px;
}
#col1 .visitenkarte {
	margin: 0 0 18px 0;
}
.visitenkarte p {
	margin: 0;
	padding: 0;
}
.visitenkarte p span {
	display: block;
	margin: 0 0 9px 0;
}
#col1 .visitenkarte .float_left {
    padding: 10px 0 0;
}
.contactDataBox, .bwKontakt, .bwDat {
	position: relative;
}
.bwKontakt, .bwDat {
	padding-bottom: 15px;
}
.contactDataBox .fn, .bwKontakt .fn, .bwDat .organization {
	font-family:'Frutiger LT W01 65 Bold';
}
.contactDataBox .vCard br {
	display: none;
}
.contactDataBox .vCard {
	margin: 5px 0 0;
}
.contactDataBox .vCardLink, .bwKontakt .vCardLink, .bwDat .vCardLink {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 0 10px 10px;
}
.contactDataBox .fn, .contactDataBox .organization, .bwDat .organization {
	padding-right: 35px;
}
.contactDataBox .mail, .bwKontakt .mail {
	clear: both;
}
.bwKontakt .tel p {
	display: inline;
}
.bwDat .fn {
	display: none;
}

.contactDataBox .mapsLink,  
.contactDataBox .efaLink,
.contactDataBox .mail span.bez,
.contactDataBox .tel span.bez,
.contactDataBox .fax
	{display:none;}
	
.bwDat .mapsLink,  
.bwDat .efaLink,
.bwDat .mail span.bez,
.bwDat .tel span.bez,
.bwDat .fax,
	{display:none;}

.bwKontakt .mapsLink,  
.bwKontakt .efaLink,
.bwKontakt .mail span.bez,
.bwKontakt .tel span.bez,
.bwKontakt .fax
	{display:none;}
	
#col1 .slot-info-ohne-vererbung .composedcontent-standardseite-heidelberg.media, #col1 .slot-info-ohne-vererbung .composedcontent-standardseite-mobinet.media {
	background: none;
	padding: 0;
	border-bottom: none;
	flex-wrap: wrap;
}
#col1 #service .media video, #col1 #service .oembed-content img {
	max-width: 100%;
}
#col1 #service iframe[src$="cookieconsent.komm.one"],
#col1 #service iframe[data-ccm-domain^=www.youtube.com] {
	height: 400px !important;
}
.oembed-content {
	position: relative;
}
.oembed__saferClick.oembed__saferClick--youtube {
    position: absolute;
    top: 50px;
    z-index: 1;
    text-align: center;
	background-color:rgba(255, 255, 255, 0.9);
    padding: 1px 0 15px;
}
.oembed__saferClick.oembed__saferClick--youtube button {
	cursor: pointer;
}
.oembed-info {display: block}
.oembed-todo {display: block}


/* Neue SBW-Schnittstelle */
#lpSeite h1 {
	margin: 20px 0;
}
.body_node #col3 #lpSeite .ui-helper-reset, #col3 #lpSeite .ui-tabs ul.ui-tabs-nav li {
	margin: 0;
}
#col3 #lpSeite .ui-tabs .ui-tabs-nav {
	padding: 0;
}
#lpSeite #col3 .ui-tabs .ui-tabs-nav li {
	background: #a50050;
	padding: 0;
}
#col3 #lpSeite li.ui-tabs-tab {
	background: #ccc;
	padding: 0 20px;
}
#col3 #lpSeite li.ui-state-active.ui-tabs-active,
#col3 #lpSeite ul.ui-tabs-nav li:hover {
	background: #a50050;
}
#col3 #lpSeite li.ui-state-active.ui-tabs-active *,
#col3 #lpSeite ul.ui-tabs-nav li:hover * {
	color: #fff;
}
#col3 #lpSeite .position p {
	margin: 5px 0 0;
}
#col3 #lpSeite .kontakt .bezeichnung {
	font-weight: 700;
}
#col3 #lpSeite span.bezeichnung {
	min-width: 120px;
}
#col3 #lpSeite .uebergeordnet h2 {
	margin: 40px 0 15px;
}




/******************* Bilder  (siehe auch CMSVII-224) *********************/
.image .externerLink, .image .internerLink, .image .httpsLink, #col3 .image .externerLink, #col3 .image .internerLink, #col3 .image .httpsLink {
	background: none;
	padding: 0;
}
.zoomIcon {
	background: url("../img/links/zoom.png") no-repeat scroll 0 0 transparent !important;
	bottom: 15px;
	display: block;
	height: 22px;
	left: 1px;
	margin-bottom: -1em;
	position: relative;
	width: 22px;
	z-index: 50;
}


/* - - Bildergalerie - - */
.imageGallery {
	margin: 10px 0 0 -8px;
}
.imageGallery:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.galleryImage {
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 10px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.galleryImage {
		margin: 0 0 10px 9px;
	}
}
.galleryImage .caption {
	color : gray;
}
.textSubheading {
	display: block;
	font-family:'Frutiger LT W01 65 Bold';
}

/* jCarousel */
.jCarouselMain, .jcarouselmain {
	position: relative;
	clear: both;
	margin: 10px 0 0;
}
.jCarousel, .jcarousel {
	min-width: 630px;
	width: 100%;
	margin-left: 25px;
}
.jCarousel ul li {
	min-width: 198px !important;
}
.jCarousel img, .jcarousel img {
	max-width: 198px;
	min-width: 198px !important;
}
.jCarousel li, .jcarousel li {
	/*min-width: 198px;*/
	max-width: 180px !important;
	height: 100% !important;
	margin: 0 10px 0 0;
}
#col3 .jCarousel ul li {
	padding: 0 0 0 5px;
}
#col3 .jCarousel ul li, #col3 .jcarousel ul li {
	background: none;
}
.jCarouselMain a.prev, .jCarouselMain a.next, .jcarouselmain a.prev, .jcarouselmain a.next {
	display: block;
	position: absolute;
	z-index: 10;
}
.jCarouselMain a.next, .jcarouselmain a.next {
	margin-top: -50px;
}
.lt-ie9 .jCarouselMain a.next, .lt-ie9 .jcarouselmain a.next {
	top: 75px;
}
.jCarouselMain a.prev, .jcarouselmain a.prev {
	margin-top: 20px;
}
.lt-ie9 .jCarouselMain a.prev, .lt-ie9 .jcarouselmain a.prev {
	top: 122px;
}
.jCarousel .image div.caption, .jcarousel .image div.caption {
	width: 93%;
}



/* KONTAKTFORMULAR */
.blind, .hidden {
	display: none;
}
.form_OK, .form_errorSecuritytoken {
	margin: 30px 0 0;
}
.form_OK .description {
	margin: 20px 0;
}
.form_OK .solutions {
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.form_OK .formReply .bez {
    display: inline-block;
    width: 120px;
}
.form_OK .formReply .value {
	font-weight: bold;
}


.basecontent-form-editor form {
	background: none;
}
.basecontent-form-editor fieldset {
	border: none;
}
.formElementRow.senderCc {
	margin: -5px 0 10px;
}
div.senderCc input.checkbox {
	margin: 0 7px 0 0;
	position: relative;
	top: 3px;
}
.basecontent-form-editor .formElement .senderCc label {
	width: 50%;
}
.basecontent-form-editor .formElement label, .basecontent-form-editor .formButton label {
	font-weight: normal;
}
.formElementRow {
	clear: both;
	margin: 5px 0;
}
.formElementRow > label, .formElementRow > input {
	margin: 10px 0;
}
.basecontent-form-editor .formElement .c30l label {
	clear: none;
	display: inline;
	float: none;
}
.formButton > input, input.button, .zmsuchbutton, button.button {
	background: #a50050;
	border: 1px solid #f2f0f0;
	color: #fff;
	cursor: pointer;
	padding: 1px 5px;
}
.basecontent-form-editor label.error {
	color: #a50050;
	font-weight: bold;
}
.basecontent-form-editor .formElement.error input.required, .basecontent-form-editor .formElement.error textarea.required {
	border: 1px solid #a50050;
}

/*
.commentFunctions {
	display: none;
}
*/
/* -------------------- </Klassen> -------------------- */

#col3 a.internerLink, #col3 a.externerLink, #col3 a.httpsLink {
	background: url(../img/ico-internerlink.png) right 5px no-repeat;
	padding-right: 12px;
}
#col3 a.pdfLink, #col1 a.pdfLink, #col2 a.pdfLink {
	/*background: url(../img/ico-pdf.png) left center no-repeat;*/
	background: url(../img/ico-pdf-xs.png) left center no-repeat;
	padding: 2px 0 2px 15px;
}
#col3 .image a.pdfLink, #col1 .image a.pdfLink, #col2 .image a.pdfLink {
	background: none;
	padding: 0;
}

#service div.mail a.email, #col3 .zmBox .mail a[href^="mailto:"] {
	background: url(../img/ico-sendpage.png) 0 3px no-repeat;
	padding: 0 0 0 18px;
}
#service div.tel span.tel {
	background: url(../img/ico-tel.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

/* -------------------- FUNKTIONSLINKS -------------------- */
.body_recommend #col3 {
	margin: 0;
	padding: 0;
}
.body_recommend #recommend_form input, .body_recommend #recommend_form textarea  {
	width: 300px;
	margin: 2px 0 10px 0;
}
.body_recommend #recommend_form input#kopie {
	width: 15px;
}



/* Responsive
================================================== */
@media only screen and (max-width: 1150px) {
	#col3_content {
		margin-bottom: 0;
	}
	#col3 .acco .image, .body_node #col3 .acco .ui-helper-reset, .acco p {
		margin: 5px 10px 0 0 !important;
	}
	.c50l, .c50r {
		float: none;
		width: 100%;
	}
	#col3 .teaser img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 830px) {
	.flyerNav li.nav_18825, .flyerNav li.nav_18442, .flyerNav li.nav_143716 {
		display: none;
	}
}

/* Tablet Portrait */
@media only screen and (min-width: 830px) and (max-width: 1150px) {
	body {

	}
	div.page {
		width: 768px !important;
		padding: 0;
	}
	.quickLinks {
		width: 768px;
		display: none;
	}
	#meta {
		width: 768px;
	}
	#bgMeta img {
		width: 768px !important;
	}
	#logo {
		padding: 0;
	}
	div.wetter {
		margin: -8px 0 0 250px;
	}
	#metaNavigation {
		margin: 22px 0 0 330px;
		width: 165px;
	}
	#metaNavigation a {
		display: block;
		float: left;
	}
	#search {
		right: 138px;
	}
	#langSel {
		right: 67px;
	}
	#header, #stage {
		height: auto;
	}
	#node1861983 #header,
	#node217475 #header,
	#node1861986 #header,
	#node1209619 #header,
	#node450553 #header {
		height: 450px;
	}
	#stage .bx-wrapper .bx-viewport {
		max-width: 768px !important;
		min-width: 768px !important;
		width: 768px !important;
	}
	#stage .bx-wrapper img {
		width: 768px !important;
		height: 458px !important;
	}
	#stage .composedcontent-dvv-box {
		height: 458px;
		width: 768px;
	}
	.lt-ie9 #stage img {
		height: 458px !important;
		min-height: 458px !important;
		max-height: 458px !important;
	}
	#stage .composedcontent-dvv-box {
		height: 458px;
		width: 768px;
	}
	#stage .composedcontent-dvv-box .composedcontent-dvv-box-in-box {
		height: 176px;
		margin: 280px 0 0;
		width: 768px;
	}
	#stage .composedcontent-dvv-box-in-box h2, 
	#stage .composedcontent-dvv-box-in-box h3 {
		font-size: 30px;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		margin-top: -100px;
		padding: 100px 458px 0 0;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		background: url("../img/ico-morelink.png") no-repeat scroll 88px 107px transparent;
	}
	#stage .bx-controls {
		bottom: 250px;
		right: 0;
	}
	.flyerNav {
		width: 768px;
		height: auto;
		padding: 0 0 20px;
		background: url(../img/bg-flynav.png) left top repeat;
	}
	.flyerNav ul {
		padding: 20px 0 0 20px;
	}
	.flyerNav li.nav_18442 {
		float: left;
	}
	.bx-wrapper img {
		width: 768px !important;
	}
	#col1 {
		margin: 0 0 0 20px;
	}
	#col3 {
		margin: 0 20px 0 330px;
		width: auto;
	}
	#col3 img {
		max-width: 420px;
	}
	#col3 .infobox.row {
		float: none;
		max-width: none;
		margin: 0;
	}
	#col3 .infobox img, #col3 .composedcontent-infobox img {
		float: left;
		margin: 0 10px 10px 0;
		padding: 5px 0 0;
	}
	#PageServices {
		margin: -25px 0 0 615px;
	}
	#PageServices .footer {
		width: 130px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 830px) and (max-width: 1150px) {
	#col3 {
		width: 420px;
	}
}
/* Mobile Landscape / Tablet Portrait */
@media only screen and (min-width: 600px) and (max-width: 829px) {
	body {

	}
	div.page {
		width: 540px !important;
		padding: 0;
	}
	.quickLinks {
		width: 540px;
		display: none;
	}
	#meta {
		width: 540px;
		height: 75px;
	}
	#bgMeta img {
		width: 540px !important;
		height: 75px !important;
	}
	#logo {
		padding: 5px 0 0 0;
	}
	#logo img {
		max-height: 65px;
	}
	div.wetter {
		margin: -12px 0 0 205px;
	}
	#metaNavigation {
		margin: 10px 0 0 267px;
	}
	#search {
		right: 99px;
		margin: 35px 0 0;
	}
	#langSel {
		right: 10px;
		margin: 10px 0 0;
	}
	#dgs {
		margin: 29px 9px 0;
	}
	
	#header, #stage {
		height: auto;
	}
	#node1861983 #header,
	#node217475 #header,
	#node1861986 #header,
	#node1209619 #header,
	#node450553 #header {
		height: 400px;
	}
	#stage .bx-wrapper {
		margin: 75px 0 0;
	}
	#stage .bx-wrapper .bx-viewport {
		max-width: 540px !important;
		min-width: 540px !important;
		width: 540px !important;
	}
	#stage .bx-wrapper img {
		width: 540px !important;
		height: 319px !important;
	}
	#stage .composedcontent-dvv-box {
		height: 318px;
		width: 540px;
	}
	#stage .bx-controls {
		bottom: 450px;
		right: 0;
	}
	.lt-ie9 #stage img {
		height: 318px !important;
		min-height: 318px !important;
		max-height: 318px !important;
	}
	#stage .composedcontent-dvv-box {
		height: 318px;
		width: 540px;
	}
	#stage .composedcontent-dvv-box .composedcontent-dvv-box-in-box {
		height: 176px;
		margin: 82px 0 0;
		width: 540px;
	}
	#stage .composedcontent-dvv-box-in-box h2, 
	#stage .composedcontent-dvv-box-in-box h3 {
		font-size: 20px;
		line-height: 30px;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		margin-top: -100px;
		padding: 100px 318px 0 0;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		background: url("../img/ico-morelink.png") no-repeat scroll 93px 107px transparent;
	}
	.flyerNav {
		width: 540px;
		height: auto;
		background: url(../img/bg-flynav.png) left top repeat;
	}
	.flyerNav ul {
		padding: 0 0 0 20px;
	}
	.flyerNav li {
		margin: 10px 20px 10px 0;
	}
	.flyerNav li.nav_18442 {
		float: left;
	}
	.bx-wrapper img {
		width: 540px !important;
	}
	#main {
		margin: 20px 0 0;
	}
	#col1 {
		margin: 0 20px;
		float: none;
		width: 512px;
		max-width: 540px;
	}
	.home #col1 {
		margin: 0;
	}
	.nav-outer {
		margin: 0 0 20px 0;
	}
	.nav li {
		float: left;
		width: 250px;
		margin: 10px 0;
	}
	.nav a {
		font-size: 18px;
	}
	#service {
		clear: both;
	}
	#col1 .ui-accordion {
		max-width: 503px;
	}

	#col3 {
		margin: 0 20px;
		width: auto;
	}
	#col3 img {
		max-width: 500px;
	}
	#col3 .infobox.row {
		float: none;
		max-width: none;
		margin: 0;
	}
	#col3 .infobox img, #col3 .composedcontent-infobox img {
		float: left;
		margin: 0 10px 10px 0;
		padding: 5px 0 0;
	}
	#col3 .basecontent-table {
		overflow: auto;
		width: 560px;
	}

	#PageServices {
		margin: -20px 0 20px 0;
		position: relative;
	}
	#PageServices .footer {
		margin: 0;
		padding: 3px 0;
	}
	#PageServices #sendpage.footer, #PageServices #feedback.footer {
		clear: none;
	}
	#PageServices a#vrweb_a_1 {
		margin: 0 0 2px 0;
	}
	#FooterLogos {
		margin: 50px 0 0 -2px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	#langSel li li a {
	    padding: 9px 18px 9px 4px;
	}
	#col3 h1, #lpSeite strong.modul {
		font-size: 25px;
		line-height: 30px;
	}
	#col3 h2 {
		font-size: 25px;
		line-height: 30px;
	}
	#col3 h3 {
		font-size: 15px;
		line-height: 20px;
	}
	div.page {
		width: 400px !important;
		padding: 0;
	}
	.quickLinks {
		width: 400px;
		display: none;
	}
	#meta {
		width: 400px;
		height: 140px;
	}
	#bgMeta img {
		width: 400px !important;
		height: 140px !important;
	}
	#logo {
		padding: 0 0 0 85px;
	}
	div.wetter {
		display: none;
	}
	#metaNavigation {
		margin: 70px 0 0 87px;
	}
	#search {
		right: 123px;
		margin: 91px 0 0;
	}
	.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
		padding: 0 !important;
	}
	#langSel {
		right: 10px;
		margin: 10px 0 0;
	}
	#dgs {
		margin: 77px 18px 0;
	}
	#header, #stage {
		height: auto;
	}
	#node1861983 #header,
	#node217475 #header,
	#node1861986 #header,
	#node1209619 #header,
	#node450553 #header {
		height: 578px;
	}
	#node1861983 #stage,
	#node217475 #stage,
	#node1861986 #stage {
		margin: 152px 0 0;
	}
	#stage .bx-wrapper .bx-viewport {
		max-width: 400px !important;
		min-width: 400px !important;
		width: 400px !important;
	}
	#stage .bx-wrapper img {
		width: 400px !important;
		height: 216px !important;
	}
	#stage .bx-wrapper {
		margin: 205px 0 0;
	}
	#stage .composedcontent-dvv-box {
		height: 235px;
		width: 400px;
	}
	.lt-ie9 #stage img {
		height: 235px !important;
		min-height: 235px !important;
		max-height: 235px !important;
	}
	#stage .composedcontent-dvv-box {
		height: 235px;
		width: 400px;
	}
	#stage .composedcontent-dvv-box .composedcontent-dvv-box-in-box {
		height: 176px;
		margin: 100px 0 0;
		padding: 20px 0 0 20px;
		width: 400px;
	}
	#stage .composedcontent-dvv-box-in-box h2, 
	#stage .composedcontent-dvv-box-in-box h3 {
		font-size: 15px;
		line-height: 20px;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		margin-top: -100px;
		padding: 100px 235px 0 0;
		font-size: 15px;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		background: url("../img/ico-morelink.png") no-repeat scroll 76px 107px transparent;
	}
	#stage .bx-wrapper .bx-pager {
		bottom: -40px;
		right: -45px;
	}
	#stage .bx-controls {
		bottom: 490px;
	}
	.flyerNav {
		width: 400px;
		height: auto;
		background: url(../img/bg-flynav.png) left top repeat;
	}
	.flyerNav ul {
		padding: 0;
	}
	#header * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.flyerNav li {
		background: none repeat scroll 0 0 #F2F0F0;
		border: 1px solid #fff;
		float: left;
		height: 100%;
		margin: 0;
		padding: 10px;
		text-align: center;
		width: 50%;
	}
	.flyerNav li.nav_33301, .flyerNav li.nav_303329, .flyerNav li.nav_305960, .flyerNav li.nav_281264,
	.flyerNav li.nav_35285, .flyerNav li.nav_313274, .flyerNav li.nav_327409, .flyerNav li.nav_281465,
	.flyerNav li.nav_35605, .flyerNav li.nav_314155, .flyerNav li.nav_222107, .flyerNav li.nav_340819,
	.flyerNav li.nav_450679, .flyerNav li.nav_450822, .flyerNav li.nav_450899 {
		border-left: none;
	}
	.flyerNav li.nav_34581, .flyerNav li.nav_313160, .flyerNav li.nav_348009, .flyerNav li.nav_281286,
	.flyerNav li.nav_36197, .flyerNav li.nav_313484, .flyerNav li.nav_418799, .flyerNav li.nav_281511,
	.flyerNav li.nav_24316, .flyerNav li.nav_415381, .flyerNav li.nav_450745, .flyerNav li.nav_450844, .flyerNav li.nav_458375 {
		border-right: none;
	}
	.flyerNav li.nav_18442 {
		float: left;
	}
	.bx-wrapper img {
		width: 400px !important;
	}
	#main {
		margin: 20px 0 0;
	}
	#col1 {
		margin: 0 20px;
		float: none;
		width: 373px;
		max-width: 400px;
	}
	.home #col1 {
		margin: 0;
	}
	.nav-outer {
		margin: 0 0 20px 0;
	}
	.nav li {
		float: left;
		width: 180px;
		margin: 10px 0;
	}
	.nav a {
		font-size: 16px;
	}
	#service {
		clear: both;
	}
	#col1 .ui-accordion {
		max-width: 373px;
	}

	#col3 {
		margin: 0 20px;
		width: auto;
	}
	#col3 img {
		max-width: 373px;
	}
	#col3 .infobox.row {
		float: none;
		max-width: none;
		margin: 0;
	}
	#col3 .infobox img, #col3 .composedcontent-infobox img {
		float: left;
		margin: 0 10px 10px 0;
		padding: 5px 0 0;
	}
	#col3 .basecontent-table {
		overflow: auto;
		width: 361px;
	}
	#footer {
		padding: 60px 0 58px 0;
	}
	#PageServices {
		margin: -40px 0 20px 0;
		position: relative;
	}
	#PageServices .footer {
		margin: 0;
		padding: 3px 0;
	}
	#PageServices #sendpage.footer, #PageServices #feedback.footer {
		clear: none;
	}
	#PageServices a#vrweb_a_1 {
		margin: 0 0 2px 0;
	}
	#FooterLogos {
		margin: 50px 0 0 -2px;
	}
	.stoerer .composedcontent-dvv-box {
		max-width: 400px;
	}
}

/* Landscape Size */
@media only screen and (max-width: 479px) {
	html {
		background: #fff;
	}
	body {
		background: #fff;
	}
	#langSel li li a {
	    padding: 9px 18px 9px 4px;
	}
	#col3 h1, #lpSeite strong.modul {
		font-size: 20px;
		line-height: 25px;
	}
	#col3 h2 {
		font-size: 20px;
		line-height: 25px;
	}
	#col3 h3 {
		font-size: 15px;
		line-height: 20px;
	}
	div.page {
		width: 320px !important;
		padding: 0;
	}
	.quickLinks {
		width: 320px;
		display: none;
	}
	#meta {
		width: 320px;
		height: 150px;
	}
	#bgMeta img {
		width: 320px !important;
		height: 150px !important;
	}
	#logo {
		padding: 0 0 0 45px;
	}
	div.wetter {
		display: none;
	}
	#metaNavigation {
		margin: 70px 0 0 58px;
	}
	#search {
		right: 93px;
		margin: 100px 0 0;
	}
	.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
		padding: 0 !important;
	}
	#langSel {
		right: 21px;
		margin: 103px 0 0;
	}
	#header, #stage {
		height: auto;
	}
	#node1861983 #header,
	#node217475 #header,
	#node1861986 #header,
	#node1209619 #header,
	#node450553 #header {
		height: 568px;
	}
	#node1861983 #stage,
	#node217475 #stage,
	#node1861986 #stage {
		margin: 97px 0 0;
	}
	#stage .bx-wrapper .bx-viewport {
		max-width: 322px !important;
		min-width: 322px !important;
		width: 322px !important;
	}
	#stage .bx-wrapper img {
		width: 320px !important;
		height: 193px !important;
	}
	#stage .bx-wrapper {
		margin: 295px 0 0;
	}
	#stage .composedcontent-dvv-box {
		height: 235px;
		width: 320px;
	}
	.lt-ie9 #stage img {
		height: 235px !important;
		min-height: 235px !important;
		max-height: 235px !important;
	}
	#stage .composedcontent-dvv-box {
		height: 235px;
		width: 320px;
	}
	#stage .composedcontent-dvv-box .composedcontent-dvv-box-in-box {
		height: 176px;
		margin: 100px 0 0;
		padding: 20px 0 0 20px;
		width: 320px;
	}
	#stage .composedcontent-dvv-box-in-box h2, 
	#stage .composedcontent-dvv-box-in-box h3 {
		font-size: 12px;
		line-height: 20px;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		margin-top: -100px;
		padding: 100px 235px 0 0;
		font-size: 12px;
	}
	#stage .composedcontent-dvv-box-in-box p a {
		background: url("../img/ico-morelink.png") no-repeat scroll 63px 106px transparent;
	}
	#stage .bx-wrapper .bx-pager {
		bottom: -20px;
		right: -40px;
	}
	#stage .bx-controls {
		bottom: 490px;
	}
	.flyerNav {
		width: 320px;
		height: auto;
		background: #F2F0F0;
	}
	.flyerNav ul {
		padding: 0;
	}
	#header * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.flyerNav li {
		background: none repeat scroll 0 0 #F2F0F0;
		border: 1px solid #fff;
		border-bottom: none;
		float: left;
		height: 100%;
		margin: 0;
		padding: 10px;
		text-align: center;
		width: 50%;
	}
	.flyerNav li.nav_33301, .flyerNav li.nav_303329, .flyerNav li.nav_305960, .flyerNav li.nav_281264,
	.flyerNav li.nav_35285, .flyerNav li.nav_313274, .flyerNav li.nav_327409, .flyerNav li.nav_281465,
	.flyerNav li.nav_35605, .flyerNav li.nav_314155, .flyerNav li.nav_222107, .flyerNav li.nav_340819,
	.flyerNav li.nav_450679, .flyerNav li.nav_450822, .flyerNav li.nav_450899 {
		border-left: none;
	}
	.flyerNav li.nav_34581, .flyerNav li.nav_313160, .flyerNav li.nav_348009, .flyerNav li.nav_281286,
	.flyerNav li.nav_36197, .flyerNav li.nav_313484, .flyerNav li.nav_418799, .flyerNav li.nav_281511,
	.flyerNav li.nav_24316, .flyerNav li.nav_415381, .flyerNav li.nav_450745, .flyerNav li.nav_450844, .flyerNav li.nav_458375 {
		border-right: none;
	}
	.flyerNav li.nav_36197 {
		height: 63px;
		padding-top: 20px;
	}
	.flyerNav li.nav_18442 {
		float: left;
	}
	.bx-wrapper img {
		width: 400px !important;
	}
	#main {
		margin: 20px 0 0;
	}
	#col1 {
		margin: 0 20px;
		float: none;
	}
	#col1, #col1_content {
		max-width: inherit;
		width: auto;
		padding: 0;
	}
	#col1 img {
		max-width: 280px;
	}
	.nav-outer {
		margin: 0 0 20px 0;
	}
	.nav li {
		float: left;
		width: 180px;
		margin: 10px 0;
	}
	.nav a {
		font-size: 16px;
	}
	#service {
		clear: both;
	}
	#col1 .ui-accordion {
		max-width: auto;
	}

	#col3 {
		margin: 0 20px;
		width: auto;
	}
	#col3 img {
		max-width: 300px;
	}
	#col3 .infobox.row {
		float: none;
		max-width: none;
		margin: 0;
	}
	#col3 .infobox img, #col3 .composedcontent-infobox img {
		float: left;
		margin: 0 10px 10px 0;
		padding: 5px 0 0;
	}
	#col3_content {
		margin-bottom: 0;
	}
	#col3 .pm-topnews .pm-bild img, .acco img {
		float: none;
		max-width: 150px;
	}
	#col3 .acco .image.float_left {
		float: none;
	}
	#col3 .ui-state-active .ui-icon.ui-icon-triangle-1-s, #col3 .ui-state-default .ui-icon.ui-icon-triangle-1-e {
		width: 97%;
	}
	#col3 .basecontent-table {
		overflow: auto;
		width: 280px;
	}
	#PageServices {
		margin: -20px 0 0 20px;
		position: relative;
	}
	#PageServices .footer {
		margin: 0;
		padding: 3px 0;
		width: 140px;
	}
	#PageServices #sendpage.footer, #PageServices #feedback.footer {
		clear: none;
	}
	#PageServices a#vrweb_a_1 {
		margin: 0 0 2px 0;
		width: 140px;
	}
	#FooterLogos {
		margin: 80px 0 0 20px;
	}
	#FooterLogos a.logoUni {
		margin-left: 35px;
	}
	#FooterLogos a.logoMetro {
		margin-left: 10px;
	}
	#FooterLogos a.logoBahnstadt {
		margin-left: 75px;
	}
	#FooterContact {
		margin: 0;
		padding: 10px 0 0;
		text-align: center;
	}
	div.socialmedia {
		background: #fff;
		top: 130px;
		z-index: 999;
	}
	.stoerer .composedcontent-dvv-box {
		max-width: 300px;
	}
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 479px) {
	.flyerNav li.nav_36197 {
		height: 66px;
	}
}
/* IE9 und IE10  */  
@media screen and (min-width:0\0) and (max-width: 479px) {  
	/*.flyerNav li.nav_35285 {
		height: 30px;
	}
	*/
}
/* NUR IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 479px) {

}  





/*************************************************************************************************
<ZM>
**************************************************************************************************/
#col3 .zmsuchecontent ul {
	margin: 0 0 0 0.3em;
}
#col3 .zmsuchecontent ul li {
	list-style: none;
}
#col3 .zmsuchecontent .zeitraum {
	margin: 20px;
}
#col3 .zmsuchecontent .zeitraum .element input {
	margin-right: 5px;
}
#col3 .zmsuchecontent .zeitraum .vonbis {
	margin-top: 20px;
	display: block !important;
}
#col3 .zmsuchecontent .zeitraum .vonbis .von {
	float: left;
	margin-right: 10px;
}

#col3 .zmsuchecontent .feld label {
	padding-left: 3px;
}
fieldset {
	padding: 5px;
	border: 1px solid #ccc;
}

/* Suchmaske */
#zmSuche {
	margin: 20px 0 0;
}
.lt-ie9 #zmSuche {
	margin: 10px 0 0;
}
#zmSuche #zmf legend {
	color: #000;
	padding: 0 3px;
}
#zmSuche div#zmvs {
	margin: 10px 0 0 21px;
}
.lt-ie9 #zmSuche div#zmvs {
	margin: 15px 0 0;
}
#zmSuche #kategorieid, #zmSuchMaske #kategorieid {
	padding: 20px 0 0;
}
#col2 .zmBox ul, #col3 .zmBox ul, #col2 .zmBox ol, #col3 .zmBox ol, li {
    margin: 0 0 0 7px;
}
#col2 .zmBox ul li, #col3 .zmBox ul li {
    list-style-type: none;
}
#zmSuche #kategorieid li input {
	margin: 0 5px 0 0;
}

#zmSuche #zmsb1, #zmSuchMaske #zmsb1, #zmSuche #zmsb2, #zmSuchMaske #zmsb2 {
	margin-top: -2px;
	padding: 1px 5px;
	background: #a50050;
	border: 1px solid #F2F0F0;
	color: #fff;
	cursor: pointer;
}
#zmSuche #zmsb1 input, #zmSuchMaske #zmsb1 input, #zmSuche #zmsb2 input, #zmSuchMaske #zmsb2 input {
	background: #F2F0F0;
	color: #fff;
    border: 1px solid #D6D6D6;
    display: inline;
    float: right;
    margin-left: 20px;
    padding: 0.3em 0.5em;
	cursor: pointer;
}
#zmSuche #zmsb1 input:hover, #zmSuchMaske #zmsb1 input:hover {
	background: #fff;
    color: #5C0000;
}
#zmSuchMaske ul#ulkategorieid {
	margin: 0 0 1em 0;
}
#node450833 #ulkategorieid ul.katLevel2 {
	display: none;
}
#zmSuche #ulkategorieid li, #zmSuchMaske #ulkategorieid li {
	background: none;
	list-style: none;
}
#zmSuche #ulkategorieid li span {
	background: none !important;
}
#zmSuche .ui-widget-content {
    background: none !important;
    border: none !important;
}
#zmSuchMaske #ulkategorieid li input {
	margin-right: 3px;
}
#zmSuchMaske div.zmSuchButton {
	text-align: right;
}
#zmEListe, #zmDetail {
	overflow: auto;
	margin: 20px 0 0;
}
#zmEListe acronym, #zmEListe abbr {
	border: none;
	text-decoration: none;
}
#zmEListe span.zmNavigClassItem {
	padding: 0 10px 0 0;
}
#node513252 #zmEListe .category, 
#node1858694 #zmEListe .homepage {
	display: none;
}
#zmEListe #zmDataItems .zmitem {
	margin: 0 0 20px 0;
}
.zmnavprev {
	margin: 0 0 20px;
}
/*
#col3 .zmnavprev a, #col3 #zmEListe span.zmNavigClassItem a, #col3 #zmEListe span.zmNavigClassForward a,  #col3 #zmEListe span.zmNavigClassBack a {
	border: 1px solid #D6D6D6;
	text-decoration: none;
	padding: 0 5px;
}
#col3 .zmnavprev a:hover, #zmEListe span.zmNavigClassItem a:hover, #zmEListe span.zmNavigClassForward a:hover, #zmEListe span.zmNavigClassBack a:hover {
	background: #F2F0F0;
	color: white;
}
*/
#zmEListe .zmzursuche {
	margin-top: 20px;
}
#zmEListe h3.summary .uhr {
	display: block;
}
#zmEListe .vCalendarLink {
	text-align: right;
	margin: 20px 0;
}
#zmEListe .vCard .vCardLink, .zmVeranstalter .vCard .vCardLink, .zmOrt .vCard .vCardLink {
	float: right;
}
#zmEListe .zmOrt, #zmEListe .zmVeranstalter, h3.fx {
	display: none;
}


#zmEListe hr {
	display: none;
}
#zmEListe .zmbeschreibung, #zmEListe .hideme {
	display: none;
}
#zmEListe .zmRegister {
	clear: both;
	padding: 1em 0;
	border: none;
}
#zmEListe .zmRegister a {
	padding: 0.1em;
	padding: 2px 5px;
}
#zmEListe .zmRegister span.inaktiv {
	margin-right: 1em;
	padding: 2px 5px;
}
#zmEListe .zmRegister span.selected {
	margin-right: 1em;
	padding: 2px 5px;
	background: #F2F0F0;
	color: #fff;
}

#zmEListe .zmRegister a:hover {
	text-decoration: underline;
}
#zmEListe .zmRegister a.skip {
	display: none;
}

#zmEListe .zmNavigClassInnen {
	padding: 0.1em;
	margin: 1em 0 2em 0;
}
.zmNavigClassInnen {
	border-top: 1px solid #F2F0F0;
	padding: 10px 0 0;
}
.zmNavigClassInnen span {
	padding-right: 10px;
}
/*
#zmEListe .zmNavigClassInnen a:hover {
	background: #F2F0F0;
	color: #fff;
	text-decoration: none;
}
*/
.basecontent-wav .zmBox .zmEintrag .spalte1 {
	float: left;
	max-width: 300px;
}
#col3 .basecontent-wav .zmBox .zmEintrag .spalte1 h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 0;
	font-family:'FrutigerLTW01-55Roman' !important;
}
#col3 .basecontent-wav .zmBox .zmEintrag .spalte1 div.nourl {
	margin: 0 0 10px 0;
	/*padding: 10px 0 0;*/
	padding: 0;
}


.basecontent-wav .zmBox .zmEintrag .spalte2 {
	margin: 0 0 0 320px;
	/*padding: 10px 0;*/
	padding: 0;
}
@media only screen and (max-width: 1150px) {
	.basecontent-wav .zmBox .zmEintrag .spalte2 {
		margin: 0;
	}
	.basecontent-wav .zmBox .zmEintrag .spalte1 {
		float: none;
		max-width: 100%;
	}
}
.basecontent-wav .zmBox .zmEintrag .spalte2 .zmanschrift h4.label, 
.basecontent-wav .zmBox .zmEintrag .spalte2 .zmanschrift .vCard .organization, 
.basecontent-wav .zmBox .zmEintrag .spalte2 .zmanschrift .vCard .homepage {
	display: none;
}

.spalte2:after, .pm-topnews .pm-meldung .pm-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.basecontent-nat-rliche-person-einzeladresse, .basecontent-dvv-zm-adr-ez {
	margin: 15px 0 0;
}
.homepage span.label {
	padding-right: 4px;
}

.bgGrau .zmBox {
	background: #f2f0f0;
	padding: 15px;
}
.zmBox .vCardLink {
	position: absolute;
	right: 10px;
}
.category {
	clear: both;
}
#zmEListe #zmDataItems .item .category {
	margin: 15px 0 0;
}
#zmEListe #zmDataItems .zmkatLink, #zmDetail .kat .zmkatLink {
	margin-left: 5px;
}
#zmEListe #zmDataItems .zmkatLink:first-child, #zmDetail .kat .zmkatLink:first-child {
	margin-left: 0;
}
#zmDetail .zmBeschreibung p {
	margin: 0;
}

.zmanschrift {
    margin-bottom: 1em;
}
.zmanschrift .vCardLink .vCard {
	float: right;
}
.mapsLink {
    margin-top: 1em;
}
.efaLink {
    margin-bottom: 1em;
}
.mail .bez {
    display: none;
}
.zmkurzbeschreibung {
    clear: left;
    margin-bottom: 10px;
}
#node513252 .zmkurzbeschreibung {
    margin: 10px 0 0;
}
#node513252 .vCalendarLink, #node513252 .kategorie, #node513252 #zmDetail #xmap {
	display: none;
}
.zmlinktodata {
    clear: both;
    display: block;
    padding-top: 1em;
}
.zmlinktodata a {
	padding: 0.3em 0.5em;
}
.zmnavnext {
	display: none;
}
#col3 .zmlinktodata a:hover, #col3 .zmzursuche a:hover, #col3 .zmzureu a:hover, #col3 .zmnavnext a:hover {
	text-decoration: underline;
}
.zmBox div.zmzureu {
	clear: both;
	margin: 10px 0 0;
}
.raumservice {
	margin: 20px 0 0;
}

.zmnav {
    clear: both;
    padding-bottom: 4em;
    padding-top: 1em;
}
.zmnav:first-child {
	display: none;
}
.zmnav .zmzureu {
	margin: 0 0 10px 0;
}


#zmDetail .Kopf .zmtitel .zeitraum {
	margin-bottom: 10px;
}
#zmDetail .zmperson0 {
	margin-top: 1em;
}
.zmnav hr {
    display: none;
}
.Rumpf {
	clear: both;
}
.vCard .locality {
	margin-left: 3px;
}
#zmDetail .vCalendarLink {
	margin: 15px 0 35px 0;
}
#zmDetail .vCalendarLink a.vEvent {
	background: url("../img/links/iCalendar.png") no-repeat 0 0;
	padding: 14px 0 10px 30px;
}
#zmDetail .vCard .homepage {
	float: none;
	margin: 0;
}
#zmDetail .zmanfahrt {
	margin-top: 1em;
	clear: left;
}

.zmkurzbeschreibung .description {
    float: none;
	width: 99%;
}
.zmbeschreibung .description {
    float: none;
	width: 99%;
}

#zmDetail .zmnavoben, #zmDetail .zmbeschreibung h3.label {
	display: none;
}
#node450833 #zmDetail .zmbeschreibung h3.label {
	display: block;
	margin-bottom: 10px;
}

#zmEListe h3.summary .zmvkdatum {
    font-weight: normal;
	font-style: normal;
	color: #545454;
}
#zmEListe h3.summary .zmvktitel {
	clear: both;
	max-width: 100%;
	padding-top: 0.5em;
}
#zmEListe .zmvkdatum .vCalendarLink {
	float: left;
	margin-right: 0.5em;
}
#zmEListe .zmvkdatum .dtstart {
	display: block;
	position: relative;
	top: -0.5em;
}
#zmEListe .zmvkdatum .zmvktitel {
	clear: both;
}
#zmEListe .zmlinktodata {
	padding-top: 0;
	text-align: right;
}
/*#node513252 #zmEListe .zmlinktodata,  */
#node513252 .zmkurzbeschreibung h4 {
	display: none;
}
	

#zmDataItems .ical, #zmDetail .vCalendarLink {
    display: inline;
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
}
#zmDetail .vCalendarLink {
	margin: 15px 0px;
	width: 100%;
}
#zmDetail .Kopf > .zmtitel > .summary > h2.titel {
	text-transform: none;
}
#col3 #zmDetail h3.titel {
	font-size: 14px;
}
#col3 #zmDetail .organization {
	display: none;
}
#zmDetail .Rumpf .zmkurzbeschreibung {
	padding-top: 10px;	
}

#zmDetail .Rumpf .category .value {
	display: none;
}

#zmDetail .Rumpf div.img {
	float: right;
	margin: 65px 0 10px 10px;
}
#node450833 #zmDetail .Rumpf div.img {
	float: none;
	margin: 0;
}

#zmDetail .Rumpf .zmbeschreibung div.description {
	margin-top: -5px;
}



#zmDetail  .vCard a.email, #zmDataItems .zmitem .vCard a.email, #zmDataItems .item .vCard a.email {
	background: url("../img/ico-sendpage.png") no-repeat scroll 0 4px transparent;
	padding-left: 18px;
}

.zmitem.odd, .item.odd, .zm.odd, .zmitem.even, .item.even, .zm.even {
	padding: 10px 15px;
}
.zmitem.odd, .item.odd, .zm.odd {
	background-color: #F2F0F0;
}
#zmDetail #zmDateianhang {
	clear: both;
}
#zmDetail #zmDateianhang .zmanhang {
	margin: 20px 0 0;
}
#zmf div.zmSuchButton input {
	margin-right: 2px;
	padding-top: 2px;
}
#zmf div#feldkategorieid.feld {
	width: 82%;
	float: left;
}
#zmf div.zmSuchButton {
	float: right;
	clear: both;
	margin: -20px 5px 5px 0;
}
/* 	WAV */
.basecontent-wav {
	margin: 20px 0 0;
}
.basecontent-wav .zmBox .rumpf div.zm {
	margin: 10px 0;
}
#zmDetail .zmzureu a, #zmDetail .zmzursuche a, #zmEListe .zmzursuche a, .zmnavprev a, .zmNavigClassBack a, #prevTicker a {
	background: url(../img/ico-backlink.png) no-repeat 0 5px;
	padding-left: 12px;
}

/* Selbsteintrag */
.register .info {
	margin: 0;
	padding: 0;
}
#col3 .register .info h2 {
	font-size: 16px;
}

/*************************************************************************************************
</ZM>
**************************************************************************************************/






.browserHinweis {border:1px solid #F7941D; background:#FEEFDA;text-align: center;clear: both;height:75px; position:relative; margin-top:10px; margin-bottom:10px}
.browserHinweisInner {position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;}
.browserHinweisInnerImgText {width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;}
.browserHinweisInnerImgWarning {width: 75px; float: left;}
.browserHinweisInnerText {width: 275px; float: left; font-family: Arial, sans-serif;}
.browserHinweisInnerText1 {font-size: 14px; font-weight: bold; margin-top: 12px;}
.browserHinweisInnerText2 {font-size: 12px; margin-top: 6px; line-height: 12px;}
.browserHinweisInnerImgText .icon img{border: none;}
.browserHinweisInnerImg1 {width: 75px; float: left;}
.browserHinweisInnerImg2 {width: 75px; float: left;}
.browserHinweisInnerImg3 {width: 73px; float: left;}
.browserHinweisInnerImg4 {float: left;}

/* COLORBOX */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/apps/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/apps/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/apps/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/apps/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/apps/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/apps/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/apps/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/apps/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/apps/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../img/apps/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/apps/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/apps/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/apps/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/apps/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* Ticker */
#col1 .slot-info-ohne-vererbung .composedcontent-standardseite-heidelberg.ticker {
  background: #f2f0f0 none repeat scroll 0 0;
  padding: 15px 20px 20px 15px;
  margin: 0 0 20px;
}


/* Form (Baustellenumfrage) */
form[name^="Bau"] .formElement label {width:60%;}
form[name^="Bau"] .formElement label.fullWidth {font-weight:bold;margin-top:2em;}
form[name^="Bau"] div.formElementOptions {padding-left:3em;width:25% !important;}
form[name^="Bau"] .formElementOption {float:left;}
form[name^="Bau"] .formElementOption input {margin:0 0 0 0;margin-right:0 !important;}
/* /end Form (Baustellenumfrage) */

/* Ticker */
#col1 .slot-info-ohne-vererbung .composedcontent-standardseite-heidelberg.ticker {
	padding: 15px 20px 20px 15px;
}
ul.newsticker, ul.newsticker li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#prevTicker {
	float: left;
}
#nextTicker {
	float: right;
}
.basecontent-html-editor:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* GSS-Datenschutz-Hinweis */
#gss-datenschutz-hinweis {
	background: #fff;
	margin: 2px 0 0 3px;
	padding: 0 10px;
	position: relative;
	top: -3px;
	width: 235px;
	z-index: 9999;
}
#gss-datenschutz-hinweis * {
	font-size: 11px;
}
#gss-close-hinweis {
	position: absolute;
	right: 6px;
}



/* Zeitstrahl Beginn */
.zeitstrahl-links {
	border-right: 1px solid #000;
	float: left;
	padding: 0 20px 0 0;
	position: relative;
	width: 47%;
}
.zeitstrahl-rechts {
	float: right;
	padding: 50px 0 0 20px;
	position: relative;
	width: 46%;
}
.zeitstrahl-rechts img, .zeitstrahl-links img {
	max-width: 100%;
}
#col3 .zeitstrahl-links h3.datum, #col3 .zeitstrahl-rechts h3.datum {
	background: #a50050;
	color: #fff;
	display: inline-block;
	padding: 1px 7px;
}
#col3 .zeitstrahl-links h3.datum {
	float: right;
	margin: 2px -6px 20px 0;
}
#col3 .zeitstrahl-rechts h3.datum {
	margin: 0 0 0 -9px;
}
.zeitstrahl-links i.fa-circle, .zeitstrahl-rechts i.fa-circle {
	background: #fff;
	color: #a50050;
	font-size: 15px;
	padding: 5px 0;
	position: absolute;
	z-index: 10;
}
.zeitstrahl-links i.fa-circle {
	right: -7px;
}
.zeitstrahl-rechts i.fa-circle {
	left: -10px;
}
.zeitstrahl-links .image-inner, .zeitstrahl-rechts .image-inner {
	position: relative;
}
.zeitstrahl-links .zoomIcon, .zeitstrahl-rechts .zoomIcon {
	bottom: -8px;
    left: 0;
	margin: 0;
    position: absolute;
}
#col3 .heidelbeer, #col3 .grau {
	background: #a50050;
	clear: both;
	color: #fff;
	padding: 10px 20px;
}
#col3 .heidelbeer {
	margin: 20px 0 0;
}
#col3 .grau {
	background: #F2F0F0;
	color: #000;
}
#col3 .heidelbeer h2, #col3 .grau  h2 {
	color: #fff;
	font-size: 18px;
	font-family:'Frutiger LT W01 65 Bold';
	line-height: normal;
}
#col3 .grau  h2 {
	color: #000;
}
#col3 .heidelbeer h2 .fa-quote-left, #col3 .grau h2 .fa-quote-left {
	padding: 0 5px 0 0;
}
@media only screen and (max-width: 1150px) {
	#col3 .zeitstrahl-rechts img, #col3 .zeitstrahl-links img {
		max-width: 100%;
	}
	.zeitstrahl-rechts {
		width: 44%;
	}
	.zeitstrahl-links {
		width: 45.5%;
	}
}
@media only screen and (max-width: 829px) {
	.zeitstrahl-rechts {
		width: 45%;
	}
	.zeitstrahl-links {
		width: 46%;
	}
}
@media only screen and (max-width: 599px) {
	.zeitstrahl-rechts, .zeitstrahl-links {
		width: 90%;
	}
	.zeitstrahl-rechts {
		border-right: 1px solid #000;
		float: left;
		padding: 0 20px 0 0;
	}
	#col3 .zeitstrahl-rechts h3.datum {
		float: right;
		margin: 2px -6px 20px 0;
	}
	.zeitstrahl-rechts i.fa-circle {
		left: inherit;
		margin: -4px 0 0;
		right: -7px;
	}
	#col3 .topBox {
		height: 284px !important;
	}
	#col3 .topBox .transIMG {
		margin: 197px 0 0 !important;
	}
	#col3 .topBox h1.homeMS {
		margin: 200px 0 0 10px !important;
	}
	#col3 .topBox h2.homeMS {
		margin: 227px 0 0 10px !important;
	}
}
@media only screen and (max-width: 479px) {
	#col3 .topBox {
		height: 220px !important;
	}
	#col3 .topBox .transIMG {
		margin: 158px 0 0 !important;
	}
	#col3 .topBox h1.homeMS {
		margin: 162px 0 0 10px !important;
	}
	#col3 .topBox h2.homeMS {
		margin: 185px 0 0 10px !important;
	}
}
/* Zeitstrahl Ende */




/* Selbsteintrag VK */
.zmformular .feld-text input, .zmformular .feld-select select {
	height: 30px;
	max-width: 440px;
	width: 70%;
}
.zmformular .feld-text input {
	max-width: 434px;
}
.zmformular .feld-select select#kat {
	height: 200px;
}

.zmformular .feld-text, .zmformular .feld-select {
	margin: 10px 0 0;
}
.zmformular .feld-text label, .zmformular .feld-select label {
	display: inline;
	float: left;
	width: 28%;
}
.zmformular .weiteretertermine .feld-text label {
  width: 16%;
}
.zmformular .weiteretertermine .feld-selec {
	clear: both;
	padding-top: 10px;
}

img#zmCaptchaImage {
	max-width: 150px;
}
.zmformular fieldset {
	margin: 20px 0 0;
}
fieldset.buttons {
	border: none;
}
.zmformular fieldset.buttons legend {
	color: #a50050;
	font-family:'Frutiger LT W01 65 Bold';
	margin: 10px 0;
	padding: 10px 0 0;
}
.zmbuttons input, .zmbuttons button.btn {
	background-color: #a50050;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	float: right;
	padding: 2px 10px;
}
.zmbuttons input[type="reset"] {
	display: none;
}

/* ZM Selbsteintrag */
.zmformular .zmTitel .feld-text label[for=zeit]:after, 
.zmformular .weiteretertermine .feld-text label[for=xzeit]:after  {
	content: "Uhrzeiten bitte wie folgt eingeben: hh:mm - hh:mm (z.B. 12:00 - 13:00). Bitte verzichten Sie auch auf den Zusatz 'Uhr'.";
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.zmformular .zmTitel .feld-select:nth-of-type(1n),
.zmformular .weiteretertermine .feld-select:nth-of-type(1n) {
	clear: both;
	padding: 20px 0 0;
}
.zmformular .zmTitel:after  {
	content: "Falls Veranstalter und/oder Veranstaltungsort in den obigen Listen nicht vorhanden sind, wenden Sie sich bitte an: veranstaltungskalender@heidelberg.de.";
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
}
.zmformular .zmTitel .feld-select label[for=kat]:after  {
	content: "Um mehrere Kategorien auszuw\00E4hlen, halten Sie bitte die STRG-Taste gedr\00FC ckt.";
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.zmformular .zmBeschreibung label:after {
	content: "Text aus der Zwischenablage kann mit der Tastenkombination Strg V eingef\00fcgt werden! Bitte beachten: Die maximale Zeichenzahl beträgt 3975 (einschließlich Leerzeichen).";
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	width: 100%;
}
.zmformular .zmBild legend:after {
	clear: both;
	content: "Die Fotogr\00F6ße ist f\00fcr das Hochladen nicht festgelegt. Wir empfehlen das Bildformat 4:3, beispielsweise 1000 Pixel Breite, 750 Pixel H\00F6he und die Dateitypen 'jpg' und 'png'.";
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin: 3px 7px;
	position: absolute;
	width: 100%;
}
.zmformular .zmBild .bild_urlPreview {
	margin: 25px 0 0;
}
.zmformular fieldset.buttons {
	margin: 7px 0;
}
.zmformular .buttons:before {
	clear: both;
	content: "Gel\00F6scht werden Veranstaltungen, die nicht in Heidelberg stattfinden sowie Veranstaltungen, die gegen das Presserecht verstoßen.";
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
}
#node838082 input#selbst_email, #node838082 input#selbst_name, #node838082 input#bezeichnung_titel, #node838082 input#von, input#captcha {
	background: #efefef;
}
#node838082 input#selbst_email.zmerror, #node838082 input#selbst_name.zmerror, #node838082 input#bezeichnung_titel.zmerror, #node838082 input#von.zmerror, #node838082 input#captcha.zmerror, #node838082 .zmerror {
    background: #a50050;
	color: #fff;
}
.zmformular select#kat option {
	padding: 0 0 0 20px;
	font-size: 12px;
}
.zmformular select#kat option[value="319005"],
.zmformular select#kat option[value="319003"],
.zmformular select#kat option[value="321481"],
.zmformular select#kat option[value="319004"],
.zmformular select#kat option[value="318954"],
.zmformular select#kat option[value="318958"],
.zmformular select#kat option[value="318990"],
.zmformular select#kat option[value="318957"],
.zmformular select#kat option[value="318963"],
.zmformular select#kat option[value="318960"],
.zmformular select#kat option[value="318983"],
.zmformular select#kat option[value="318956"],
.zmformular select#kat option[value="318952"],
.zmformular select#kat option[value="318967"],
.zmformular select#kat option[value="318991"],
.zmformular select#kat option[value="318988"],
.zmformular select#kat option[value="318961"],
.zmformular select#kat option[value="318964"],
.zmformular select#kat option[value="318959"],
.zmformular select#kat option[value="318953"],
.zmformular select#kat option[value="318965"],
.zmformular select#kat option[value="321479"],
.zmformular select#kat option[value="371451"],
.zmformular select#kat option[value="381101"],
.zmformular select#kat option[value="716850"]
{
	font-family: "Frutiger LT W01 65 Bold";
	font-size: 13px;
	padding: 0;
}
.zmformular .collapsible.metaeg,
.zmformular select option[value="323050"],
.zmformular select option[value="318993"],
.zmformular select option[value="318992"],
.zmformular select option[value="318994"],
.zmformular select option[value="321458"],
.zmformular select option[value="318998"],
.zmformular select option[value="318986"],
.zmformular select option[value="318987"],
.zmformular select option[value="318997"],
.zmformular select option[value="318957"],
.zmformular select option[value="318962"],
.zmformular select option[value="319000"],
.zmformular select option[value="319002"],
.zmformular select option[value="319009"],
.zmformular select option[value="319008"],
.zmformular select option[value="319010"],
.zmformular select option[value="319012"],
.zmformular select option[value="319015"],
.zmformular select option[value="319014"],
.zmformular select option[value="319013"],
.zmformular select option[value="318955"],
.zmformular select option[value="321480"]
{
	display: none;
}
.weiteretertermine .btn {
    margin: 20px 0 7px 0;
}
.weiteretertermine .btn button {
	background: #a50050;
	border: 1px solid #f2f0f0;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px;
}


#node838082 #zmDetail .Rumpf div.img {
	float: none;
	margin: 20px 0;
}


/* Datapicker */
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
	left: 18px;
	top: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
	top: -1px;
}


/* Neues Kalenderblatt */
.inlinedatepicker {
	background: #efefef;
}
.inlinedatepicker .ui-datepicker {
	padding: 0 10px;
	width: auto;
}
#main .inlinedatepicker .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	margin: 0 0 12px 0;
	width: 100%;
}
.inlinedatepicker a.ui-datepicker-next,
.inlinedatepicker a.ui-datepicker-prev,
.inlinedatepicker a.ui-state-hover,
#ui-datepicker-div a.ui-datepicker-next,
#ui-datepicker-div a.ui-datepicker-prev,
#ui-datepicker-div a.ui-state-hover {
	background: none;
	border: none;
	cursor: pointer;
}
.inlinedatepicker a.ui-datepicker-next:before,
#ui-datepicker-div a.ui-datepicker-next:before {
	content: "\f101";
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: lighter;
	left:-5px;
	position:absolute;
	top:1px;
}
.inlinedatepicker a.ui-datepicker-prev:before, 
#ui-datepicker-div a.ui-datepicker-prev:before {
	content: "\f100";
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: lighter;
	left:1px;
	position:absolute;
	top:1px;
}
.inlinedatepicker .ui-datepicker .ui-datepicker-next,
.inlinedatepicker .ui-datepicker .ui-datepicker-next-hover {
	right: 0;
	top: 2px;
}
.inlinedatepicker .ui-datepicker .ui-datepicker-prev,
.inlinedatepicker .ui-datepicker .ui-datepicker-prev-hover {
	left: 9px;
	top: 2px;
}
.inlinedatepicker .ui-datepicker .ui-datepicker-next i.fa,
.inlinedatepicker .ui-datepicker .ui-datepicker-prev i.fa,
#ui-datepicker-div .ui-datepicker .ui-datepicker-next i.fa,
#ui-datepicker-div .ui-datepicker .ui-datepicker-prev i.fa {
	font-size: 24px;
}
#ui-datepicker-div .ui-state-hover, 
#ui-datepicker-div .ui-widget-content .ui-state-hover, 
#ui-datepicker-div .ui-widget-header .ui-state-hover, 
#ui-datepicker-div .ui-state-focus, 
#ui-datepicker-div .ui-widget-content .ui-state-focus, 
#ui-datepicker-div .ui-widget-header .ui-state-focus {
	color: #a50050;
}

/*
.suchbox #ui-datepicker-div .ui-datepicker .ui-datepicker-next,
.suchbox #ui-datepicker-div .ui-datepicker .ui-datepicker-next-hover {
	right: 0;
	top: 2px;
}
*/

/* Neue Teaser-Seite */
.teaser .composedcontent-dvv-box {
	border: 1px solid #F3F2F0;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#col3 .teaser .image {
	margin: 0;
	padding: 0;
}
#col3 .teaser h2, .teaser h2 {
	background: #A50350;
	color: #fff;
	text-align: center;
	padding: 0.5em;
	margin: 0;
}
.teaser img {
	max-width: 100%;
}
.teaser .composedcontent-dvv-box-alle {
	padding: 0 15px;
}
#col3 .teaser .buttonlink a {
	background: #A50350;
	color: #fff;
	padding: .5em 4em;
	font-size: 1em;
	border-radius: 4px;
	font-weight: normal;
}
#col3 .teaser.zwei-spalten .buttonlink a {
	padding: 0.5em 3em;
}
#col3 .teaser.drei-spalten .buttonlink a {
	padding: 0.5em 2.5em;
}

#col3 .teaser.zwei-spalten h2 {
	font-size: 33px;
}
#col3 .teaser.drei-spalten h2 {
	font-size: 25px;
}

/* Baustellenkarte */
#node1193580 .modal-body .zmDetail .boxtitel h3,
#node1193580 .modal-body .zmDetail .vcard-link,
#node1193580 .modal-body .zmDetail .EFALink {
	display: none;
}
#node1193580 .modal-body .zmDetail .fa {
	float: left;
	margin-right: 5px;
}
.socialBookmarks {
	clear: both;
}


/* Störer */
.stoerer {
	background: url(../img/weiss-trans70.png) right top;
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.stoerer .composedcontent-dvv-box {
	background: #fff;
	margin: 50px auto;
    padding: 0;
	position: relative;
    text-align: left;
	width: 500px;
}
.stoerer .composedcontent-dvv-box h2 {
	background: #a50050;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	padding: 20px 25px;
}
.stoerer .composedcontent-dvv-box p {
	border: 1px solid #000;
	border-top: none;
	font-size: 16px;
	margin: 0;
	padding: 20px 25px;
}
.stoerer .composedcontent-dvv-box p a {
	background-color: #a50050;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 20px 0 10px;
	padding: 10px 50px;
}
.stoerer .composedcontent-dvv-box br.clearDvv {
    display: none;
}
.stoerer .close-button {
	position: absolute;
	right: 7px;
	top: -1px;
}
.stoerer .close-button i {
	color: #fff;
	margin: 7px 0 0;
	font-size: 20px;
}

/* Bildungsportal und Pflegeplatzbörse */
#ZMtoggle {
	margin: 20px 0 0;
}
.ZMtoggle_container #zmortsteilortsteil {
	margin: 10px 0;
}
.ZMtoggle_container #zmelement1 {
	clear: both;
}
.ZMtoggle_container #zmelement1 .feld {
	padding: 15px 0 0;
}
#zmEListe .titel .zmtitel {
	font-family:'Frutiger LT W01 65 Bold';
	font-size: 20px;
	line-height: normal;
    margin: 0 0 20px 0;
}
#zmEListe .zmitem:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#zmEListe .organization, 
#zmEListe .country-name,
#zmelement1,
.zmSuchButton:last-child {
	display: none;
}
#zmEListe .cityline {
	margin: 0 0 20px 0;
}
#zmEListe a.details {
	float: right;
	margin: -20px 0 0;
}
#zmEListe .bildcss.image {
	width: 45%;
	float: left;
	margin: 0 15px 0 0;
}
#node1858694 .category {
	display: none;
}
#node1858694 #zmSuche .zmVkat .katLevel2 {
	display: none;
}
#node1858694 #zmDetail .ampel {
	clear: both;
	margin: 10px 0 0;
}
#node1858694 #zmDetail .ampel img {
	float: left;
}
#node1858694 #zmDetail .ampel span.label_kat:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
}
#node1858694 #zmDetail .ampel span.label_kat {
	padding: 16px 0 0;
	display: inline-block;
	font-size: 16px;
}
#node1355049 .zmSuche .zmsuchecontent {
	margin: 30px 0 0;
	border: 1px solid #666;
	padding: 25px;
}
#node1355049 .zmSuche .zmsuchecontent legend {
    font-size: 25px;
}
#node1355049 #zmSuche div#zmvs {
    margin: 20px 0;
}
#node1355049 #zmf div.zmSuchButton {
	margin: -47px 90px 5px 0;
}
#node1355049 #col3 h3.toggle_title, #col3 h2.toggle_title {
	background: #F2F0F0 url(../img/ico-accordion.png) 556px 10px no-repeat;
}


/* Chatbot Feedback Formular */
#node1732740 label.control-label {display: block;}
#node1732740 button.btn {margin-top:15px;}
#node1732740 textarea{min-width: 360px; min-height: 250px;}
#node1732740 .feld-select{margin-top:15px;}
#node1732740 .select2-search.select2-search--inline{background: transparent;padding:0;margin:0;}
#node1732740 .selection ul{margin:0; padding: 0 10px;}
#node1732740 .selection li{background: transparent;padding: 0 10px;}
#node1732740 .selection li .select2-selection__choice__remove{font-size: 18px;padding: 0 10px 0 0;}


/* Chatbot Lumi */
.l-heiko-chatbot {
	/*
    position: fixed;
    bottom: 1px;
    right: 0;
    z-index: 9999999;
	*/
}