html, body{
width:100%;
height:100%;
}
body{
	background-color: #efedef;
	margin: 0px;
	padding: 0px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #000;
/*	background-image: url(../hg/body.jpg), url(../hg/blueten-hg.gif);
	background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;*/
	background-image: url(../hg/body-hg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapperOut{
	background-image: url(../hg/pusteblumen-body.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main a{
 color:#333;   
}
#left {
    width: 200px;
    float: left;
    margin-left: 14px;
    margin-top: 34px;
    position:relative;
    left:0px;
    right:auto;
    position: absolute;
}

#wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border-left:0px dotted #e9ccce;
	border-right:0px dotted #e9ccce;
	min-height:100%;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow: 0px 3px 10px #787878;	/* webkit browser*/ 
	-moz-box-shadow: 0px 3px 10px #787878;	/* firefox */ 
	box-shadow: 0px 3px 10px #787878;
	border-top:1px solid #fff;
	position:relative;
	margin-bottom:100px;
}
#top{
margin-top:0px;
border:0px solid #ff0000;
}
#imageTop{
width:980px;
}


#opt_7_0{
float:left;

width:20px;
margin:0px;
margin-right:10px;
}
#lbl_7_0{
display:inherit!important;
line-height: 20px!important;
}

#lbl_7_0 a{
color:#333;
}

input[type=checkbox] {
  transform: scale(1.5);
}
#ctrl_7 {
    border: 0px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 0px #999;
    padding: 18px;
     margin: 10px 0px; 
}

.cookiebar__button{
margin:10px 4px!important;
}

#bottom a {
    position: relative;
	top:0px!important;
	color: #222!important;
	}


#imageTop h1{
font-size:16px;
line-height:26px;
padding-left:14px;

	  font-family: "PT Serif",serif;
padding:6px;
padding-left:30px;
color:#FFF;
position:absolute;
top:-16px;
left:0px;
display:block;
width:968px;

background: rgba(80,73,75,1);
background: -moz-linear-gradient(left, rgba(80,73,75,1) 0%, rgba(255,255,255,0.7) 77%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80,73,75,1)), color-stop(77%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(80,73,75,1) 0%, rgba(255,255,255,0) 77%);
background: -o-linear-gradient(left, rgba(80,73,75,1) 0%, rgba(255,255,255,0) 77%);
background: -ms-linear-gradient(left, rgba(80,73,75,1) 0%, rgba(255,255,255,0) 77%);
background: linear-gradient(to right, rgba(80,73,75,1) 0%, rgba(255,255,255,0) 77%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50494b', endColorstr='#ffffff', GradientType=1 );

}
#logoTop{
float:left;
width:300px;
height:300px;
overflow:hidden;
margin-left:20px;
}
#imageTop{
height:300px;
margin-left:0px;
/*	background-image: url(../t-images/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
#navi{
	/*width: 100%;*/
	margin-left:auto;
	margin-right:auto;
	height: 48px;
	background-color: #8e0c4e;
	border-top:1px solid #8e0c4e;
	color:#666;
	display:block;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.75);
}
#unav_1{
	height:40px;
	width: 824px;
	margin-left:auto;
	margin-right:auto;
}
#content{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid #FF0000;
	padding-top:28px;
}
#left{
float:left;
width:320px;
margin-left:0px;
padding-left:0px;
	border:0px solid #FF00e0;
right:auto;
left:0px;
}
#mainContent{
	margin-left:360px;
	width:600px;
	padding-left:0px;	
	border:0px dotted #ff0000;
	/*font-size:0.9em;*/
	padding-bottom:20px;
}

/*##############################*/


.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}


.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    right: 5px;
    height: 4px;
    background: #8e0c4e;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8e0c4e;
    content: "";
}

.c-hamburger span::before {
    top: -12px;
}

.c-hamburger span::after {
    bottom: -12px;
}



.c-hamburger--htx {
    background-color: #fff;

}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: #fff;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

#swb{
    display:table;
    position:absolute;
    right:20px;
    top:40px;
    z-index:11463;;
    display:none;
    /*background: rgba(255,255,255,.7);*/
    background-color:#8e0c4e;
    padding:4px;
}

/*###################################*/



#main{
	margin-left:2px;
	width:520px;
	padding-left:60px;	
	padding-right:20px;	
	border:0px dotted #cdcecf;
	font-size:1.1em;
	padding-bottom:20px;
	padding-top:0px;
	float:left;
	background-image: url(../hg/content-hg-main.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:400px;
	border: 0px solid #ff0000;
}
#main p{
line-height:24px;	
font-size:13px;
}
#right{
width:232px;
border:0px dotted #000000;
margin-left:528px;
}
#right .zelle{
border-bottom:6px solid #eef0cb;
padding:10px;
}
#right a{
display:block;
}

