#kopf #headermenu span#sitename a {
    display: block;
	padding: 0.5em 1em;
    background-color: #404040;
    text-align: center;
    border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 2.5;
	font-family: Roboto, Arial, sans-serif;
}
	

#kopf {
	margin: 0 0 3em 0;
	font-family: Roboto, Arial, sans-serif;
}


#footer ul,
#footer li {
	margin-left: 0;
	padding-left: 0;
	float: right;
}

#footer ul {
	margin-right: 3em;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer a {
	text-decoration: none;
	padding-left: 1.25em;
	padding-bottom: 0.5em;
	color: #222222;
}

#footer {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
	font-weight: 300;
	margin-top:8em;
	position:bottom;
}

#footer img {
	margin-left: auto;
    margin-right: 3px;
	vertical-align: bottom;
	margin-bottom: .5px;
}

#footer hr {
	margin-right: 3em;
	margin-left: 3em;
}

#foot {
	margin-right: 3em;
	margin-left: 3em;
}



.inaktiv {
  color: cxe6e6e6;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
}

h3 a { 
    color: #FFF; 
}



h1 {
  display: none;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

.toggle, [id^=drop] {
  display: none;
}

nav {
  margin-top: -0em;
  padding: 0;
  background-color: #e6e6e6;
}


nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  &:hover {
    z-index: 3;
  }
 }

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #e6e6e6;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #404040;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  transition: all 200ms ease-in;
}

nav ul li ul li:hover { 
    background: #940909; 
    color: #fff; 
}

nav a:hover { 
    background-color: #940909; 
    color: #fff; 
}

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  box-shadow: 6px 8px 16px darkgray;
}

nav ul li:hover > ul { 
  display: inherit;  
}

nav ul ul li {
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 210px;
  line-height: 10px;
}

nav ul ul li a {
	line-height: 25px;
	padding: 8px 20px;
	width: 170px;
  
 }
 
 nav ul li ul li a {
	
 }



li > a:only-child:after { content: ''; }



#navi_links {
	float: left;
}

#navi_uebkarte{ 
	float: left;
	margin-right: 5em;
	width: auto;
}


#navi_links_scroll {
	float: left;
	width: 250px;
	height: 650px;
	overflow: auto;
}
#navi_links_scroll  a{
	color: #404040;
	text-decoration: none;
	margin-top: 2em;
}

b.navi_titel {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-right: 0;
    color: #404040;
}
#navi_links  a{
	color: #404040;
	text-decoration: none;
	margin-top: 2em;
}



.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 14px;
}

.btn:hover {
  background-color: RoyalBlue;
}





nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
 
nav ul li {
    position: relative;
    float: left;
    &:has(ul:hover) {
      background-color: #940909;
      &>a {
        color: white;
      }
    }
}
 
nav ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
}
 
nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    z-index: 1;
}
 
nav ul li:hover ul {
    display: block;
}



body .main-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}


.main-container #kopf .werg {
  pointer-events: none;
}

.main-container:has([data-tab="1"]) #kopf .menu>li:nth-child(1) {
  filter: brightness(.9);
}
 
.main-container:has([data-tab="2"]) #kopf .menu>li:nth-child(2) {
  filter: brightness(.9);
}
 
.main-container:has([data-tab="3"]) #kopf .menu>li:nth-child(3) {
  filter: brightness(.9);
}


.main-container:has([data-tab="8151"]) #kopf .menu>li>ul>li:nth-child(1) {
  filter: brightness(.9);
}


