/* 1760523435.9311 */
@charset "utf-8";

* {
	margin:0;
	padding:0;
	line-height:100%;
	outline:0;
	word-wrap:break-word;
}

html {
	width:100%;
	height: 100%;
	font-size: 100.01%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: Tahoma, Helvetica, Verdana, Arial, san-serif; 
}

body {
	position:relative;
	height: 100%;
	margin:0;
	padding:0;
	font-size:62.5%;
	font-weight: normal;
	font-style: normal;
	text-align:center;
	color:#424242;
	overflow-y:scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: Courier New,'Times New Roman',Times,serif;
	background-color:#fff;
	display: flex;
	flex-direction: column;
}


.wrapper {
	flex: 1 0 auto;
}


#container {
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	font-size:100%;
	background-color:#fff;
}



#container #box {
	width:960px;
	margin:0 auto;
	text-align:left;
	color:#424242;
	
}

/* ###  ALLGEMEINE DEFINITIONEN START ### */

h1,
h2,
h3,
h4,
h5,
h6,
.headline,
legend {
	color:#7e0911;
	font-weight:normal;
	font-style:normal;
}

a {
	color:#7e0911;
	font-weight:500;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.color {
	color:#7e0911;
} 

.center {
	text-align:center;
}

.cb {
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

hr {
	clear:both;
	display:block;
	width:100%;
	margin:24px auto;
	height:1px;
	border:none;
	background:none;
	border-top:1px dotted #9D9C8A;
}

.upper {
	text-transform:uppercase;
}

#content .schatten {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
	-moz-box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
	box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
}

#content .hinweis {
	text-align:left;
}


#content a.anker,
#content a.anker:hover,
#content a.normal {
	text-decoration:none;
	cursor:default;
	font-weight:normal;
}

#content a.normal  {
	color:#86817D;
}

#content .pic_l {
	float:left;
	margin:2px 12px 16px 0;
}

#content .pic_r {
	float:right;
	margin:2px 0 16px 12px;
}

#content .rand {
	border:1px solid #f2f2f2;
}

#content p.mitte {
	text-align:center;
}


#content br.space {
	display:block;
	margin:0 0 36px 0;
}

#content .hidden {
	display:none;
}


/* new clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
	
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */


/* ###  ALLGEMEINE DEFINITIONEN ENDE ### */



/* ##### FOOTER START ##### */ 

footer {
	display:block;
	width:100%;
	color:rgb(134, 129, 125);
	color:#666;
	background:rgba(134, 129, 125,0.125);
	margin:0;
	padding:12px 0;
	font-size:100%;
	line-height:100%;
	text-align:center;
	flex-shrink: 0;
}

footer div.footer_block {
	width:960px;
	margin:0 auto;
	text-align:left;
}

footer p {
	text-align:right;
	font-size:140%;
}

footer span.l {
	float:left;
}

footer p a {
	color:rgb(134, 129, 125);
	color:#666;
}

footer p.box25 {
	float:left;
	width:22.5%;
	margin:0 3.33% 0 0;	
}

footer p.r {
	margin:0;
}

/* ##### FOOTER ENDE ##### */



/* ### HEADER START ### */

header {
	display:block;
	width:auto;
	margin:0;
	padding:10px 10px 0 10px;
	background-color:#F2F2F2;
	text-align:left;
}

#sprachen {
	display:inline-block;
	float:right;
}

#info {
	display:block;
	font-weight:bold;
	color:red;
	font-size:14px !important;
}

/* ### HEADER ENDE ### */



/* ### NAVIGATION START ### */

nav#nav {
	display:block;
	width:960px;
	margin:0 auto;
}

nav#nav p.logo {
	float:left;
	width:auto;
}

nav#nav p.logo span {
	display:block;
	margin-top:4px;
	font-weight:300;
	font-size:68%;
	letter-spacing:8px;	
}

nav#nav p.logo a,
	nav#navp.logo a:hover {
	text-decoration:none;
}

/* ### NAVIGATION ENDE ### */



/* ### SUPER-FISH NAVI START ### */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
}
.sf-menu a {
	/* fallback colour must use full shorthand */
	text-decoration: none;
}
.sf-menu a {}
.sf-menu li {
	/* no need for Supersubs plugin */
	white-space: nowrap; 
	-webkit-transition: background .2s;
	transition: background .2s;
	
}
.sf-menu ul li {}
.sf-menu ul ul li {}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;	
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	/* edit this to suit design (no rgba in IE8) */
	border-top-color: #dFeEFF; 
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	/* edit this to suit design (no rgba in IE8) */
	border-left-color: #dFeEFF; 
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


nav#nav ul#mainnav {
	list-style:none;
	display:inline-block;
	clear:both;
	float:none;
	width:auto;
	width:100%;
	margin:26px 0 0 0;
	padding:0;
}

