/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; }
@media all {
/*****************************************************************************/

/* ==========================================================================
   basics
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html { height: 100%; }

body {
	height: 100%;
	position: relative;
	background-color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

div, ul, ol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==========================================================================
   layers
   ========================================================================== */

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapperOut {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 500px;
	/*overflow: hidden;*/
	z-index: 1;
}

div#layoutWrapperIn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 2;
}

/* LINIE TOP */

div#lineTopLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	background-color: #00489b;
	z-index: 21;
}

.homeOK div#lineTopLayer { display: none; }

/* LOGO */

div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: 260px;
	top: 36px;
	width: 205px;
	height: 75px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: transparent url('../images/main/bad-rothenbrunnen-white.png') scroll no-repeat left top;
	background-size: 205px 75px;
	overflow: hidden;
	z-index: 23;
}

.homeOK div#logoLayer { background-image: url('../images/main/bad-rothenbrunnen-blue.png'); }

div#logoLayer img {
	width: 205px;
	height: 75px;
}

.homeOK div#logoBackgroundLayer {
	position: absolute;
	left: 50%;
	margin-left: 240px;
	top: 0px;
	width: 245px;
	height: 160px;
	background: transparent url('../images/main/bg-content.png') scroll repeat left top;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 21;
}

/* NAVIGATION */

div#navigationLayer {
	position: absolute;
	left: 25px;
	top: 85px;
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 31;
}

.homeOK div#navigationLayer {
	left: 0px;
	top: auto;
	bottom: 90px;
	width: 100%;
	padding: 10px 25px;
	background-color: #00489b;
}

div#navigation2Layer {
	position: absolute;
	left: 0px;
	bottom: 160px;
	width: 270px;
	height: auto;
	z-index: 31;
}

div#navigationLanguageLayer {
	position: absolute;
	left: 50%;
	margin-left: 260px;
	bottom: 90px;
	width: 205px;
	height: auto;
	text-align: center;
	padding: 10px 25px;
	background-color: transparent;
	z-index: 33;
}

/* BODY */

div#contentWrapper {
	position: absolute;
	left: 270px;
	bottom: 0;
	height: auto;
	min-height: 40px;
	padding: 35px;
	background: transparent url('../images/main/bg-content.png') scroll repeat left top;
	z-index: 21;
}

div#contentWrapper.type1 { width: 500px; }
div#contentWrapper.type2 { width: 570px; }
div#contentWrapper.type3 { width: 700px; }

div#contentWrapper.long { bottom: auto !important; top: 250px; }

div#contentWrapper.closed {
	top: auto !important;
	bottom: 0px !important;
	padding: 0;
	padding-bottom: 20px;
	background-image: url('../images/main/bg-content-closed.png');
}

div#contentLayer {
	position: relative;
	width: auto;
	height: auto;
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #3b3b3b;
	z-index: 21;
}

div#contentButtonCloseLayer {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 21px;
	height: 21px;
	background: transparent url('../images/main/icon-close.png') scroll no-repeat center center;
	background-size: 10px 11px;
	display: none;
	z-index: 23;
}

div#contentButtonOpenLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent url('../images/main/icon-plus.png') scroll no-repeat 10px 10px;
	background-size: 21px 21px;
	display: none;
	z-index: 23;
}

/* GALLERY */

div#galleryWrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/*min-height: 450px;*/
	background-color: #000;
	z-index: 11;
}

div#galleryWrapper div.item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent url() scroll no-repeat center top;
	background-size: cover;
	z-index: 11;
}

div#galleryWrapper div.item img {
	width: 100%;
	height: auto;
	display: none;
}

div#galleryControlsWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 13;
}

div#galleryControlsWrapper div.button {
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 80px 40px;
	z-index: 13;
}

div#galleryControlsWrapper div#galleryButtonLeftLayer {
	left: 0px;
	background-image: url();
	background-position: left center;
}
div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: url('../images/main/gallery-arrow-left.png'); }
.touchOK div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: url() !important; }
.touchOK div#galleryControlsWrapper div#galleryButtonLeftLayer { display: none; }