#anzeigeHolder{
    background-color: rgba(210, 212, 233, 0.82);
	padding: 6px;
	padding-left:30px;
	width:250px;
}
#left h1 {
    color: #292669;
    font-size: 16px;
	display:inline;
	line-height:30px;
}



.mod_breadcrumb.block, .invisible{
display:none;;
}
#topNavi {
height:48px;
font-size:14px;
margin-top:0px;
font-family: 'PT Serif', serif;
margin-left:20px;

}

#topNavi ul{
padding:0px;
margin:0px;
margin-left:0px;
height:48px;
}
#topNavi li{
float:left;
height:48px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

#topNavi li:before{
/*content: url('../hg/pusteblume.png');*/
}

#topNavi li a, #topNavi .forward.trail span, #topNavi li.active.first span.active.first{
padding:12px 22px;
text-align:right;
font-size:14px;
font-weight:400;
text-decoration:none;
color:#FFF;
border-left:0px solid transparent;
	background-image: url(../hg/pusteblume.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
line-height:40px;
margin-right:20px;
}
#topNavi li.active.first span.active.first{
color:#CCC;

}
#topNavi li.last a, #topNavi .forward.trail.last span{
border-right:0px solid #000;
}
#topNavi li.last a:hover{

}
#topNavi li a:hover, #topNavi .forward.trail span, #topNavi .trail a{
border-left:0px solid #000;
color:#777;
	background-image: url(../hg/pusteblume_ov.png);
	font-weight:400;

}
#topNavi li:hover{
background-color:#fff;
}

#topNavi li.trail, #topNavi li.active{
background-color:#fff;
color:#CCC;
}

#inhaber{
float:left;
width:218px;
text-align:center;
line-height:36px;
}

#left #secondNavi{
margin-top:4px;
padding-left:20px;
}
#left #secondNavi li{
	text-align:center;
	  font-family: "PT Serif",serif;
    font-size: 14px;
	border-bottom:1px solid #333;
}
 #secondNavi li a, #secondNavi .active span, #right a,#secondNavi span.forward.trail.submenu{
padding:10px 10px;
font-size:14px;
text-decoration:none;
color:#999999;
line-height:24px;
    transition: all  0.5s ease-in-out;
    -webkit-transition: all  0.5s ease-in-out;
    -moz-transition: all  0.5s ease-in-out;
	text-align:center;
	display:block;
}
#left .mod_rocksolid_slider {
margin-left:20px;
}
#left .rsts-header {
width:300px;

}

#left .rsts-header h1{
background-color:#ada7ac;
color:#fff;
display:block;
text-align:center;
line-height:46px;
}
#right a{
	background-image: url(../hg/unav-hg-grau.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#secondNavi li a:hover, #secondNavi .active span,#secondNavi .active span, #right a:hover{
	color:#FFF;
	background-color:#8e0c4e;
}
#secondNavi a.submenu:hover{
	color:#FFF;
	background-color:#8e0c4e;
}
span.forward.trail.submenu {



}

.pdf_link{
position:absolute;
left:36px;
top:286px;
}


#main .ce_text.block{
margin:0px;
padding:0px;
border:0px solid #ff0000;
font-size:.8em;
text-align:justify;
}
#main h1, #main h1.ce_headline{
margin:0px;
padding:0px;
padding-top:10px;
padding-bottom:20px;
color:#8e0c4e;
font-size:1.5em;
font-weight:400;
	  font-family: "PT Serif",serif;
	  line-height:1.6em;
	/*  text-transform:uppercase;*/
	  font-variant:small-caps;
}
 #main h1.ce_headline{
/*font-size:1.2em;*/
font-weight:400;

}
#main h1.start{
border-bottom:1px solid #cdcecf;
font-size:1.4em;
text-transform:uppercase;
color:#333333;
padding-top:0px;
padding-bottom:10px;
	  font-family: "PT Serif",serif;
}
#main h1.start span{
padding-left:20px;
font-size:.9em;
color:#888;
font-weight:100;
	  font-family: "PT Serif",serif;
}
#main h2,#main h3{
margin:0px;
padding:0px;
padding-top:20px;
padding-bottom:12px;
color:#222;
color:#8e0c4e;
font-size:1.2em;
	  font-family: "PT Serif",serif;
}
#main h3{
color:#444;
font-size:1.1em;
}
#main h3.ttop{
color:#444;
font-size:0.7em;
}
#main h3.ttop.ce_headline{
color:#444;
font-size:0.8em;
font-weight:bold;
}

#t-image{
margin:0px;
padding:0px;
border:0px solid #ff0000;
z-index:400;
height:300px;
background-repeat: no-repeat;
	background-position: right center;
		  font-family: "PT Serif",serif;