nav#nav ul#mainnav li {
	float:left;
}

nav#nav ul#mainnav li a {
	display:block;
	margin:0;
	padding:10px 12px;
	color:#666;
	font-size:160%;
	line-height:130%;
	/*
	text-transform:uppercase;
	letter-spacing:2px;
	*/
	text-align:left;
	font-weight:normal;
	background-color:#F2F2F2;
}

nav#nav ul#mainnav li.aktiv a {
	color:#7e0911;
}

nav#nav ul#mainnav li ul {
	background-color:#F2F2F2;
}
	
nav#nav ul#mainnav li ul li {
	display:block;
	width:100%;
	border-top:1px dotted #86817D;
	text-align:left;
}

nav#nav ul#mainnav li.aktiv ul li a { 
	text-transform:none;
	color:#666;
}

nav#nav ul#mainnav li.aktiv ul li.aktiv a {
	color:#7e0911;
}


#mobnav-btn {
    display: none;
	cursor: pointer;
    float:right;
	margin-right:10px;	
}
.mobnav-subarrow {
    display: none;
}


@media only screen and (max-width: 810px) {

	#mobnav-btn {
        display: inline-block;
		margin-left:18px;
    }
	
	#sprachen {
		display:inline-block;
		float:right;
		margin-top:16px;
	}
	
	#sprachen a {
		padding:4px;
	}
	
		
	header,
	#container #box,
	nav#nav,
	footer div.footer_block,
	#content,
	#bildslider,
	#wrapper,
	#carousel {
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;		
	}
		
	.mobnav-subarrow {
        display: block;		
        height: 32px;
        width: 32px;
        background-position: top left!important;
        position: absolute;
        top: 0px;
        right: 4px;      
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
	
	nav#nav .mobnav-subarrow span,
	nav#nav .xpopdrop .mobnav-subarrow span {
		display: block;
		height: 32px;
        width: 32px;
		color:#fff;
		font-weight:bold;
		font-size:32px;		
		background-color:#fff;
	}
	
	nav#nav .mobnav-subarrow span {
		background:url(/gif/icons/icons32.png) no-repeat 0 -320px;	
	}
	
	nav#nav .xpopdrop .mobnav-subarrow span {
		color:#000;
		background:url(/gif/icons/icons32.png) no-repeat 0 -192px;	
	}
		
    nav#nav .sf-menu {
        width: 100%!important;
        display: none!important;
    }
    nav#nav .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    nav#nav .xpopdrop ul {
        display: block!important;
    }
	
	/*** arrows (for all except IE7) **/
	.sf-arrows .sf-with-ul {
		padding-right: 2.5em;
		*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
	}
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 1em;
		margin-top: -3px;
		height: 0;
		width: 0;
		/* order of following 3 rules important for fallbacks to work */
		border: 5px solid transparent;
		border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
		border-top-color: rgba(255,255,255,.5);
	}
	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after {
		border-top-color: white; /* IE8 fallback colour */
	}
	/* styling for right-facing arrows */
	.sf-arrows ul .sf-with-ul:after {
		margin-top: -5px;
		margin-right: -3px;
		border-color: transparent;
		border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
		border-left-color: rgba(255,255,255,.5);
	}
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after {
		border-left-color: white;
	}
	
	nav#nav ul#mainnav li ul {
		display:block;
		width:calc(100% - 20px) !important;
		background-color:yellow;
	}	
		
	nav#nav ul.sf-menu li ul li {
		border-top:none !important;
	}
	
	nav#nav ul.sf-menu li ul li a {
		border:none;
		padding-left:32px !important;
		display:block;
	}
	 
}


/* ### SUPER-FISH NAVI ENDE ### */





/* ##### BILDSLIDER START ##### */

#bildslider, 
#bildstreifen {
	clear:both;
	width:100%;
	height:380px;
	padding:0;
	position:relative;
	background-color:#c8c6c3;
}

#bildslider a.browse {
	cursor:pointer;
	position:absolute;
	top:151px;
	width:68px;
	height:68px;
	z-index:9999;
}

#wrapper {
	width:100%;
	height:380px;
	margin:0;
	overflow:hidden;
}

#carousel {
	overflow:hidden;
	width:100%;
	height:380px;
	margin:0;
}

#carousel div.slider_box {
	width:100%;
	height:380px;
	position:relative;
	text-align:center;
	margin:0;
}

#carousel img.sliderpic {
	width:100%;
	height:380px;
}

#carousel div.slider_box div.text {
	position:absolute;
	display:inline-block;
	width:auto;
	height:auto;
	margin:0;
	text-align:left;
	font-size:100%;
	color:#fff;
	background:none;
	background-color:transparent;
}