div#galleryControlsWrapper div#galleryButtonRightLayer {
	right: 0px;
	background-image: url();
	background-position: right center;
}
div#galleryControlsWrapper div#galleryButtonRightLayer.over { background-image: url('../images/main/gallery-arrow-right.png'); }
.touchOK div#galleryControlsWrapper div#galleryButtonRightLayer.over { background-image: url() !important; }
.touchOK div#galleryControlsWrapper div#galleryButtonRightLayer { width: 100%; }

div#galleryLoadingLayer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 1.00em;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px rgba(51,51,51,0.6);
	z-index: 15;
}

/* PIX GALLERY */

div.pixWrapper {
	position: relative;
	width: 105%;
	font-size: 0;
	line-height: 0;
	z-index: 21;
}

div.pixWrapper div.item {
	position: relative;
	width: 78px;
	height: 78px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}

div.pixWrapper div.item img {
	width: 100%;
	height: 100%;
}

/* EVENTS */

div.newsWrapper {
	position: relative;
	width: 100%;
	height: auto;
}

div.newsWrapper div.item {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cacaca;
}

div.newsWrapper div.noLine { border-bottom: 0 !important; }

div.newsWrapper div.item div.date {
	position: relative;
	width: 175px;
	height: auto;
	padding-right: 10px;
	float: left;
}

div.newsWrapper div.item div.date div.day {
	position: relative;
	font-size: 30px;
	color: #b45d00;
	line-height: 1.0em;
	margin-bottom: 12px;
}

div.newsWrapper div.item div.date div.day2 {
	position: relative;
	color: #b45d00;
}

div.newsWrapper div.item div.text {
	position: relative;
	width: 325px;
	height: auto;
	float: right;
}

div.newsWrapper div.item p { margin: 0; }

/* HOME */

div#buttonNewsLayer {
	position: absolute;
	left: 755px;
	bottom: 50px;
	width: 114px;
	height: 116px;
	z-index: 36;
}

div#buttonNewsLayer img {
	width: 114px;
	height: 116px;
}

/* MAP */

p.map {
	position: relative;
	left: -35px;
}

/* VIDEO */

