#header 
/* Farben der Menueeintraege im gescrollten Zustand */
.dropmenu ul li a {
  color: #724d3c;
  font-weight: 1000;
  text-shadow: #fff 1px 0px 3px;
}

.dropmenu ul li a.active, 
.dropmenu ul li a:focus, 
.dropmenu ul li a:hover {
  color: #4f3327 !important;
}

/* Farben der Menueeintraege im not-gescrollten Zustand */
.header-dark #header:not(.scrolled) a,
.header-dark #header:not(.scrolled) a.active,
.header-dark #header:not(.scrolled) a:focus,
.header-dark #header:not(.scrolled) a:hover{
	color: #724d3c !important;
}

/* Farben der Menueeintraege des Hambugermenues */
.mobile-menu .button_container span {
	background: #724d3c;
}


/* Farben der Menueeintraege im Hambugermenue */
.treemenu li a,
.treemenu li a.active, 
.treemenu li a:focus, 
.treemenu li a:hover{
	color: #ffffff !important;
}

@font-face{ 
	font-family: 'Comic Sans MS';
	src: url(./font/Comic_Sans_MS.ttf);
}

body {
  font-family: Comic Sans MS;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Comic Sans MS;
	margin-top: 2rem;
	color: #3a414e;
}

a,
a:visited {
	color: #724d3c;
}

a.active, a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #4f3327;
}

#page-wrapper {
 background-image: url("../images/bground_v2.jpeg") !important;
 background-repeat: no-repeat;
 background-position: bottom !important; 
 background-size: 10%vh, cover;
 background-blend-mode: lighten;
}

.btn, .button {
	font-size: .8rem;
	line-height: 1.2rem;
	display: inline-block;
	height: 1.8rem;
	padding: .25rem .4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background .2s,border .2s,box-shadow .2s,color .2s;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	color: #724d3c;
	border: .05rem solid #724d3c;
	border-radius: .1rem;
	outline: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn:focus, .btn:hover, .button:focus, .button:hover {
	text-decoration: none;
	border-color: #724d3c;
	background: #ea791a;
}

.container.grid-lg {
	text-align: left;
}

.header-dark.header-transparent #header:not(.scrolled) {
	background: rgba(255,255,255,.4);
}

