/* coypright: Touch Art, Kiel, www.touchart.de */

html {
	scroll-behavior: smooth;
	font-size: 100%;
	height: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.6428;
	color: var(--txt);
	background: var(--bgmain);
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
body,textarea,input,select,option,button {
	font-family: "Roboto",sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
textarea,input,select,option {
	-webkit-border-radius: 0;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
img,svg {
	border: none;
	outline: none;
	vertical-align: middle;
}
b,strong,.txtbold {
	font-weight: bold;
	font-weight: 500;
}
a {
	color: var(--links);
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	color: var(--high);
	text-decoration: underline;
}
a:active {
	color: var(--activ);
	background: transparent;
}
a svg path {
	fill: var(--links);
	transition: all 0.3s ease;
}
a:hover svg path {
	fill: var(--high);
}
a:active svg path {
	fill: var(--activ);
}
a.agrey,a.agrey:hover,a.agrey:active {
	color: var(--txt);
	text-decoration: none;
}
a.deco {
	text-decoration: underline;
}
a.deco:hover {
	text-decoration: none;
}
a.deco:active {
	text-decoration: underline;
}
/*a,a:focus,input:focus,input:focus-within,textarea:focus,textarea:focus-within,select:focus-within,select:focus-visible {
	outline: none !important;
	box-shadow: 0 0 0;
}*/
*:focus:not(:focus-visible) {
 	outline: none
}

*:focus-visible {
	outline: 0.125rem solid var(--high);
	outline-offset: 0.0625rem;
	text-decoration: none !important;
}
h1,h2 {
	font-size: 1.3125rem;
	color: var(--txtheadbig);
}
h3 {
	font-size: 1.125rem;
}
h1,h2,h3,h4,h5 {
	font-weight: 400;
}
::selection {
	color: var(--btntxtover);
	background-color: var(--btnover);
}
.br50 {
	width: 50%;
}
.br100 {
	width: 100%;
}
.txtl {
	text-align: left;
}
.txtc {
	text-align: center;
}
.txtr {
	text-align: right;
}
.txtnowrap {
	white-space: nowrap;
}
.txtred {
    color: var(--txtred);
}
.txt11 {
	font-size: 0.6875rem;
}
.txt12 {
	font-size: 0.75rem;
}
.txt13 {
	font-size: 0.8125rem;
}
.txt14 {
	font-size: 0.875rem;
}
.txt16 {
	font-size: 1rem;
}
.posabs {
	position: absolute;
}
.posrel {
	position: relative;
}
.flexdisplay {
	display: -webkit-flex;
	display: flex;
}
.flexjuspa {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flexjuaround {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flexjuevenly {
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
}
.flexjustr {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flexjuend {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flexjucent {
	-webkit-justify-content: center;
	justify-content: center;
}
.flexalstr {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.flexalcent {
	-webkit-align-items: center;
	align-items: center;
}
.flexalsta {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flexalend {
	-webkit-align-items: flex-end;
	align-items: end;
}
.flexwarp,.flexwrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexcol {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flexselfend {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
.orderfirst {
	order: -1;
}
.order1 {
	order: 1;
}
.order2,.formorder form {
	order: 2;
}
.order3 {
	order: 3;
}
.order4 {
	order: 4;
}
.flussl {
	float: left;
}
.fitimgcover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.fullimg {
	max-width: 100%;
	height: auto;
}
.mtxs {
	margin-top: 0.25rem;
}
.mts {
	margin-top: 0.5rem;
}
.mtm {
	margin-top: 1rem;
}
.mtl {
	margin-top: 2rem;
}
.mtxl {
	margin-top: 3rem;
}
.mtxxl {
	margin-top: 4rem;
}
.mbxs {
	margin-bottom: 0.25rem;
}
.mbs {
	margin-bottom: 0.5rem;
}
.mbm {
	margin-bottom: 1rem;
}
.mbl {
	margin-bottom: 2rem;
}
.mbxl {
	margin-bottom: 3rem;
}
.mbxxl {
	margin-bottom: 4rem;
}
.mlxs {
	margin-left: 0.25rem;
}
.mls {
	margin-left: 0.5rem;
}
.mlm {
	margin-left: 1rem;
}
.mlxm {
	margin-left: 1.5rem;
}
.mrxs {
	margin-right: 0.25rem;
}
.mrs {
	margin-right: 0.5rem;
}
.mrm {
	margin-right: 1rem;
}
.mrxm {
	margin-right: 1.5rem;
}
.mlss {
	margin-left: 0.625rem;
}
.mrss {
	margin-right: 0.625rem;
}
.playout {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.ptxs {
	padding-top: 0.25rem;
}
.pts {
	padding-top: 0.5rem;
}
.ptss {
	padding-top: 0.625rem;
}
.ptsm {
	padding-top: 0.75rem;
}
.ptm {
	padding-top: 1rem;
}
.ptl {
	padding-top: 2rem;
}
.ptxl {
	padding-top: 3rem;
}
.ptxxl {
	padding-top: 4rem;
}
.pbxs {
	padding-bottom: 0.25rem;
}
.pbs {
	padding-bottom: 0.5rem;
}
.pbss {
	padding-bottom: 0.625rem;
}
.pbsm {
	padding-bottom: 0.75rem;
}
.pbm {
	padding-bottom: 1rem;
}
.pbl {
	padding-bottom: 2rem;
}
.pbxl {
	padding-bottom: 3rem;
}
.pbxxl {
	padding-bottom: 4rem;
}
.pfoot {
	padding-bottom: 6rem;
}
.plxs {
	padding-left: 0.25rem;
}
.pls {
	padding-left: 0.5rem;
}
.plm {
	padding-left: 1rem;
}
.plxm {
	padding-left: 1.5rem;
}
.prxs {
	padding-right: 0.25rem;
}
.prs {
	padding-right: 0.5rem;
}
.prm {
	padding-right: 1rem;
}
.prxm {
	padding-right: 1.5rem;
}
.plss {
	padding-left: 0.625rem;
}
.prss {
	padding-right: 0.625rem;
}
.boxradius {
	-webkit-border-radius: var(--borderradiusmid);
	border-radius: var(--borderradiusmid);
}
.noboxradius {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.boxmax {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
}
.bgwhite {
	background-color: var(--bgbody);
}
.curosrp,.cpoint {
	cursor: pointer;
}
button,.btn {
	min-width: 8rem;
	padding: 0.375rem 1.75rem 0.375rem 1.75rem;
	line-height: 2rem;
	font-size: inherit;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease;
	background-color: var(--btn);
	color: var(--btntxt);
	white-space: nowrap;
	-webkit-appearance: none;
	-webkit-border-radius: var(--borderradiusbtn);
	border-radius: var(--borderradiusbtn);
}
button:hover,.btn:hover {
	background-color: var(--btnover);
	color: var(--btntxt);
	text-decoration: none;
}
button:active,.btn:active {
	background-color: var(--btnactive);
	color: var(--btntxt);
	text-decoration: none;
}
.errorall {
	padding: 0.625rem;
	color: var(--txtwhite);
	background-color: var(--error);
}
.nodisplay {
	display: none;
}
.indisplay,.ptinline,.ptinline div,.ptinline p {
	display: inline;
}
.inbldisplay,.btninbl {
	display: inline-block;
}
header,main,footer,.bldisplay {
	display: block;
}
.headwbox {
	height: 6.25rem;
	max-width: 87.5rem;
	margin: 0 auto 0 auto;
}
.wbox {
	max-width: 78.75rem;
	margin: 0 auto 0 auto;
}
.cheight {
	min-height: calc(100vh - 10rem);
}
header {
	position: relative;
	color: var(--navtxt);
	font-weight: 400;
	border-bottom: 0.0625rem solid var(--headerborder);
	border-collapse: collapse;
	background-color: var(--bgheader);
}
header a {
	color: var(--navtxt);
	text-decoration: none;
}
header a:hover {
	color: var(--high);
	text-decoration: none;
}
.logobox {
	flex: 1 1 50%;
	max-width: 18.75rem;
	padding: 0.625rem 0.25rem 0.625rem 0;
	transition: all 0.3s ease;
}
.logobox img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.hhbox,.headtools {
	margin-top: 4%;
}
.hhbox {
	width: 6.875rem;
	flex: 8 1 40%;
}
.hhview {
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 0.625rem;
	cursor: pointer;
}
.hhlines,.hhlines::before,.hhlines::after {
	width: 1.9375rem;
	height: 0.1875rem;
	background-color: var(--navtxt);
	transition: background-color 0.3s ease;
	background-clip: padding-box;
}
.navactive .hhlines,.navactive .hhlines::before,.navactive .hhlines::after {
	background-color: var(--dropboxactiv);
}
.hhview:hover .hhlines,.hhview:hover .hhlines::before,.hhview:hover .hhlines::after {
	background-color: var(--high);
}
.hhlines::before,.hhlines::after {
	position: absolute;
	left: 0;
	content: '';
	width: 2.125rem;
	-webkit-transform-origin: 50% center;
	transform-origin: 50% center;
}
.hhlines::before {
	top: 0.5rem;
}
.hhlines::after {
	top: -0.5rem;
}
.navactive .hhbtn .hhlines::before,
.navactive .hhbtn .hhlines::after {
	top: 0;
	width: 2.125rem;
	transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
}
.hhbtn .hhlines::before,
.hhbtn .hhlines::after {
	transform-origin: 50% 50%;
	transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
}
.navactive .hhbtn .hhlines {
	transition: background-color 0.3s 0s ease-in-out;
	background: transparent !important;
}
.navactive .hhbtn .hhlines::before {
	transform: rotate3d(0, 0, 1, 45deg);
}
.navactive .hhbtn .hhlines::after {
	transform: rotate3d(0, 0, 1, -45deg);
}
.navoverlay {
	display: block;
	position: fixed;
	top: 0;
	left: -100vw;
	height: 100vh;
	width: 100vw;
	background-color: rgba(var(--rgbblack),0.75);
	z-index: 2;
}
nav {
	display: block;
	position: fixed;
	top: 0;
	left: -100vw;
	height: 100vh;
	width: 100%;
	max-width: 18.75rem;
	background-color: var(--bgfooter);
	z-index: 3;
}
nav ul {
	list-style: none;
}
.navmenu {
	transition: all 0.3s ease-in-out;
}
.navmenu li {
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
	margin: 1rem 0.5rem 0 0.5rem;
}
@keyframes borderup {
  from {
	width: 0;
}
  to {
	width: 100%;
}
}
.navitemactive > a {
	color: var(--navtxtactive);
}
.navdrop {
	display: block;
	position: absolute;
	top: 66px;
	left: 0;
	width: 100%;
	height: calc(100vh - 66px);
	background-color: var(--bgfooter);
	z-index: 5;
}
.navbackbtn {
	margin-left: 1.5rem;
}
.navbackbtn div {
	padding: 0 0 0 1.5rem;
	background-image: var(--arrowprev);
	background-repeat: no-repeat;
	background-size: 1.25rem auto;
	background-position: left -0.125rem center;
}
.headtools {
	flex: 1 8 10%;
}
.headtools,.headtools svg path {
	color: var(--navtxt);
	fill: var(--navtxt);
}
.headtools .dropactiv,.headtools .dropactiv svg path {
	color: var(--dropboxactiv);
	fill: var(--dropboxactiv);
}
.headtools .mlxs {
	transition: transform 0.3s ease;
}
.headtools .dropactiv .mlxs {
	transform: rotate3d(0, 0, 1, 180deg);
}
.dropbox {
	display: none;
	position: absolute;
	top: 100%;
	padding: 0.625rem 1.25rem 0.625rem 1.25rem;
	background-color: rgba(var(--rgbbgheader),0.96);
	border-top: 0.1875rem solid var(--borderactive);
	transition: top 0.3s;
	border-bottom-left-radius: var(--borderradiusbtn);
	border-bottom-right-radius: var(--borderradiusbtn);
	box-shadow: 0 1.125rem 0.875rem -0.5rem rgba(var(--rgbblack),0.05),0.875rem 0.5rem 0.875rem -0.25rem rgba(var(--rgbblack),0.1),-0.875rem 0.5rem 0.875rem -0.25rem rgba(var(--rgbblack),0.1);
	color: var(--txt);
	white-space: normal;
	z-index: 5;
}
.sprachbox {
	right: -0.25rem;
}
main {
	position: relative;
	background-color: var(--bgmain);
}
.heroimgbox {
	width: 100%;
	height: 21.875rem;
	transition: all 0.3s ease;
}
.herokattxt {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	max-width: 21.875rem;
	padding: 1.25rem;
	margin: auto;
	overflow: auto;
	text-align: center;
	background-color: rgba(var(--rgbbgheader),0.92);
	border-radius: 1.3125rem;
	-webkit-transform: translate3d(0,-25rem,0);
	transform: translate3d(0,-25rem,0);
	-webkit-box-shadow: var(--boxshadow);
	box-shadow: var(--boxshadow);
	opacity: 0;
}
.herokattxt h1 {
	text-align: left;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
@keyframes slidein {
  from {
	-webkit-transform: translate3d(0,-25rem,0);
	transform: translate3d(0,-25rem,0);
	opacity: 0;
}
  to {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
}
.slidein {
	-webkit-animation-name: slidein;
	animation-name: slidein;
}
.hero .slick-active .fadeinup-animated .herokattxt {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-name: slidein;
	animation-name: slidein;
}
.companynews {
	padding: 0.625rem;
	border: 0.0625rem solid var(--highlightborder);
	border-radius: var(--borderradiusbig);
	background-color: var(--highlightbg);
}
.companynewsimg {
	width: 100%;
	max-width: 20rem;
	height: auto;
}
.galerie {
	max-width: 51rem;
}
.galerie div {
	position: relative;
	width: calc(50% - 1rem);
	padding-top: 50%;
	margin: 0.5rem;
	border-radius: var(--borderradiusbtn);
	overflow: hidden;
}
.galerie div:first-child {
	width: 100%;
}
.galerie div img {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: var(--borderradiusmid);
	object-fit: cover;
	object-position: center center;
	transition: all 0.3s ease-in-out;
}
.galerie div:hover img {
	transform: scale(1.06);
}
.highlights {
	max-width: 51rem;
}
.homehighlights {
	max-width: 100%;
}
.highlights > div {
	width: calc(25% - 1rem);
	min-width: 8.25rem;
	margin: 0.5rem;
	border: 0.0625rem solid var(--highlightborder);
	border-radius: var(--borderradiusbig);
	background-color: var(--highlightbg);
}
.homehighlights.highlights > div {
	width: calc(33.33% - 3rem);
	min-width: 17.5rem;
	margin: 2rem 1.5rem 0 1.5rem;
}
.hightlightimg {
	padding-top: 70%;
	background-image: url('logo-naturnetz-frei.png');
	background-repeat: no-repeat;
	background-position: center top 1.5rem;
	background-size: auto 70%;
}
.homehighlights.highlights .hightlightimg {
	background-position: center top 2.5rem;
}
.highlights h3 {
	padding: 0.5rem 0.25rem 1rem 0.25rem;
	font-size: 1.125rem;
	text-align: center;
}
.eventimg {
	width: 15%;
	padding-right: 0.625rem;
	text-align: right;
}
.eventtxt {
	width: 85%;
	padding-left: 0.625rem;
	text-align: left;
}
.eventbox:nth-child(2n) .eventimg {
	order: 2;
	padding-left: 0.625rem;
	padding-right: 0;
	text-align: left;
}
.eventbox:nth-child(2n) .eventtxt {
	order: 1;
	padding-left: 0;
	padding-right: 0.625rem;
	text-align: right;
}
.bloglstlink {
	padding: 0.625rem;
	border: 0.0625rem solid var(--highlightborder);
	border-radius: var(--borderradiusmid);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 0 rgba(var(--rgbblack),0);
}
.bloglstlink:hover {
	border: 0.0625rem solid var(--blogborderover);
	box-shadow: var(--blogshadowover);
}
.bloglstlink h2 {
	font-size: 1.4375rem;
}
.bloglstimgfit {
	position: relative;
	padding-top: 34%;
	width: 100%;
	background-color: var(--highlightbg);
	border-top-left-radius: var(--borderradiusmid);
	border-top-right-radius: var(--borderradiusmid);
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.bloglstimgfit img {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-top-left-radius: var(--borderradiusmid);
	border-top-right-radius: var(--borderradiusmid);
	transition: all 0.3s ease-in-out;
}
.bloglstbox:hover .bloglstimgfit img {
	transform: scale(1.06);
}
.bloglstimgfit svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 88%;
	object-fit: cover;
	object-position: center center;
	border-top-left-radius: var(--borderradiusmid);
	border-top-right-radius: var(--borderradiusmid);
	transition: all 0.3s ease-in-out;
}
.bloglstimgfit svg path,.bloglstbox:hover .bloglstimgfit svg path {
	fill: var(--txtmidgrey);
}
.bloglstbox:hover .bloglstimgfit img,.bloglstlink:hover .bloglstimgfit svg {
	transform: scale(1.06);
}
.blogimgfit img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: var(--borderradiusmid);
}
.btnpages,.btnpagesa,.pagesno {
	display: inline-block;
	width: 2.5rem;
	line-height: 2.5rem;
	margin: 0.5rem 0.125rem 0 0.125rem;
	text-decoration: none;
	background-color: var(--btn);
	color: var(--btntxt);
	font-weight: 500;
	border-radius: var(--borderradiusbtn);
	transition: all 0.3s ease;
}
.btnpages:hover {
	color: var(--btntxtover);
	background: var(--btnover);
	text-decoration: none;
}
.btnpages:active {
	color: var(--btntxtactive);
	background: var(--btnactive);
	text-decoration: none;
}
.btnpagesa {
	color: var(--txt);
	background: var(--btnpageactive);
	cursor: not-allowed;
}
.pagesno {
	width: 2.5rem;
	margin: 0.5rem 0 0 0;
	color: var(--txt);
	border: 0.0625rem solid var(--borderform);
	background-color: transparent;
}
.pagesteps,.pagesteps:hover,.pagesteps:active {
	background-repeat: no-repeat;
	background-position: center center;
}
.pagesteps:first-child {
	background-image: var(--stepfirst);
}
.pagesteps:last-child {
	background-image: var(--steplast);
}
.pagesteps:nth-child(2) {
	background-image: var(--stepprev);
}
.pagesteps:nth-last-child(2) {
	background-image: var(--stepnext);
}
.videobox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.videobox > iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.trackwrapper {
	min-height: 22.5rem;
	background-color: var(--highlightbg);
	border: 0.0625rem solid var(--highlightborder);
	border-radius: var(--borderradiusbig);
}
.trackbox {
	max-width: 40rem;
}
.errorhero {
	color: var(--txtmidgrey);
	font-size: 9rem;
	letter-spacing: 1rem;
}
footer {
	padding: 0 0 4rem 0;
	color: var(--footertxt);
	background-color: var(--bgfooter);
}
footer a {
	color: var(--footertxt);
	text-decoration: none;
}
footer a:hover {
	color: var(--high);
	text-decoration: none;
}
footer a:active,.footlinkactive {
	color: var(--activ);
	text-decoration: none;
}
.themeswitchbox {
	padding: 4rem 0;
	background-color: var(--bgthemeswitch);
}
.theme-switch-wrapper label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}
.theme-switch-wrapper label:hover {
	color: var(--high);
	transition: color 0.3s ease;
}
.theme-switch-wrapper label:active {
	color: var(--activ);
}
.theme-switch {
	display: inline-block;
	height: 2.125rem;
	position: relative;
	width: 3.75rem;
}
.theme-switch input {
	display: none;
}
.slider {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: var(--btn);
	transition: 0.4s;
}
.slider:before {
	background-color: var(--bgcontent);
	bottom: 0.25rem;
	content: "";
	height: 1.625rem;
	left: 0.25rem;
	position: absolute;
	transition: 0.4s;
	width: 1.625rem;
}
input:checked + .slider {
	background-color: var(--btn);
}
input:checked + .slider:before {
	transform: translateX(1.625rem);
}
.slider.round {
	border-radius: 2.125rem;
}
.slider.round:before {
	border-radius: 50%;
}
.gotop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -3.125rem;
	width: 3.125rem;
	height: 2.75rem;
	margin: 0 auto;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.gotopshow {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}
.gotop a {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}
.gotop div {
	height: 100%;
	background-color: var(--btn);
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(var(--rgbblack),0.2);
}
.gotop:hover div {
	background-color: var(--btnover);
}
.gotop:active div {
	background-color: var(--btnactive);
}
.gotop svg {
	width: 2rem;
	height: auto;
}
.gotop a svg path {
	fill: var(--btntxt);
}
.gotop:hover a svg path {
	fill: var(--btntxtover);
}
.gotop:hover a svg path {
	fill: var(--btntxtactive);
}
.consentbox {
	position: fixed;
	bottom: 3rem;
	left: 0;
	right: 0;
	width: 96%;
	max-width: 40rem;
	padding: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	color: var(--txt);
	background-color: var(--consentbg);
	border-radius: var(--borderradiusmid);
	box-shadow: 0 0 0.25rem 0 rgba(var(--rgbblack), 0.3);
}
.consentbutton {
	min-width: 9.375rem;
	padding: 0.5rem 1.25rem;
	margin: 1.25rem 0.625rem 0 0.625rem;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	border: none;
}
.pttxt,
.pttxt div,
.pttxt span,
.pttxt a,
.ptfull div,
.ptfull p,
.ptfull span,
.ptfull li,
.ptfull ul,
.ptfull ol,
.ptfull a,
.ptfull img {
	font-family: inherit !important;
	font-size: inherit !important;
	color: var(--txt) !important;
}
.pttxt a,.pttxt a div,.pttxt a span,
.ptfull a,
.ptfull a div, 
.ptfull a span {
	color: var(--links) !important;
	text-decoration: none !important;
}
.pttxt a:hover,.pttxt a:hover span,
.ptfull a:hover,.ptfull a:hover span {
	color: var(--high) !important;
	text-decoration: underline !important;
}
.pttxt a:active,.pttxt a:active span,
.ptfull a:active,.ptfull a:active span {
	color: var(--activ) !important;
	text-decoration: none !important;
}
.ptfull p,.pttxt p {
	padding: 0.5rem 0;
}
.ptfull ul,.ptfull ol,.pttxt ul,.pttxt ol {
	padding: 0.75rem 0 0.5rem 0;
}
.ptfull li,.pttxt li {
	padding: 0.25rem 0 0.25rem 0.25rem;
}
.ptfull ul li,.pttxt ul li,.ptfull ul.iconeb > li,.pttxt ul.iconeb > li {
	list-style-type: none;
	padding: 0.75rem 0 0.75rem 2rem;
	margin: 0 0 0 0;
	background-image: url('logo-naturnetz-frei.png');
	background-repeat: no-repeat;
	background-position: left top 0.25rem;
	background-size: 1.25rem auto;
}
.contactptxt ul li {
	padding: 1rem 0 1rem 2rem;
	background-position: left top 1rem;
}
.ptfull img,.pttxt img {
	max-width: 100%;
	height: auto;
	padding: 0.75rem 0 0.75rem 0;
}
.refresh {
	height: 1.5rem;
	width: 18.75rem;
	background-color: var(--highlightbg);
	outline: 0.0625rem solid var(--highlightborder);
}
.refresh::after {
	display: block;
	content: "";
	height: 100%;
	width: 0.0625rem;
	background-color: var(--activ);
	transform-origin: left;
	-webkit-animation: refreshwidth 10s;
	animation: refreshwidth 10s;
	animation-fill-mode: forwards;
}
@keyframes refreshwidth {
	0% {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
	100% {
	-webkit-transform: scale3d(300,1,1);
	transform: scale3d(300,1,1);
}
}
@media screen and (min-width: 400px) {
.playout {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.hhview {
	margin-right: 1.25rem;
}
.eventimg {
	width: 30%;
}
.eventtxt {
	width: 70%;
}
}
@media screen and (min-width: 600px) {
h1,h2 {
	font-size: 1.625rem;
	color: var(--txtheadbig);
}
h3 {
	font-size: 1.375rem;
}
/*.hhbox,.headtools {
	margin-top: 3.375rem;
}*/
.heroimgbox {
	height: 28.125rem;
}
.herokattxt {
	font-size: 1.25rem;
}
.companynews {
	padding: 1.25rem;
}
.eventimg,.eventtxt {
	width: 50%;
}
}
@media screen and (min-width: 765px) {
.playout {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.flexdisplay-l {
	display: -webkit-flex;
	display: flex;
}
.flexjuevenly-l {
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
}
.flexalcent-l {
	-webkit-align-items: center;
	align-items: center;
}
.flexrow-l {
	-webkit-flex-direction: row;
	flex-direction: row;
}
.logobox {
	flex: 1 5 30%;
}
.hhbox {
	flex: 1 1 70%;
}
.hhshow {
	display: none;
}
nav {
	display: block;
	position: static;
	top: auto;
	left: auto;
	height: auto;
	max-width: none;
	background-color: transparent;
	z-index: auto;
}
.navmenu {
	font-size: 1rem;
}
.navmenu li {
	padding: 0 0.5rem 0.25rem 0.5rem;
	margin: 0;
}
.navitemactive {
	position: relative;
}
.navitemactive:after {
	content: '';
	position: absolute;
	bottom: -0.1875rem;
	left: 0;
	right: 0;
	width: 0;
	height: 0.1875rem;
	margin: 0 auto;
	background-color: var(--borderactive);
	animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: borderup;
	animation-name: borderup;
}
.navmenu .navdropper {
	position: relative;
}
.navdrop {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: auto;
	min-width: 12rem;
	height: auto;
	padding: 0.625rem 1.25rem 0.625rem 1.25rem;
	color: var(--txt);
	background-color: rgba(var(--rgbbgheader),0.96);
	border-top: 0.1875rem solid var(--borderactive);
	border-bottom-left-radius: var(--borderradiusbtn);
	border-bottom-right-radius: var(--borderradiusbtn);
	box-shadow: 0 1.125rem 0.875rem -0.5rem rgba(var(--rgbblack),0.05),0.875rem 0.5rem 0.875rem -0.25rem rgba(var(--rgbblack),0.1),-0.875rem 0.5rem 0.875rem -0.25rem rgba(var(--rgbblack),0.1);
	white-space: nowrap;
	transition: top 0.3s;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	z-index: 5;
}
.navbackbtn {
	display: none;
}
.navdrop li {
	padding: 0.75rem 0.5rem 0.75rem 0.5rem;
}
.navdropactiv > a {
	color: var(--high);
}
.navdropactiv .navdrop {
	border-top: 0.1875rem solid var(--high);
}
.navoverlay {
	display: none !important;
	left: -200vw;
}
.heroimgbox {
	height: 34.375rem;
}
.bloglstlink {
	padding: 1.25rem;
}
.heroimgbox {
	height: 34.375rem;
}
.bloglstlink {
	padding: 1.25rem;
}
}
@media screen and (min-width: 1000px) {
.hhbox,.headtools {
	margin-top: 4.5%;
}
.herokattxt {
	max-width: 25rem;
	font-size: 1.75rem;
}
}
@media screen and (min-width: 1300px) {
.hhbox,.headtools {
	margin-top: 3.375rem;
}
.sprachbox {
	right: 50%;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}
}