.videoWrapper {
	position: relative;
	padding-bottom: 60%;
	padding-top: 0px;
	height: 0px;
	overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ETC */

.fontColorBlue { color: #00489b !important; }
.fontColorRust { color: #b45d00 !important; }
.fontColorGreen { color: #3c6d56 !important; }

/* ==========================================================================
   headlines
   ========================================================================== */

h1, h2, h3 { font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif; font-size: 30px; font-weight: normal; font-style: italic; color: #00489b; line-height: 1.00em; margin: 0 0 1em 0; text-transform: none; letter-spacing: 1px; }
h2 { font-size: 20px; color: #b45d00; }
h3 { font-size: 14px; }

div.newsWrapper div.item div.text h2 { font-size: 16px; font-weight: bold; color: #000; float: left; margin: 0; line-height: 1.5em; padding-right: 5px; }

/* ==========================================================================
   links
   ========================================================================== */

a, a:link, a:visited { color: #3c6d56; text-decoration: none; }
a:hover, a:active, a:visited:hover, a:visited:active { color: #3c6d56; text-decoration: underline; }

div#navigationLanguageLayer a,
div#navigationLanguageLayer a:link,
div#navigationLanguageLayer a:visited,
div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	display: block;
	float: left;
	width: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1.00em;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px rgba(51,51,51,0.6);
	background: transparent url('') scroll repeat-x left top;
	padding: 10px 0px;
}
div#navigationLanguageLayer a,
div#navigationLanguageLayer a:link,
div#navigationLanguageLayer a:visited {
	display: inline-block !important;
	float: none;
}
div#navigationLanguageLayer a:hover,
div#navigationLanguageLayer a:active,
div#navigationLanguageLayer a:visited:hover,
div#navigationLanguageLayer a:visited:active,
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #fff !important; background-image: url('../images/main/bg-nav.png') !important; }
div#navigationLayer li.act a,
div#navigationLayer li.act a:link,
div#navigationLayer li.act a:visited,
div#navigationLayer li.act a:hover,
div#navigationLayer li.act a:active,
div#navigationLayer li.act a:visited:hover,
div#navigationLayer li.act a:visited:active { color: #fff !important; background-image: url('../images/main/bg-nav.png') !important; }

div#navigation2Layer a,
div#navigation2Layer a:link,
div#navigation2Layer a:visited {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 270px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	line-height: 1.333em;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px rgba(51,51,51,0.6);
	padding: 1px 0px 1px 40px;
	background: transparent url('') scroll no-repeat left 7px;
}
div#navigation2Layer a:hover,
div#navigation2Layer a:active,
div#navigation2Layer a:visited:hover,
div#navigation2Layer a:visited:active { color: #fff !important; background-image: url('../images/main/bg-nav-2.png') !important; }
div#navigation2Layer li.act a,
div#navigation2Layer li.act a:link,
div#navigation2Layer li.act a:visited,
div#navigation2Layer li.act a:hover,
div#navigation2Layer li.act a:active,
div#navigation2Layer li.act a:visited:hover,
div#navigation2Layer li.act a:visited:active { color: #fff !important; background-image: url('../images/main/bg-nav-2.png') !important; }

/* ==========================================================================
   lists
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ul.facts {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	color: #b45d00 !important;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

/* LIST NAVIGATION HORIZONTAL */

div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

div#navigationLayer ul ul { display: none; }

div#navigationLayer ul li {
	float: left;
	display: inline-block;
	padding: 0 15px;
}

/*.homeOK div#navigationLayer ul li { padding: 0 0px; }*/

/* LIST NAVIGATION VERTICAL */

div#navigation2Layer ul {
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

div#navigation2Layer ul li {
	width: 100%;
	margin: 0;
}

/* ==========================================================================
   basic configuration
   ========================================================================== */

.viewMobileOnly { display: none; }
.viewDesktopOnly { display: block; }

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*values: content-box|border-box|inherit*/
}

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost { display: none; }
.noWrap { white-space: nowrap; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	border: 0px; /* Firefox und Opera */
	border-top: 1px solid #ccc;
	border-bottom: transparent;
	margin: 1.50em 0 1.50em 0;
}

.subcolumns hr { width: 80%; }
hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 2.00em;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }

.alert { font-weight: bold; color: #c00; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 2.4em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 2.4em !important; }

.w25 { width: 24.999% !important; }
.w33 { width: 33.333% !important; }
.w38 { width: 37.999% !important; }
.w50 { width: 49.999% !important; }
.w60 { width: 59.999% !important; }
.w66 { width: 66.666% !important; }
.w75 { width: 74.999% !important; }

p { margin: 0 0 1.5em 0; }
.p { margin: 0 0 1.5em 0; }
.first { margin-top: 0em; }
p.listTitle { font-weight: normal; margin-bottom: 5px; }

table {
	width: 100%;
	border-width: 0;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

img { border: 0; height: auto; max-width: 100%; }
.subcolumns img { margin-top: 5px; }

figure, figcaption { display: block; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

/*
strong, b { font-weight: normal; font-family: 'Font Heavy', Arial, Helvetica, Verdana, sans-serif; }
em, i { font-style: normal; font-family: 'Font Italic', Arial, Helvetica, Verdana, sans-serif; }
strong > i, strong > em, i > strong, em > strong { font-style: normal; font-weight: normal; font-family: 'Font Bold Italic', Arial, Helvetica, Verdana, sans-serif; }
*/

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   subtemplates
   ========================================================================== */

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.subcolumns div div p:last-child { margin-bottom: 0; }
.subcolumns .left { float: left; }
.subcolumns .center { float: left; }
.subcolumns .right { float: right; margin-left: 0px; }

.subcolumns .c20 { width: 19.999%; }
.subcolumns .c25 { width: 24.999%; }
.subcolumns .c30 { width: 29.999%; }
.subcolumns .c33-3 { width: 33.333%; }
.subcolumns .c35 { width: 34.999%; }
.subcolumns .c40 { width: 39.999%; }
.subcolumns .c45 { width: 44.999%; }
.subcolumns .c50 { width: 49.999%; }
.subcolumns .c55 { width: 54.999%; }
.subcolumns .c60 { width: 59.999%; }
.subcolumns .c65 { width: 64.999%; }
.subcolumns .c66-6 { width: 66.666%; }
.subcolumns .c70 { width: 69.999%; }
.subcolumns .c75 { width: 74.999%; }
.subcolumns .c80 { width: 79.999%; }

.subcolumns .left .sub { padding-right: 14px; }
.subcolumns .right .sub { padding-left: 14px; }
.subcolumns .center .sub { padding-left: 7px; padding-right: 7px; }

/* ==========================================================================
   forms
   ========================================================================== */

/* FORM GENERAL SETTINGS */

form { overflow: hidden; }

select, input, textarea {
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
	width: 100%;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background-color: transparent;
	padding: 10px;
	margin-bottom: 10px;
	color: #00489b;
}

textarea { height: 100px; }

input[type=text]:focus, input[type=text]:active,
input[type=password]:focus, input[type=password]:active,
textarea:focus, textarea:active {
	border-color: #00489b;
}

input[type=button],
input[type=submit],
input[type=reset] {
	padding: 2px 10px;
	background-color: transparent;
	color: #3b3b3b;
	border: 0;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	color: #00489b;
	cursor: pointer;
}

/* TICKER */

@-webkit-keyframes ticker {
	  0% {
		/*
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		*/
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
		visibility: visible;
	}
	100% {
		/*
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		*/
		-webkit-transform: translate(-100%, 0);
		   -moz-transform: translate(-100%, 0);
		    -ms-transform: translate(-100%, 0);
		     -o-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
}

@keyframes ticker {
	  0% {
		/*
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		*/
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
		visibility: visible;
	}
	100% {
		/*
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		*/
		-webkit-transform: translate(-100%, 0);
		   -moz-transform: translate(-100%, 0);
		    -ms-transform: translate(-100%, 0);
		     -o-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
}

div.ticker {
	position: fixed;
	display: block;
	box-sizing: content-box;
	left: 0;
	top: calc(100% - 90px);
	width: 100%;
	height: 30px;
	background-color: #fff;
	padding-left: 100%;
	overflow: hidden;
	z-index: 35;
}

div.ticker > div.items {
		display: inline-block;
		height: 100%;
		white-space: nowrap;
		padding-right: 100%;
		box-sizing: content-box;
		-webkit-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
				animation-timing-function: linear;
	 -webkit-animation-name: ticker;
				animation-name: ticker;
		-webkit-animation-duration: 30s;
				animation-duration: 30s;
}

div.ticker > div.items > div {
	display: inline-block;
	padding: 7px 30px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	color: #00489b;
}

/*****************************************************************************/
}

@media only screen and (min-width: 1000px) and (max-height: 780px) {
/*****************************************************************************/
div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: none !important; }
/*****************************************************************************/
}

@media only screen and (min-resolution: 120dpi),
       only screen and (-webkit-min-device-pixel-ratio: 1.25) {
/*****************************************************************************/

div#logoLayer { background-image: url('../images/main/bad-rothenbrunnen-white_x2.png'); }
.homeOK div#logoLayer { background-image: url('../images/main/bad-rothenbrunnen-blue_x2.png'); }
div#contentButtonCloseLayer { background-image: url('../images/main/icon-close_x2.png'); }
div#contentButtonOpenLayer { background-image: url('../images/main/icon-plus_x2.png'); }
div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: url('../images/main/gallery-arrow-left_x2.png'); }
div#galleryControlsWrapper div#galleryButtonRightLayer.over { background-image: url('../images/main/gallery-arrow-right_x2.png'); }

/*****************************************************************************/
}

@media only screen and (max-width: 999px) {
/*****************************************************************************/

/* GENERAL SETTINGS */

.viewMobileOnly { display: block; }
.viewDesktopOnly { display: none; }

body { background-color: #fff; }

.subcolumns .left,
.subcolumns .center,
.subcolumns .right { float: none; }
.subcolumns div { width: 100% !important; }
.subcolumns .sub { padding: 0 !important; }
.subcolumns .center,
.subcolumns .right { padding-top: 20px; }

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapperOut {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
}

div#layoutWrapperIn {
	position: relative;
	min-height: 0;
	text-align: center;
}

div.ticker {
	top: auto;
	bottom: 0;
	background-color: #00489b;
}

div.ticker > div.items > div {
	color: #fff;
}

/* LINIE TOP */

div#lineTopLayer { position: relative; }
.homeOK div#lineTopLayer { display: block; }

/* LOGO */

div#logoLayer,
.homeOK div#logoLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	height: 115px;
	padding: 20px 0;
	background: #fff url('../images/main/bad-rothenbrunnen-blue.png') scroll no-repeat center center;
	background-size: 205px 75px;
	border: 1px solid #fff;
}

.homeOK div#logoBackgroundLayer { display: none; }

/* NAVIGATION */

div#navigationMobileButtonLayer {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 40px;
	height: 40px;
	background: transparent url('../images/main/nav-mobile-button-list.png') scroll no-repeat center center;
	background-size: 22px 22px;
	z-index: 31;
}
div#navigationMobileButtonLayer.open { background-image: url('../images/main/nav-mobile-button-close.png'); }

div#navigationLayer {
	position: relative;
	left: 0px;
	top: 0px;
	bottom: auto !important;
	width: 100%;
	height: auto;
	padding: 35px !important;
	background-color: #00489b;
}

div#navigation2Layer { display: none; }

div#navigationLanguageLayer {
	left: 0px;
	margin-left: 0px;
	bottom: auto !important;
	top: 0px;
	width: auto;
	text-align: left;
	padding: 35px 25px;
}

div#navigationLanguageLayer a,
div#navigationLanguageLayer a:link,
div#navigationLanguageLayer a:visited {
	color: #00489b;
	text-shadow: none;
}