#carousel div.slider_box {
	background-size: cover;
	width:100%;
	height:380px;
	display:block;
}


#carousel div.home {
	background:url(/gif/slider/home.jpg) no-repeat center top;
}

#carousel div.ueberuns {
	background:url(/gif/slider/ueberuns.jpg) no-repeat center top;
}

#carousel div.personalia {
	background:url(/gif/slider/personalia.jpg) no-repeat center top;
}

#carousel div.finanzen {
	background:url(/gif/slider/finanzen.jpg) no-repeat center top;
}

#carousel div.publikationen {
	background:url(/gif/slider/publikationen.jpg) no-repeat center top;
}

#carousel div.kontakt {
	background:url(/gif/slider/kontakt.jpg) no-repeat center top;
}

#carousel div.datenschutz {
	background:url(/gif/slider/datenschutz.jpg) no-repeat center top;
}

#carousel div.impressum {
	background:url(/gif/slider/impressum.jpg) no-repeat center top;
}

#carousel div.informationen {
	background:url(/gif/slider/publikationen.jpg) no-repeat center top;
}

#carousel div.golfundwirbelsaeule {
	background:url(/gif/slider/golf-und-wirbelsaeule.jpg) no-repeat center top;
}
	
#carousel div.nackenschmerzen {
	background:url(/gif/slider/nackenschmerzen.jpg) no-repeat center top;
}

#carousel div.spinalkanalstenose {
	background:url(/gif/slider/spinalkanalstenose.jpg) no-repeat center top;
}

#carousel div.rueckenschule {
	background:url(/gif/slider/rueckenschule.jpg) no-repeat center top;
}

#carousel div.rueckenschuleosteoporose {
	background:url(/gif/slider/rueckenschule-bei-osteoporose.jpg) no-repeat center top;
}


@media only screen and (max-width: 768px) {
	#carousel div.home {
		background:url(/gif/slider/home-768.jpg) no-repeat center top;
	}

	#carousel div.ueberuns {
		background:url(/gif/slider/ueberuns-768.jpg) no-repeat center top;
	}

	#carousel div.personalia {
		background:url(/gif/slider/personalia-768.jpg) no-repeat center top;
	}

	#carousel div.finanzen {
		background:url(/gif/slider/finanzen-768.jpg) no-repeat center top;
	}

	#carousel div.publikationen {
		background:url(/gif/slider/publikationen-768.jpg) no-repeat center top;
	}
	
	#carousel div.kontakt {
		background:url(/gif/slider/kontakt-768.jpg) no-repeat center top;
	}

	#carousel div.datenschutz {
		background:url(/gif/slider/datenschutz-768.jpg) no-repeat center top;
	}

	#carousel div.impressum {
		background:url(/gif/slider/impressum-768.jpg) no-repeat center top;
	}

	#carousel div.informationen {
		background:url(/gif/slider/publikationen-768.jpg) no-repeat center top;
	}

	#carousel div.golfundwirbelsaeule {
		background:url(/gif/slider/golf-und-wirbelsaeule-768.jpg) no-repeat center top;
	}
	
	#carousel div.nackenschmerzen {
		background:url(/gif/slider/nackenschmerzen-768.jpg) no-repeat center top;
	}
	
	#carousel div.spinalkanalstenose {
		background:url(/gif/slider/spinalkanalstenose-768.jpg) no-repeat center top;
	}

	#carousel div.rueckenschule {
		background:url(/gif/slider/rueckenschule-768.jpg) no-repeat center top;
	}

	#carousel div.rueckenschuleosteoporose {
		background:url(/gif/slider/rueckenschule-bei-osteoporose-768.jpg) no-repeat center top;
	}	

}


@media only screen and (max-width: 480px) {
	#carousel div.home {
		background:url(/gif/slider/home-480.jpg) no-repeat center top;
	}

	#carousel div.ueberuns {
		background:url(/gif/slider/ueberuns-480.jpg) no-repeat center top;
	}

	#carousel div.personalia {
		background:url(/gif/slider/personalia-480.jpg) no-repeat center top;
	}

	#carousel div.finanzen {
		background:url(/gif/slider/finanzen-480.jpg) no-repeat center top;
	}

	#carousel div.publikationen {
		background:url(/gif/slider/publikationen-480.jpg) no-repeat center top;
	}
	
	#carousel div.kontakt {
		background:url(/gif/slider/kontakt-480.jpg) no-repeat center top;
	}

	#carousel div.datenschutz {
		background:url(/gif/slider/datenschutz-480.jpg) no-repeat center top;
	}

	#carousel div.impressum {
		background:url(/gif/slider/impressum-480.jpg) no-repeat center top;
	}

	#carousel div.informationen {
		background:url(/gif/slider/publikationen-480.jpg) no-repeat center top;
	}

	#carousel div.golfundwirbelsaeule {
		background:url(/gif/slider/golf-und-wirbelsaeule-480.jpg) no-repeat center top;
	}
	
	#carousel div.nackenschmerzen {
		background:url(/gif/slider/nackenschmerzen-480.jpg) no-repeat center top;
	}
	
	#carousel div.spinalkanalstenose {
		background:url(/gif/slider/spinalkanalstenose-480.jpg) no-repeat center top;
	}

	#carousel div.rueckenschule {
		background:url(/gif/slider/rueckenschule-480.jpg) no-repeat center top;
	}

	#carousel div.rueckenschuleosteoporose {
		background:url(/gif/slider/rueckenschule-bei-osteoporose-480.jpg) no-repeat center top;
	}
	
}