/*width:918px;
margin-left:20px;
margin-top:0px;*/
}
body #t-image{
	background-image: url(../t-images/1.jpg);
}
body.wir #t-image{
	background-image: url(../t-images/1.jpg);
}
body.unter #t-image{
	background-image: url(../t-images/2.jpg);
}
body.trauerfall #t-image{
	background-image: url(../t-images/3.jpg);
}
body.vorsorge #t-image{
	background-image: url(../t-images/4.jpg);
}
body.ratgeber #t-image{
	background-image: url(../t-images/5.jpg);
}
body.aktuelles #t-image{
	background-image: url(../t-images/6.jpg);
}
body.kontakt #t-image{
	background-image: url(../t-images/7.jpg);
}
body.friedhof #t-image{
	background-image: url(../t-images/0.jpg);
}
/*################################################*/

/* Style sheet form */


#main .ce_form.form-css3 {
	margin: 0 0 0 0px;
	padding: 20px 0 0 0px;
	font-family: verdana, arial, sans-serif
}
#main .ce_form.form-css3 fieldset {
	width: 460px;
	margin: 10px 0 30px;
	padding: 10px;
	border: 1px solid #ccc;
}
#main .ce_form.form-css3 .invisible {
display:none;
}
#main .ce_form.form-css3 fieldset legend {
	margin: -8px 0 0 -5px;
	padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	letter-spacing: .1em
}
#main .ce_form.form-css3 label {
	display: block;
	padding: 10px 0 4px;
	font-size: .8em;
	font-weight: 100;
	color: #999;
	color:#333333;
}
#main .ce_form.form-css3 .text {
	width: 200px;
	margin: 0 0 4px;
	padding: 6px;
	border: 1px solid #888;
	font-size: 1.3em;/* Gecko-Browser (Firefox) */
	-moz-box-shadow: inset 1px 1px 1px #cfcfcf;/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow: inset 1px 1px 1px #cfcfcf;/* allgemein CSS3 */
	box-shadow: inset 1px 1px 1px #cfcfcf;
	background-color:#e1e1e1;
}
#main .ce_form.form-css3 .textarea {
	width: 250px;
	height: 162px;
	margin: 0 0 4px;
	padding: 6px;
	border: 1px solid #888;
	font: 1.3em/1.6 verdana, arial, sans-serif;/* Gecko-Browser (Firefox) */
	-moz-box-shadow: inset 1px 1px 1px #cfcfcf;/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow: inset 1px 1px 1px #cfcfcf;/* allgemein CSS3 */
	box-shadow: inset 1px 1px 1px #cfcfcf;
	background-color:#e1e1e1;
}
#main .ce_form.form-css3 .captcha {
	width: 100px;
	margin: 0 0 4px;
	padding: 6px;
	border: 1px solid #efefef;
	font-size: 1.2em;/* Gecko-Browser (Firefox) */
	-moz-box-shadow: inset 1px 1px 1px #cfcfcf;/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow: inset 1px 1px 1px #cfcfcf;/* allgemein CSS3 */
	box-shadow: inset 1px 1px 1px #cfcfcf
}
#main .ce_form.form-css3 .captcha_text {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 1.3em
}
#main .ce_form.form-css3 .submit {
	width: 480px;
	margin: 10px 0;
	padding: 5px 0;
	/*border-radius: 6px;
	font-size: 1.6em;
	color: #777;
	letter-spacing: .2em;
	behavior: url('assets/css3pie/1.0.0/PIE.htc');
	text-shadow: 0px 0px 0px #fff;
	border: none;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	text-shadow: 2px 2px 2px #fff;
	background: #cfcfcf*/
}
#main .ce_form.form-css3 p.error {
	width: 70%;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 1.2em;
	color: #fff;
	background: #f30;/* Gecko-Browser (Firefox) */
	-moz-border-radius: 7px;/* Webkit-Browser (Safari, Chrome) */
	-webkit-border-radius: 7px;/* allgemein CSS3 */
	border-radius: 7px
}
#main .ce_form.form-css3 .text:hover, #main .ce_form.form-css3 .textarea:hover {
	border: 1px solid #CF9B9B;
	background: #efefef;

}
#main .ce_form.form-css3 .text:focus {
	border: 1px solid #CF9B9B;
	font-size: 1.3em;
	letter-spacing: .1em;
	font-size: normal;
	background: #efefef
}
#main .ce_form.form-css3 .textarea:focus {
	border: 1px solid #CF9B9B;
	font-size: 1.2em;
	font-size: normal;
	background: #efefef
}

 #main .c_checkbox_info label{
display: inline-block;
margin-left:30px;
line-height:10px;
}
 #main .c_checkbox_info span{
border:0px solid #ff0000;
width:100%;
}
#main .c_checkbox_info .checkbox{
float:left;
border:0px solid #ff0000;
margin-top:8px;
font-weight:100;
}

