.extbase-debugger {
	z-index: 1111;
}

/* ==========================================
  CSS Eine Woche ohne Fleisch
  ======================================= */
/*

/* Aufbau und Inhalt
==================================================
	# Info
	# Reset
	# Basic Styles
	# Eistellungen Content Elemente
	# Einzelne HTML Elemente
	# Extensions
	# Header
	# Footer
	# Templates
	# Überschreiben von Plugin CSS
/*

/* Info
==================================== */

/* Z-Index
1000 Headerbox mit Logo, Social Media Login und Navigation
*/



/* ==========================================
  Reset
  ======================================= */
/*
Based on
html5doctor.com Reset Stylesheet
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}

body {
		line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
		display:block;
}

nav ul {
		list-style:none;
}

blockquote, q {
		quotes:none;
}

blockquote::before, blockquote::after,
q::before, q::after {
		content:'';
		content:none;
}

*,*::before,*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
		text-decoration: none;
}


sub {
  vertical-align: sub;
  font-size: 70%;
}

sup {
  vertical-align: super;
  font-size: 70%;
}


.caps {
  text-transform: uppercase;
}




/* =========================================
  Basic Styles
  ======================================== */

/* Farben
	=================================== */
	:root {
  --tuerkis-dunkel: rgb(0, 84, 81);     /* #005451 – Hauptfarbe (z. B. Header, Footer, Buttons) */
  --tuerkis-hell: rgb(141, 201, 164);   /* #8DC9A4 – Akzentfarbe, z. B. Hintergründe, Icons */
  --gelb-akzent: rgb(242, 231, 67);     /* #F2E743 – starke Akzentfarbe (Call to Action) */
  
  --weiss: rgb(255, 255, 255);          /* #FFFFFF – Hintergrund, Text auf dunklem Grund */
  --schwarz: rgb(0, 0, 0);              /* #000000 – z. B. Logo, Kontrastelemente */
  --textgrau: rgb(87, 87, 86);          /* #575756 – Standard-Textfarbe */
  --grau-hell: rgb(208, 208, 208);      /* #D0D0D0 – Rahmen, Trennlinien */
  --grau-sehrhell: rgb(233, 233, 233);  /* #E9E9E9 – helle Flächen, Hintergrundbereiche */
}



/* Schriften
	=================================== */

@font-face {
  font-family: "GT-Eesti-Display-Regular";
  font-display: swap;
  src: url("../Fonts/GT-Eesti-Display-Regular.otf") format("opentype");
}

