@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	justify-content: center;
	vertical-align: middle;
}

.nav-logo>img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
}

myTopnav a[aria-current] a {
	color: #800304;
	font-weight: bold;
}

myTopnav a[aria-current] {
	color: #800304;
	font-weight: bold;
}

#willkommen a[aria-current],
#adressinfo a[aria-current],
#ausflugsziele a[aria-current],
#empfehlungen a[aria-current],
#broschuere a[aria-current],
#datenschutzerkl a[aria-current],
#impressum a[aria-current],
#kinder a[aria-current],
#kunstkultur a[aria-current],
#radwandern a[aria-current],
#vkalender a[aria-current],
#wichtiges a[aria-current],
#gesundheit a[aria-current]{
	color: #800304;
	font-weight: bold;
}

.navigation a,
.navigation a:visited {
	color: #000;
	font-size: 70%;
}

.navigation a[aria-current] a {
	color: #800304;
	font-weight: bold;
	font-size: 70%;
}

.navigation a:visited {
	color: #000;
}

.navigation a:focus,
.navigation a[aria-current] a:focus,
.navigation a:hover,
.navigation a[aria-current] a:hover,
.navigation a:active
.navigation a[aria-current] a:active {
	color: #800304;
}

.nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffe127;
	margin: auto;
	padding: 0;
	color: #000;
}

.navigation {
	overflow: hidden;
	background-color: #ffe127;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}

.navigation a {
	float: left;
	display: block;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.navigation .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
	color: #000;
}

.dropdown .dropbtn {
  font-size: 70%;  
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffe127;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navigation a:hover, 
.dropdown:hover .dropbtn {
  font-weight: bolder;
}

.dropdown-content a:hover {
	font-weight: bolder;
	cursor: pointer;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navigation > ul > li:hover > ul {  
	display: block;  
	position: absolute;
}

.navigation > ul > li > ul > li {  
	position: relative;
}

.navtext,
.navtext a,
.navtext a:hover {
	float: none;
	padding: 14px 16px;
	text-decoration: none;
	display: block;
	color: #800304;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}



@media screen and (max-width: 1368px) {
.navigation a, .dropdown .dropbtn {
    display: none;
}
.navigation a.icon {
    float: right;
    display: block;
}

.navigation.responsive {
	  position: relative;
}
.navigation.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.navigation.responsive a {
    float: none;
	padding: 8px 10px;
    display: block;
    text-align: center;
}
.navigation.responsive .dropdown {
	float: none;
}
.navigation.responsive .dropdown-content {
	position: relative;
}
.navigation.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
}
}
