/* @override 
	http://kuehnfinanz.de/theme/kuehnfinanz/style.css?v=3.0
	http://kuehnfinanz.de/cms/theme/kuehnfinanz/style.css?v=3.0
	http://localhost:8888/getsimple/theme/kuehnfinanz/style.css?v=3.0
	http://www.kuehnfinanz.de/theme/kuehnfinanz/style.css?v=3.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }

ol { list-style-type: none; }
ul, li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: normal; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

a:link { -webkit-tap-highlight-color: #ffffff; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #000000; }
a, a:active, a:visited { color: #e5e5e5; text-decoration: none;}
a:hover { text-decoration: none;}
a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}
:-moz-any-link:focus { outline: none;}


/**
 * Primary styles
 *
 * Author: Claudius Kirsch
 */


/* @group font */

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */
@font-face {
    font-family: 'Museo300';
    src: url('./font/museo300-regular-webfont.eot');
    src: local('☺'), url('./font/museo300-regular-webfont.woff') format('woff'), url('./font/museo300-regular-webfont.ttf') format('truetype'), url('./font/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('./font/museo500-regular-webfont.eot');
    src: local('☺'), url('./font/museo500-regular-webfont.woff') format('woff'), url('./font/museo500-regular-webfont.ttf') format('truetype'), url('./font/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */

/* @group basics */

body {
	background: #58585a url(images/bg.jpg) repeat-x 0 0;
	font-family: 'Museo300', Georgia, serif;
	font-size: 13px;
	line-height: 19px;
}
strong {
	font-family: 'Museo500', Georgia, serif;
}
/* hier sind die alten Original Einstellungen zum Theme
.wrapper {
	width: 860px;
	margin-left: 80px;
	margin-top: 60px;
}

mit den neuen Einstellungen wird das auf der Ansicht zentriert.*/

.wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.content {
	color: #58585a;
	padding-left: 25px;
	padding-right: 11px;
	margin-top: 43px;
	position: relative;
}
.content p {
	margin-bottom: 18px;
}
.content a {
	color: #58585a;
}
.team .content a:hover
.vortraege .content a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo500';
}

/* @end */

/* @group header */

header {
	height: 180px;
	position: relative;
}

.logo {
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	width: 105px;
	height: 126px;
	position: absolute;
}
.main-nav {
	float: right;
	font-size: 18px;
}
.line {
	position: absolute;
	top: 23px;
	left: 0;
	display: inline-block; 
	height: 1px;
	background: #58585a;	
}
.main-nav .line {
	top: 20px;
	background: #e5e5e5;
}
.main-nav li {
	position: relative;
	float: left;
	margin-left: 15px;
}
.main-nav li a {
	color: #e5e5e5;
}
.sub-nav {
	position: absolute;
	right: 0;
	top: 127px;
}
.sub-nav li {
	float: left;
	margin-left: 10px;
	border: 1px solid #e5e5e5;
}
.sub-nav a {
	display: block;
	width: 15px;
	height: 28px;
	text-indent: -9999px;
}
.sub-nav a:hover,
.sub-nav a:active,
.sub-nav li.current a {
	background: #e5e5e5;
	opacity: 0.5;
}
.sub-nav .back {
	border: none;
}
.sub-nav .back a {
	text-indent: 0;
	width: auto;
	line-height: 48px;
}
.sub-nav .back a:hover {
	background: transparent;
	opacity: 1;
	text-decoration: underline;
}
.preloader,
.team-preloader {
	width: 0;
	height: 0;
	visibility: hidden;
}

/* @end */



/* @group tiles */

.tiles {
	position: relative;
	width: 860px;
	height: 618px;
	opacity: 0;
}
.error.tiles {
	opacity: 1;
}
.error .content a {
	color: #000;
	text-decoration: underline;
}
.tile {
	width: 268px;
	height: 618px;	
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 3;
}
.index .tile {
	background: url(images/home.jpg);
}
.profil .tile {
	background: url(images/profil.jpg);
}
.beratungswelt .tile {
	background: url(images/beratungswelt.jpg);
}
.team .tile,
.das-team .tile {
	background: url(images/team.jpg);
}
.vortraege .tile {
	background: url(images/vortraege.jpg);
}

.konferenzraum .tile {
	background: url(images/vortraege.jpg);
}

.kontakt .tile {
	background-image: url(images/kontakt.jpg);
}
.impressum .tile {
	background-image: url(images/impressum.jpg);
}

.tile.tile2 {
	background-position: -296px 0;
	left: 0;
	z-index: 2;
	display: none;
}
.tile.tile3 {
	background-position: -592px 0;
	left: 0;
	z-index: 1;
	display: none;
}

/* @end */

/* @group index */

.index .film {
	width: 137px;
	height: 137px;
	background: url(images/film.png) no-repeat 0 0;
	position: absolute;
	left: 270px;
	top: -68px;
	text-indent: -9999px;
	opacity: 0;
	z-index: 4;
}
.index .content {
	position: absolute;
	top: 282px;
	left: 24px;
	font-size: 28px;
	line-height: 20px;
	display: none;
	margin-top: 0;
}
.index .content h1 {
	width: 197px;
	height: 50px;
	background: url(images/willkommen.png);
	text-indent: -9999px;
	overflow: hidden;
}

/* @end */



/* @group profil */

.profil .content strong {
	font-family: 'Museo300';
	font-size: 18px;
	line-height: 29px;
}
.profil .content ul {
	margin-top: 32px;
}
.profil .content ol li,
.profil .content ul li {
	display: none;
	position: relative;
}
.profil .content ol a {
	color: #000;
	text-decoration: none;
}
.profil .content ol .line {
	color: #000;
}
.profil ul .line.top {
	top: -18px;
	background-color: #000;
}
.profil ul .line.bottom {
	background-color: #000;
	position: relative;
	display: block;
	width: 0;
	margin-top: -10px;
}

/* @end */

/* @group team */

.das-team .content {
	position: relative;
	padding-right: 0;
	padding-left: 0;
	font: 20px 'Museo300';
	color: #000000;
	margin-top: 70px;
	margin-left: 85px;
}
.das-team .content a {
	color: #000;
}
.team .content {
	padding-left: 30px;
	margin-top: 32px;
	line-height: 19px;
}
.team .content p {
	margin-bottom: 18px;
}
.klaus-peter-lemke .content,
.anna-amrein .content {
	color: #000;
}
.team .content h1,
.team .content strong {
	font-size: 17px;
	line-height: 25px;
}
.team .content h1 {
	color: #000;
}
.team .content strong {
	display: inline-block;
}
.team .content a {
	display: inline-block;
	font: 15px 'Museo500';
	text-decoration: none;
	color: #000000;
}
.team .content a:hover,
.team .content a:active {
	text-decoration: underline;
}
.uwe-kuehn .tile {
	background: url(images/team/kuehn.jpg);
}
.jutta-deist .tile {
	background: url(images/team/deist.jpg);
}
.ralf-torsten-hoeer .tile {
	background: url(images/team/hoeer.jpg);
}
.klaus-peter-lemke .tile {
	background: url(images/team/lemke.jpg);
}
.hauke-kraft .tile {
	background: url(images/team/kraft.jpg);
}
.stefan-matthies .tile {
	background: url(images/team/matthies.jpg);
}
.jan-ingo-sommer .tile {
	background: url(images/team/sommer.jpg);
}
.knut-wetter .tile {
	background: url(images/team/wetter.jpg);
}
.anna-amrein .tile {
	background: url(images/team/amrein.jpg);
}
.nicole-johne .content,
.nicole-johne .content h1,
.nicole-johne .content a {
	color: #ffffff;
}
.nicole-johne .tile {
	background: url(images/team/johne.jpg);
}
.andrea-kroeger .tile {
	background: url(images/team/kroeger.jpg);
}
.tile.tile2 {
	background-position: -296px 0;
	left: 0;
	z-index: 2;
	display: none;
}
.tile.tile3 {
	background-position: -592px 0;
	left: 0;
	z-index: 1;
	display: none;
}

/* @end */

/* @group vortraege */

.vortraege .content {
	margin-top: 100px;
}
.vortraege .content h1 {
	margin-bottom: 6px;
	font: 20px/30px 'Museo300';
}
.vortraege .content h2 {
	font-size: 16px;
	font-family: 'Museo500';
	color: #000;
	padding-top: 16px;
	padding-bottom: 19px;
}
.vortraege .content a {
	color: #000;
	font-family: 'Museo500';
}
.vortraege .content a:hover {
	text-decoration: underline;
}
/* @end */

/* @group beratungswelt */

.beratungswelt .tile h2 {
	margin-left: 27px;
	margin-top: 31px;
	position: relative;
	color: #000;
	font: normal 18px/25px 'Museo300';
	margin-right: 25px;
}
.beratungswelt .tile h2 a {
	color: #000;
}
.beratungswelt .content {
	margin-top: 49px;
	color: #888a8c;
	display: none;
	position: relative;
	margin-left: 5px;
	font-size: 14px;
	padding-right: 0;
}
.beratungswelt .content u {
	text-decoration: none;
	font-size: 15px;
	line-height: 19px;
	font-family: 'Museo500';
	color: #b8b9ba;
}
.beratungswelt .tile2 .content {
	margin-top: 24px;
}
.beratungswelt .content .u1 {
	margin-top: 20px;
}
.beratungswelt .content .u2 {
	margin-top: 15px;
}
.beratungswelt .cover {
	background: url(images/beratungswelt-dunkel.jpg) no-repeat 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.beratungswelt .tile2 .cover {
	background-position: -296px 0;
}
.beratungswelt .tile3 .cover {
	background-position: -592px 0;
}
.beratungswelt .content p {
	margin-bottom: 0;
}
.beratungswelt .content ul {
	margin-left: 0;
	padding-bottom: 25px;
	padding-top: 10px;
}
.beratungswelt .content ul li {
	list-style: disc;
}
.detail .content {
	margin-top: 28px;
	padding-left: 20px;
	padding-right: 0;
}
.detail .content strong {
	font: normal 16px/16px 'Museo500';
	color: #000;
}
.detail .content p {
	margin-bottom: 17px;
}
.detail .content em {
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo500';
}
.unternehmen-3 .tile2 strong {
	display: inline-block;
	padding-bottom: 22px;
}
.unternehmen-3 .tile3 strong {
	display: inline-block;
	padding-bottom: 0;
	line-height: 19px;
}
.privatkunden-1 .tile {
	background-image: url(images/p-1.jpg);
}
.vermoegende-privatkunden-1 .tile {
	background-image: url(images/vp-1.jpg);
}
.vermoegende-privatkunden-2 .tile {
	background-image: url(images/vp-2.jpg);
}
.vermoegende-privatkunden-3 .tile {
	background-image: url(images/vp-3.jpg);
}
.unternehmen-1 .tile {
	background-image: url(images/u-1.jpg);
}
.unternehmen-2 .tile {
	background-image: url(images/u-2.jpg);
}
.unternehmen-3 .tile {
	background-image: url(images/u-3.jpg);
}
.beratungswelt .content a {
	position: relative;
	display: inline-block;
}

/* @end */



/* @group kontakt */

.kontakt .content,
.impressum .content {
	margin-right: 22px;
	margin-top: 43px;
	line-height: 20px;
}
.kontakt .content h1,
.impressum .content h1 {
	color: #000000;
	margin-bottom: 30px;
	font: normal 20px 'Museo300';
}
.kontakt .content p,
.impressum .content p {
	margin-bottom: 20px;
}
.kontakt .content p a,
.impressum .content p a {
	color: #000;	
	font-family: 'Museo500';
}
.impressum .content strong {
	font-size: 14px;
}
.impressum .content .credits a {
	color: #58585A;
}
.kontakt .content p a:hover,
.impressum .content p a:hover {
	text-decoration: underline;
}
.kontakt .content p a.route,
.kontakt .content p a.parken {
	font-size: 15px;
	line-height: 24px;
}
.impressum .content {
	margin-top: 28px;
}


/* @end */

/* @group parken */

.parken .tile {
	background-image: url(images/tiefgarage.jpg);
}
.parken .tile .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	opacity: 0;
}
.parken .content {
	margin-top: 29px;
	display: none;
}
.parken .content em {
	color: #000;
	font-family: 'Museo500';
}
.parken .content strong {
	font: normal 20px 'Museo300';
	color: #000;
}

/* @end */






/* @group footer */

footer {
	height: 50px;
}
footer a {
	color: #e5e5e5;
	float: right;
	margin-top: 15px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer li a {
    display: block;
    width: 85px;
    text-align: right;
}
/* @end */

/* @group no-js */

.no-js .noscript {
	color: #e5e5e5;
	padding-bottom: 5px;
}
.js .noscript {
	display: none;
}
.no-js .tiles {
	opacity: 1;
}
.no-js .tile.tile2 {
	display: block;
	left: 296px;
}
.no-js .tile.tile3 {
	display: block;
	left: 592px;
}
.no-js .content {
	display: block;
}

/* @end */




.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

	
/* @group scaled */



/* @group basics */

.small body {
	font-size: 12px;
	line-height: 17px;
	
	/*background: url(images/layout.jpg) 0 -3px;*/
}
.small .wrapper {
	margin-top: 48px;
	margin-left: 68px;
	width: 756px;
}
.small .content {
	padding-left: 22px;
	padding-right: 7px;
	margin-top: 36px;
}
.small .content p {
	margin-bottom: 13px;
}
.small h1 {
	font-size: 18px;
	line-height: 30px;
}

/* @end */

/* @group header */

.small header {
	height: 159px;
}
.small .logo {
	background: url(images/small/logo.png) no-repeat 0 0;
	width: 92px;
	height: 111px;
}
.small .main-nav {
	font-size: 16px;
}
.small .line {
	top: 21px;
}
.small .main-nav .line {
	top: 18px;
}
.small .main-nav li {
	margin-left: 15px;
}
.small .sub-nav {
	top: 112px;
}
.small .sub-nav li {
	margin-left: 9px;
}
.small .sub-nav a {
	width: 13px;
	height: 25px;
}
.small .sub-nav .back a {
	line-height: 46px;
}
.small .sub-nav .back {
	border: none;
	width: 34px;
}


/* @end */



/* @group tiles */

.small .tiles {
	width: 756px;
	height: 544px;
}
.small .tile {
	width: 235px;
	height: 544px;
}
.small .index .tile {
	background: url(images/small/home.jpg);
}
.small .profil .tile {
	background: url(images/small/profil.jpg);
}
.small .beratungswelt .tile {
	background: url(images/small/beratungswelt.jpg);
}
.small .team .tile,
.small .das-team .tile {
	background: url(images/small/team.jpg);
}
.small .vortraege .tile {
	background: url(images/small/vortraege.jpg);
}
.small .kontakt .tile {
	background-image: url(images/small/kontakt.jpg);
}
.small .impressum .tile {
	background-image: url(images/small/impressum.jpg);
}
.small .tile.tile2 {
	background-position: -260px 0;
	left: 0;
	z-index: 2;
	display: none;
}
.small .tile.tile3 {
	background-position: -522px 0;
	left: 0;
	z-index: 1;
	display: none;
}

/* @end */

/* @group index */

.small .index .film {
	width: 121px;
	height: 121px;
	background: url(images/small/film.png) no-repeat 0 0;
	left: 240px;
	top: -68px;
}
.small .index .content {
	top: 216px;
	left: 22px;
	font-size: 28px;
	line-height: 20px;
}
.small .index .content h1 {
	width: 173px;
	height: 44px;
	background: url(images/small/willkommen.png);
}

/* @end */

/* @group profil */

.small .profil .content strong {
	font-size: 16px;
	line-height: 26px;
}
.small .profil .content ul {
	margin-top: 27px;
}

/* @end */

/* @group beratungswelt */

.small .beratungswelt .tile h2 {
	margin-left: 25px;
	margin-top: 27px;
	font: normal 17px/22px 'Museo300';
	margin-right: 24px;
}
.small .beratungswelt .content {
	margin-top: 41px;
	margin-left: 5px;
	font-size: 12px;
	padding-right: 1px;
}
.small .beratungswelt .content u {
	font-size: 13px;
	line-height: 20px;
}
.small .beratungswelt .tile2 .content {
	margin-top: 20px;
}
.small .beratungswelt .content .u1 {
	margin-top: 20px;
}
.small .beratungswelt .content .u2 {
	margin-top: 15px;
}
.small .beratungswelt .cover {
	background: url(images/small/beratungswelt-dunkel.jpg) no-repeat 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.small .beratungswelt .tile2 .cover {
	background-position: -260px 0;
}
.small .beratungswelt .tile3 .cover {
	background-position: -522px 0;
}
.small .beratungswelt .content p {
	margin-bottom: 0;
}
.small .beratungswelt .content ul {
	margin-left: 0;
	padding-bottom: 15px;
	padding-top: 8px;
}
.small .beratungswelt .content ul li {
	list-style: disc;
}
.small .detail .content {
	margin-top: 26px;
	padding-left: 16px;
	padding-right: 0;
}
.small .detail .content strong {
	font: normal 15px/19px 'Museo500';
	color: #000;
}
.small .detail .content p {
	margin-bottom: 20px;
}
.small .detail .content em {
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo500';
}
.small .unternehmen-3 .tile2 strong {
	display: inline-block;
	padding-bottom: 24px;
}
.small .unternehmen-3 .tile3 strong {
	display: inline-block;
	padding-bottom: 0;
	line-height: 19px;
}
.small .privatkunden-1 .tile {
	background-image: url(images/small/p-1.jpg);
}
.small .vermoegende-privatkunden-1 .tile {
	background-image: url(images/small/vp-1.jpg);
}
.small .vermoegende-privatkunden-2 .tile {
	background-image: url(images/small/vp-2.jpg);
}
.small .vermoegende-privatkunden-3 .tile {
	background-image: url(images/small/vp-3.jpg);
}
.small .unternehmen-1 .tile {
	background-image: url(images/small/u-1.jpg);
}
.small .unternehmen-2 .tile {
	background-image: url(images/small/u-2.jpg);
}
.small .unternehmen-3 .tile {
	background-image: url(images/small/u-3.jpg);
}
.small .beratungswelt .content a {
	position: relative;
	display: inline-block;
}

/* @end */

/* @group team */

.small .das-team .content {
	padding-right: 0;
	padding-left: 0;
	font: 17px 'Museo300';
	color: #000000;
	margin-top: 70px;
	margin-left: 77px;
}
.small .team .content {
	padding-left: 25px;
	margin-top: 25px;
	line-height: 19px;
}
.small .team .content p {
	margin-bottom: 12px;
}
.small .klaus-peter-lemke .content,
.small .anna-amrein .content {
	color: #000;
}
.small .team .content h1,
.small .team .content strong {
	font-size: 15px;
	line-height: 22px;
}
.small .team .content h1 {
	color: #000;
}
.small .team .content strong {
	display: inline-block;
}
.small .team .content a {
	display: inline-block;
	font: 14px 'Museo500';
	text-decoration: none;
	color: #000000;
}
.small .team .content a:hover,
.small .team .content a:active {
	text-decoration: underline;
}
.small .uwe-kuehn .tile {
	background: url(images/small/team/kuehn.jpg);
}
.small .jutta-deist .tile {
	background: url(images/small/team/deist.jpg);
}
.small .ralf-torsten-hoeer .tile {
	background: url(images/small/team/hoeer.jpg);
}
.small .klaus-peter-lemke .tile {
	background: url(images/small/team/lemke.jpg);
}
.small .hauke-kraft .tile {
	background: url(images/small/team/kraft.jpg);
}
.small .stefan-matthies .tile {
	background: url(images/small/team/matthies.jpg);
}
.small .jan-ingo-sommer .tile {
	background: url(images/small/team/sommer.jpg);
}
.small .knut-wetter .tile {
	background: url(images/small/team/wetter.jpg);
}
.small .anna-amrein .tile {
	background: url(images/small/team/amrein.jpg);
}
.small .nicole-johne .content,
.small .nicole-johne .content h1,
.small .nicole-johne .content a {
	color: #ffffff;
}
.small .nicole-johne .tile {
	background: url(images/small/team/johne.jpg);
}
.small .andrea-kroeger .tile {
	background: url(images/small/team/kroeger.jpg);
}
.small .tile.tile2 {
	background-position: -260px 0;
	left: 0;
}
.small .tile.tile3 {
	background-position: -522px 0;
	left: 0;
}

/* @end */

/* @group vortraege */
.small .vortraege .content {
	margin-top: 82px;
	padding-left: 23px;
}
.small .vortraege .content h1 {
	margin-bottom: 3px;
	font: 17px/32px 'Museo300';
}
.small .vortraege .content h2 {
	font-size: 14px;
	padding-top: 18px;
	padding-bottom: 17px;
}

/* @end */



/* @group kontakt */

.small .kontakt .content,
.small .impressum .content {
	margin-right: 24px;
	margin-top: 37px;
	line-height: 19px;
}
.small .impressum .content {
	margin-top: 20px;
}
.small .kontakt .content h1,
.small .impressum .content h1 {
	margin-bottom: 23px;
	font: normal 18px 'Museo300';
}
.small .kontakt .content p,
.small .impressum .content p {
	margin-bottom: 15px;
}
.small .kontakt .content p a,
.small .impressum .content p a {
	font-family: 'Museo500';
}
.small .impressum .content strong {
	font-size: 13px;
}
.small .kontakt .content p a.route,
.small .kontakt .content p a.parken {
	font-size: 14px;
	line-height: 24px;
}
.small .impressum .p2 {
	padding-top: 88px;
}

/* @end */

/* @group parken */

.small .parken .tile {
	background-image: url(images/small/tiefgarage.jpg);
}
.small .parken .tile .cover {
	width: 100%;
	height: 100%;
}
.small .parken .content {
	margin-top: 25px;
	margin-left: 0;
	line-height: 17px;
}
.small .parken .content em {
	font-family: 'Museo500';
}
.small .parken .content strong {
	font: normal 18px 'Museo300';
	color: #000;
}

/* @end */






/* @group footer */

.small footer {
	height: 52px;
}
.small footer a {
	color: #e5e5e5;
	float: right;
	margin-top: 17px;
}

/* @end */




/* @end */


/* Anpassungen Konferenzraum */
#sid {width:160px; 
       border: none; 
       padding: 10px; 
       border-radius: 3px; 
       background-color: rgba(33,58,114, 0.1);  
       color: rgb(33,58,114); 
       transition: background-color 1s; 
       -webkit-transition:background-color 1s; /* Safari */
       
       }
#sid:focus {background-color: white; }
input#sid:focus::placeholder { color: white; }

#btnSubmit { width: 85px; padding: 3px; margin: 3px; border: none; background: rgb(33,58,114); color: white; border-radius: 3px;}
#konfi-erkl {margin: 10px; padding: 5px; background: rgba(255,255,255,0.6); border-radius: 5px; position: relative; top: 100px; height: 400px;}
#konfi-erkl2 {position: relative; top: 190px; margin-left: 5px; padding-right: 15px;}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

