/*
braun: #d0b071
grau: #849398
blau: #1468a0
*/

body {
	background-color: #fff;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 16pt;
	color: #000;
	
}

._cell {
  border: 1px solid #466d98;
  }

#header {

}

#header-text {
	padding: 8% 0 5% 8%;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #849398;

}

#header-text a {
	color: #849398;
}

#header-logo {
	background-image: url("../../img/Wiesenweihe_Silhouette_grau.png");
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: 40%;

}

#header-stripe {
	background-image: url("../../img/Getreidestreifen_lang_grau.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-position-y: -5px;
	height: 200px;
	border-bottom: 3px solid #d0b071;
}


#menu1 {
	background-color: #849398;
	color: #FFF;
}

#menu1 a {
	color: #FFF;
}

#content {
	background-color: #fff;
	margin-bottom: 66pt;
}

#content a {
	color: #a48847;
}

#content a:hover {
	color: #d0b071 !important;
}



.img_border {
	border: 2px solid #d0b071;
	padding: 2px;
}

a:hover .img_border {
  transform: scale(1.05);
  filter: brightness(0.7);
  transition: all 0.1s ease;
}

#footer {
	background-color: #849398;
}

.footer-text {
	font-size: 0.9em;
	line-height: 1em;
	color: #fff;
	white-space:nowrap;
	padding-top: 0.5em;
}

.footer-text a {
	color: #fff;
}

a:hover {
	color: #d0b071 !important;
}

#footer ul {
	line-height: 1em;
}

#menu2 {
	font-size: 0.9em;
}




.txt_small {
	font-size: 0.6em;
}

p {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
}

h1 {
	margin: 1em 0;
	font-weight: bold;
	font-size: 1.4em;
}

h2 {
	margin: 1em 0;
	font-size: 1.1em;
}

h3 {
	margin: 1em 0;
	font-size: 1.1em;
}


.brown-stripe {
	border-bottom: 2px solid #d0b071;
}

.brown-stripe span {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	margin-bottom: -10px;
}


ul.no-bullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


ul.ulintext li {
	font-size: 0.9em !important;
	line-height: 1.2em;
}

.nowrap {
	white-space: nowrap;
}

.margin_1 {
	margin: 5%;
}

.margin-top2 {
	margin-top: 2%;
}

.margin-top1em {
	margin-top: 1em;
}

.margin-top2em {
	margin-top: 2em;
}

.margin-bottom1em {
	margin-bottom: 1em !important;
}

.margin-left1em {
	margin-left: 0.8em !important;
}

.margin-left2em {
	margin-left: 2em !important;
}

.margin-topminus1em {
	margin-top: -1em !important;
}

.padding_0 {
	padding: 0;
}

.padding-left1em {
	padding-left: 0.8em !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: #d0b071 transparent transparent;
}

.is-dropdown-submenu {
	background-color: #849398;
}

.accordion {
	width: 100%;
	max-width: 100%;
	display: block;
}

.accordion-title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #2c3e50;
	background-color: #f0f0f0;
	padding: 1rem;
	border-bottom: 1px solid #ccc;
}

.accordion-title:hover {
	background-color: #e0e0e0;
	color: #000;
}

table.no-bg {
	background: transparent !important;
	border: none !important;
}
table.no-bg tr {
	background: transparent !important;
	border: none !important;
}

table.nopadding tbody td {
	padding: 0.1rem !important;
}
