.navbartop{
	float:left;
	padding-top:5px;
}
.navbartop a{
	color: #969696;
}
.navbartop ul li {
	display:inline;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	float:left;
	position:relative;
	text-align:left;
	border-right:2px solid #969696;
	line-height:.8;
	font-size: 0.93rem;
}
.navbartop ul li:last-child { border: none }

.navbartop .nav > li > a:hover,
.navbartop .nav > li > a:focus {
	text-decoration: underline;
}
.navbarbottom{
	float:left;
}
.navbarbottom a{
	color: #c8c8c8;
	text-transform:uppercase;
}
.navbarbottom ul li {
	display:inline;
	margin:0 7px 0 0;
	padding:0 7px 0 0;
	float:left;
	position:relative;
	text-align:left;
	border-right:2px solid #c8c8c8;	
	line-height:.8;
	font-size: 0.75rem;
}
.navbarbottom ul li:last-child { border: none }
.navbarbottom .nav {
	margin-bottom:0px;
}
.navbarbottom .nav > li > a:hover,
.navbarbottom .nav > li > a:focus {
	text-decoration: none;
	color: #969696;
}
.navigation{
	border:none;
	margin-bottom:0px;
	padding:0px;
	display: flex;
	flex-direction: column;
}
.navigation .nav-child{
	border-radius:0;
}
.navigation .mainf .nav-child{
	left: 0;
}
.navigation .mainlast .nav-child{
	right: 0;
}
.header_left {
    float: left;
    height: 110px;
    width: 75%;
}

.navbarsearch{
	float:right;
}
.header_left_top{
	margin-bottom: 16px; width: 85%;
    padding-top: 18px;
}
.header_left_top form{
	margin-bottom: 0px;
}
.header_left_bottom {
    bottom: -2px;
    position: relative;
}
.nav-collapse{
	/* margin:0px auto; */
	/* position:relative; */
	/* float:left; */
	width:100%;
	order: 2;
}
.nav-collapse ul li {
	display:inline;
	font-size: 1.286rem;
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	text-align:center;
}

.accept_label,
.accept {
	display: inline-block; float: left;
}
.accept_label {
	width: 90%; margin-left: 10px;
}
.accept_div {
	display: block; margin-bottom: 1em;
}
.btn {
	background: url("../images/menu_bg.png") repeat-x;
	color: #fff; font-weight: bold; border-radius: 0;
	text-shadow:1px 1px 0px #666; border: none;
	padding: 8px 20px; font-size: 1.1em;
}

/* .nav-collapse ul li a:hover, */
.nav-collapse ul li a {
	padding: 13px 30px;
	width:100%;
	height: auto;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #f39100 !important;
	border-left:1px solid #f39100 !important;
	border-bottom:1px solid #666;
	background: url("../images/menu_bg.png") repeat-x;
	background-size:100% 100% ;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
	text-shadow:1px 1px 0px #666;
}
.nav-collapse ul li .dropdown-menu a:focus,
.nav-collapse ul li .dropdown-menu a:hover 
	{ border-top: none !important; background: #ddd !important; color: #000; }
.nav-collapse ul.dropdown-menu li a {
	height: auto;
}
.nav-collapse ul li a:hover {
	border-right:none;
	border-left:none;
	background:#f8f8f8;
	color:#999;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
text-shadow:1px 1px 0px #fff;
}


.nav-collapse ul li:hover > a {
	background:#fff;
	color:#666;
	text-shadow:1px 1px 0px #fff;
}


.nav-collapse ul li:hover > ul
{
	visibility:visible;
	opacity:1;
}
.nav-collapse ul li ul {
    /*top: 40px;
    left: 0px;*/
    /* width:300%; */
}
.nav-collapse ul li ul li{
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
	text-align:left;
}

.nav-collapse ul li ul li a {
	background: none;
	/* padding: 7px 0px 7px 44px; */
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	width: 100%;
}
/*
.navigation .nav-child a {
	display: block;
	padding: 0px 0px;
	clear: both;
	font-size: 0.93rem;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}*/
.nav-collapse ul li ul li a:hover {
	font-weight:bold;
	color:#666;
}
.nav-collapse ul li ul li:hover {
	background:#f8f8f8;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.nav-collapse li a.first {
	border-left: 0 none;
}

.nav-collapse li a.last {
	border-right: 0 none;
}


.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #3c3c3c;
	background-color: #fff;
}
.sidebar-nav{
	font-size: 1rem;
}

.ak_buttons ul{
	list-style:none;
	margin:0px;
}
.ak_buttons ul li{
	float:left;
	margin-right:10px;
}
.ak_buttons ul li a {
	padding: 10px 20px;
	width:100%;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	border-bottom:none;
	/*background: url("../images/menu_bg.png") repeat-x;*/
	background:#F39100;
	background-size:100% 100% ;
	font-weight:700;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.contentbutton a {
	margin-top:10px;
	padding: 10px 20px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	border-bottom:none;
	/*background: url("../images/menu_bg.png") repeat-x;*/
	background:#F39100;
	background-size:100% 100% ;
	font-weight:700;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.ak_buttons ul li a:hover,
.contentbutton a:hover {
	background:#f8f8f8;
	color:#666;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.footermenues li{
	background-image: url("../images/footer_menu.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 5px auto;
    line-height: 20px;
    color:  #fff;
    padding-left: 10px;
}
.footermenues li:hover{
	background-image: url("../images/footer_menu_h.png");
}
.footermenues li a{
	color:white;
}
.footermenues li a:hover{
	color:#333;
}
.dropdown-menu { border-radius: 0; padding: 0; }

/* .has-dropdown.open > .dropdown-menu,
.has-dropdown:focus-within > .dropdown-menu {
  display: block;
} */
.dropdown-toggle:after {
  content: ' ▼';
  font-size: 0.86rem;
  pointer-events: none;
  margin-left: 10px;
}

@media (max-width: 1600px) {
	.nav-collapse ul li a { padding: 13px 20px; }
}
@media (max-width: 1400px) {
	#logo { right: 5%; }
}
@media (max-width: 1280px) {
	.nav-collapse ul li a { padding: 13px 10px }
}
@media (max-width: 1130px) {
	.nav-collapse ul li { font-size: 1.07rem;  }
	.nav-collapse ul li a { padding: 13px 13px; }
}

@media (max-width: 1040px) {
	.innertop.container-fluid { padding-left: 2%; }
}
@media (max-width: 992px) {
	header { height: 84px; }
	.navigation { display: block; }
	.navigation .nav-child { position: relative; }
	.innertop { background: #fff; }

	.btn-navbar {
	  display: inline-flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  width: 48px;
	  height: 48px;
	  background: transparent;
	  border: none;
	  cursor: pointer;
	  padding: 0;
	  margin: 0;
	  transition: background 0.2s;
	  outline: none;
	  position: relative;
	}
	
	.btn-navbar:focus,
	.btn-navbar:hover {
	  
	  
	}
	
	.icon-bar {
	  display: block;
	  width: 36px;
	  height: 4px;
	  margin: 3px 0;
	  background: #F39100; /* Orange, passe gerne an! */
	  border-radius: 2px;
	  transition: all 0.3s cubic-bezier(.4,2.3,.3,1);
	}
	
	/* Animation für "offen" */
	.btn-navbar.open .icon-bar:nth-child(1) {
	  transform: translateY(8px) rotate(45deg);
	}
	
	.btn-navbar.open .icon-bar:nth-child(2) {
	  opacity: 0;
	}
	
	.btn-navbar.open .icon-bar:nth-child(3) {
	  transform: translateY(-12px) rotate(-45deg);
	}
}
