@charset "utf-8";
/* CSS Document */

/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 28px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h2 { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h3 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h4 { font-size: 22px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h5 { font-size: 24px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }

.nav1 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:hover { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:active { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }

.footnav1 a { font-size: 18px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:hover { font-size: 18px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ff0000; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:active { font-size: 18px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }

.footnav2 a { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:hover { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:active { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }

li_foot { list-style-type:none; text-decoration:none }
.col1 { position:absolute; z-index: 99; top:40px; left:20px }
.col2 { position:absolute; z-index: 99; top:40px; right:360px }
.col3 { position:absolute; z-index: 99; top:40px; right:180px }
.webstyle { position:absolute; top:5px; left:10px;}
.bm_anker { position:absolute; right:10px }
 
 /* Hauptmenü ------------------------------------------------------------------------------------------- */
ul { position: absolute; list-style-type:none; margin:0; padding:0 }
/*Create a horizontal list with spacing*/
li { display:inline-block; float:left; margin:0px; }
/*Style for menu links*/
li a {
 display:block;
 min-width:180px;
 height: 40px;
 text-align: center;
 line-height: 42px;
 letter-spacing: 1px;
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 font-weight:600;
 color: #fff;
 background: #757568;
 text-decoration: none;}
 
/*Hover state for top level links*/
li:hover a { background:#54544a; color:#fff;}
/*Style for dropdown links*/
li:hover ul a {
 background: #F0F0D5;
 color: #54544a;
 height: 30px;
 text-align: left;
 padding-left:20px;
 font-size: 16px;
 font-weight:normal;
 line-height: 30px;
 letter-spacing: 0.5px;
 border-bottom: 1px solid #ddd;
 border-left: 1px solid #fff;
 border-right: 1px solid #eee;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 text-shadow: none }
 
/*Hover state for dropdown links*/
li:hover ul a:hover { background: #fff;color: #F0322C}
/*Hide dropdown links until they are needed*/
li ul { display:none }
/*Make dropdown links vertical*/
li ul li { display: block; float:none }
/*Prevent text wrapping*/
li ul li a { width: auto; min-width: 140px; padding: 0 20px }
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover { display: block; padding-top:2px }

/*Style 'show menu' label button and hide it by default*/
.show-menu {
 display: none;
 font-family: 'Open Sans', sans-serif;
 text-decoration: none;
 text-align: center;
 font-size: 24px;
 font-weight:normal;
 color: #fff;
 text-shadow: 1px 1px 1px #000;
 background:#757568;
 border-bottom: 1px solid #fff;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); 
 border-left: hidden;
 border-right:hidden}
/*Hide checkbox*/
input[type=checkbox]{
 display:none; -webkit-appearance:none;}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{ display:block;}

/* Foot --------------------------------------------------------------------------------------- */
.btn_home { position: absolute;display:block; left:0px; width:100px; height:100px; background:url('../bm/home1a.png') bottom }
.btn_home:hover { background-position: center }
.btn_home:active { background-position: bottom }
.btn_email1 { position: absolute;display:block; left:100px; width:100px; height:100px; background:url('../bm/email1a.png') bottom }
.btn_email1:hover { background-position: center }
.btn_email1:active { background-position: bottom }
.btn_tel1 { position: absolute;display:none; left:200px; width:100px; height:100px; background:url('../bm/tel1a.png') bottom }
.btn_tel1:hover { background-position: center }
.btn_tel1:active { background-position: bottom }

.btn_email2 { position:relative; display:block; left:0px; width:350px; height:180px; background:url('../bm/email2a.png') top }
.btn_email2:hover { background-position:bottom }
.btn_mehr1 { position:relative; display:block; left:0px; width:176px; height:40px; background:url('../bm/btn_mehr1.png') top; background-size:176px }
.btn_mehr1:hover { background-position:bottom }

.bm_anker {display:block; width:80px; height:60px; top:40px; background:url('../bm/anker.png') top }
.bm_anker:hover { background-position: center }
.bm_anker:active { background-position: bottom }


	
/* Tablet Querformat --------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen 
  and (min-width: 901px)
  and (max-width: 1120px)
{
li_foot { list-style-type:none; text-decoration:none }
.col1 { position:absolute; top:20px; left:20px }
.col2 { position:absolute; top:40px; right:300px }
.col3 { position:absolute; top:40px; right:160px }
#webstyle { position:absolute; top:5px; left:10px;}
.bm_anker { position:absolute; right:20px }

/*Style for menu links*/
li a {
 display:block;
 min-width:140px;
 height: 40px;
 text-align: center;
 line-height: 44px;
 letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight:600;
 color: #fff;
 background: #757568;
 text-decoration: none;
 border-bottom: 1px solid #888;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)}
 
/*Style for dropdown links*/
li:hover ul a {
 background: #F0F0D5;
 color: #54544a;
 height: 30px;
 text-align: center;
 padding-left:20px;
 font-size: 18px;
 font-weight:normal;
 line-height: 30px;
 border-bottom: 1px solid #ddd } 
 
 /*Make dropdown links appear inline*/
ul { z-index: 90; position: static; display: none }
/*Create vertical spacing*/
li { margin-bottom: 0px }
/*Make all menu links full width*/
ul li, li a { z-index: 90; width: 100% 
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover { display: block; padding-top:0px; }

/*Display 'show menu' link*/
.show-menu {
 z-index: 90;
 display:block;
 height: 40px;
 line-height: 40px;
 background:#757568;
 color:#fff;
 font-size: 22px;
 font-weight:bold;
 text-shadow: 1px 1px 1px #000;
 border-bottom: 1px solid #ccc;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) }
 
 .bm_tel { display:none }
}

/* Tablet Hochformat --------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen 
  and (min-width: 751px)
  and (max-width: 900px)
{
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 26px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h2 { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h3 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h4 { font-size: 20px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h5 { font-size: 22px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }	

.nav1 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }

.footnav1 a { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ffffff; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ff0000; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ffffff; margin: 0px; text-decoration: none; text-underline: none }

.footnav2 a { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:hover { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:active { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }

	
li_foot { list-style-type:none; text-decoration:none }
.col1 { position:absolute; top:20px; left:20px }
.col2 { position:absolute; top:40px; right:300px }
.col3 { position:absolute; top:40px; right:160px }
#webstyle { position:absolute; top:5px; left:10px;}
.bm_anker { position:absolute; right:20px }

/*Style for menu links*/
li a {
 display:block;
 min-width:140px;
 height: 40px;
 text-align: center;
 line-height: 44px;
 letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight:600;
 color: #fff;
 background: #757568;
 text-decoration: none;
 border-bottom: 1px solid #888;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)}
 
/*Style for dropdown links*/
li:hover ul a {
 background: #F0F0D5;
 color: #54544a;
 height: 30px;
 text-align: center;
 padding-left:20px;
 font-size: 18px;
 font-weight:normal;
 line-height: 30px;
 border-bottom: 1px solid #ddd } 
 
 /*Make dropdown links appear inline*/
ul { z-index: 90; position: static; display: none }
/*Create vertical spacing*/
li { margin-bottom: 0px }
/*Make all menu links full width*/
ul li, li a { z-index: 90; width: 100% 
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover { display: block; padding-top:0px; }

/*Display 'show menu' link*/
.show-menu {
 z-index: 90;
 display:block;
 height: 40px;
 line-height: 40px;
 background:#757568;
 color:#fff;
 font-size: 22px;
 font-weight:bold;
 text-shadow: 1px 1px 1px #000;
 border-bottom: 1px solid #ccc;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) }
 
 .bm_tel { display:none }

}

/* Smartphone Querformat --------------------------------------------------------------------------------------- */
@media only screen 
  and (min-width: 521px)
  and (max-width: 750px)
{
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 24px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h2 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h3 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h4 { font-size: 18px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h5 { font-size: 20px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }	

.nav1 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }

.footnav1 a { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ff0000; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }

.footnav2 a { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:hover { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:active { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }

		
	
li_foot { list-style-type:none; text-decoration:none }
.col1 { position:absolute; top:20px; left:20px }
.col2 { display:none }
.col3 { position:absolute; top:40px; right:120px }
#webstyle { position:absolute; top:5px; left:10px;}
.bm_anker { position:absolute; right:20px }

/*Style for menu links*/
li a {
 display:block;
 min-width:140px;
 height: 40px;
 text-align: center;
 line-height: 44px;
 letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight:600;
 color: #fff;
 background: #757568;
 text-decoration: none;
 border-bottom: 1px solid #888;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)}
 
/*Style for dropdown links*/
li:hover ul a {
 background: #F0F0D5;
 color: #54544a;
 height: 30px;
 text-align: center;
 padding-left:20px;
 font-size: 18px;
 font-weight:normal;
 line-height: 30px;
 border-bottom: 1px solid #ddd } 
 
 /*Make dropdown links appear inline*/
ul { z-index: 90; position: static; display: none }
/*Create vertical spacing*/
li { margin-bottom: 0px }
/*Make all menu links full width*/
ul li, li a { z-index: 90; width: 100% 
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover { display: block; padding-top:0px; }

/*Display 'show menu' link*/
.show-menu {
 z-index: 90;
 display:block;
 height: 40px;
 line-height: 40px;
 background:#757568;
 color:#fff;
 font-size: 22px;
 font-weight:bold;
 text-shadow: 1px 1px 1px #000;
 border-bottom: 1px solid #ccc;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) }
 
/* Foot --------------------------------------------------------------------------------------- */
.btn_home { position: absolute;display:block; left:0px; width:100px; height:100px; background:url('../bm/home1a.png') bottom }
.btn_home:hover { background-position: center }
.btn_home:active { background-position: bottom }
.btn_email1 { position: absolute;display:block; left:100px; width:100px; height:100px; background:url('../bm/email1a.png') bottom }
.btn_email1:hover { background-position: center }
.btn_email1:active { background-position: bottom }
.btn_tel1 { position: absolute;display:block; left:0px; top:100px; width:100px; height:100px; background:url('../bm/tel1a.png') bottom }
.btn_tel1:hover { background-position: center }
.btn_tel1:active { background-position: bottom }

.btn_email2 { position:relative; display:block; left:0px; width:350px; height:180px; background:url('../bm/email2a.png') top }
.btn_email2:hover { background-position:bottom }
.btn_mehr1 { position:relative; display:block; left:0px; width:176px; height:40px; background:url('../bm/btn_mehr1.png') top; background-size:176px }
.btn_mehr1:hover { background-position:bottom }	
	
}



/* Smartphone Hochformat ----------------------------------------------------------------------------------------*/
@media only screen 
  and (min-width: 300px)
  and (max-width: 520px)
{
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 24px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h2 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h3 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h4 { font-size: 18px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }
h5 { font-size: 20px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px }	

.nav1 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #F0322C; margin: 0px; text-decoration: none; text-underline: none }
.nav2 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #097B74; margin: 0px; text-decoration: none; text-underline: none }

.footnav1 a { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ffffff; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ff0000; margin: 0px; text-decoration: none; text-underline: none }
.footnav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Poppins', sans-serif; color: #ffffff; margin: 0px; text-decoration: none; text-underline: none }

.footnav2 a { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:hover { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-underline: none }
.footnav2 a:active { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #757568; margin: 0px; text-decoration: none; text-underline: none }

		
li_foot { list-style-type:none; text-decoration:none }
.col1 { position:absolute; top:20px; left:10px }
.col2 { display:none }
.col3 { position:absolute; top:40px; right:120px }
#webstyle { position:absolute; top:5px; left:10px;}
.bm_anker { position:absolute; right:20px }

/*Style for menu links*/
li a {
 display:block;
 min-width:140px;
 height: 40px;
 text-align: center;
 line-height: 44px;
 letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight:600;
 color: #fff;
 background: #757568;
 text-decoration: none;
 border-bottom: 1px solid #888;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)}
 
/*Style for dropdown links*/
li:hover ul a {
 background: #F0F0D5;
 color: #54544a;
 height: 30px;
 text-align: center;
 padding-left:20px;
 font-size: 18px;
 font-weight:normal;
 line-height: 30px;
 border-bottom: 1px solid #ddd } 
 
 /*Make dropdown links appear inline*/
ul { z-index: 90; position: static; display: none }
/*Create vertical spacing*/
li { margin-bottom: 0px }
/*Make all menu links full width*/
ul li, li a { z-index: 90; width: 100% 
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover { display: block; padding-top:0px; }

/*Display 'show menu' link*/
.show-menu {
 z-index: 90;
 display:block;
 height: 40px;
 line-height: 40px;
 background:#757568;
 color:#fff;
 font-size: 22px;
 font-weight:bold;
 text-shadow: 1px 1px 1px #000;
 border-bottom: 1px solid #ccc;
 -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) }
 
/* Foot --------------------------------------------------------------------------------------- */
.btn_home { position: absolute;display:block; left:0px; width:80px; height:80px; background:url('../bm/home1a.png') bottom; background-size:80px }
.btn_home:hover { background-position: center }
.btn_home:active { background-position: bottom }
.btn_email1 { position: absolute;display:block; left:0px; top:80px; width:80px; height:80px; background:url('../bm/email1a.png') bottom; background-size:80px }
.btn_email1:hover { background-position: center }
.btn_email1:active { background-position: bottom }
.btn_tel1 { position: absolute;display:block; left:0px; top:160px; width:80px; height:80px; background:url('../bm/tel1a.png') bottom; background-size:80px }
.btn_tel1:hover { background-position: center }
.btn_tel1:active { background-position: bottom }

.btn_email2 { position:relative; display:block; left:0px; width:350px; height:180px; background:url('../bm/email2a.png') top }
.btn_email2:hover { background-position:bottom }
.btn_mehr1 { position:relative; display:block; left:0px; width:176px; height:40px; background:url('../bm/btn_mehr1.png') top; background-size:176px }
.btn_mehr1:hover { background-position:bottom }

.bm_anker {display:block; width:80px; height:60px; top:40px; background:url('../bm/anker.png') top }
.bm_anker:hover { background-position: center }
.bm_anker:active { background-position: bottom }




}  