#main .ro{
float:left;
width:230px;
}

.dlh_googlemap {
	margin-left:10px;
	padding-bottom:10px;
}
	
#dlh_googlemap_2 h1{
color:#50629d;
	font-size: 1.4em;
	padding:0px;
	margin:0px;
}
#link-p1 a{
	color:#444;
		text-decoration:none;
}
a.lnk{
	background-image: url(../hg/linkp.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	text-decoration:none;
	color:#444;
}
#main .image_container{
font-size:10px;
color:#888;

margin-left:0px;
}
#main .image_container img{
border:0px solid #fff;
}
.ce_gallery.left  a,.ce_gallery.left a {
  border:0px solid #FF0000;
  padding:0px;
  margin:0px;
}
/*###########################################*/

.ce_gallery.left {
padding-left:0px;
margin-left:0px;
}



.ce_gallery  ul{
padding:0px;
margin:0px;

}
.ce_gallery  li{
padding:0px;
margin:0px;
}
a.externPdf{
	padding:6px;
	padding-left: 40px;
	margin-left:4px;
	background-image: url(../hg/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration:none;
	color:#990000;
	text-decoration:none;
}
a.externPdf:hover{
	color:#333;
}
a.extern, .amazonLink a, a.intern{
	padding:6px;
	padding-left: 12px;
	margin-left:4px;
	background-image: url(../hg/pfeil.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	color:#8e0d4e;
}
a.extern:hover, .amazonLink a:hover a.intern:hover{
	background-image: url(../hg/pfeil_ov.png);
	color:#666;
}
#main .ce_text  li{
margin-left:20px;
}

.cr{
	height:40px;
	background-image: url(../hg/cr.png);
	background-repeat: repeat-x;
	background-position: left center;
	line-height:40px;
	width:200px;
	float:left;
}
#anzeigeHolder{
position:relative;
}
#slideshow { 
	top:4px;
    margin: 0px; 
    position:absolute;
    width: 204px; 
    height: 114px; 
    padding: 0px; 
	left:40px;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}
#slideshow a{ 
    margin: 0px; 
padding:0px;
} 
#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
#slideshow img2{ 
height:100px;
} 
/*####################RECHNER######################*/
#ergebnisdiv{
background-color:#FFFFFF;
border:1px solid #333;
padding:20px;
position: absolute;
width: 200px;
height: 150px;
top: 50%;
left: 50%;
z-index:999;
margin-top: -75px;
margin-left: -100px;
-webkit-box-shadow: 5px 5px 100px #000000;	/* webkit browser*/ 
-moz-box-shadow: 5px 5px 100px #000000;	/* firefox */ 
box-shadow: 5px 5px 100px #000000;
}
#closeBtn{
position:absolute;
right:-10px;
top:-10px;
}
#blume{
	background-image: url(blumen/b3.jpg);
}
.lineP{
height:inherit;
}
.col{
width:250px;
float:left;
}
#fform{
position:relative;
}

fieldset {
    border:1px solid #0082a4;
    border-radius:8px;
    box-shadow:0 0 1px #999;
	padding:18px;
	margin:10px;
}
legend {
    font-weight:bold;
}
.lf{
  float:left;
  margin-right:10px;
}
input.greenB {
	color:	#FFF;
	background: rgb(157,213,58); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExZDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzgwYzIxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-8 */
padding:10px;	
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
   z-index:990;;
}

.ce_gallery.block  li{
float:left;

}
.reihe{
float:left;
margin-right:20px;
border-left:3px solid #ccc;
padding-left:5px;
}
.reihe p{
margin:0px;
padding:0px;
}
.dclear{
border-top:0px solid #efefef;
clear:both;
}
.ftop{
font-size:120%;
}
#main .topI{
border:0px solid #ff0000;
width:654px;
text-align:right;
margin-right:0px;
padding-bottom:10px;
height:210px;
overflow:hidden;
}
.ce_gallery.topI {

}
.ce_gallery.topI li{
float:right;
border:0px solid #ff0000;
overflow:hidden;
}

.ce_image.right{
float:right;
border:0px solid #ff0000;
margin-top:0px;
padding-top:0px;
}
.ce_image.right img{
margin-left:6px;
display:block;
}
/*
#main .ce_text.block{
margin-top:0px;
border:0px solid #ff0000;
width:590px;
padding-top:0px;
}
#main .ce_text.block h1{
margin-top:0px;
padding-top:0px;
}
*/
.team{
border-bottom:1px solid #ccc;
padding:6px 0px;
height:190px;
}
.image_container.float_left{
margin-right:10px;
}
.hover{
background-color:#e1e1e1;
}