#carousel div.produkt div.text {
	right:20px;
	top:20px;	
}

#carousel div.slider_box div.text a {
	color:#fff;
	font-weight:normal;
}

#carousel div.slider_box div.text h1,
#carousel div.slider_box div.text h2 {
	font-weight:400;
	font-style:italic;
	color:#fff;
}
 
#carousel div.slider_box div.text h3,
#carousel div.slider_box div.text h1.h3 {
	font-style:normal;
	font-weight:700;
	color:#fff;
}

#carousel div.slider_box div.text span {
	background:rgba(189, 127, 80,0.8);
	display:inline-block;
	padding:4px;
}

#inhalt a.browse {
	cursor:pointer;
}

#pager {
	position:absolute;
	z-index:999;
	bottom:10px;
	left:50%;
	width:auto;
	height:18px;
}

#pager a {
	display:block;
	float:left;
	margin-right:2px;
	padding:0;
	width:18px;
	height:18px;
	cursor:pointer;
	background:url(/gif/icons/slider-navi.png) no-repeat 0px 0px;
	font-size:100%;
}

#pager a:hover, #pager a.active, #pager a.selected {
	background:url(/gif/icons/slider-navi.png) no-repeat 0px -18px;
}

#pager a span {
	display:none;
}

#wrapper img.sliderpic {
	width:100%;
	margin:0;
}

#wrapper div.text {
	margin:0 auto;
	width:100%;
	text-align:center;
	color:#fff;
}

#carousel a {
	color:#fff;
	text-decoration:none;
}

/* ##### BILDSLIDER ENDE ##### */





/* ##### BREADCRUMB START ##### */

p#breadcrumb {
	display:block;
	clear:both;
	width:100%;
	margin:0;
	padding:12px 0 24px 0;
	font-size:120%;
	line-height:120%;
}

p#breadcrumb a, p#breadcrumb a:hover {
	font-weight:normal;
	color:#424242;
}

/* ##### BREADCRUMB ENDE ##### */





/* ##### SUBNAVI START ##### */

nav#subnav {
	display:block;
	width:184px;
	float:right;
	margin:56px 0 30px 60px;
	padding:0;
}

nav#subnav ul {
	list-style:none;
	margin:0 0 36px 0;
	padding:0;
}

nav#subnav ul li {
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #F2F2F2;
}

nav#subnav ul li a {
	padding:6px;
	display:block;
	color:#666;
	font-size:150%;
	font-weight:normal;
}

nav#subnav ul li.aktiv a {
	color:#7e0911;
}

nav#subnav p {
	color:#666;
	font-size:150%;
	line-height:130%;
	font-weight:normal;
	margin:0 0 6px 0;
}

nav#subnav p.headline {
	border-bottom:1px solid #F2F2F2;
	padding:0 0 1px 0;
	margin:0 0 6px 0;
	display:block;
	font-size:260%;
	font-weight:400;
	color:#7e0911;
	text-transform:uppercase;
}

nav#subnav .block {
	display:block;
	width:100%;
	margin:4px 0;
	padding:0;
}

nav#subnav .icon32 {
	padding-left:36px;
}

/* ##### SUBNAVI ENDE ##### */




/* ##### ICONS START ##### */

.icon24 {
	height:24px;
	line-height:24px;
	padding-left:28px;
	display:inline-block;
}

.icon32 {
	height:32px;
	line-height:32px;
	padding-left:36px;
	display:inline-block;
}

.icon_telefon {
	background:url(/gif/icons/icons24.png) no-repeat 0 0;	
}

.icon_email {
		background:url(/gif/icons/icons24.png) no-repeat 0 -24px;	
}

.icon_telefax {
background:url(/gif/icons/icons24.png) no-repeat 0 -48px;	
}

.icon_marker {
	background:url(/gif/icons/icons24.png) no-repeat 0 -72px;	
}

.icon_flag {
	background:url(/gif/icons/icons24.png) no-repeat 0 -96px;	
}

.icon_internet {
	background:url(/gif/icons/icons24.png) no-repeat 0 -120px;	
}