div#navigationLanguageLayer a:hover,
div#navigationLanguageLayer a:active,
div#navigationLanguageLayer a:visited:hover,
div#navigationLanguageLayer a:visited:active { color: #00489b !important; background-image: none; }

div#navigationLayer ul {
	display: block;
	border-top: 1px solid #0056b9;
}
div#navigationLayer ul ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
div#navigationLayer ul li.act ul { display: block; }
div#navigationLayer ul li,
div#navigationLayer ul ul li {
	width: 100%;
	float: none;
	display: block;
	padding: 0;
	border-bottom: 1px solid #0056b9;
}
div#navigationLayer ul ul li { border-bottom: 0; }

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	float: none;
	width: 100%;
	/*
	margin: 0;
	padding: 0;
	*/
	padding: 18px 0 18px 0;
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	text-shadow: none;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #fff !important; background-image: none !important; }
div#navigationLayer li.act a,
div#navigationLayer li.act a:link,
div#navigationLayer li.act a:visited,
div#navigationLayer li.act a:hover,
div#navigationLayer li.act a:active,
div#navigationLayer li.act a:visited:hover,
div#navigationLayer li.act a:visited:active { background-image: none !important; }

div#navigationLayer ul ul a,
div#navigationLayer ul ul a:link,
div#navigationLayer ul ul a:visited {
	float: none;
	width: 100%;
	padding: 7px 35px 7px 35px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