.ce_gallery.topI img{
margin-left:6px;

}
.bsb img{
float:left;
margin-right:10px;
}
.bsb {
height:160px;
border-bottom:1px solid #e1e1e1;
margin-bottom:10px;
}
/*#####################################################*/

.amazonLink .Amaline{
display:block;
height:200px;
}

.amazonLink .image{
width:150px;
float:left;
}
.amazonLink .title{
font-size:110%;
}
.amazonLink .author{
font-size:110%;
color: #1d1566;
font-weight:bold;
	cursor:pointer;
}
.amazonLink a{
font-size:100%;
}
#main p.schrift{

	color: #666666;

	list-style-type: none;
	padding:4px;
	/*
	background-color:#F6F6F6;
	border:1px solid #E4E4E4;*/
	list-style-image: none;
	margin-bottom:4px;
	
	padding-left:24px;
background:url("../hg/li.gif") 0 6px no-repeat transparent;
}

#main  ul{
list-style-image:url('../hg/li.gif');
}
#main  li{
line-height:1.8em;
}
#left .ce_image.block{ 
float:left;
margin-right:10px;
margin-bottom:7px;
}
.caroufredsel_thumbnails_skin{
border:1px solid #e1e1e1;
background-color:#ebecee;
padding:4px;
}
.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin{

}
.caroufredsel_gallery{
border:1px solid #ff0000;
text-align:center;
background-color:e0e1e3;
border:0px solid #ccc;
padding-bottom:20px;
}
.caroufredsel_thumbnail{
margin:6px;
}
.caroufredsel_thumbnail img{
background-color:#fff;
border:1px solid #ccc;
padding:4px;
}
.caroufredsel_thumbnails_prev {
position:absolute;
left:-14px;
top:44px;
}
.caroufredsel_thumbnails_next{
right:-10px;
position:absolute;
top:44px;
}
.caroufredsel_thumbnails_controls, .caroufredsel_navi{

}
.nextButton, .prevButton{
height:24px;
width:24px;
border:1px solid #990000;
-webkit-box-shadow: 10px 10px 10px #707070;	/* webkit browser*/
-moz-box-shadow: 10px 10px 10px #707070;	/* firefox */ 
box-shadow: 10px 10px 10px #707070;
}
.nextButton{
background: url(../hg/next.png) 0 0 no-repeat transparent;
height:24px;
width:24px;
border:0px solid #990000;
}
.prevButton{
background: url(../hg/prev.png) 0 0 no-repeat transparent;
height:24px;
width:24px;
border:0px solid #990000;
}
.caroufredsel_controls{
display:none;
}
.explanation{
font-size:90%;
color:#ccc;
}
#main .sprueche  p, #main .amazonLink p, #main .sprueche2  p, #main .sprueche3  p{
border-left:3px solid #ccc;
padding:2px;
padding-left:6px;
color:#000;
}
#main .sprueche3  p{
border-left:0px solid #ccc;
padding:2px;
padding-left:24px;
color:#000;
background:url("../hg/li.gif") 0 0 no-repeat transparent;
}
#main .sprueche3  img{
margin-left:20px;
}
#main .sprueche em, #main .sprueche2 em, #main .sprueche3 em{
font-size:10px;
}
.hover{
background-color:#f6f6f6;
}
#main .sprueche  p.hover, #main .sprueche2  p.hover, #main .sprueche333  p.hover{
border-left:3px solid #716da0;
-webkit-box-shadow: 1px 1px 10px #CCCCCC;	/* webkit browser*/ 
-moz-box-shadow: 1px 1px 10px #CCCCCC;	/* firefox */ 
box-shadow: 1px 1px 10px #CCCCCC;
    outline:none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.mapP{
margin-top:40px;
}
#main .checkbox_container.c_checkbox_info.ibox{
display:block;
}
#main .ro_wrapper{
border:1px solid #fff;
}
#main .wslide{
background-image: url(../hg/pf-re.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	border:0px solid #cdcecf;
	line-height:26px;
	padding:10px 0px;
	padding-left:30px;
	cursor:pointer;
}
#main .wslide.active{
background-image: url(../hg/pf-un.png);
background-color:#E9EAEC;
}
#main .detail,#main .wslider{
padding:10px;
cursor:pointer;
}
#main .wslider img{
width:100px;
}
#main .wslider{
padding:10px;
background-color:#f2f2f2;
height:180px;
}
#main .slide.detail.active{

border-top:0px solid #ccc;
/*background-image: url("../hg/navi-hg.jpg");
background-repeat: repeat-x; */
border-bottom:1px solid #ccc;
}
#main .wslider2{
padding-left:30px;

}
#main .ce_caroufredsel_gallery.block h1{
font-size:1.2em;
}