.icon_recht {
	background:url(/gif/icons/icons24.png) no-repeat 0 -144px;	
}

.icon_privacy {
	background:url(/gif/icons/icons24.png) no-repeat 0 -168px;	
}

.icon32_telefon {
	background:url(/gif/icons/icons32.png) no-repeat 0 0;	
}

.icon32_telefax {
	background:url(/gif/icons/icons32.png) no-repeat 0 -64px;	
}

.icon32_email {
	background:url(/gif/icons/icons32.png) no-repeat 0 -32px;	
}

.icon32_marker {
	background:url(/gif/icons/icons32.png) no-repeat 0 -96px;	
}

.icon32_internet {
	background:url(/gif/icons/icons32.png) no-repeat 0 -128px;	
}

.icon32_cam {
	background:url(/gif/icons/icons32.png) no-repeat 0 -160px;	
}

.icon32_oben {
	background:url(/gif/icons/icons32.png) no-repeat 0 -192px;	
}

.icon32_termin {
	background:url(/gif/icons/icons32.png) no-repeat 0 -224px;	
}

.icon32_karte {
	background:url(/gif/icons/icons32.png) no-repeat 0 -256px;	
}

.icon32_menu {
	background:url(/gif/icons/icons32.png) no-repeat 0 -288px;	
}

/*
ICONS
https://www.iconfinder.com/iconsets/ionicons
*/

/* ##### ICONS ENDE ##### */




/* ##### INHALT START ##### */

#content {
	position:relative;
	width:716px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 24px 0;
	font-size:100%;
	text-align:left;
	background-color:#fff;
	color:#86817D;
}

.full#container #content {
	position:relative;
	width:100%;
	float:none;
}

#content section,
#content section article {
	width:100%;
	margin:0;
	padding:0;
}

#content section.inhalt h1,
#content section.inhalt h2,
#content section.inhalt h3,
#content section.inhalt h4,
#content section.inhalt h5,
#content section.inhalt h6 {
	font-weight:500;
}

#content section.inhalt h1 a,
#content section.inhalt h2 a,
#content section.inhalt h3 a,
#content section.inhalt h4 a,
#content section.inhalt h5 a,
#content section.inhalt h6 a,
#content section.inhalt h1 a:hover,
#content section.inhalt h2 a:hover,
#content section.inhalt h3 a:hover,
#content section.inhalt h4 a:hover,
#content section.inhalt h5 a:hover,
#content section.inhalt h6 a:hover {
	text-decoration:none;
}

#content section h1, 
#content section h2.h1 {
	font-size:280%;
	text-align:left;
	text-transform:uppercase;
	margin:0 auto 24px auto;
	padding:0 0 3px 0;
	border-bottom:1px solid #F2F2F2;
}

#content section h2,
#content section h3.h2 {
	font-size:240%;
	margin:22px auto 6px auto;
}

#content section.inhalt article > h2 {
	margin-top:6px;	
}

#content section h3,
#content section h4.h3,
#content section h2.h3 {
	font-size:200%;
	line-height:120%;
	margin:16px auto 6px auto;
}

#content section table h3 {
	font-size:200%;
}

#content section h4,
#content section .h4  {
	font-size:170%;
	margin:6px auto 2px auto;
	color:#86817D;
}

#content section h3.h4,
#content section h4.h4 {
	font-size:170%;
	line-height:120%;
	margin:6px auto 0 auto;
}

#content section h5,
#content section h6 {
	margin:0 auto 12px auto;
	font-size:150%;
	color:#86817D;
}

#content section h4.h3 {
	font-size:170%;
	line-height:120%;
	margin:6px auto 20px auto;
	color:#86817D;
}

#content section .headline {
	font-size:200%;
	line-height:140%;
	color:#86817D;
}

#content section article p {
	font-size:150%;
	line-height:140%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
}

#content section article p.fussnote {
	font-size:120%;
	line-height:130%;
}

#content section article .small {
	font-size:80%;
	line-height:90%;
}

#content section article blockquote {
	clear:none;
	margin:6px 24px 12px 24px;
}

#content section article blockquote em {
	color:#86817D;
}

#content section article ol,
#content section article ul {
	clear:none;
	margin:6px 0 12px 24px;
}

#content section article ol {
	margin:6px 0 12px 36px !important;
	list-style-position:outside;
}
	
#content section article li {
	font-size:140%;
	line-height:140%;
	font-weight:400;
	margin-bottom:4px;	
}

#content section article li li {
	font-size:100%;
}

#content section .no_space_top {
	margin-top:0;
}

#content section .no_space_bottom {
	margin-bottom:0;
}

#container div.space_top,
#container .space_top {
	padding-top:40px;
}

#content .fett {
	font-weight:bold;
}