/* GALLERY */

div#galleryWrapper {
	position: relative;
	width: 100%;
	padding-bottom: 66.667%;
	padding-top: 0px;
	height: 0px;
}

/*
div#galleryWrapper {
	position: relative;
	width: 100%;
	height: 667px;
}
*/

div#galleryLoadingLayer {
	right: auto;
	left: 10px;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	max-width: 600px;
	min-height: 0;
	padding: 35px;
	margin: auto;
	background: none;
	background-color: #fff;
	text-align: left;
}

div#contentWrapper.type1,
div#contentWrapper.type2,
div#contentWrapper.type3 { width: 100%; }

div#contentWrapper.long { top: 0; }

/* HOME */

div#buttonNewsLayer {
	left: auto;
	right: 35px;
	bottom: -50px;
}

/* MAP */

p.map { left: 0px; }

/*****************************************************************************/
}

/*
@media only screen and (max-width: 900px) { div#galleryWrapper { height: 600px; } }
@media only screen and (max-width: 800px) { div#galleryWrapper { height: 533px; } }
@media only screen and (max-width: 700px) { div#galleryWrapper { height: 466px; } }
@media only screen and (max-width: 600px) { div#galleryWrapper { height: 400px; } }
@media only screen and (max-width: 500px) { div#galleryWrapper { height: 333px; } }
@media only screen and (max-width: 400px) { div#galleryWrapper { height: 267px; } }
@media only screen and (max-width: 300px) { div#galleryWrapper { height: 200px; } }
*/

