@charset "utf-8";



html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}


body
{
	
	
	/*
	width:100%;
	
	position:relative;
	*/
	
}


table 
{
	border-collapse: collapse;
}


a:before
{
	position:absolute;
}


*
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	-webkit-box-sizing:border-box;
}

td{
	vertical-align:top;
}



#layout_main
{

/*
	height:100%;
	
*/
	width:900px;
 	position:relative;
	margin:auto;
	margin-top:40px;

}



#content
{
	vertical-align:top;	
	padding-top:100px;
	width:100%;
/*
	text-align:center;
	*/
}


#content>div>p
{
	margin-top:0px;
	line-height:28px;
	margin-top: -4px;
	
}


#info_panel
{
	vertical-align:top;
	width:300px;
	display:inline-block;
}




#menu 
{
    left: 0;
    position: absolute;
    text-align: center;
    top: 727px;
    width: 100%;
    z-index: 100;
    padding-bottom:40px;
	
	
}

#menu a {
		
	background-image:url(../fixes_css/blank.gif);	
	display:block;
	
	color:#000;
	text-decoration: none;
	line-height: 22px;	
	vertical-align:middle;
	font-weight: normal;
	text-transform: uppercase;
	

}

.menu
{
	position:relative;
}

.menu a {
	white-space:nowrap;	
	
	margin-right:40px;
}

.menu_group .menu:last-of-type a {	
	margin-right:0px;
}

#menu .menu_group .menu_group
{
	padding-top:10px;
	margin-left:-5px;	
}
#menu .menu_group .menu_group .menu_group
{
	margin-top:-11px;
}








.menu .menu a {
	text-align:left;		
}


#menu a[selected="true"]
{
	color:#000;
	font-weight:bold;
}


#menu .menu .menu[selected="true"] a[selected="true"]
{
	color:#f5ac00;
}


#menu .menu_group .menu a:hover
{
	color:#000;
	text-decoration: underline;
}









#menu .menu_group .menu_group a
{
	color:white;
	background-color:#ed1d24;
	border: 1px solid white;
	border-top: none;
	white-space:normal;
	
	padding:5px;
	padding-top:6px;
	padding-bottom:6px;
	line-height:120%;
}

#menu .menu_group .menu_group .menu:first-of-type a
{
	border-top: 1px solid white;
}



#menu .menu_group .menu_group a:hover
{
	color:white;
	background-color:#f5ac00;
}



#menu .menu_group{
	padding:0px;	
	margin:0px;		
	text-align:center;
	list-style-type:none;	
	
}

#menu .menu_group .menu{
	display: inline-block;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;	
	list-style-type: none;
}






#menu .menu_group .menu_group .menu
{
	display:inline-block;
	position:relative;

}






#menu .menu_group .menu_group 
{
	display:none;
}







#menu .menu_group .menu_group
{
	width:200px;
	position:absolute;	
	
	
}


#menu .menu_group .menu_group .menu
{
	width:100%;	
}

#menu .menu_group .menu_group a
{
	margin:0px;	
}

#menu .menu_group .menu_group .menu_group
{
	width:200px;
	left:204px;	
	top:0px;	
}




#menu>.menu_group>.menu:nth-of-type(3)
{
	margin-right:100px;
}




#menu_logo
{
	position:absolute;
	left:0px;
	top: -8px;
	width:100%;
	text-align: center;	

}


#menu_logo a
{
	display:inline-block;
	margin:0px;
	padding:0px;
	width:40px;
	text-align: center;

	z-index:101;
}


#submenu
{
	width:100%;
	
	padding-top:23px;
	
}








img
{
	border:0px none;
}



#logo
{
	left:0px;
	top:0px;
    position: absolute;
    text-align: center;
    width: 100%;
    position:center;
	display:none;
}




#btnImpressum
{
	position:absolute;
	width:100px;
	top:640px;
	color:#7b7176;	
	color:white;
	font-size:14px;
	right:-110px;		
	display:none;
}



input, textarea
{
	border: 1px solid #b2b2b2;
	margin-bottom: 12px;
	padding:6px;
	width:100%;

}


#slideshow iframe
{
	margin-top:-1px;
	
}

.contact
{
	position:absolute;
	right:0px;
	top:300px;
	width:260px;	
  	line-height: 140%;
}

.contact input
{
	display:block;
}
.contact textarea
{
	height:110px;
}
.contact .btnSubmit
{
	width:50%;
}
.contact .btnSubmit:hover
{
	text-decoration: underline;
	cursor: pointer;
}


.page_Exner .blog.detail .mainText
{
	bottom:0px;
	position:absolute;
}

.page_Exner .mainText p:last-of-type
{
	margin-bottom:0px;
}

.page_Geschäft .blog.detail
{
	overflow-y:hidden !important;
	
	
}

.page_Intro #logo
{
   display:none;
}


.page_Intro #menu {

    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 6s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

