/* FARBEN 

#8aa81c; - gruen dunkel
#f6f8e7; - gruen hell
#666b6d; - grau

*/

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body, html {
	border:0;
	margin:0;
	padding: 0;
/* 	background-color: #f6f6f6; */
}

* {
	font-family: 'Roboto', Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 150%;
	color: #666b6d;
	box-sizing: border-box;
	font-weight: 300;
}
p {
	margin-top:0;
	margin-bottom: 10px;
}
.limit {
	margin:0 auto;
	width:100%;
	max-width: 1024px;
}
#komma {
	position: absolute;
	top:0; right:0;left:0;
	height:auto;
	text-align: center;
	/* z-index: 1000; */
	opacity: .5;
	z-index: -1;
}
#komma img {
	width:100%;
	max-width: 960px;
}
/* ---------------------- HEADER ---------------------- */
#header {
	position: relative;
	z-index: 2000;
}
#menu {
	background-color: #8aa81c;
	background-color: #c4d38d;
}
#menu .limit {
	padding: 0 4% 0 4%;
}
/* ---------------------- NAVIGATION ---------------------- */

nav ul {
	margin: 0;
	padding:0;
	/* padding:0 4%; */
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
nav ul li a {
	padding: 10px 0;
	display: block;
	color: white;
	/* color:black; */
	/* color: #666b6d; */
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1px;
}
nav ul li a:hover {
	color: #f6f8e7;
	color: white;
	color: #8aa81c;
	/* color: black; */
	text-decoration: none;
	font-weight: 400;
}
nav ul li a.rex-current {
	font-weight: 500;
	color: white;
	color: #666b6d;
	color: #8aa81c;
}

/* ---------------------- LOGO ---------------------- */

#logo {
	/* background-color: white; */
	text-align: center;
	padding: 30px 0;
}
#logo img {
	width: 280px;
	max-width: 100%;
}

/* ---------------------- INHALT ---------------------- */
#inhalt {
	/* background-color: white; */
	padding-bottom: 40px;
}
#inhalt .titel {
	padding: 35px 4% 0 4%;
	z-index: 8000;
	position: relative;
}
#inhalt .titel h1 {
	font-size: 32px;
	margin: 0;
	color:#8aa81c;
	/* color: #c4d38d; */
}
#inhalt .text {
	padding: 20px 4% 0 4%;
	display: flex;
	justify-content: space-between;
	z-index: 8000;
	position: relative;
}
#inhalt .text .spalte {
	width:48%;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	
}
#inhalt .text .spalte-breit {
	width:100%;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	
}
#inhalt .text strong,
#inhalt .text b {
	font-weight: 500;
}
#inhalt .text strong em,
#inhalt .text em strong,
#inhalt .text b em,
#inhalt .text em b {
	font-weight: 500;
	color: #666b6d;
	font-style: normal;
}
#inhalt .text a {
	color: #666b6d;
}
#inhalt .text a:hover {
	color: black;
}

#inhalt .text li {
	list-style: square;
}

.achtung {
	position: absolute;
	top: 310px;
	right: 40px;
	width: 340px;
	max-width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius:12px;
	padding-bottom: 30px;
}
/* ---------------------- FOOTER ---------------------- */

#footer {
	background-color: #f6f8e7;
	padding: 60px 3% 2px 3%;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	z-index: 99999;
	position: relative;
}
#footer .limit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 4% 0 4%;
	/* gap:40px; */
}
#footer .limit .spalte {
	width:33.33%;
	text-align: center;
}
#footer .limit .spalte:first-child {
	text-align: left;
	background-image:url(/resources/komma_gruen_24.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px auto;
	padding-left: 60px;
}
#footer .limit .spalte:last-child {
	text-align: right;
	padding-right: 60px;
}
#footer strong {
	color:#8aa81c;
	/* color: #c4d38d; */
	font-weight: 500;
}
#footer em {
	color:#8aa81c;
	/* color: #c4d38d; */
	font-weight: 300;
	font-style: normal;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#inhalt div.text.limit.slice_28 a,
#inhalt div.text.limit.slice_10 a {
	text-decoration: none;
}
#inhalt div.text.limit.slice_22 a {
	border: 1px solid #8aa81c;
	background-color: white;
	padding:4px 20px;
	border-radius: 6px;
	text-decoration: none;
	color:#8aa81c;
	font-weight: 400;
	font-size: 18px;
}
#inhalt div.text.limit.slice_22 a:hover {
	border: 1px solid #8aa81c;
	background-color: #8aa81c;
	text-decoration: none;
	color:white;
}
/* ---------------------- RESPONSIVE ---------------------- */

@media only screen and (max-width: 960px) {

#footer .limit div.spalte {
	width:auto;
}

}

@media only screen and (max-width: 760px) {

#inhalt .text {
	flex-direction: column;
}
#inhalt .text .spalte {
	width:100%;
}
.achtung {
	position: relative;
	top: 0; right: 0;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-radius:0px;
	padding-bottom: 30px;
}
}

@media only screen and (max-width: 640px) {

#footer .limit {
	flex-direction: column;
	padding-bottom: 40px;
}
#footer .limit div.spalte {
	text-align: left !important;
	padding-left: 60px !important;
}

}

@media only screen and (max-width: 480px) {

#footer {
/* 	column-count: 1; 
	column-gap:0%;
	column-width: 100%; */
}
#footer div {
	width: 100%;
}
nav ul li a {
	font-size: smaller;
	letter-spacing: 1px;
}
nav ul {
	flex-direction: column;
	padding: 10px 0px;
}
nav ul li a {
	padding: 3px 0;
	font-size: 16px;
	text-align: center;
}
}