#kholder {
  position: absolute;
  top: 364px;
  margin-top: 0px;
  border-top: 0px solid purple;
  padding-top: 0px;
}
#kholder.fixed {
  position: fixed;
  top: 0;
}
#main .ce_gallery.galLine{
margin:0px;
padding:0px;
width:100%;
border:0px solid #ff0000;
height:150px;
}
#main .ce_gallery.galLine ul, #main .ce_gallery.galLine ul{
list-style:none;
float:left;
}/*
#main .ce_text.sprueche3.block{
margin-bottom: 10px;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-width: 100px;
-webkit-column-width: 100px;
column-width: 100px;
text-align: left;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}*/
#main .ce_text.sprueche3.block{
margin-bottom: 10px;
text-align: left;
}
#main .ce_text.sprueche2.block{
margin-bottom: 10px;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-width: 220px;
-webkit-column-width: 220px;
column-width: 220px;
text-align: left;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
#main .imgRight{
float:right;
margin-left:20px;
}
#main .ce_form.form-css3 .buttonS{
text-decoration:none; 
text-align:center; 
 padding:11px 32px; 
 border:solid 1px #c2c2c2; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 color:#ffffff; 
 background-color:#c7cd35; 
 background-image: -moz-linear-gradient(top, #ccc 0%, #777 100%); 
 background-image: -webkit-linear-gradient(top, #ccc 0%, #777 100%); 
 background-image: -o-linear-gradient(top, #ccc 0%, #777 100%); 
 background-image: -ms-linear-gradient(top, #ccc 0% ,#777 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#777',GradientType=0 ); 
 background-image: linear-gradient(top, #ccc 0% ,#777 100%);   
 /*-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  */
  
  }
  
 #main .ce_form.form-css3 .buttonS:hover{
 padding:11px 32px; 
 border:solid 1px #c2c2c2; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 color:#ffffff; 
 background-color:#5c0022; 
 background-image: -moz-linear-gradient(top, #777 0%, #ccc 100%); 
 background-image: -webkit-linear-gradient(top, #777 0%, #ccc 100%); 
 background-image: -o-linear-gradient(top, #777 0%, #ccc 100%); 
 background-image: -ms-linear-gradient(top, #777 0% ,#c7cd35 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989e0c', endColorstr='#c7cd35',GradientType=0 ); 
 background-image: linear-gradient(top, #777 0% ,#c7cd35 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }
 
#main .ce_form.form-css3 .buttonS:active{
 padding:11px 32px; 
 border:solid 1px #c2c2c2; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 color:#ffffff; 
 background-color:#94093c; 
 background-image: -moz-linear-gradient(top, #94093c 0%, #5c0022 100%); 
 background-image: -webkit-linear-gradient(top, #94093c 0%, #5c0022 100%); 
 background-image: -o-linear-gradient(top, #94093c 0%, #5c0022 100%); 
 background-image: -ms-linear-gradient(top, #94093c 0% ,#5c0022 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0022', endColorstr='#5c0022',GradientType=0 ); 
 background-image: linear-gradient(top, #94093c 0% ,#5c0022 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }
 #main .galLine .caption{
 margin:0px;
 padding:0px;
 border:0px solid #ff0000;
 line-height:10px;
 margin-top:-8px;
 }
 #left .image_container img{
 border:1px solid #cdcecf;
 }
 #bottom{
 margin-top:8px;
 font-size:10px;
 background-color:#FFF;
 color:#333;
 width:100%;
 text-align:center;
 line-height:20px;
 height:164px;

 }
  #bottom .inside{

	background-repeat: no-repeat;
	background-position: left top;
 padding-top:40px;
  }
 .kasten{
background: #fcfcfc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcfcfc 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#f1f1f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */

border:1px solid #ccc;
border-top:1px solid #f1f1f1;
padding:10px;
margin:10px;
  }
 #main   .kasten p.preis{
 font-weight:bold;
 text-align:right;
 font-size:140%;
 color:#989e0c;
  }
#main   .kasten h3{
 font-size:140%;
 color:#333;
 margin:0px;
 padding:0px; 
 margin-bottom:20px;
 border-bottom:1px solid #ccc;
  }
  #main p.rr{
  float:left;
  width:200px;
  }
  #main .image_container.float_right{
  margin-left:10px;
  text-align:right;
  }
 .caroufredsel_wrapper  img{max-width:100%;  height:auto;}
 
.slide.detail.active {
    background: url("../hg/up_slide.png") no-repeat scroll right center transparent;
}
.slide.detail  {
    background: url("../hg/down_slide.png") no-repeat scroll right center transparent;
}
.logoReihe{
padding:5px;
margin-left:10px;
margin-top:10px;
}
.shad{
-webkit-box-shadow: 1px 2px 2px #404040; /* webkit browser*/ 
-moz-box-shadow: 1px 2px 2px #404040; /* firefox */ 
box-shadow: 1px 2px 2px #404040;
}
#right .logoReihe a{
padding:0px;
margin:0px;
background-image:none;
display:inline;
}
#sym li, #sym ul{
list-style:none;
}
#sym {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
height:100px;
padding:4px;
}
#sym img{
margin-right:10px;
}
#bottom .r3, #bottom .r7, #bottom .r8{
float:left;
width:320px;
text-align:left;
}
#bottom .boti{
margin-left:30px;
}
#bottom h1{
font-size:16px;
line-height:18px;
padding:0px;
margin:0px;
margin-bottom:6px;
color:#8e0c4e;
padding-top:24px;
}
#bottom p{
line-height:14px;
padding:0px;
margin:0px;
margin-bottom:10px;
font-size:11px;
}
#bottom{
text-align:center;
}
#bottom .r6 img{
margin-left:20px;
}
#bottom .r6 {
width:170px;
}
#bottom .r8 {
width:90px;
}
#bottom a{
position:relative;
top:-6px;
color:#fff;
padding:0px;
margin:0px;
font-size:14px;
text-decoration:none;
line-height:10px;
}
#topLnk{
border:0px solid #ccc;
width:500px;
margin-left:60px;
}