#content img.responsive_pic {
	width:100%;
	height:auto;
}

#content img.max480 {
	width:100%;	
	max-width:480px;
	height:auto;
}

#content section article div.autobreite {
	width:auto;
}


/* GALERIE  START */

#content ul.galerie {
	list-style:none;
	margin:16px 0 24px 0;
}

#content ul.galerie li {
	float:left;	
	margin:0 32px 32px 0;
}	

#content ul.galerie li:nth-child(2n) {
	margin-right:0;
}

#content ul.galerie li a img {
	border:1px solid #f2f2f2;
}

/* GALERIE  ENDE */


/* PUBLIKATIONEN START */

#content ul.publikationen {
	list-style-type:none;
	margin-left:0;
}

#content ul.publikationen li {
	clear:both;
	line-height:120% !important;
	margin-bottom:12px;
	display:block;
}

#content ul.publikationen img.icon {
	margin:4px 12px 0 0;
	float:left;
}

#content ul.publikationen img.thumb {
	margin:4px 60px 0 4px;
	float:right;
}

#content div.bildlinks, 
#content div.bildblock {
	padding:10px;
	text-align:center;
	background-color:#f9f9f9;
	border:1px solid #BABABA;
	overflow:hidden;
	width:calc(100% - 22px);
	font-size:120%;
	line-height:130%;
	margin: 0 0 12px 0;
}

#content div.bildlinks {
	text-align:left;
}

#content div.bildblock img {
	margin-bottom:6px;
	border:1px solid #BABABA;
}

#content div.bildblock span, 
#content div.bildblock ol, 
#content div.bildblock h4 {
	display:block;
	margin:0 10px;
	text-align:left;
	line-height:130%;
}

#content div.bildblock ol {
	margin:10px 0 0 50px;
	font-weight:bold;
}

#content div.bildblock span.bilder {
	display:block;
	text-align:center;
	border:1px solid #BABABA;
	margin-bottom:6px;
	background-color:#fff;
}

#content div.bildblock span.bilder img {
	border:none;
	margin:0;
	padding:0;
	width:auto;
}

#content div.bildlinks img {
	margin-bottom:0px;
	margin-right:12px;
	border:1px solid #BABABA;
	float:left;
}

#content div.bildlinks span {
	text-align:left;
}

#content div.bildlinks p.l, 
#content div.bildblock p.l {
	width:48%;
	float:left;
	margin:0 20px 0 0;
	font-size:100%
}

#content div.bildlinks p.r, 
#content div.bildblock p.r {
	width:48%;
	float:left;
	margin:0;
	font-size:100%
}

#content p.link {
	margin-bottom:16px;
}

#content span.download {
	float:right;
	width:25% !important;
	margin:0 0 10px 20px;
	background-color:#F9F9F9;
	text-align:center;
	border:1px solid #bababa;
	padding:10px;
	font-size:100%;
	line-height:140% !important;
	font-weight:normal;
}

#content span.download span {
	width:100%;
	text-align:left;
	display:block;
}
	
#content div.bildblock img {
	width:100%;
	max-width:780px;
}





#content p.download {
	float:right;
	/*
	width:25% !important;
	*/
	width:212px;
	margin:0 0 10px 20px;
	background:rgba(249,249,249,0.6);
	border:1px solid #F2F2F2;
	/*
	border:1px solid #bababa;
	background-color:#F2F2F2 242,242,242;
	border:1px solid #F9F9F9 249,249,249;
	*/
	text-align:left;
	padding:10px;
	font-size:140%;
	line-height:120% !important;
	font-weight:normal;
}

#content p.download a {
	width:100%;
	text-align:left;
	display:block;
	margin:0 0 4px 0 !important;
	padding:0 !important;
	line-height:140% !important;
}
	
#content p.download a.pic_link {
	margin-bottom:2px;
	line-height:100% !important;
}

#content p.download a.pic_link img {
	width:100%;
	max-width:212px;
	height:auto;
}

#content p.download br.mobile_only {
	display:none;
}

@media only screen and (max-width: 640px) {

	#content p.download {
		/*
		display:block;
		width:calc(100% - 20px);
		margin:0 0 10px 0;
		*/
		
		float:none;
		width:212px;
		margin:0 auto 10px auto;
		text-align:center;
		
	}

	#content p.download a {
		/*
		width:100%;
		*/
		text-align:center;
		width:auto;
		display:inline-block;
		margin:0 0 4px 0 !important;
		padding:0 !important;
		line-height:140% !important;
	}
		
	#content p.download a.pic_link {
		width:100%;
		display:block;
		margin-bottom:2px;
		line-height:100% !important;
	}

	#content p.download a.pic_link img {
		width:100%;
		max-width:212px;
		height:auto;
	}
	
	#content p.download br.desktop_only {
		display:none;
	}
	
	#content p.download br.mobile_only {
		display:block;
	}

}