@font-face {
  font-family: "GT-Eesti-Display-Medium";
  font-display: swap;
  src: url("../Fonts/GT-Eesti-Display-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Lato-Regular";
  font-display: swap;
  src: url("../Fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Bold";
  font-display: swap;
  src: url("../Fonts/Lato-Bold.ttf") format("truetype");
}

html {
	font-size: 100%;
	font-family: "GT-Eesti-Display-Medium", Helvetica, Arial, sans-serif;;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	scroll-behavior: smooth;
}

body {
	font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

p {
	font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
}

p:has(+ h1) {
  margin-bottom: 1em;
}

p:has(+ h2) {
  margin-bottom: 0.8em;
}

p:has(+ h3) {
  margin-bottom: 0.8em;
}

p:has(+ h4) {
  margin-bottom: 0.6em;
}

p:has(+ h5) {
  margin-bottom: 0.6em;
}


h1  {
	font-family: "GT-Eesti-Display-Medium", Helvetica, Arial, sans-serif;
	font-size: 48px;
		font-size: calc(30px + 1vw);
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	color: #000000;
	line-height: 1.25;
	margin: 0 0 0.75em 0;
}

h2 {
  font-family: "GT-Eesti-Display-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #000000;
  font-size: 38px;
	font-size: calc(24px + 0.7vw);
	margin: 0 0 1em 0;
}

h3{
  font-family: "GT-Eesti-Display-Medium", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-size: calc(16px + 0.7vw);
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	color: #000000;
	margin: 0 0 1em 0;
}

h4 {
  font-family: "GT-Eesti-Display-Medium", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: calc(14px + 0.7vw);
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	color: #000000;
	margin-bottom: 11px;
}

a {
  text-decoration: none;
  color: rgb(0, 84, 81);
}

h1 a, h2 a, h3 a, h4 a {
	color: #000000;
}

.strong, .strong li a, .strong a {
	font-weight: 600;
}

ul {
	list-style-type: disc;
	line-height: 1.6;
}

ul ul {
	list-style-type: circle;
}

ol {
	line-height: 1.6;
}


/* Basic Floats Grid
	=================================== */

	/* Basic setup */

	.nahhaft-content {
		width: 100%;
	}

	.content {
	  margin: 1% 0% 1% 0%;
	}

	.content:first-child {
	  margin-left: 0;
	}

	.row::after {
	  display: table;
	  content: "";
	  clear: both;
	}

	/* Media queries */

	@media all and (min-width: 1150px) {
		.two-twelve, .four-twelve, .six-twelve{
		 float: left;
		 margin: 1% 0 1% 1.6%;
		}

		.two-twelve {
			width: 15%;
		}

		.six-twelve {
			width: 58.3%;
			margin-right: 9px;
		}

		.four-twelve {
			width: 22.66%;
		}
	}

	@media all and (min-width: 800px) {
	  .one-fourth, .three-fourth {
	   float: left;
	   margin: 1% 0 1% 1.6%;
	  }

	  .three-fourth {
	    width: 74.6%;
	  }

	  .one-fourth {
	    width: 23.8%;
	  }
	}

	@media all and (min-width: 750px) {
	  .one-third, .two-third {
	   float: left;
	   margin: 1% 0 1% 1.6%;
	  }

	  .one-third {
	    width: 32.26%;
	  }

	  .two-third {
	    width: 66.13%;
	  }

	}

	 @media all and (min-width: 500px) {
	  .one-half {
	   float: left;
	   margin: 1% 0 1% 2.6%;
	  }

	  .one-half {
	    width: 48.2%;
	  }
	}


/* Footer */
.spalte {
	display: block;
}

@media (min-width: 800px) {
	.spalte {
		float:left;
		margin: 1% 0 1% 1.6%;
	}
	.ein-viertel {
		width: 23.8%;
	}
}

.spalte:first-child {
	margin-left: 0;
}

.gruppe::after {
	display: table;
	content: "";
	clear: both;
}

.ein-halb {
	width: 49.2%;
}


/* Abstände und Basic Elemente
	=================================== */

.nahhaft-wrapper {
	margin: 88px auto 0px auto;
	min-width: 250px;
}

.nahhaft-content {
	max-width: 1150px;
	margin: 20px auto 0px auto;
	padding: 20px 20px 0 20px;
}


/* Responsive Videos */

.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
}

.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}


/* Bilder
	 =================================== */
img {
	max-width: 100%;
  height: auto;
}

.vp-video-wrapper {
	max-width: 100%;
	height: auto;
}


/* Clearfix
	 =================================== */

.clearfix::after {
	content: "";
  clear: both;
  display: table;
}


/* Ratio-Box
	 =================================== */

.ratio-box {
	position: relative;
	display: block;
}

.ratio-box::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.6666666667%;
}

.ratio-box img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ==========================================
  Eistellungen Content Elemente
======================================= */

/* Syling Fluid Styled Content / Content Elemente
================================================= */

/* MenuSubpages */

.seite {
  max-width: 230px;
  float: left;
  margin-left: 15px;
    min-height: 500px;
}