#main .colK h1, #main .wegP h1{
font-size:16px;
line-height:18px;
margin-bottom:0px;
padding-bottom:10px;
margin-top:50px;
}
#main .wegP h1{
clear:both;
margin-top:20px;
border-top:6px solid #d9d9d9;
}
.colK img, .wegP img{
float:left;
margin-right:20px;
}
#dlh_googlemap_3{

}

.colK,  .blumensymbole p, #main .sprueche p{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.colK.hoverK,  .blumensymbole p.hoverK, #main .sprueche p.hoverK{
-webkit-box-shadow: 1px 1px 10px #CCCCCC;	/* webkit browser*/ 
-moz-box-shadow: 1px 1px 10px #CCCCCC;	/* firefox */ 
box-shadow: 1px 1px 10px #CCCCCC;
margin:4px 0px 0px 4px;
margin:4px;
    outline:none;
}
#main .ce_text.wegP.block {
border-bottom:0px dashed #ccc;
padding-bottom:30px;
clear:both;
}
.blumensymbole p, #main .sprueche p{
-webkit-box-shadow: 1px 1px 10px #fff;	/* webkit browser*/ 
-moz-box-shadow: 1px 1px 10px #fff;	/* firefox */ 
box-shadow: 1px 1px 10px #fff;
margin:4px 0px 0px 4px;
margin:4px;
outline:none;
}
.popK{
text-decoration:none;
float:right;
font-weight:bold;
font-size:12px;
color:#777;
}
.popK:hover{
text-decoration:none;
float:right;
color:#000
}
#main .ce_gallery li{
list-style:none;
}
#main .ce_accordion.wegP.block{


}
#main .ce_gallery.block {
clear:both;
}
#main .toggler.ui-accordion-header{
position:relative;
top:-30px;
display:inline;
border:0px;
font-weight:bold;
font-size:12px;
color:#777;
cursor:pointer;
}
#ttpp{
clear:both;
margin-top:100px;
border:10px dashed #ff0000;
}
#main .colK  #ttpp h1, #main .wegP #ttpp h1{
clear:both;
margin-top:200px;
border:10px dashed #ff0000;
}
#main .lined{
padding:10px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
height:70px;
}
#main .emailP .reihe h1, #main .emailP  .reihe p{
margin:0px;
padding:0px;
font-size:10px;
}
#main .emailP  .reihe h1{
font-size:14px;
color:#1d1566;
font-weight:bold;
}
#main .emailP .reihe{
border-left:4px solid #d9d9d9;
padding:6px;
margin-bottom:4px;
margin-right:4px;
}
#main .ce_text.emailP.block{
margin-bottom:10px;

}
#main .ce_text.einzug.block{
margin-left:20px;
}
.unternehmen #main .ce_accordion .toggler, .unternehmen  #main .ce_accordion .toggler.ui-state-active{
background-image:none;
padding:0px;
padding-left:0px;
}

#main .ce_accordion .toggler{
background:url("../hg/plus.png") no-repeat left center;
padding:6px;
padding-left:28px;
}
#main .ce_accordion .toggler.ui-state-active{
background: url("../hg/minus.png") no-repeat left center;
}
#left .level_2{
margin-left:20px;
}
#left .level_2 a{
text-transform:	none;
}
#main .imgRe{
float:right;
width:150px;
margin-left:20px;
}
#main .blumen p{
display:block;
clear:both;
border-bottom:1px solid #ccc;
padding:4px 1px;
min-height:110px;
}
#main .blumen p img{
margin-right:16px;
margin-bottom:10px;
}

