/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
	/* background: url(/img/bg.png) repeat top left; */
}

body {
	font-size: 10px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	text-shadow: 1px 1px 1px white
}

hr {
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
}

.container {
	width: 921px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 300px; height: 120px;
}

.logo-after {
	display: block;
	height: 32px;
	background: url(/img/box4-bottom.png) no-repeat center center;
	margin-top: -5px;
}

.logo-index {height: 100px;}

nav {
	float: right;
	width: 619px;
	text-align: right;
}

nav a {
	display: inline-block;
	height: 92px;
	background-image: url(/img/btn-menu.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

nav .home {width: 63px; background-position: -1px 0;}
nav .home:hover, nav .home.selected {background-position: -1px -96px;}

nav .kalender {width: 84px;background-position: -84px 0;}
nav .kalender:hover, nav .kalender.selected {background-position: -84px -96px;}

nav .zur-person {width: 100px;background-position: -188px 0;}
nav .zur-person:hover, nav .zur-person.selected {background-position: -188px -96px;}

nav .medien {width: 74px;background-position: -308px 0;}
nav .medien:hover, nav .medien.selected {background-position: -308px -96px;}

nav .partner {width: 74px;background-position: -402px 0;}
nav .partner:hover, nav .partner.selected {background-position: -402px -96px;}

nav .kontakt {width: 76px;background-position: -496px 0;}
nav .kontakt:hover, nav .kontakt.selected {background-position: -496px -96px;}


.yellow {
	width: 280px;
	margin: 30px 0 0 10px;
}

.yellow h4 {
	background: url(/img/box5-top.png) no-repeat center center;
	height: 64px; line-height: 64px;
	text-align: center;
	margin: 0;
	font-size: 1.8em;
	color: #660000;
	text-shadow: 1px 1px 2px #FFCCCC;
}

.yellow .text {
	background-color: #facd6c;
	margin: 0;
}

.yellow .text p {
	font-size: 1.4em;
	color: #660000;
	text-shadow: 1px 1px 2px #FFFFCC;
	padding: 10px 20px;
	margin: 0;
}

.yellow .text a {color: #990000;}
.yellow .text a:hover {text-decoration: none;}

.yellow .bottom {
	background: url(/img/box5-bottom.png) no-repeat center center;
	height: 27px;
	margin: 0;
	padding: 0;
}


.link.link-yellow, .link.link-gray {
	height: 48px; line-height: 48px;
	text-align: center;
	padding: 10px 0 !important;
}

.link.link-yellow {background: url(/img/mehr-line.png) repeat-x 24px center;}
.link.link-gray {background: url(/img/mehr2-line.png) repeat-x 24px center;}

.link.link-gray a, .link.link-yellow a {
	display: inline-block;
	text-align: center;
	line-height: 48px;
	color: white;
	font-size: 1.6em;
	letter-spacing: .1em;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px #330000;
}

.link a.anmelden {width: 148px; background: url(/img/btn-box-anmelden.png) no-repeat bottom center;}
.link a.weiterlesen {width: 168px; background: url(/img/btn-weiterlesen.png) no-repeat bottom center;}
.link a.schliesen {width: 148px; background: url(/img/btn-schliesen.png) no-repeat bottom center;}

.link.link-gray a:hover, .link.link-yellow a:hover {background-position: top center;}

.content, .main {
	border: 1px solid transparent;
	margin: 0;
}

.main aside.left {
	width: 300px;
	margin-top: 25px;
}

.content-right {
	float: right;
	width: 585px;
	border-top: 1px solid #999;
	margin-top: -20px;
	padding-top: 20px;
}

.content-right h1 {font-size: 30px;}

.content h1 {
	font-size: 3em;
	color: #660000;
	margin: 0;
	text-shadow: 1px 1px 2px white;
}

.content p {
	font-size: 1.6em;
	color: #4a4a4a;
	text-shadow: 1px 1px 2px white;
}

.content p a {
	color: #990000;
}

.content p a:hover {text-decoration: none;}

.content .pagination {
	padding: 25px 0;
	text-align: center;
}

.content .pagination {
	font-size: 1.6em;
	color: #333;
}

.content .pagination a {
	text-decoration: none;
	color: #333;
	border-left: 1px solid #333;
	padding: 0 10px 0 15px;
	display: inline-block;
}
.content .pagination a:first-child {border-left: none;}
.content .pagination a.selected {color: #a41a1a;}


footer {
	background: url(/img/footer-line.png) repeat-x top center;
	padding-top: 20px;
	margin-top: 35px;
}

footer.fixed {
	width: 921px;
	bottom: 0;
	position: fixed;
}

footer ul {
	list-style-type: none;
	text-align: center;
}

footer ul li {display: inline-block; border-left: 1px solid #a82828;}

footer ul li a {
	font-size: 1.8em;
	color: #990000;
	text-decoration: underline;
	padding: 0 15px;
	text-shadow: 1px 1px 2px white;
}

footer ul li a:hover {text-decoration: none;}

footer ul li:first-child {
	border-left: none;
}

footer p {
	font-size: 1.4em;
	color: #333;
	text-align: center;
	margin-top: 40px;
	text-shadow: 1px 1px 2px white;
}


.fix {
	clear: both;
	font-size: 1px;
	height: 0;
}

.cookie-consent {
	display: block;
	font-size: 15px;
	background: white;
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	box-shadow: 0 0 40px rgba(246, 207, 113, .8);
	padding: 10px 0;
	color: #333333;
	-webkit-transition: bottom 1s ease;
	-o-transition: bottom 1s ease;
	transition: bottom 1s ease;
}

.cookie-consent.show-cookie-consent {
	bottom: 0;
}

.cookie-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cookie-title {
	width: 140px;
	text-align: right;
	font-weight: 100;
	font-size: 18px;
	font-family: Arial, helvetica, sans-serif;
	padding: 15px;
	border-right: 1px solid #afafaf;
}

.cookie-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px;
	font-size: 13px;
}

.cookie-buttons {
	text-align: right;
	white-space: nowrap;
	padding: 15px;
}

.cookie-button {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a16666;
	box-shadow: 0 0 4px rgba(200,107,28, .8);
	background: rgb(200,107,28);
	background: -moz-linear-gradient(180deg, rgba(200,107,28,1) 0%, rgba(149,0,7,1) 37%);
	background: -webkit-linear-gradient(180deg, rgba(200,107,28,1) 0%, rgba(149,0,7,1) 37%);
	background: linear-gradient(180deg, rgba(200,107,28,1) 0%, rgba(149,0,7,1) 37%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c86b1c",endColorstr="#950007",GradientType=1);
	padding: 5px 15px;
	color: #ffffff;
	font-size: 15px;
	text-shadow: none;
	text-decoration: none;
	margin: 0 5px;
}

.cookie-button:hover {
	background: rgb(250,205,43);
	background: -moz-linear-gradient(180deg, rgba(250,205,43,1) 0%, rgba(208,11,14,1) 37%);
	background: -webkit-linear-gradient(180deg, rgba(250,205,43,1) 0%, rgba(208,11,14,1) 37%);
	background: linear-gradient(180deg, rgba(250,205,43,1) 0%, rgba(208,11,14,1) 37%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#facd2b",endColorstr="#d00b0e",GradientType=1);
}.book {
	padding: 35px 0;
	clear: both;
}

.book img {
	float: left;
	margin: 0 20px 5px 0;
	border: 1px solid white;
	box-shadow: 4px 4px 4px #afafaf;
}

.book h3, .book a {
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 30px 0;
	display: block;
	color: #333;
	font-weight: bold;
}

.book a {
	color: #990000;
	text-decoration: underline;
}

.book strong {
	display: block;
	font-size: 1.5em;
	color: #4a4a4a;
	margin-bottom: 5px;
}

.book small {
	display: block;
	font-size: 1.3em;
	color: #4a4a4a;
}.cms-text {
	margin-top: 20px;
	font-size: 1.6em;
}

.cms-text a {color: #990000;}
.cms-text a:hover {text-decoration: none;}

.cms-text h2 {margin: 0;}form {
	padding: 20px 0;
}

label {
	display: inline-block;
	width: 270px;
	margin: 10px 0;
}

label span {
	color: #990000;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	text-shadow: 1px 1px 2px white;
}

label.checkbox span {
	display: inline;
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
}

input, textarea {
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	font-size: 1.5em;
	width: 260px;
}

input[type=checkbox] {
	width: 22px; height: 22px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
}

input[type=checkbox]:checked {background: white url(/img/checkmark.png) no-repeat center center;}
input[type=checkbox]::-ms-check {background: white url(/img/checkmark.png) no-repeat center center;}

label.email {margin-left: 30px;}
label.subject {width: 325px;}
label.subject input {width: 305px;}

label.copy {
	width: 215px;
	margin-left: 20px;
	padding-bottom: 8px;
	vertical-align: bottom;
}

label.copy input {
	margin-right: 5px;
}

label.copy span {line-height: 22px; vertical-align: top;}

label.text {
	width: 100%;
}

label.text textarea {
	width: 565px;
	height: 120px;
}

form .link {
	height: 58px;
	background: url(/img/mehr2-line.png) repeat-x 0 29px;
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
}

button.senden {
	width: 146px; height: 58px;
	background: url(/img/btn-senden.png) no-repeat bottom center;
	border: none;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: .1em;
	color: #fff;
	text-shadow: 1px 1px 2px #330000;
}

button.senden:hover {background-position: top center;}.index {
	height: 370px;
}

.wallpaper {
	background-repeat: no-repeat;
	background-position: center 100px;
}

.description {
	width: 300px;
	float: left;
}

.description:before {
	height: 20px;
	display: block;
	content: "";
	background: url(/img/box3-middle.png) no-repeat center center;
}

.description .bottom {
	height: 30px;
	display: block;
	background: url(/img/box3-bottom.png) no-repeat center center;
}

.description p {
	font-style: italic;
	padding: 10px 23px;
	font-size: 1.4em;
	text-shadow: 1px 1px 1px #CCFFFF;
	color: #0066cc;
	margin: 0;
	background-color: #99ccff;
}

/*.description p:first-child {font-size: 1.8em; padding-bottom: 0;}*/

.index img {
	float: right;
	margin-top: 20px;
	box-shadow: 0 0 10px black;
}

.boxes {
	margin: -30px -20px 0 -10px;
}

.boxes .box {
	display: inline-block;
	width: 300px;
	margin: 0 17px 0 0;
	vertical-align: top;
}

.boxes .box:last-child {margin-right: 0;}

.boxes .box h2 {
	height: 64px;
	background: url(/img/box1-top.png) no-repeat center center;
	text-align: center;
	line-height: 64px;
	font-size: 1.8em;
	font-weight: bold;
	color: #660000;
	margin: 0;
	text-shadow: 1px 1px 1px #FFCCCC;
	text-transform: uppercase;
}

.boxes .box h3 {
	background: #cc6600;
	font-size: 2.1em;
	font-weight: normal;
	color: #660000;
	margin: 0 10px;
	text-align: center;
	height: 31px;
	line-height: 31px;
	text-shadow: 1px 1px 1px #FF9900;
}

.boxes .box div {
	color: #660000;
	text-shadow: 1px 1px 1px #FFFFCC;
	background-color: #facd6c;
	margin: 0 10px;
	padding: 21px 17px 15px 17px;
}

.boxes .box div p {margin: 0;}
.boxes .box div ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.boxes .box div a {color: #990000;}
.boxes .box div a:hover {text-decoration: none;}

.boxes .box .first {border-bottom: 1px solid #cc9900;}
.boxes .box .second {
	border-top: 1px solid #ffff99;
	padding-top: 14px;
	padding-bottom: 14px;
}

.boxes .box .first p {font-size: 1.6em;}
.boxes .box .second * {font-size: 14px;}

.boxes .box .link {
	height: 40px;
	background: #facd6c url(/img/mehr-line.png) repeat-x 0 20px;
	margin: 0 10px;
	padding: 0 0 15px 0;
	text-align: center;
}

.boxes .box .link a {
	display: inline-block;
	width: 116px;
	height: 48px; line-height: 43px;
	text-align: center;
	background: url(/img/btn-box-mehr.png) no-repeat bottom center;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: .1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #330000;
}

.boxes .box .link a:hover {
	background-position: top center;
}

.boxes .box .bottom {
	height: 27px;
	background: url(/img/box5-bottom.png) no-repeat center center;
	margin: 0;
	padding: 0;
}

.gray {
	margin-top: 25px;
}

.gray .box {
	display: inline-block;
	width: 440px;
	vertical-align: top;
}

.gray .box .box-content {background-color: #ccc;}

.gray .box:after {
	content: "";
	display: block;
	height: 16px;
	background: url(/img/homebox-shadow.png) no-repeat center center;
}

.gray .box:last-child {margin-left: 35px;}

.gray h2 {
	display: block;
	height: 64px; line-height: 64px;
	text-align: center;
	background: url(/img/box2-top.png) no-repeat center center;
	font-size: 2.1em;
	text-shadow: 1px 1px 1px #CCCCCC;
	color: #333;
	margin: 0;
}

.gray p {
	font-size: 1.4em;
	color: #333;
	padding: 0 20px 10px 20px;
	text-shadow: 1px 1px 1px white
}

.gray .box .link {
	height: 40px;
	background: url(/img/mehr2-line.png) repeat-x 0 20px;
	margin: 0 10px;
	padding: 0 0 15px 0;
	text-align: center;
}

.gray .box .link a {
	display: inline-block;
	width: 116px;
	height: 48px; line-height: 43px;
	text-align: center;
	background: url(/img/btn-box-mehr.png) no-repeat bottom center;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: .1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #330000;
}

.gray .box .link a:hover {
	background-position: top center;
}

.headline .comment {
	border-top: 1px solid #999;
	margin: 35px 0 10px 0;
	padding: 10px 0;
}

.headline .comment .left {
	float: left;
	width: 190px;
}

.headline .comment .left h4 {font-size: 2.1em; color: #333; display: block; font-weight: normal; margin: 10px 0 0 0;}
.headline .comment .left a {font-size: 1.4em; color: #990000;}
.headline .comment .left a:hover {text-decoration: none;}

.headline .comment .right {
	float: right;
	width: 720px;
}

.headline .comment .right blockquote {
	font-size: 1.6em;
	font-family: Georgia;
	font-style: italic;
	color: #333;
	background: url(/img/quote.png) no-repeat 623px 5px;
	padding-right: 17px;
}

.index-comment {
	background: url(/img/quote.png) no-repeat 15px 20px;
}

.headline .comment .right small {
	font-size: 1.6em;
	color: #333;
	display: block;
	text-align: right;
	margin-right: 40px;
}.tab table {
	margin-top: 20px;
	width: 100%;
}

.tab table th {
	font-size: 1.8em;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	height: 70px;
	text-shadow: 1px 1px 2px white;
}

.tab table td {
	font-size: 1.6em;
	border-bottom: 1px solid #999;
	height: 70px;
}

.tab table th:nth-child(1) {width: 110px;}
.tab table td:nth-child(2) {text-align: center;}
.tab table th:nth-child(3) {width: 145px;}
.tab table th:nth-child(4) {width: 110px;}

table.kalender th {border-top: 1px solid #999;}
table.kalender section.block {margin: 10px 0;}

table.kalender1 td:nth-child(3) {text-align: center;}
table.kalender2 td:nth-child(3) {text-align: right;}

.tab table td.uhrzeit {text-align: right;}
.tab table td.uhrzeit span {
	text-align: right;
	display: block;
	width: 100%;
}

.tab table td small {font-size: 13px;}
.tab table td strong {font-size: 14px;}

.tab table a {
	color: #990000;
	text-decoration: underline;
	font-size: 16px;
}
.tab table a:hover {text-decoration: none;}

.tab table span {color: #990000;}

.tab table .location {
	font-size: 14px;
	text-transform: uppercase;
	color: #990000;
	padding-left: 15px;
	background: url(/img/location.png) no-repeat left center;
	text-shadow: 1px 1px 2px white;
}

.tab table .anmelden {
	display: inline-block;
	width: 110px; height: 38px; line-height: 33px;
	background: url(/img/btn-anmelden-small.png) no-repeat bottom center;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	text-decoration: none;
	margin-left: 10px;
	text-shadow: 0 0 3px #660000;
}

.tab table .anmelden:hover {background-position: top center;}
.tab table .anmelden.disabled {background: url(/img/btn-anmeldenclosed-small.png) no-repeat center center;}
.tab table .anmelden.disabled:hover {background-position: center center;}
.kommentare-left {
	width: 300px;
	height: 225px;
	margin-top: 20px;
}

.comments .comment {
	border-top: 1px solid #999;
	background: url(/img/quote.png) no-repeat 10px 20px;
	padding: 10px 0;
}

.comments .comment blockquote {
	margin: 5px 0 0 35px;
	padding: 0 35px 0 0;
	background: url(/img/quote.png) no-repeat 525px 5px;
	font-size: 1.6em;
	font-style: italic;
	font-family: Georgia;
	color: #333;
	text-shadow: 1px 1px 2px white;
}

.comments .comment strong {
	color: #333;
	font-size: 1.6em;
	display: block;
	text-align: right;
	margin-right: 40px;
	padding: 10px 0;
	text-shadow: 1px 1px 2px white;
}.medien-link {
	padding: 25px 0 0 0;
}

.medien-link h3 {
	color: #333;
	font-size: 2.1em;
	margin: 0 0 5px 25px;
}

.medien-link a {
	display: block;
	padding-left: 25px;
	word-break: break-all;
	font-size: 1.6em;
	color: #990000;
	background: url(/img/link.png) no-repeat left center;
}
.medien-link a:hover {
	text-decoration: none;
}.tabs {
	width: 580px;
	height: 60px;
}

.tabs a {
	display: block;
	height: 60px; line-height: 60px;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
	font-size: 1.6em;
	color: #990000;
	text-decoration: none;
}

.tabs2 a {width: 288px;}
.tabs3 a {width: 190px;}

.tabs a:last-child {border-right: 1px solid #999;}
.tabs a.selected {border-bottom: 1px solid transparent;}

.tabs a span {
	border-bottom: 1px solid #990000;
	text-transform: uppercase;
}

.tabs a.selected span {
	border-bottom: none;
	background: url(/img/arrow.png) no-repeat center 40px;
	line-height: 60px;
	display: block;
}

.tab {display: none;}
.tab.selected {display: block;}