.seite img {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.seitenuebersicht::after {
    display: table;
    content: "";
    clear:both;
}

/* Abstand zwischen Bild und Überschrift */

.seitenuebersicht .ratio-box {
        margin-bottom: 15px;
    }


/* grid Layout */

@supports ((display: -ms-grid) or (display: grid)) {

/* reset */

 .seitenuebersicht::after {
		display: none;
		content: none;
		clear: none;
	}

/* grid */

	.seitenuebersicht {
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	  grid-gap: 2em;
		}

  .seite {
  max-width: 100%;
	min-height: auto;
  float: none;
  margin-left: 0;
  }
}


/* Überschreiben und Ergänzen der default styles for extension "tx_frontend"
=================================== */

.ce-uploads::after {
    display: table;
    content: "";
    clear: both;
}

.ce-intext.ce-right .ce-gallery { margin-left: 30px; }
.ce-intext.ce-left .ce-gallery { margin-right: 30px; }

@media all and (max-width: 900px) {
	.ce-left, .ce-right {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
	}
	.ce-intext.ce-right .ce-gallery {
		margin: 15px 5px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.ce-intext.ce-left .ce-gallery {
		margin: 15px 5px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.ce-left .ce-row, .ce-right .ce-row {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}

/* Abstand der Bildunterschriften zum Bild */

.ce-gallery figcaption {
	padding: 5px 0;
	text-align: right;
}

/* Media Query für hochgeladene Dateien / ce-uploads */

@media all and (max-width: 400px) {
	.ce-uploads img {
		float: none;
		margin-bottom: 10px;
}
}

.ce-textpic .ce-gallery figure {
	margin-bottom: 5px;
}

/* Rahmen Medieninhalte
==========================================*/

/* Blaue Box */
.frame-bluebox {
	background-color:  rgba(141, 201, 164, 0.7);
	padding: 20px;
	border-radius: 4px;
}

/* gruene Box */
.frame-greenbox {
	background-color: rgba(0, 84, 81, 0.5);
	padding: 20px;
}

/* Graue Box */
.frame-greybox {
	background-color: rgb(208, 208, 208);
	padding: 20px;
}

/* Weiße Box */
.frame-whitebox {
	background-color: #ffffff;
	padding: 15px 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.frame-whitebox img {
    margin-bottom: 5px;
}

/* Schmale Breite */
.frame-smallwidth {
	max-width: 800px;
}


/* Layout Medieninhaltselemente
========================================= */

/* 1-16 PEW Layouts */

/* 5 PEW + NAHhaft responsives, eingebettetes Video*/
.frame-layout-5 .ce-center .ce-inner {
	position: relative;
	float: none;
	right: -50%;
	margin: 0 auto;
}

.frame-layout-5 .ce-textpic, .frame-layout-5 .ce-image, .frame-layout-5 .ce-nowrap .ce-bodytext, .frame-layout-5 .ce-gallery, .frame-layout-5 .ce-row, .frame-layout-5 .ce-uploads li, .frame-layout-5 .ce-uploads div {
	overflow: visible;
}

.frame-layout-5 .ce-left .ce-gallery, .frame-layout-5 .ce-column {
	float: none;
}

.frame-layout-5 .ce-gallery figure {
	display: block;
	margin: 0;
}

.frame-layout-5 .ce-center .ce-outer {
	position: relative;
	float: none;
	right: 50%;
}

/* 17 padding links und rechts */
@media all and (min-width: 600px) {
	.frame-layout-17 {
		padding: 10px 100px;
	}
}

/* 18	Text-Bild Kombi - Bild mit 390px */

.frame-layout-18 .ce-textpic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.frame-layout-18 .ce-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


@media all and (min-width: 800px) {

	.frame-layout-18 .ce-textpic {
		display: inline-block;
	}
	.frame-layout-18 .ce-row {
		display: inline-block;
	}
	.frame-layout-18 img {
		width: 390px;
		padding: 0 20px 0 0;
	}
}



/* 19	Slides für Slideshow */

/* hide by default */
.frame-layout-19 {
	display: none;
	max-height: 500px;
	overflow: hidden;
}

/* Image auf 100%  */
.frame-layout-19 .ce-outer, .frame-layout-19 .ce-inner, .frame-layout-19 .ce-row, .frame-layout-19 .ce-column, .frame-layout-19 .image, .frame-layout-19 img {
	width: 100%;
}

/* Margin von fluid_styled_content entfernen */

.frame-layout-19 .ce-intext.ce-right .ce-gallery,.frame-layout-19 .ce-intext.ce-left .ce-gallery,.frame-layout-19 .ce-above .ce-gallery {
        margin-bottom: 0;
    }

		/* Caption text */
		.frame-layout-19 h3, .frame-layout-19 h2 {
		  color: #f2f2f2;
		  text-align: right;
			line-height: 1.2;
		}

		.frame-layout-19 h3 {
			font-size: 26px;
			font-family: GT-Eesti-Display-Regular;
			opacity: 0.85;
		}

		.frame-layout-19 h2 {
			font-size: 36px;
			margin: 0 0 0.6em 0;
		}

		.frame-layout-19 a {
			color: #f2f2f2;
		}

		.frame-layout-19 header {
		  position: absolute;
			max-width: 500px;
			bottom: 20%;
			right: 5%;
			z-index: 5;
		}


/* overlay */

.frame-layout-19::after {
  content: "";
  width: 100%;
  background: rgb(0, 84, 81);
  	background: -o-linear-gradient(122deg, rgb(0, 84, 81) 0%, rgba(141, 201, 164, 0.7) 40%, rgba(141, 201, 164, 0) 75%);
  	background: linear-gradient(328deg, rgb(0, 84, 81) 0%, rgba(141, 201, 164, 0.7) 40%, rgba(141, 201, 164, 0) 75%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/* Fading animation */
.frame-layout-19 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* On smaller screens, decrease text size */
@media all and (max-width: 500px) {
  .frame-layout-19 h3 {font-size: 14px}
	.frame-layout-19 h2 {font-size: 24px}
}


/* Hide slideshow on small screens */

@media all and (max-width: 300px) {
  .slideshow-container {
		display: none;
	}
}



/* 20 Nahhaft Formulare
===============================*/

.frame-layout-20 {
	font-size: 16px;
	font-family: GT-Eesti-Display-Regular;
	color: #000000;
}

.frame-layout-20 input[type="text"],
.frame-layout-20 input[type="email"],
.frame-layout-20 input[type="search"],
.frame-layout-20 input[type="number"],
.frame-layout-20 input[type="tel"], .frame-layout-20 textarea, .frame-layout-20 select {
    color: inherit;
    height: 36px;
    line-height: normal;
    margin-bottom: 5px;
    outline: medium none !important;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    color: #555;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.frame-layout-20 h3 {
	font-size: 1.25rem;
	margin-top: .6em;
	margin-bottom: .3em;
	line-height: 1.7rem;
	color: rgb(12, 105, 162);
}


.frame-layout-20 label {
  display: inline-block;
  margin: 5px 0;
}

.frame-layout-20 textarea {
    min-height: 100px;
    padding: 10px;
		font-family: GT-Eesti-Display-Regular;
}

.frame-layout-20 input:focus,
.frame-layout-20 textarea:focus,
.frame-layout-20 select:focus{
    border: 1px solid rgb(0, 84, 81);
		background-color: white;
}

.frame-layout-20 .help-block {
	color: rgb(0, 84, 81);
	font-size: 12px;
	padding-top: 5px;
	display: block;
}


.frame-layout-20 .add-on span {
	font-size: 1rem;
}

.frame-layout-20 .add-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.frame-layout-20 .add-on input {
	width: auto;
	height: auto;
	margin-right: 7px;
	margin-top: 5px;
}

.frame-layout-20 .form-group {
	margin: 10px 0;
	margin: 10px 0;
	line-height: 1.6;
}

.frame-layout-20 .summary-table-first-col {
	padding-right: 40px;
}

.frame-layout-20 .btn-cancel {
	border: none;
}

.frame-layout-20 tr, .frame-layout-20 td {
	border: solid 1px lightgray;
}

.frame-layout-20 td {
	padding: 2px 5px;
}

.frame-layout-20 .error {
	color: red;
	font-weight: bold;
}

.frame-layout-20 .form-navigation {
	margin: 30px 0 0 0;
}


/* 21,22,23 PEW Steckbriefe Aufzählungszeichen  */


/* 24  PEW + NAHhaft Zweispaltige Textdarstellung  */

@media all and (min-width: 550px) {
	.frame-layout-24 {
		-webkit-column-count: 2;
		     -moz-column-count: 2;
		          column-count: 2;
	}
}

/* 28 NAHhaft und PEW inline-block Elemente */

.frame-layout-28 {
	display: inline-block;
	margin-left: 25px;
}


/* 35 NAHhaft und PEW hover für zwei Bilder in einem Element */

.frame-layout-35 .ce-column:last-of-type {
  display: none;
}

.frame-layout-35 .ce-gallery:hover .ce-column:last-of-type {
  display: inline;
}

.frame-layout-35 .ce-gallery:hover .ce-column:first-of-type {
  display: none;
}

.frame-layout-35 .ce-column:last-child {
    margin-right: 10px;
}

/* 43 = NAHhaft List Style Haken grün */

.frame-layout-43 li {
	position: relative;
  list-style-type: none;
  padding-left: 50px;
	margin-bottom: 10px;
}

.frame-layout-43 ul {
	margin-left: 0;
}

.frame-layout-43 ul li:before {
  content: "";
	display: inline-block;
	position: absolute;
  top: 2px;
  left: 5px;
  height: 28px;
  width: 28px;
	background-image: url('../Icons/Check.png');
  background-size: contain;
}

/* 53 = NAHhaft + EWOF Kleine Elemente | max-width 250px */

.frame-layout-53 {
	max-width: 250px;
}

/* 64 = NAHhaft Weiße Schrift auf Grün */

.frame-layout-64 {
	background-color: rgb(0, 84, 81);
	padding: 15px 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.frame-layout-64 h1,
.frame-layout-64 h2,
.frame-layout-64 h3,
.frame-layout-64 h4,
.frame-layout-64 a,
.frame-layout-64 p {
	color: white;
}



/* ==========================================
  Einzelne HTML Elemente
======================================= */




/*===========================================
  Extensions
  ====================================== */

  /*
		 Forms
	======================================= */

	.form-text {
		color:rgb(0, 84, 81);
	}


	/* btn-primar im rte css */


	/*
		 news
	======================================= */

	.news .article h3 {
	    margin-bottom: 8px;
	}

	.new .more {
		font-size: 12px;
		line-height: 2.0;
	}

	.news div.page-navigation:nth-child(1) {
	display: none;
	}

	.news div.page-navigation> p:nth-child(1) {
	display: none;
	}

	.news div.page-navigation> ul:nth-child(2) {
	margin: 0 10px 0 0;
	}


	/* Detailansicht News/ Detail*/

	.news-text-wrap {
		margin-top: 3px;
		-webkit-hyphens: auto;
		    -ms-hyphens: auto;
		        hyphens: auto;
	}

	.artikelansicht {
		font-size: 16px;
		position: relative;
		max-width: 800px;
		margin: 20px auto;
		padding: 0px 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	@media (max-width: 830px) {
		.artikelansicht {
			margin: 0 auto;
			padding: 2rem;
		}
	}

	@media (max-width: 430px) {
		.artikelansicht {
			margin: 0 auto;
			padding: 1rem;
		}
	}

	.artikelansicht .news-list-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 5px 0 10px 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.artikelansicht .ewof-cat {
		font-size: 14px;
		color: rgb(0, 84, 81);
		margin: 0 10px 10px 0;
		padding: 3px 17px;
		background-color: rgba(0,0,0,.05);
		border-radius: 25px;
	}

	@media (max-width: 630px) {
		.artikelansicht .news-list-category {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			margin: 5px 0 20px 0;
		}
		.artikelansicht .ewof-cat {
			margin: 5px 0 0 0;
		}
	}

	.artikelansicht .header {
		margin-top: 10px;
	}

	.artikelansicht .news-list-author,
	.artikelansicht .news-list-date,
	.lesedauer p  {
		display: block;
		margin-top: 15px;
		color: #888;
	}

	#reading-time {
		padding: 0;
		margin: 0;
	}

	.artikelansicht .teaser-text {
		font-size: 100%;
		color: rgba(0,0,0,.05);
		padding-bottom: 10px;
	}

	.artikelansicht .teaser-text p {
		color: #888;
	}

	.news-single .article .news-img-wrap {
		float: none;
		background-color: rgba(0,0,0,0);
	}

	.artikelansicht .news-img-caption {
		font-size: 13px;
		padding-bottom: 10px;
		color: #888;
		line-height: 1.5;
	}

	.artikelansicht .video figcaption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.artikelansicht .video .video-caption {
		margin: 0;
	}

	.artikelansicht .image-caption {
		font-size: 13px;
		padding: 8px 0;
		color: #888;
		line-height: 1.5;
		}

	.artikelansicht .news-related-links ul {
		margin-left: 0;
	}

	.artikelansicht .news-related-links li {
		list-style: none;
	}

	.artikelansicht .news-related-links a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.artikelansicht .news-related-links {
		display: inline-block;
		background-color: rgba(0,0,0,.05);
		width: 100%;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.news-backlink-wrap {
		margin-top: 5px;
	}

	/* Listenansicht*/

	.news-list-view {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.news-list-view .article {
		max-width: 350px;
		margin: 0 10px 25px 10px;
		-webkit-box-flex: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		background-color: white;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		word-wrap: break-word;
	}

	@media (max-width: 700px) {
		.news-list-view ul {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}
	}

	.news-list-view .article .card-text {
		padding: 18px;
		padding: calc(1rem + 0.5vw);
		padding-top: 0.5rem;
	}

	.news-list-view .teaser-text a {
		color: unset;
	}

	.news-list-view .teaser-text .weiterlesen {
		background-color: rgb(242, 231, 67);
		padding: 14px 32px;		
		border-radius: 25px;
	}

	.news-list-view .article .news-img-wrap {
		padding-bottom: 10px;
	}

	.ratio-box {
		position: relative;
		display: block;
	}

	.ratio-box::before {
	  content: '';
	  display: block;
	  width: 100%;
	  padding-bottom: 66.6666666667%;
	}

	.ratio-box img {
		-o-object-fit: cover;
		   object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.news-list-view .ewof-cat {
		float: left;
		color: rgb(0, 84, 81);
	}

	.news-list-view .ewof-cat::after {
		content: ",";
		margin-right: 3px;
		color: rgb(0, 84, 81);
	}

	.news-list-view .ewof-cat:last-child::after {
		content: "";
		display: table;
		clear: both;
	}

	.news-list-view .article .header {
		margin-bottom: 2px;
	}

	.news-list-view .article .teaser-text {
		padding-top: 10px;
	}

	.news-list-view .article .news-list-author {
		font-size: 14px;
		margin: 10px 0;
	}

	.news-list-view .article .footer {
		font-size: 14px;
	}

	.news-list-view .article .footer .news-list-date, .news-list-author {
		color: #888;
	}

	/* Hovereffekt für Listenansicht  */

	.news-list-view .article {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	 	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	 	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	 	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}

	.news-list-view .article:hover,
	.news-list-view .article:focus {
		-webkit-animation-duration: 0.25s;
		        animation-duration: 0.25s;
	  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}


/* NEWS: f3 widget paginator
==========================================*/

.f3-widget-paginator {
    display: block;
    width: 100%;
		margin: 0 0 10px 30px;
}

.f3-widget-paginator li {
    list-style-type: none;
    float: left;
    padding: 0px 10px;
}

.f3-widget-paginator ul {
	margin: 20px 0;
}

.f3-widget-paginator .active {
    color: white;
}

.f3-widget-paginator .active {
    background-color: rgb(242, 231, 67);
	  border-radius: 5px;
}



/*===========================================
  Header (mobil)
  ====================================== */

.headerbox {
	z-index: 1000;
	width: 100%;
	min-width: 280px;
	position: absolute;
	top: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.navigation-grid {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	max-width: 1380px;
	margin: auto;
	padding: 0 15px;
}

/* Logo
========================================*/
.logo-grid-screen {
	max-width: 300px;
	min-width: 150px;
	width: auto;
	padding: 10px;
	margin-right: 50px;
}

.logo-grid-screen img {
	max-height: 66px;
	padding: 5px 0 0 0;
}



/* Navigation
======================================== */

.headerbox .preheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	background-color: rgb(0, 84, 81);
}

.headerbox .preheader ul {
	line-height: unset;
	padding: 3px 0 8px 10px;
	margin: 5px;
}

.headerbox .preheader li {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	display: inline-block;
}

.headerbox .preheader li a {
	font-family: "Lato-Bold", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.headerbox nav {
	clear:both;
	text-align: right;
	display: none;
	position: absolute;
	top: 95px;
	padding: 20px 5px 20px 20px;
	right: 0;
	background-color: white;
	list-style: none;
	margin: 0;
	-webkit-transform: scale(1, 0);
	    -ms-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	transition: -webkit-transform 400ms ease-in-out;
	transition: transform 400ms ease-in-out;
	transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
		-webkit-transition: -webkit-transform 400ms ease-in-out;
			-o-transition: transform 400ms ease-in-out;
}

.headerbox nav li {
	list-style: none;
}

.headerbox nav ul {
	font-family: "GT-Eesti-Display-Regular", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

.headerbox nav ul ul {
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
}

.headerbox nav a {
	display: block;
	color: rgb(0, 84, 81);
	font-size: 17px;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
	padding-right: 16px;
	text-transform: uppercase;
}

.headerbox nav ul li a:hover {
	color: rgb(141, 201, 164);
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.headerbox .navigation-grid > nav:last-of-type > ul:last-of-type > li:last-of-type > a {
	padding: 10px 26px;
	background-color: rgb(242, 231, 67);
	color: #000000;
	border-radius: 25px;
}

/* Navigation Toggle
========================================= */
.nav-toggle-label {
	position: absolute;
	right: 20px;
	top: 20px;
	color: rgb(110, 110, 110);
	cursor: pointer;
}

.nav-toggle-label span {
	font-size: 40px;
	user-select: none; 
	-moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.nav-toggle-label::after {
	display: table;
	content: '';
	clear: both;
}


/* Toggle */
.nav-toggle {
	display: none;
}

/* Klickaktionen */
.nav-toggle:checked ~ nav {
	display: block;
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.nav-toggle:checked ~ nav a {
	opacity: 1;
	-webkit-transition: opacity 250ms ease-in-out 250ms;
	-o-transition: opacity 250ms ease-in-out 250ms;
	transition: opacity 250ms ease-in-out 250ms;
}


/* Button Unterstützen */
.headerbox .nah-btn {
	display: none;
	-webkit-hyphens: none;
	    -ms-hyphens: none;
	        hyphens: none;
}

@media all and (min-width: 500px) {
	.headerbox .nah-btn {
		display: inline;
		position: absolute;
		right: 60px;
		font-size: 12px;
	}
}


/* Header: Screen
   ==================================== */

@media screen and (min-width: 900px) {

	.headerbox {
		position: fixed;
	}

	.nav-toggle-label {
		display: none;
	}

	.navigation-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		    -ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	/* Logo */

	.logo-grid-screen {
		padding: 10px 10px 10px 0;
	}

	/* Beginn Navigation  */

	.navigation-grid nav {
		display: inline;
		position: static;
		clear: none;
		text-align: left;
		width: auto;
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
		margin: 0;
		padding: 0;
		float: left;
	}

	.navigation-grid nav ul {
		display: inline;
		font-weight: normal;
		margin: 0;
		padding: 0;
		float: left;
	}

	.headerbox nav ul ul {
		padding: 20px;
	}

	.navigation-grid nav ul li {
		display: inline-block;
	}

	.navigation-grid nav a {
		display: block;
		opacity: 1;
		-webkit-transition: 100ms ease-in-out;
		-o-transition: 100ms ease-in-out;
		transition: 100ms ease-in-out;
		cursor: default;
		padding: 10px 14px;
		text-decoration: none;
		text-align: left;
	}

	.navigation-grid nav ul li ul {
		-webkit-box-shadow: 5px 5px 30px rgba(0,0,0,.15);
			box-shadow: 5px 5px 30px rgba(0,0,0,.15);
	}

	.navigation-grid nav ul li ul li a {
		cursor: pointer;
	}

	.headerbox nav ul ul::before {
		display: none;
	}

	.navigation-grid nav ul li a:hover {
		cursor: pointer;
		color: #009c77;
	}

	.navigation-grid nav ul li ul li:hover {
		-webkit-transition: ease-in-out 350ms;
		-o-transition: ease-in-out 350ms;
		transition: ease-in-out 350ms;
	}

	/* Hide Dropdowns by Default */
	.navigation-grid nav ul ul {
		display:none;
		position:absolute;
		background: white;
	}

	.navigation-grid nav ul ul li {
		width: 190px;
		float: none;
		display: list-item;
		list-style: none;
		position: relative;
	}

	/* Display Dropdowns on Hover */
	.navigation-grid nav ul li:hover > ul {
		display:block;
	}

	/* Dropdown symbol */
	.headerbox li > a:after {
		content:  '›';
		margin-left: 10px;
		display: inline-block;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
 }

 .headerbox li:hover > a:after {
	 opacity: 0;
 }


	.headerbox li > a:only-child:after { content: ''; }

	.headerbox .nah-btn {
		position: static;
	}
}





/* ==========================================
Footer (mobil)
============================================= */

.nahhaft-footer {
	background-color: rgb(0, 84, 81);
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.nahhaft-footer a, .nahhaft-footer p {
	color: white;
	font-family: "Lato-Regular", sans-serif;
	font-size: 16px;
	line-height: 2em;
}

.nahhaft-footer ul, .nahhaft-footer li {
	list-style: none;
}

.nahhaft-footer ul {
	padding: 20px 0;
	padding-top: 0;
}

.nahhaft-footer ul ul {
	margin: 0;
}

.footer-logo img {
	min-width: 180px;
	max-width: 200px;
	display: block;
}

.nahhaft-footer .social-media-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}


.nahhaft-footer .footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0px 0 20px 0;
}

.nahhaft-footer div.gruppe:nth-child(2) > div:nth-child(2) {
  text-align: center;
}

.nahhaft-footer .strong {
	padding-bottom: 15px;
}

.logo-eu {
	max-width: 250px;
	margin: 15px 0;
}

.logo-like-a-pro {
	max-width: 150px;
	margin: 15px 0;
}

/* Copyright */

.footer-copyright {
	padding: 20px 0 30px 0;
}

.nahhaft-initiative {
	max-width: 100%;
	text-align: center;
	font-size: .8rem;
}

.footer-copyright p {
	color: white;
	margin-bottom: 0;
}

.nahhaft-initiative img {
	max-width: 100px;
	margin: 2px 0 5px 0;
	z-index: 23;
}

.copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.copyright p {
	color: white;
}

/* Footer (screen)
   ==================================== */

@media (min-width: 800px) {

	@supports ((display: -ms-grid) or (display: grid)) {
		.metanavigation {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr 1fr;
			grid-template-columns: 1fr 1fr 1fr;
			justify-items: center;
		}
	}

	.nahhaft-footer .footer-logo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}

	.nahhaft-footer .social-media {
		padding: 20px;
		display: block;
	}

	.nahhaft-footer .footer-logo .spalte {
		padding: 0 20px;
	}

}



/* ==========================================
  Templates
======================================= */


/* Heroimage auf standardseiten
===================================*/

.heroimage {
	height: 30vw;
	max-height: 420px;
	min-height: 300px;
	background: lightblue url("https://unsplash.it/2000/500") no-repeat center;
	overflow: hidden;
}

/* Parallax Scrolling Effect (ins ts übernommen ) */
/* .heroimage {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */


/* Flexbox Zweispaltig
===================================*/


@media all and (min-width: 800px) {

	.flex-zwei {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.flex-zwei .frame {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 46%;;
		margin-right: 20px;
	}
}


/* Flexbox Dreispaltig
===================================*/
/* Floats Basis  */

@media all and (min-width: 600px) {
	.flex-drei .frame {
		float: left;
		width: 45%;
		height: 150px;
	}
}

@media all and (min-width: 800px) {
	.flex-drei .frame {
		float: left;
		width: 32%;
		height: 150px;
	}
}


.flex-drei .gallery-item img {
	display: block;
	margin: 0 auto;
}

.flex-drei::after {
	content: "";
	display: table;
	clear: both;
}

@supports ((display: -ms-grid) or (display: grid)) {

	/* Reset */
	.flex-drei .frame {
	    height: auto;
	    float: none;
	    width: auto;
	}
	.flex-drei .frame img {
	    display: inline;
	    margin: 0;
	}

	/* Grid */
	.flex-drei {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
		grid-gap: 50px;
		place-items: center;
	}
}


/*
	 Starteite
======================================= */

/* Slideshow */

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Startbereich */

/* Anmeldung zum Newsletter */

.startseite .newsletter {
	background-color: #E9E9E9;
}

.startseite .newsletter .ce-gallery, .startseite .newsletter .ce-bodytext {
	padding: 50px 30px;
}
.startseite .newsletter .frame {
	padding: 20px;
}


/* aktuelles */

.startseite .aktuelles {
	background-color: #E9E9E9;
}

.startseite .aktuelles .ce-gallery, .startseite .aktuelles .ce-bodytext {
	padding: 25px 30px;
}
.startseite .aktuelles .frame {
	padding-bottom: 20px;
}

.startseite .aktuelles .ce-column {
  margin-right: 30px;
	margin-bottom: 35px;
}

.startseite .aktuelles .ce-below .ce-gallery {
	margin-bottom: 10px;
}

/*
	 Mappe/Portfolio/Register (Presseseite)
======================================= */


.folder {
  position: relative;
  margin: 30px auto;
  padding: 20px;
  border: solid 2px rgb(0, 84, 81);
}

.inner-folder {
	padding: 20px;
	border: solid 2px rgb(0, 84, 81);
	border-top: none;
}

.subnavigation {
	border-bottom: solid 2px rgb(0, 84, 81);
}

.register {
	display: inline-block;
	font-family: 'Lato-regular', Arial, Helvetica, sans-serif;
  padding: 5px 20px;
	margin: 0 5px;
  border: solid 2px rgb(0, 84, 81);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
	margin-bottom: -2px;
	background-color: #eee;
}

.register:first-of-type {
	margin-left: 0;
}

.active-register {
	background-color: white;
	border-bottom: solid 2px white;
}

.register:hover {
	background-color: white;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.folder .nahhaft-content {
	margin: 0;
	padding: 0;
}

/* Darstellung mit CSS Grid */
@supports (display: grid) {
	.folder .nahhaft-content {
		display: grid;
		grid-template-columns: 1fr 4fr;
		grid-gap: 1em;
	}
	.folder .rechts, .folder .links {
		float: none;
		width: 100%;
	}
	.folder .links {
		height: 100%;
		width: 100%;
	}

	.folder .links * {
		height: 100%;
		width: 100%;
	}

	.folder .links img {
	  object-fit: cover;
		position: absolute;
	}
}

/* Daststellung für kleine Bildschirme */

@media all and (max-width: 1036px) {
	.register {
		border-radius: 0px;
		margin: 5px;
		border: none;
		min-width: 200px;
		background-color: rgba(0, 81, 84, 0.4);
		padding: 5px 10px;
	}

	.register:first-of-type {
	margin: 5px;
  }

	.register a {
		color: white;
	}

	.active-register, .register:hover {
	  background-color: rgba(0, 81, 84, 0.8);
		-webkit-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
  }

	.subnavigation {
		border: none;
	}
	.folder {
		border: none;
	}
	.inner-folder {
		border: none;
		margin-top: 20px;
	}
}

@media all and (max-width: 800px) {
	.folder .links {
		display: none;
	}

	@supports (display: grid) {
		.folder .nahhaft-content {
			grid-template-columns: 1fr;
		}
	}
}


/* ==========================================
  Überschreiben von Plugin CSS
======================================= */
/*
	 news
======================================= */

.news .article h3 {
    margin-bottom: 8px;
}

.new .more {
	font-size: 12px;
	line-height: 2.0;
}

.news div.page-navigation:nth-child(1) {
display: none;
}

.news div.page-navigation> p:nth-child(1) {
display: none;
}

.news div.page-navigation> ul:nth-child(2) {
margin: 0 10px 0 0;
}
