/* CSS Document */

/* Cat-Menü */






/* BOF SUBMENUE unten aus Seite */

#subpagemenu {
	margin: 0 0 20px 0;
	padding-bottom:10px;
	overflow:hidden;
}

#subpagemenu ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#subpagemenu ul li {
 /*   clear: both;*/
	 float:left;
    display: block;
    padding: 7px 10px 7px 0px;
	 margin-right:20px;
}
#subpagemenu ul a {
	color: #7f7f7f;
	/*font-family: 'PT Sans', sans-serif;*/
	font-size: 15px;
	margin-bottom: 2px;
	transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	text-decoration: none;
}
#subpagemenu ul a:hover, #subpagemenu ul a.active {
	color: #7f7f7f;
}
#subpagemenu ul a.active {
	font-weight:bold;
}

/* EOF SUBMENUE unten aus Seite */



/* BOF tablet NAV nav_tablet */
/*
#nav_tablet{
	position:fixed;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
	z-index:10000;
	padding-left:10px;
	display:none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#logo_tablet{
	background: url(../images/clients/munichre/logo.png) 0px 0px no-repeat;
	display: block;
	float:left;
	
	outline: medium none;
	overflow: hidden;
	text-indent: -99999px;
	
	height: 40px;
	width: 200px;
}
#tablet_nav_ef{
	display:none;
	
}


#tablet_nav_ef ul {
    clear:both;
	 list-style: outside none none;
    margin: 0;
    padding: 0;
}
#tablet_nav_ef li {
	display:block;
}

#tablet_nav_ef li a {
    border-bottom: 1px solid #f6f6f6;
    line-height: 39px;
    padding: 0;
    text-align: center;
    color: #525252;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
#tablet_nav_ef li a:hover, #tablet_nav_ef li a.active {
	 color: #E2001A;
}


.btn-menu {
    background: none repeat scroll 0 0 #f1f1f1;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 42px;
    margin: 9px;
    opacity: 0.8;
    padding: 18px 10px;
    position: static;
    transition: all 150ms ease 0s;
    width: 42px;
}

.btn-menu span {
    display: none;
}


.btn-menu .navicon::before, .btn-menu .navicon::after {
    transition: all 150ms ease 0s;
}
.navicon::before {
    background: none repeat scroll 0 0 #111;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 8px;
    transition: all 400ms ease 150ms;
    width: 24px;
}
.btn-menu .navicon::before, .btn-menu .navicon::after {
    transition: all 150ms ease 0s;
}
.navicon::after {
    background: none repeat scroll 0 0 #111;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -8px;
    transition: all 400ms ease 150ms;
    width: 24px;
}
.navicon {
    background: none repeat scroll 0 0 #111;
    border-radius: 2px;
    height: 4px;
    position: relative;
    transition: all 150ms ease 0s;
    width: 24px;
}
.btn-menu {
    cursor: pointer;
}

.btn-menu.open .navicon::before, .btn-menu.open .navicon::after {
    top: 0;
    transition: all 150ms ease 0s;
}
.btn-menu.open .navicon::before {
    transform: rotate(-45deg);
    transform-origin: 50% 50% 0;
}
.btn-menu .navicon::before, .btn-menu .navicon::after {
    transition: all 150ms ease 0s;
}
.navicon::before {
    background: none repeat scroll 0 0 #111;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 8px;
    transition: all 400ms ease 150ms;
    width: 24px;
}
.btn-menu.open .navicon::before, .btn-menu.open .navicon::after {
    top: 0;
    transition: all 150ms ease 0s;
}
.btn-menu.open .navicon::after {
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
}
.btn-menu .navicon::before, .btn-menu .navicon::after {
    transition: all 150ms ease 0s;
}
.navicon::after {
    background: none repeat scroll 0 0 #111;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -8px;
    transition: all 400ms ease 150ms;
    width: 24px;
}
.btn-menu.open .navicon {
    background: none repeat scroll 0 0 transparent;
}
.navicon {
    background: none repeat scroll 0 0 #111;
    border-radius: 2px;
    height: 4px;
    position: relative;
    transition: all 150ms ease 0s;
    width: 24px;
}
*/
