﻿@charset "utf-8";
/* CSS Document */

/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 32px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 20px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h3 { font-size: 20px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }
h4 { font-size: 16px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 12px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #555555; margin: 0px }
h6 { font-size: 28px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h7 { font-size: 16px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }

strong { font-weight:700 }
strong2 { font-weight:800 }
b1 { font-weight:700 }

ul.a { list-style-type: circle }
ul.b { list-style-type: square }
ul.c { list-style-type: none; background-image:url('../layout/punkt1.png'); background-repeat:no-repeat; background-position:left center; background-size:20px; margin-left:-25px; padding-left:-20px;}

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: #ff0000; 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: 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: #5c35a6; 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 }
.nav3 a { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 a:hover { font-size: 16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #0CF; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 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: 13px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:hover { font-size: 13px; 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: 13px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:hover { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:active { font-size: 18px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #aaa; 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:28px; left:250px; width:700px; height:180px; }
.col2 { position:absolute; z-index:90; top:20px; right:200px; width:200px }
.col3 { position:absolute; z-index:90; top:20px; right:20px; width:160px }
.col4 { position:absolute; z-index:90; top:120px; right:280px; width:200px }
.col5 { position:absolute; z-index:90; top:20px; left:20px; }

/* 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: 'Open Sans', sans-serif; width:1200px; 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 8px 20px;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-decoration: none;
  color: #dbc4db; 
  font-weight: 700;
  text-transform: uppercase;}
#cssmenu > ul > li:hover > a { color: #ffffff; }
#cssmenu > ul > li.has-sub > a {padding-right: 30px;}

/* + Symbol */
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dbc4db;
  content: '' }
/* + Symbol */
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dbc4db;
  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:#eee}
#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(140, 140, 140, 0.5);
  top:4px;
  padding: 10px 10px 9px 20px;
  width: 320px;
  font-size: 18px;
  text-decoration: none;
  color: #5f495f;
  font-weight: 500;
  background: rgba(180, 170, 180, 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: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  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: #A8441E;
  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 }

.bottom1 { position:relative; top:0px; padding-right:10px;}
.btn_beitritt { position:relative; display:block; margin:0px auto; width:390px; height:65px; background: url('../bm/btn_beitritt.png') top; background-size:390px }
.btn_beitritt:hover { background-position: 0 bottom }
.btn_email1 { position:relative; display:block; width:200px; height:50px; background: url('../bm/btn_email1b.png') top; background-size:200px }
.btn_email1:hover { background-position: 0 bottom }
.btn_anfahrt1 { position:relative; display:block; width:200px; height:50px; background: url('../bm/btn_anfahrt1b.png') top; background-size:200px }
.btn_anfahrt1:hover { background-position: 0 bottom }
.btn_web1 { position:relative; display:block; width:200px; height:50px; background: url('../bm/btn_web1b.png') top; background-size:200px }
.btn_web1:hover { background-position: 0 bottom }

.btn_mitglied1 { position:relative; display:block; width:550px; height:80px; background: url('../bm/btn_mitglied1.png') top; background-size:550px }
.btn_mitglied1:hover { background-position: 0 bottom }
.btn_satzung1 { position:relative; display:block; width:550px; height:80px; background: url('../bm/btn_satzung2.png') top; background-size:550px }
.btn_satzung1:hover { background-position: 0 bottom }
.btn_youtube1 { position:relative; display:block; width:550px; height:80px; background: url('../bm/btn_youtube1.png') top; background-size:550px }
.btn_youtube1:hover { background-position: 0 bottom }
.btn_facebook1 { position:relative; display:block; width:550px; height:80px; background: url('../bm/btn_facebook1.png') top; background-size:550px }
.btn_facebook1:hover { background-position: 0 bottom }
.btn_tiktok1 { position:relative; display:block; width:550px; height:80px; background: url('../bm/btn_tiktok1.png') top; background-size:550px }
.btn_tiktok1:hover { background-position: 0 bottom }
.btn_zumgms1 { position:relative; display:block; left:0px; width:550px; height:80px; background: url('../bm/btn_zummsb2.png') top; background-size:550px }
.btn_zumgms1:hover { background-position: 0 bottom }
.btn_zummsb1 { position:relative; display:block; left:0px; width:550px; height:80px; background: url('../bm/btn_zummsb2.png') top; background-size:550px }
.btn_zummsb1:hover { background-position: 0 bottom }
.btn_webakte { position:relative; display:block; left:0px; width:550px; height:80px; background: url('../bm/btn_webakte.png') top; background-size:550px }
.btn_webakte:hover { background-position: 0 bottom }

.btn_pdf1 { position:relative; display:block; left:0px; width:550px; height:80px; background: url('../bm/btn_pdf1.png') top; background-size:550px }
.btn_pdf1:hover { background-position: 0 bottom }
.btn_pdf2 { position:relative; display:block; left:0px; width:550px; height:80px; background: url('../bm/btn_pdf2.png') top; background-size:550px }
.btn_pdf2:hover { background-position: 0 bottom }

.btn_mehr1 { position:relative; display:block; width:220px; height:124px; background:url('../bm/btn_weiter2.png') top; background-size:220px }
.btn_mehr1:hover { background-position: 0 bottom }

.btn_zu1 { position: relative; display:block; left:0px; width:250px; height:80px; background: url('../bm/btn_zu1.png') top; background-size:250px }
.btn_zu1:hover { background-position: 0 bottom }

/* Foot --------------------------------------------------------------------------------------- */
.btn_size,.home,.email1,.anfahrt1,.fbook1,.tiktok1,.yout1,.anker,.telefon1 { display:block; width:100px; height:100px; background-size:100px}

.home { display:block; background: url('../bm/b_home1b.png') bottom}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }
.email1 { display:block; background: url('../bm/b_email1b.png') bottom }
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }
.anfahrt1 { display:block; background: url('../bm/b_anfahrt1b.png') bottom}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
.fbook1 { display:block; background: url('../bm/b_fb1b.png') bottom}
.fbook1:hover { background-position: 0 0 } 
.fbook1:active { background-position: 0 center }
.tiktok1 { display:block; background: url('../bm/b_tiktok1.png') bottom}
.tiktok1:hover { background-position: 0 0 } 
.tiktok1:active { background-position: 0 center }
.yout1 { display:block; background: url('../bm/b_yout1b.png') bottom}
.yout1:hover { background-position: 0 0 } 
.yout1:active { background-position: 0 center }
.anker { display:block; background: url('../bm/b_anker1b.png') bottom}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
.telefon1 { display: none}

/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen and (min-width: 1201px) and (max-width: 1500px)
{
.col1 { position:absolute; z-index:90; top:28px; left:250px; width:500px; height:180px; }
.col2 { position:absolute; z-index:90; top:30px; right:180px; width:200px }
.col3 { position:absolute; z-index:90; top:30px; right:0px; width:160px }
.col4 { position:absolute; z-index:90; top:120px; right:280px; width:200px }
.col5 { position:absolute; z-index:90; top:50px; left:20px; }
}
    
    
/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen and (min-width: 991px) and (max-width: 1200px)
{
/* Fonts ---------------------------------------------------------------------------------------------- */
h1 { font-size: 26px !important; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 18px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h3 { font-size: 18px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }
h4 { font-size: 14px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 12px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #555555; margin: 0px }
h6 { font-size: 24px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h7 { font-size: 14px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; 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: #ff0000; 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 }
.nav3 a { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 a:hover { font-size: 14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #0CF; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 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 }
    
.footnav2 a { font-size:16px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:hover { font-size:16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:active { font-size:16px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
    
#cssmenu { font-family: 'Open Sans', sans-serif; width:1000px; margin:0px auto }
#cssmenu > ul > li > a { padding:12px 0px 8px 20px; font-size: 16px; letter-spacing:-0.2px }
#cssmenu ul ul li a { top:4px; padding: 10px 10px 9px 20px; width: 300px; font-size: 16px } 
    
.col1 { position:absolute; z-index:90; top:28px; left:250px; width:500px; height:180px; }
.col2 { position:absolute; z-index:90; top:130px; right:10px; width:180px }
.col3 { position:absolute; z-index:90; top:20px; right:10px; width:180px }
.col4 { position:absolute; z-index:90; top:120px; right:280px; width:200px }
.col5 { position:absolute; z-index:90; top:30px; left:20px; }
    
.btn_mehr1 { position:relative; display:block; width:185px; height:104px; background:url('../bm/btn_weiter2.png') top; background-size:185px }
.btn_mehr1:hover { background-position: 0 bottom }
    
.btn_zu1 { position: relative; display:block; left:-20px; width:231px; height:74px; background: url('../bm/btn_zu1.png') top; background-size:231px }
.btn_zu1:hover { background-position: 0 bottom }
    
.btn_mitglied1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_mitglied1.png') top; background-size:510px }
.btn_mitglied1:hover { background-position: 0 bottom }
.btn_satzung1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_satzung2.png') top; background-size:510px }
.btn_satzung1:hover { background-position: 0 bottom }
    
.btn_youtube1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_youtube1.png') top; background-size:510px }
.btn_youtube1:hover { background-position: 0 bottom }
.btn_facebook1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_facebook1.png') top; background-size:510px }
.btn_facebook1:hover { background-position: 0 bottom }
.btn_tiktok1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_tiktok1.png') top; background-size:510px }
.btn_tiktok1:hover { background-position: 0 bottom }
.btn_zumgms1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_zumgms1.png') top; background-size:510px }
.btn_zumgms1:hover { background-position: 0 bottom }
.btn_zummsb1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_zummsb2.png') top; background-size:510px }
.btn_zummsb1:hover { background-position: 0 bottom }
.btn_webakte { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_webakte.png') top; background-size:510px }
.btn_webakte:hover { background-position: 0 bottom }
    
.btn_pdf1 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_pdf1.png') top; background-size:510px }
.btn_pdf1:hover { background-position: 0 bottom }
.btn_pdf2 { position:relative; display:block; left:-20px; width:510px; height:74px; background: url('../bm/btn_pdf2.png') top; background-size:510px }
.btn_pdf2:hover { background-position: 0 bottom }
    
/* Foot --------------------------------------------------------------------------------------- */
.btn_size,.home,.email1,.anfahrt1,.fbook1,.tiktok1,.yout1,.anker,.telefon1 {width:90px; height:90px; background-size:90px !important}

.home { display:block; background: url('../bm/b_home1b.png') bottom}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }
.email1 { display:block; background: url('../bm/b_email1b.png') bottom }
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }
.anfahrt1 { display:block; background: url('../bm/b_anfahrt1b.png') bottom}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
.fbook1 { display:block; background: url('../bm/b_fb1b.png') bottom}
.fbook1:hover { background-position: 0 0 } 
.fbook1:active { background-position: 0 center }
.tiktok1 { display:block; background: url('../bm/b_tiktok1.png') bottom}
.tiktok1:hover { background-position: 0 0 } 
.tiktok1:active { background-position: 0 center }
.yout1 { display:block; background: url('../bm/b_yout1b.png') bottom}
.yout1:hover { background-position: 0 0 } 
.yout1:active { background-position: 0 center }
.anker { display:block; background: url('../bm/b_anker1b.png') bottom}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
.telefon1 { display: none}
}

/* Tablet Hochformat (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 990px) 
{  
h1 { font-size: 22px !important; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 16px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h3 { font-size: 16px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }
h4 { font-size: 12px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 12px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #555555; margin: 0px }
h6 { font-size: 22px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h7 { font-size: 14px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; 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: #ff0000; 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 }
    
.footnav1 a { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666666; 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: #666666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:hover { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:active { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
    
.col1 { position:absolute; z-index:90; top:28px; left:20px; width:500px; height:180px; }
.col2 { position:absolute; z-index:90; top:130px; right:10px; width:160px }
.col3 { position:absolute; z-index:90; top:30px; right:10px; width:160px }
.col4 { position:absolute; z-index:90; top:120px; right:280px; width:200px }
.col5 { position:absolute; z-index:90; top:245px; left:inherit; right:28px !important; }
    
.btn_mehr1 { position:relative; display:block; width:185px; height:124px; background:url('../bm/btn_weiter2.png') top; background-size:185px }
.btn_mehr1:hover { background-position: 0 bottom }
    
.bottom1 { position:relative; top:0px; padding-right:10px;}
.btn_beitritt { position:relative; display:block; margin:0px auto; width:330px; height:55px; background: url('../bm/btn_beitritt.png') top; background-size:330px }
.btn_beitritt:hover { background-position: 0 bottom }
.btn_email1 { position:relative; display:block; width:180px; height:45px; background: url('../bm/btn_email1b.png') top; background-size:180px }
.btn_email1:hover { background-position: 0 bottom }
.btn_anfahrt1 { position:relative; display:block; width:180px; height:45px; background: url('../bm/btn_anfahrt1b.png') top; background-size:180px }
.btn_anfahrt1:hover { background-position: 0 bottom }
.btn_web1 { position:relative; display:block; width:180px; height:45px; background: url('../bm/btn_web1b.png') top; background-size:180px }
.btn_web1:hover { background-position: 0 bottom }
    
.btn_zu1 { position: relative; display:block; left:-12px; width:231px; height:74px; background: url('../bm/btn_zu1.png') top; background-size:231px }
.btn_zu1:hover { background-position: 0 bottom }
    
.btn_mitglied1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_mitglied1.png') top; background-size:510px }
.btn_mitglied1:hover { background-position: 0 bottom }
.btn_satzung1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_satzung2.png') top; background-size:510px }
.btn_satzung1:hover { background-position: 0 bottom }

.btn_youtube1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_youtube1.png') top; background-size:510px }
.btn_youtube1:hover { background-position: 0 bottom }
.btn_facebook1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_facebook1.png') top; background-size:510px }
.btn_facebook1:hover { background-position: 0 bottom }
.btn_tiktok1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_tiktok1.png') top; background-size:510px }
.btn_tiktok1:hover { background-position: 0 bottom }
.btn_zumgms1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_zumgms1.png') top; background-size:510px }
.btn_zumgms1:hover { background-position: 0 bottom }
.btn_zummsb1 { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_zummsb2.png') top; background-size:510px }
.btn_zummsb1:hover { background-position: 0 bottom }
.btn_webakte { position:relative; display:block; left:-12px; width:510px; height:74px; background: url('../bm/btn_webakte.png') top; background-size:510px }
.btn_webakte:hover { background-position: 0 bottom }
    
.btn_pdf1 { position:relative; display:block; left:-15px; width:510px; height:74px; background: url('../bm/btn_pdf1.png') top; background-size:510px }
.btn_pdf1:hover { background-position: 0 bottom }
.btn_pdf2 { position:relative; display:block; left:-15px; width:510px; height:74px; background: url('../bm/btn_pdf2.png') top; background-size:510px }
.btn_pdf2:hover { background-position: 0 bottom }
    
/* Foot --------------------------------------------------------------------------------------- */
.btn_size,.home,.email1,.anfahrt1,.fbook1,.tiktok1,.yout1,.anker,.telefon1 { display:block; width:90px; height:90px; background-size:90px !important}

.home { display:block; background: url('../bm/b_home1b.png') bottom}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }
.email1 { display:block; background: url('../bm/b_email1b.png') bottom }
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }
.anfahrt1 { display:block; background: url('../bm/b_anfahrt1b.png') bottom}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
.fbook1 { display:block; background: url('../bm/b_fb1b.png') bottom}
.fbook1:hover { background-position: 0 0 } 
.fbook1:active { background-position: 0 center }
.tiktok1 { display:block; background: url('../bm/b_tiktok1.png') bottom}
.tiktok1:hover { background-position: 0 0 } 
.tiktok1:active { background-position: 0 center }
.yout1 { display:block; background: url('../bm/b_yout1b.png') bottom}
.yout1:hover { background-position: 0 0 } 
.yout1:active { background-position: 0 center }
.anker { display:block; background: url('../bm/b_anker1b.png') bottom}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
.telefon1 { display: none}   
}


/* Smartphone Querformat (Landscape) */
@media only screen and (min-width: 481px) and (max-width: 767px) 
{
h1 { font-size: 20px !important; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 15px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h3 { font-size: 15px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }
h4 { font-size: 11px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 11px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #555555; margin: 0px }
h6 { font-size: 18px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h7 { font-size: 12px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }   
     
.nav1 a { font-size:15px; 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:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #ff0000; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 a:active { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a { font-size:15px; 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:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav2 a:active { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none } 
.nav3 a { font-size: 13px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 a:hover { font-size: 13px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #0CF; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 a:active { font-size: 13px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px; text-decoration: none; text-decoration-line: none } 
    
.footnav1 a { font-size: 11px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav1 a:hover { font-size: 11px; 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: 11px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #666666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:hover { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:active { font-size:15px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none } 
    
.col1 { position:absolute; z-index:90; top:28px; left:20px; width:240px; height:160px; }
.col2 { position:absolute; z-index:90; top:130px; right:10px; width:160px }
.col3 { position:absolute; z-index:90; top:30px; right:10px; width:160px }
.col4 { position:absolute; z-index:90; top:120px; right:280px; width:200px }
.col5 { position:absolute; z-index:90; top:260px; left:inherit; right:28px !important; }
    
.btn_mehr1 { position:relative; display:block; width:146px; height:82px; background:url('../bm/btn_weiter2.png') top; background-size:146px }
.btn_mehr1:hover { background-position: 0 bottom }
    
.bottom1 { position:relative; top:0px; padding-right:10px;}
.btn_beitritt { position:relative; display:block; margin:0px auto; width:270px; height:45px; background: url('../bm/btn_beitritt.png') top; background-size:270px }
.btn_beitritt:hover { background-position: 0 bottom }
.btn_email1 { position:relative; display:block; width:140px; height:35px; background: url('../bm/btn_email1b.png') top; background-size:140px }
.btn_email1:hover { background-position: 0 bottom }
.btn_anfahrt1 { position:relative; display:block; width:140px; height:35px; background: url('../bm/btn_anfahrt1b.png') top; background-size:140px }
.btn_anfahrt1:hover { background-position: 0 bottom }
.btn_web1 { position:relative; display:block; width:140px; height:35px; background: url('../bm/btn_web1b.png') top; background-size:140px }
.btn_web1:hover { background-position: 0 bottom }
    
.btn_zu1 { position: relative; display:block; left:-12px; width:206px; height:66px; background: url('../bm/btn_zu1.png') top; background-size:206px }
.btn_zu1:hover { background-position: 0 bottom }
    
.btn_mitglied1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_mitglied1.png') top; background-size:455px }
.btn_mitglied1:hover { background-position: 0 bottom }
.btn_satzung1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_satzung2.png') top; background-size:455px }
.btn_satzung1:hover { background-position: 0 bottom }
    
.btn_youtube1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_youtube1.png') top; background-size:455px }
.btn_youtube1:hover { background-position: 0 bottom }
.btn_facebook1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_facebook1.png') top; background-size:455px }
.btn_facebook1:hover { background-position: 0 bottom }
.btn_tiktok1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_tiktok1.png') top; background-size:455px }
.btn_tiktok1:hover { background-position: 0 bottom }
.btn_zumgms1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_zumgms1.png') top; background-size:455px }
.btn_zumgms1:hover { background-position: 0 bottom }
.btn_zummsb1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_zummsb2.png') top; background-size:455px }
.btn_zummsb1:hover { background-position: 0 bottom }
.btn_webakte { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_webakte.png') top; background-size:455px }
.btn_webakte:hover { background-position: 0 bottom }
    
.btn_pdf1 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_pdf1.png') top; background-size:455px }
.btn_pdf1:hover { background-position: 0 bottom }
.btn_pdf2 { position:relative; display:block; left:-12px; width:455px; height:66px; background: url('../bm/btn_pdf2.png') top; background-size:455px }
.btn_pdf2:hover { background-position: 0 bottom }
    
/* Foot --------------------------------------------------------------------------------------- */
.btn_size,.home,.email1,.anfahrt1,.fbook1,.tiktok1,.yout1,.anker,.telefon1 { display:block; width:80px; height:80px; background-size:80px !important}

.home { display:block; background: url('../bm/b_home1b.png') bottom}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }
.email1 { display:block; background: url('../bm/b_email1b.png') bottom }
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }
.anfahrt1 { display:block; background: url('../bm/b_anfahrt1b.png') bottom}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
.fbook1 { display:block; background: url('../bm/b_fb1b.png') bottom}
.fbook1:hover { background-position: 0 0 } 
.fbook1:active { background-position: 0 center }
.tiktok1 { display:block; background: url('../bm/b_tiktok1.png') bottom}
.tiktok1:hover { background-position: 0 0 } 
.tiktok1:active { background-position: 0 center }
.yout1 { display:block; background: url('../bm/b_yout1b.png') bottom}
.yout1:hover { background-position: 0 0 } 
.yout1:active { background-position: 0 center }
.anker { display:block; background: url('../bm/b_anker1b.png') bottom}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
.telefon1 { display:block; background: url('../bm/b_tel1b.png') bottom}
.telefon1:hover { background-position: 0 0 } 
.telefon1:active { background-position: 0 center }	
    
}

/* Smartphone Hochformat (Portrait) */
@media only screen and (min-width: 280px) and (max-width: 480px)
{  
h1 { font-size: 18px !important; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h2 { font-size: 14px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h3 { font-size: 14px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }
h4 { font-size: 10px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h5 { font-size: 10px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #555555; margin: 0px }
h6 { font-size: 16px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #333333; margin: 0px }
h7 { font-size: 10px; font-weight:400; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px }   
     
.nav1 a { font-size:14px; 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:14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #ff0000; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav1 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 }
.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: #5c35a6; 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 } 
.nav3 a { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #5c35a6; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 a:hover { font-size: 12px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #0CF; margin: 0px; text-decoration: none; text-decoration-line: none }
.nav3 a:active { font-size: 12px; 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: #666666; 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: #666666; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a { font-size:14px; font-weight:normal; font-family: 'Open Sans', sans-serif;color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:hover { font-size:14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #fff; margin: 0px; text-decoration: none; text-decoration-line: none }
.footnav2 a:active { font-size:14px; font-weight:normal; font-family: 'Open Sans', sans-serif; color: #aaa; margin: 0px; text-decoration: none; text-decoration-line: none } 
    
.col1 { position:absolute; z-index:90; top:28px; left:20px; width:160px; height:240px; }
.col2 { position:absolute; z-index:90; top:125px; right:0px; width:160px }
.col3 { position:absolute; z-index:90; top:30px; right:0px; width:160px }
.col4 { position:absolute; z-index:90; top:120px; right:280px; width:200px }
.col5 { position:absolute; z-index:90; top:420px; left:inherit; right:28px !important; }
    
.btn_mehr1 { position:relative; display:block; width:130px; height:73px; background:url('../bm/btn_weiter2.png') top; background-size:130px }
.btn_mehr1:hover { background-position: 0 bottom }
    
.bottom1 { position:relative; top:0px; padding-right:10px;}
.btn_beitritt { position:relative; display:block; margin:0px auto; width:240px; height:40px; background: url('../bm/btn_beitritt.png') top; background-size:240px }
.btn_beitritt:hover { background-position: 0 bottom }
.btn_email1 { position:relative; display:block; width:120px; height:30px; background: url('../bm/btn_email1b.png') top; background-size:120px }
.btn_email1:hover { background-position: 0 bottom }
.btn_anfahrt1 { position:relative; display:block; width:120px; height:30px; background: url('../bm/btn_anfahrt1b.png') top; background-size:120px }
.btn_anfahrt1:hover { background-position: 0 bottom }
.btn_web1 { position:relative; display:block; width:120px; height:30px; background: url('../bm/btn_web1b.png') top; background-size:120px }
.btn_web1:hover { background-position: 0 bottom }

.btn_zu1 { position: relative; display:block; left:-8px; width:159px; height:51px; background: url('../bm/btn_zu1.png') top; background-size:159px }
.btn_zu1:hover { background-position: 0 bottom }
    
.btn_mitglied1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_mitglied1.png') top; background-size:350px }
.btn_mitglied1:hover { background-position: 0 bottom }
.btn_satzung1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_satzung2.png') top; background-size:350px }
.btn_satzung1:hover { background-position: 0 bottom }
    
.btn_youtube1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_youtube1.png') top; background-size:350px }
.btn_youtube1:hover { background-position: 0 bottom }
.btn_facebook1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_facebook1.png') top; background-size:350px }
.btn_facebook1:hover { background-position: 0 bottom }
.btn_tiktok1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_tiktok1.png') top; background-size:350px }
.btn_tiktok1:hover { background-position: 0 bottom }
.btn_zumgms1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_zumgms1.png') top; background-size:350px }
.btn_zumgms1:hover { background-position: 0 bottom }
.btn_zummsb1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_zummsb2.png') top; background-size:350px }
.btn_zummsb1:hover { background-position: 0 bottom } 
.btn_webakte { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_webakte.png') top; background-size:350px }
.btn_webakte:hover { background-position: 0 bottom }
    
.btn_pdf1 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_pdf1.png') top; background-size:350px }
.btn_pdf1:hover { background-position: 0 bottom }
.btn_pdf2 { position:relative; display:block; left:-8px; width:350px; height:51px; background: url('../bm/btn_pdf2.png') top; background-size:350px }
.btn_pdf2:hover { background-position: 0 bottom }
    
    
/* Foot --------------------------------------------------------------------------------------- */
.btn_size,.home,.email1,.anfahrt1,.fbook1,.tiktok1,.yout1,.anker,.telefon1 { display:block; width:80px; height:80px; background-size:80px !important}

.home { display:block; background: url('../bm/b_home1b.png') bottom}
.home:hover { background-position: 0 0; } 
.home:active { background-position: 0 center }
.email1 { display:block; background: url('../bm/b_email1b.png') bottom }
.email1:hover { background-position: 0 0 } 
.email1:active { background-position: 0 center }
.anfahrt1 { display:block; background: url('../bm/b_anfahrt1b.png') bottom}
.anfahrt1:hover { background-position: 0 0 } 
.anfahrt1:active { background-position: 0 center }
.fbook1 { display:block; background: url('../bm/b_fb1b.png') bottom}
.fbook1:hover { background-position: 0 0 } 
.fbook1:active { background-position: 0 center }
.tiktok1 { display:block; background: url('../bm/b_tiktok1.png') bottom}
.tiktok1:hover { background-position: 0 0 } 
.tiktok1:active { background-position: 0 center }
.yout1 { display:block; background: url('../bm/b_yout1b.png') bottom}
.yout1:hover { background-position: 0 0 } 
.yout1:active { background-position: 0 center }
.anker { display:block; background: url('../bm/b_anker1b.png') bottom}
.anker:hover { background-position: 0 0 } 
.anker:active { background-position: 0 center }	
.telefon1 { display:block; background: url('../bm/b_tel1b.png') bottom}
.telefon1:hover { background-position: 0 0 } 
.telefon1: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);}
    
/* Untermenu */
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(100, 180, 180, 0.5);
  top:0px;
  padding: 10px 10px 9px 20px;
  width: 320px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background: rgba(120, 140, 170, 0.95);
}
      
 #cssmenu > ul > li > a {
  padding: 8px 0px 8px 15px;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #2A102D;
  background: rgba(180, 170, 180, 1);   
  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: 15px; 
    padding: 8px 10px 8px 40px;
    color:#4B2F4F;  
    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 40px; background: rgba(170, 150, 170, 1); }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a { color:#BA48C1 }
  #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: 5px 15px 5px 40px;
    color: #fff;  
    cursor: pointer;
    font-size: 20px;
    border-bottom: 1px solid #ffffff; 
    text-shadow: 1px 1px 1px #333;
    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 #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 10px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 16px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -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: #fff;
    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, 190, 220, 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 }
}

