﻿@charset "utf-8";
/* CSS Document */

/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 30px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px}
h3 { font-size: 26px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h4 { font-size: 24px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h6 { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px }
h7 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #ffffff; margin: 0px }
h8 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #aaaaaa; margin: 0px }

strong { font-weight:700 }
strong2 { font-weight:800 }
.b1 { font-weight:700 }

a:link { text-decoration:none; text-decoration-line:none }
a:visited { text-decoration:none; text-decoration-line:none }
a:hover { text-decoration:none; text-decoration-line:none }
a:active { text-decoration:none; text-decoration-line:none }

.nav1 a { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:hover { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:active { font-size: 20px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }

.footnav1 a { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:hover { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:active { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #eee; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }

li_foot { list-style-type:none; text-decoration:none }
.col1 { position:absolute; z-index:90; top:0px; left:20px; width:500px; height:180px; }
.col2 { position:absolute; z-index:90; top:0px; right:20px; width:120px }
.col3 { position:absolute; z-index:90; top:90px; right:20px; width:120px }
.col4 { position:absolute; z-index:90; top:00px; right:210px; width:200px }
.col5 { position:absolute; z-index:90; top:120px; right:210px; width:200px }
.col6 { position:absolute; z-index:90; top:260px; right:210px; width:200px }

.bottom { position:relative; top:0px; padding-right:10px;}

/* CSSMENU --------------------------------------------------------------------------------------- */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; 
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu { font-family: Montserrat, sans-serif; width:1100px; margin:0px auto }
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
/* Buttons Hauptmenu*/
#cssmenu > ul > li > a {
  padding: 12px 0px 10px 40px;
  font-size: 16px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #7a7a7a;
  font-weight: 700;
  text-transform: uppercase;}
#cssmenu > ul > li:hover > a { color: #1136a0; text-shadow: 1px 1px 1px #fdd8d3}
#cssmenu > ul > li.has-sub > a {padding-right: 30px;}

/* + Symbol */
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #888888;
  content: '' }
/* + Symbol */
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 16px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #888888;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;}
#cssmenu > ul > li.has-sub:hover > a:before {top:18px;height:0}
#cssmenu > ul > li.has-sub:hover > a:after { background:#1136a0}
#cssmenu ul ul { position:absolute; left:-9999px;}

#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;}

/* Untermenu */
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(206, 217, 235, 0.35);
  top:2px;
  padding: 10px 10px 9px 40px;
  width: 340px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: rgba(170, 180, 196, 0.95);
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #1136a0; background: rgba(206, 217, 235, 1);
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

/* Foot --------------------------------------------------------------------------------------- */
.home { display: block; width: 100px; height: 100px; background: url('../bm/b_home1.png') bottom; background-size:100px}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }

.email1 { display: block; width: 100px; height: 100px; background: url('../bm/b_email1.png') bottom; background-size:100px}
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }

.anfahrt1 { display: block; width: 100px; height: 100px; background: url('../bm/b_anfahrt1.png') bottom; background-size:100px}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }

.telefon1 { display: none}

.anker { display: block; width: 100px; height: 100px; background: url('../bm/b_anker1.png') bottom; background-size:100px}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
  
.deu1 { display: block; width: 50px; height: 50px; background: url('../bm/b_deu1.png') bottom; background-size:50px}
.deu1:hover { background-position: 0 0 } 
.deu1:active { background-position: 0 center }
.frz1 { display: block; width: 50px; height: 50px; background: url('../bm/b_frz1.png') bottom; background-size:50px}
.frz1:hover { background-position: 0 0 } 
.frz1:active { background-position: 0 center }


/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen
  and (min-width: 991px)
  and (max-width: 1120px)
{  
.col1 { position:absolute; z-index:90; top:0px; left:20px; width:500px; height:180px; }
.col2 { position:absolute; z-index:90; top:0px; right:30px; width:120px }
.col3 { position:absolute; z-index:90; top:90px; right:30px; width:120px }
.col4 { position:absolute; z-index:90; top:00px; right:210px; width:200px }
.col5 { position:absolute; z-index:90; top:120px; right:210px; width:200px }
.col6 { position:absolute; z-index:90; top:260px; right:210px; width:200px }
}

/* Tablet Hochformat (Portrait) */
@media only screen
  and (min-width: 768px)
  and (max-width: 990px) 
{  
#cssmenu { font-family: Montserrat, sans-serif; width:100%; margin:0px auto }
#cssmenu > ul > li > a { padding: 12px 0px 10px 22px; font-size:16px; letter-spacing:0px; text-decoration:none; color:#7a7a7a; font-weight:700; text-transform:uppercase}  
    
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 26px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px}
h3 { font-size: 24px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h4 { font-size: 22px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h6 { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px }   
    
.nav1 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }

.footnav1 a { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:hover { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:active { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #eee; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }   
  
.col1 { position:absolute; z-index:90; top:0px; left:20px; width:500px; height:180px; }
.col2 { position:absolute; z-index:90; top:0px; right:0px }
.col3 { position:absolute; z-index:90; top:0px; right:30px }
.col4 { position:absolute; z-index:90; top:00px; right:150px; width:200px }
.col5 { position:absolute; z-index:90; top:120px; right:150px; width:200px }
.col6 { position:absolute; z-index:90; top:260px; right:150px; width:200px }
  
/* Foot --------------------------------------------------------------------------------------- */
.home { display: block; width: 90px; height: 90px; background: url('../bm/b_home1.png') bottom; background-size:90px}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }

.email1 { display: block; width: 90px; height: 90px; background: url('../bm/b_email1.png') bottom; background-size:90px}
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }

.anfahrt1 { display: block; width: 90px; height: 90px; background: url('../bm/b_anfahrt1.png') bottom; background-size:90px}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }

.telefon1 { display: none}

.anker { display: block; width: 90px; height: 90px; background: url('../bm/b_anker1.png') bottom; background-size:90px}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
  
.deu1 { display: block; width: 40px; height: 40px; background: url('../bm/b_deu1.png') bottom; background-size:40px}
.deu1:hover { background-position: 0 0 } 
.deu1:active { background-position: 0 center }
.frz1 { display: block; width: 40px; height: 40px; background: url('../bm/b_frz1.png') bottom; background-size:40px}
.frz1:hover { background-position: 0 0 } 
.frz1:active { background-position: 0 center }   
}


/* Smartphone Querformat (Landscape) */
@media only screen
  and (min-width: 481px)
  and (max-width: 767px) 
{ 
#cssmenu { font-family: Montserrat, sans-serif; width:100%; margin:0px auto }
#cssmenu > ul > li > a { padding: 12px 0px 10px 22px; font-size:16px; letter-spacing:0px; text-decoration:none; color:#7a7a7a; font-weight:700; text-transform:uppercase}  
    
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 24px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px}
h3 { font-size: 22px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h4 { font-size: 20px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h6 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px }   
    
.nav1 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:hover { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:active { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }

.footnav1 a { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:hover { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:active { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #eee; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }   
  
.col1 { position:absolute; z-index:90; top:0px; left:20px; width:200px; height:180px; }
.col2 { position:absolute; z-index:90; top:0px; right:0px }
.col3 { position:absolute; z-index:90; top:0px; right:30px }
.col4 { display:none}
.col5 { display:none}
.col6 { position:absolute; z-index:90; top:260px; left:20px; width:200px }
  
/* Foot --------------------------------------------------------------------------------------- */
.home { display: block; width: 80px; height: 80px; background: url('../bm/b_home1.png') bottom; background-size:80px}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }

.email1 { display: block; width: 80px; height: 80px; background: url('../bm/b_email1.png') bottom; background-size:80px}
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }

.anfahrt1 { display: block; width: 80px; height: 80px; background: url('../bm/b_anfahrt1.png') bottom; background-size:80px}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
    
.telefon1 { display: block; width: 80px; height: 80px; background: url('../bm/b_tel1.png') bottom; background-size:80px}
.telefon1:hover { background-position: 0 0 } 
.telefon1:active { background-position: 0 center }

.anker { display: block; width: 80px; height: 80px; background: url('../bm/b_anker1.png') bottom; background-size:80px}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
  
.deu1 { display: block; width: 50px; height: 50px; background: url('../bm/b_deu1.png') bottom; background-size:50px}
.deu1:hover { background-position: 0 0 } 
.deu1:active { background-position: 0 center }
.frz1 { display: block; width: 50px; height: 50px; background: url('../bm/b_frz1.png') bottom; background-size:50px}
.frz1:hover { background-position: 0 0 } 
.frz1:active { background-position: 0 center }   
}

/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-width: 300px)
  and (max-width: 480px)
{  
#cssmenu { font-family: Montserrat, sans-serif; width:100%; margin:0px auto }
#cssmenu > ul > li > a { padding: 12px 0px 10px 22px; font-size:16px; letter-spacing:0px; text-decoration:none; color:#7a7a7a; font-weight:700; text-transform:uppercase}  
    
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 22px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px}
h3 { font-size: 20px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h4 { font-size: 20px; font-weight:600; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h6 { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px }   
    
.nav1 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:hover { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #1136a0; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:active { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }

.footnav1 a { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:hover { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:active { font-size: 10px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #eee; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav3 a:active { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #888; margin: 0px; text-decoration: none; text-decoration-line: none }   
  
.col1 { position:absolute; z-index:90; top:0px; left:20px; width:160px; height:160px; }
.col2 { position:absolute; z-index:90; top:0px; right:0px }
.col3 { position:absolute; z-index:90; top:90px; right:50px }
.col4 { display:none}
.col5 { display:none}
.col6 { display:none}
  
/* Foot --------------------------------------------------------------------------------------- */
.home { display: block; width: 80px; height: 80px; background: url('../bm/b_home1.png') bottom; background-size:80px}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }

.email1 { display: block; width: 80px; height: 80px; background: url('../bm/b_email1.png') bottom; background-size:80px}
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }

.anfahrt1 { display: block; width: 80px; height: 80px; background: url('../bm/b_anfahrt1.png') bottom; background-size:80px}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
    
.telefon1 { display: block; width: 80px; height: 80px; background: url('../bm/b_tel1.png') bottom; background-size:80px}
.telefon1:hover { background-position: 0 0 } 
.telefon1:active { background-position: 0 center }

.anker { display: block; width: 80px; height: 80px; background: url('../bm/b_anker1.png') bottom; background-size:80px}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
  
.deu1 { display: block; width: 50px; height: 50px; background: url('../bm/b_deu1.png') bottom; background-size:50px}
.deu1:hover { background-position: 0 0 } 
.deu1:active { background-position: 0 center }
.frz1 { display: block; width: 50px; height: 50px; background: url('../bm/b_frz1.png') bottom; background-size:50px}
.frz1:hover { background-position: 0 0 } 
.frz1:active { background-position: 0 center }   
}



@media all and (max-width: 990px)
{
#cssmenu {width:100% }
  #cssmenu ul { width: 100%; display: none }
  #cssmenu.align-center > ul { text-align:left }
  #cssmenu ul li { width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2);
}
      
 #cssmenu > ul > li > a {
  padding: 8px 0px 8px 15px;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #666666;
  background: rgba(200, 200, 200, 0.5);   
  font-weight: 400;
  text-transform: uppercase }  
  
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li { height: auto }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    font-size: 14px; 
    padding: 8px 10px 8px 20px;
    color:#666666;  
    font-weight: 400 }
    
  #cssmenu > ul > li { float:none }
  #cssmenu ul ul li a { padding-left:25px }
  #cssmenu ul ul ul li a { padding-left:35px }
  #cssmenu ul ul li a { color:#ffffff; padding: 7px 10px 9px 20px; background: rgba(169, 160, 159, 0.95) }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a { color:#c94636 }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul { position:relative; left: 0; width: 100%; margin: 0; text-align: left }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before { display:none }
  #cssmenu #menu-button {
    display: block;
    padding: 10px 15px 7px 20px;
    color: #888888;  
    cursor: pointer;
    font-size: 18px;
    border-bottom: 1px solid #ffffff; 
    text-shadow: 1px 1px 1px #ffffff;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #888888;
    border-bottom: 2px solid #888888;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 10px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #888888;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 16px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #888888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 16px;
    background: #888888;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 10;
    top: 0;
    display: block;
    /*border-left: 1px solid rgba(120, 120, 120, 0.0);*/
    height: 30px;
    width: 100%;
    /*background: rgba(200, 200, 200, 0.2);*/
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: rgba(150, 150, 150, 0.2); 
    border-top: 1px solid #aaa;   
    border-bottom: 1px solid #fff; 
  }
  #cssmenu ul ul .submenu-button {
    height: 32px;
    width: 40px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 15px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #666666;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 12px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #666666;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before { display: none }

}