/* PUBLIKATIONEN ENDE */





/* --- Lists --- */
.list-container {
	overflow: hidden;
}
.list-container .list-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}
.list-container .list-column_last {
	box-shadow: none;
}
.list-container .list-column li {
	margin: 0;
	padding:0;
}





ul#infozeitschrift {
	list-style:none;
	margin:0;
	padding:0;
}

ul#infozeitschrift li {
	display:inline-block;
	width:calc(20% - 12px);
	text-align:center;
	float:left;
	margin:0 6px;
	padding-top:2px;
	line-height:100% !important;
	font-size:100% !important;
}

ul#infozeitschrift li a {
	line-height:120% !important;
	font-size:130% !important;
}


@media only screen and (max-width: 810px) {

	ul#infozeitschrift {
		list-style:none;
		margin:0;
		padding:0;
	}

	ul#infozeitschrift li {
		display:block;
		width:100%;
		text-align:left;
		float:none;
		margin:0 0 6px 0 !important;
		padding:0 !important;		
		clear:both;
	}
	
	ul#infozeitschrift li br {
		display:none;
	}

	ul#infozeitschrift li img {
		float:left;
		margin:0px 12px 16px 0;
	}
	
}






#content div.box {
	display:block;
	float:left;
	width:45%;
	margin:0 5% 16px 0;
	clear:both;
}

#content div.box:nth-child(2n+1) {
	margin-right:0;	
	clear:none;
}

#content div.box h2.h3,
#content div.box h3 {
	border-bottom:1px solid #f2f2f2;
	margin-bottom:3px;
}

#content div.box h2.h3 a,
#content div.box h2.h3 a:hover,
#content div.box h3 a,
#content div.box h3 a:hover {
	text-decoration:none;
	color:#7e0911;
}

#content div.box p {
	margin:0 0 2px 0;	
}




#content p.top {
	margin:10px 0;
	padding:0;
	display:block;
	text-align:right;
	clear:both;
}

#content p.top a,
#content p.top a:hover {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 12px 0 0;
	padding:0;
	text-align:right;
	text-decoration:none;
	background:url(/gif/icons/icon32.png) no-repeat 0px -192px;
}

#content .bildzoom {
	position:relative;	
}

#content .zoom {
	position:absolute;
	right:1px;
	bottom:1px;
}

p.seitenzahlen {
	width:1200px;
	margin:10px auto;
	padding:0;
	text-align:left;
	font-size:180%;
}

p.seitenzahlen a {
	display:inline-block;
	margin:0 6px 0 0;
}


/* ##### INHALT ENDE ##### */






/* ##### FORMULAR START ##### */

#content section .formular .box_r {
	margin:0;	
}

article.formular {
		margin:0;
}

#content .formular form {
font-size:100%;
}

#content section form {
	width:100%;
	margin:0 0 30px 0;
}

#content .formular form fieldset {
	padding:6px;
	margin:0 0 8px 0;
	border:1px solid #E6E6E6;
	font-size:100%;
	clear:none;
}

#content .formular form fieldset legend {
	font-size:220%;
	line-height:140%;
	padding:6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(256,256,256,0.5);
	background-color:#FCFCFC;
	padding:4px 6px;
	color:#666;
	font-weight:500;
}

#content .formular form p.r {
	text-align:right;
}

#content .formular form span.fl {
	float:left;
}

#content .formular form span.fr {
	float:right;
}

#content .formular form fieldset p {
	display:block;
	margin:0 0 4px 0;
	font-size:100%;
	width:auto;
}

#content .formular form fieldset label {
	display:inline-block;
	width:100px;
	margin:0;
	font-size:160%;
	line-height:140%;
}

#content .formular form fieldset label.ort {
	width:40px;
	margin-left:16px;
}

#content .formular form fieldset label.fl {
	float:left;
	display:inline-block;
	width:100px;
	margin:0 12px 0 0;
}

#content .formular form fieldset.border label.fl_textarea {
	margin:0;
}

#content .formular form fieldset label.captcha {
	width:120px;
}

#content .formular form fieldset label.radio_label {
	width:auto;
	margin-left:6px;
}

#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#content .formular form fieldset input.txt, 
#content .formular form fieldset textarea {
	display:inline-block;
	width:556px;
	margin:0 0 0 24px;
	padding:6px;
	border:1px solid #d5d5d5;
	font-size:180%;
	line-height:140%;
}

#content form fieldset textarea,
#content form fieldset textarea:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid #d5d5d5;
}

#content .formular form fieldset textarea.fl {
	float:left;	
	margin-left:14px;
}

#content .formular form fieldset input.nolabel, 
#content .formular form fieldset textarea.nolabel {
	margin-left:0;
	width:98%;
}