@media only screen and (max-width: 569px) {
/*****************************************************************************/

/* EVENTS */

div.newsWrapper div.item div.date {
	width: 100%;
	padding-right: 0px;
	float: none;
	margin-bottom: 20px;
}

div.newsWrapper div.item div.text {
	width: 100%;
	float: none;
}

/*****************************************************************************/
}

@media only screen and (max-width: 490px) {
/*****************************************************************************/

/* PIX GALLERY */

div.pixWrapper div.item {
	width: 55px;
	height: 55px;
	margin: 0 7px 7px 0;
}

/*****************************************************************************/
}

@media only screen and (min-resolution: 120dpi) and (max-width: 999px),
       only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 999px) {
/*****************************************************************************/

div#logoLayer { background-image: url('../images/main/bad-rothenbrunnen-blue_x2.png') !important; }
div#navigationMobileButtonLayer { background-image: url('../images/main/nav-mobile-button-list_x2.png'); }
div#navigationMobileButtonLayer.open { background-image: url('../images/main/nav-mobile-button-close_x2.png'); }

/*****************************************************************************/
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../_fancybox/fancybox_sprite.png'); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url('../_fancybox/fancybox_loading.gif') center center no-repeat; } .fancybox-close { position: absolute; top: -25px; right: -22px; width: 20px; height: 23px; background: transparent url('../_fancybox/buttons-default/close.png') 0px 0px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 50%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('../_fancybox/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 20px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: -35px; /*background-position: 0 -36px;*/ background-image: url('../_fancybox/buttons-default/arrow-left.png'); } .fancybox-next span { right: -35px; /*background-position: 0 -72px;*/ background-image: url('../_fancybox/buttons-default/arrow-right.png'); } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } /* Overlay helper */ .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('../_fancybox/fancybox_overlay.png'); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } /* Title helper */ .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #fff; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }
@media all { /*****************************************************************************/ /* div.fancybox-overlay-fixed { overflow: hidden !important; } .fancybox-close { top: 10px; right: 10px; } */ div.fancybox-title { position: absolute; right: 0px; bottom: 0px; width: auto; height: auto; background-color: #00489b; padding: 7px 20px; color: #fff; font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif !important; font-size: 12px !important; font-weight: bold !important; font-style: italic !important; letter-spacing: 0 !important; line-height: 1em !important; } .fancybox-nav span { width: 40px; height: 40px; margin-top: -20px; } .fancybox-prev span { left: 20px; background-image: url('../images/main/arrow-left.png'); background-size: 40px 40px; } .fancybox-next span { right: 20px; background-image: url('../images/main/arrow-right.png'); background-size: 40px 40px; } .touchOK .fancybox-prev { display: none; } .touchOK .fancybox-next { right: 0; width: 100%; } .touchOK .fancybox-prev span { background: none !important; } .touchOK .fancybox-next span { background: none !important; } /*****************************************************************************/ } @media only screen and (min-resolution: 120dpi), only screen and (-webkit-min-device-pixel-ratio: 1.25) { /*****************************************************************************/ .fancybox-prev span { background-image: url('../images/main/arrow-left_x2.png'); } .fancybox-next span { background-image: url('../images/main/arrow-right_x2.png'); } /*****************************************************************************/ }