.fontsize {
    font-size: 13px;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 887;
	background:rgba(255,255,255,0.7); 
	color:#585487;
	padding:2px 8px;
	border-radius: 0px 0px 8px 8px; 
-moz-border-radius: 0px 0px 8px 8px; 
-webkit-border-radius: 0px 0px 8px 8px; 
border: 0px solid #ffffff;
display:none;
}
.fontsize img{
padding:4px;
}
#main .startImg {
background-color:#aea8ac;
color:#fff;
}
#main .startImg .image_container{
background-color:#FFF;
padding-right:10px;

} 

#topLnk {
/*position:relative;*/
}
#tpb{
position:absolute;
right:5px;
bottom:10px;
}

.kontakt label {
    display: none;
}
.kontakt input, .kontakt textarea {
    font-size: 1.4em;
    line-height: 2em;
    margin-bottom: 10px;
}
.kontakt .submit {
    padding:10px 20px;
}
#main .ce_text.teamP.block{
background-color:#ada7ac;
color:#fff;
margin-bottom:100px;
padding-right:10px;
}
#main .teamP h2{
color:#fff;
}
.teamP .image_container.float_left{
border-right:10px solid #fff;
}
#mobileNav{
    display:none;
}

#mobileNav .level_2{
        margin-left:20px;
    }
    #mobileNav .level_2 a{
        border-bottom:1px solid #ccc;
        display:block;
        font-weight:300;
        padding-left:6px;
    }
    #mobileNav li{
        padding-top:10px;
        padding-bottom:10px;
    }
    #mobileNav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    }

@media (max-width: 979px){ 
    #topNavi {
        display:none;
    }
    #navi{
        height:10px;
    }
    #left{
        position:absolute;
        top:0px;
        left:-320px;
        background-color:#FFF  ;
        width:320px;
        z-index:2045;
        border:0px solid #a18c6f;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.45);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.45);
        -webkit-transition: all 0.4s ease;                  
        -moz-transition: all 0.4s ease;                 
        -o-transition: all 0.4s ease;   
        -ms-transition: all 0.4s ease;          
        transition: all 0.4s ease;
        border-bottom-right-radius:15px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    }
    #left.aktiv{
           left:0px; 
           -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    }
    #swb{
        display: table;
    }
    #secondNavi{
        display:none;
    }
    #mobileNav{
    display:block;
    padding-left:20px;
}
 #mobileNav .level_2 li a {
     padding:6px;
        padding-left:6px;
    }

    #mobileNav .level_2 li.active {
        background-color: #ccc ;
        color:#8e0c4e;
        /*padding-left:6px;*/
    }
    #mobileNav span.forward.trail.submenu{
        color:#444 ;
        font-weight:bold;
    }
    #mobileNav .level_2 li.active span {
        padding-left:6px;
    }
    
    #wrapper,#wrapper,#content, #imageTop, #main  {
        width: 100%;
    }
     #main {
        width: 100%;
        float:none;
        clear: both;
        box-sizing:  border-box;
        padding:20px 20px;
    }
    #mainContent, #topLnk  {
        width: 100%;
        margin-left: 0;
    }
    #imageTop h1 {
        width: auto;
    }
    
    #topLnk img{
    width:97%;
}

#main {
    margin-left: 0px;
	}
}

@media (max-width: 920px){ 
#logoTop{
    background: rgba(255,255,255,.7);
}
#t-image h1{
    background: rgba(50,50,50,.7);
}
#bottom .r3{
    width:32%;
    box-sizing:  border-box;
    padding:10px;
}

}

@media (max-width: 440px){ 
    .ce_text.teamP.block{
        text-align:center!important;
    }
    .ce_text.teamP.block .image_container.float_left{
        float: none;
        clear:both;
        margin:0px auto!important;
        display: block;
        border:0px;
    }
    #bottom .r3{
                float: none;
        clear:both;
        margin:0px auto!important;
        display: block;
        border:0px;
        text-align:center!important;
    }

    .image_container.float_right, .image_container.float_left, .ce_image.right {
        float: none;
        clear:both;
        margin:0px auto!important;
        display: block;
        text-align:center!important;
    }
    .ce_text.startImg.block{
          text-align:center!important;
    }
    
    .mod_rocksolid_slider{
        width:100%!important;
    }
    
}
@media (max-width: 540px){ 
    input, textarea{
        width:96%!important;
    }
    .dlh_googlemap {
     margin: 0px; 
    /* padding-bottom: 10px; */
    }
     #bottom .r3.first{   
         width:50%;
         float:none;
             text-align: center;
     }
     #bottom .boti {
     margin: 0px auto; 
}
    #bottom .r3{
    width:50%;
    box-sizing:  border-box;
    padding:10px;
    text-align: center;
}
#topLnk img{
    width:97%;
}
}