#content .formular form fieldset input.plz {
	width:60px;
}

#content .formular form fieldset input.ort {
	width:420px;
	margin-left:0;
}

#content .formular form fieldset input.captcha  {
	width:100px;
}

#content .formular form fieldset input.radio, 
#content .formular form fieldset input.checkbox  {
	display:inline-block;
	width:16px;
	margin-left:25px;
}


#bestellen #content section .formular form fieldset p.bezahlinfo {
	font-size:170%;
	margin:4px 0 12px 50px; 	
} 


#content section .formular form .buttons {
	display:block;
	margin:4px 0 32px 0;		
}

#content section .formular form button,
#content section .formular form input[type="submit"],
#content section .formular form input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	color:#fff;
	padding:6px;
	font-size:130%;
	background:#66cc33;
	background: rgba(102,171,54, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:4px solid #fff;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(157,156,138,0.4);
	-moz-box-shadow: 0px 4px 2px 0px rgba(157,156,138,0.4);
	box-shadow: 0px 4px 2px 0px rgba(157,156,138,0.4);
	background: -moz-linear-gradient(top,  rgba(102,171,54,1) 0%, rgba(102,171,54,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,171,54,1)), color-stop(100%,rgba(102,171,54,0.75)));
	background: -webkit-linear-gradient(top,  rgba(102,171,54,1) 0%,rgba(102,171,54,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(102,171,54,1) 0%,rgba(102,171,54,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(102,171,54,1) 0%,rgba(102,171,54,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(102,171,54,1) 0%,rgba(102,171,54,0.75) 100%);
}

#content section .formular form input[type="reset"] {
	background:#F44949;
	background: rgba(244,73,73,1);
	background: -moz-linear-gradient(top,  rgba(244,73,73,1) 0%, rgba(244,73,73,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,73,73,1)), color-stop(100%,rgba(244,73,73,0.75)));
	background: -webkit-linear-gradient(top,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	margin-right:12px;
}

form#routenplaner {
	display:block;
}

form#routenplaner fieldset {
	display:block;
	float:left;
	width:48%;
}

div#karte {
	display:block;
	min-height:360px;
	width:100%;
}


@media only screen and (max-width: 960px) {
	
	#content .formular form fieldset p {
		clear:both;
	}
	
	#content .formular form fieldset label,
	#content .formular form fieldset label.fl,
	#content .formular form fieldset label.ort	{
		display:block;
		width:auto;
		margin:0;
		float:none;
	}
	
	#content .formular form fieldset label.radio_label {
		display:inline-block;
		width:auto;
		margin-left:6px;
		margin-right:24px;
	}

	#content .formular form fieldset input.txt, 
	#content .formular form fieldset textarea,
	#content .formular form fieldset input.plz,
	#content .formular form fieldset input.ort {
		display:block;
		width:97%;
		margin:0;
	}

	#content .formular form fieldset textarea.fl {
		display:block;
		width:auto;
		margin-left:0;
	}
	
	#content .formular form fieldset input.radio {
		width:16px;
		display:inline-block;
	}

	#content .formular form fieldset input.captcha  {
		width:100px;
	}
	
}


/* ##### FORMULAR ENDE ##### */






#content form input, 
#content form textarea {
	font-family: Helvetica, Verdana, Arial, Tahoma, san-serif; 
	font-weight:normal;	
}



/* FOOTER TYPO START */

footer h4 {
	/*
	font-family:Tahoma, Helvetica, Verdana, Arial, san serif;
	*/
	font-size:140%;
	line-height:130%;
	margin:0 0 6px 0;
}

footer a {
	text-decoration:none;
	font-weight:normal;
	color:#424242;
}

footer strong a {
	font-weight:bold;
}

footer div.footer_block div.box ul {
	list-style:none;
	margin:3px 0 0 1px;
}

footer div.footer_block div.box p, 
footer div.footer_block div.box li {
	margin:0;
	padding:0;
	font-size:120%;
	line-height:130%;
}

/* FOOTER TYPO ENDE */




/* SEO ASIDE START */

aside {
	display:block;
	width:100%;
	padding:12px 0;
	color:#ADA9A5;
	font-size:120%;
}

aside a,
	aside a:hover {
	color:#ADA9A5;
	font-weight:normal;
	text-decoration:none;
}

/* SEO ASIDE ENDE */




/* FANCYBOX START */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 9991104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/gif/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9991100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 9991101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 9991102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9991101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/gif/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 9991103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/gif/fancybox/blank.gif');
	z-index: 9991102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 9991102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/gif/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/gif/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 9991001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/gif/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/gif/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/gif/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/gif/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/gif/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/gif/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/gif/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/gif/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 9991102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/gif/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/gif/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/gif/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/gif/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* FANCYBOX ENDE */

