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

/* ==========================================
  CSS NAHhaft Main Website
  ======================================= */
/*

/* 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%;
}







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

/* Farben
	=================================== */
	:root {
		--blau: rgb(12, 105, 162); /* #0C69A2 */
		--gruen: rgb(30, 155, 119); /* #1E9B77 */
		--bodytext: #444;
		--background: #F9F9FA;
		--fastweiss: rgb(226, 235, 237);
		--hellgrau: rgba(0,0,0,.05);
	}


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

/* Ubuntu */

@font-face {
	font-family: "ubunturegular";
	src:url("../Fonts/ubuntu/Ubuntu-R.ttf");
}

@font-face {
	font-family: "ubuntulight";
	src:url("../Fonts/ubuntu/Ubuntu-L.ttf");
}

@font-face {
	font-family: "ubuntumedium";
	src:url("../Fonts/ubuntu/Ubuntu-M.ttf");
}

@font-face {
	font-family: "ubuntubold";
	src:url("../Fonts/ubuntu/Ubuntu-B.ttf");
}

/* Roboto */

@font-face {
  font-family: 'robotoregular';
  src: url('../Fonts/roboto/Roboto-Regular-webfont.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotomedium';
  src: url('../Fonts/roboto/Roboto-Medium-webfont.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
 font-family:'robotolight';
 src:
 url('../Fonts/roboto/Roboto-Light-webfont.woff') format("woff"),
 url('../Fonts/roboto/Roboto-Light-webfont.ttf') format("truetype");
 font-weight:normal;
 font-style:normal
}

@font-face {
  font-family: 'robotothin';
  src: url('../Fonts/roboto/Roboto-Thin-webfont.woff');
  font-weight: normal;
  font-style: normal;
}

html {
	font-size: 100%;
	font-family: robotolight;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	scroll-behavior: smooth;
}

body {
	font-family: robotolight;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

p {
	font-family: robotolight;
  color: #444;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 0.4em 0;
}

h1  {
  font-family: ubunturegular;
  font-size: 48px;
	font-size: calc(30px + 1vw);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-transform: none;
  color: #1E9B77;
	line-height: 1.25;
	margin: 0 0 0.75em 0;
}

h2 {
  font-family: ubunturegular;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #1E9B77;
  font-size: 38px;
	font-size: calc(24px + 0.7vw);
	margin: 0 0 1em 0;
}

h3{
  font-family: ubunturegular;
	font-size: 24px;
	font-size: calc(16px + 0.7vw);
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	color: #0C69A2;
	margin: 0 0 1em 0;
}

h4 {
  font-family: ubunturegular;
	font-size: 18px;
	font-size: calc(14px + 0.7vw);
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	color: #0C69A2;
	margin-bottom: 11px;
}

a {
  text-decoration: none;
  color: #1E9B77;
}

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

.strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	color: #444;
	margin: 20px;
	font-size: 16px;
	line-height: 1.6;
}

ul ul {
	list-style-type: circle;
	font-size: 16px;
}

ol {
	font-size: 16px;
	color: #444;
	margin: 18px;
	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: 400px) {
	  .one-half {
	   float: left;
	   margin: 1% 0 1% 1.6%;
	  }

	  .one-half {
	    width: 49.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 40px auto;
	min-width: 250px;
}

.nahhaft-content {
	max-width: 1150px;
	margin: 20px auto 20px 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;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
			-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;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	}
}

/* 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;
}
}



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

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

/* gruene Box */
.frame-greenbox {
	background-color: rgba(51, 147, 128, 0,5);
	padding: 20px;
}

/* Graue Box */
.frame-greybox {
	background-color: rgba(0,0,0,.05);
	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: ubuntulight;
			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(30, 155, 119);
  background: -o-linear-gradient(122deg, rgba(2,105,162,1) 0%, rgba(0,155,114,0.6614846622242647) 40%, rgba(0,155,118,0) 75%);
  background: linear-gradient(328deg, rgba(2,105,162,1) 0%, rgba(0,155,114,0.6614846622242647) 40%, rgba(0,155,118,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: robotolight;
	color: #444;
}

.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: robotolight;
}

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

.frame-layout-20 .help-block {
	color: rgb(30, 155, 119);
	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;
}


/* 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 List Style Haken grün */

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

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

.frame-layout-64 {
	background-color: #1E9B77;
	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
  ====================================== */

	/*
		 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;
	}

	.news-single .article .news-img-wrap {
		float: none;
		background-color: rgba(0,0,0,0);
		width: 100%;
		margin: 20px 0;
	}

	@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;
	}

	@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 .header {
		margin-top: 10px;
	}

	.artikelansicht .footer span,
	.artikelansicht .footer p,
	.artikelansicht .news-list-author,
	.artikelansicht .news-list-date,
	.artikelansicht .news-list-category
	{
		color: #888;
	}

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

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

	.artikelansicht .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 .card-text {
		padding: 18px;
		padding: calc(1rem + 0.5vw);
		padding-top: 0.5rem;
	}

	.news-list-view .teaser-text a {
		margin-top: 10px;
		display: inline-block;
	}

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

	.news-list-view .ratio-box {
		position: relative;
		display: block;
		width: 100px;
		overflow: hidden;
	}

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

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

	.news .article .news-img-wrap a {
		border: none;
		padding: 10px 10px 0 0;
	}

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

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

	.news-list-view .news-list-author {
		margin: 10px 0;
	}

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


/* f3 widget paginator
==========================================*/

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

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

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

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

.f3-widget-paginator .current {
    background-color: rgb(30, 155, 119);
    border: 1px solid rgb(30, 155, 119);
	  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 nav {
	clear:both;
	text-align: right;
	display: none;
	position: absolute;
	top: 88px;
	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-weight: bold;
	line-height: 1.5;
}

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

.headerbox nav a {
	display: block;
	color: #404040;
	font-size: 16px;
	letter-spacing: .14em;
	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;
}

.headerbox nav ul li a:hover {
	color: #009c77;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}


/* 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(30, 155, 119);
	background-image: -webkit-radial-gradient(60px 40px, farthest-corner, #009c76 0%, #009c76 100%);
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.nahhaft-footer a, .nahhaft-footer p {
	color: white;
	font-family: robotolight;
	font-size: 16px;
	line-height: 2em;
	font-weight: 300;
}

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

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

.nahhaft-footer ul ul {
	padding: 5px 0 0 0;
	margin: 0;
}

.footer-logo img {
	max-width: 180px;
	margin: auto;
	display: block;
}

.nahhaft-footer .social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.nahhaft-footer .social-media a {
	display: block;
	padding: 3px;
	line-height: normal;
}

.nahhaft-footer .social-media a:hover {
	opacity: 0.8;
	-webkit-transition: ease-in-out 250ms;
	-o-transition: ease-in-out 250ms;
	transition: ease-in-out 250ms;
}

.nahhaft-footer .social-media::after {
	content: "";
	display: table;
	clear: both;
}

.nahhaft-footer .twitter::before {
	content: '';
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	background: url("../Icons/twitter.svg") no-repeat;
	background-size: contain;
}

.nahhaft-footer .instagram::before {
	content: '';
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	background: url("../Icons/instagram.svg") no-repeat;
	background-size: contain;
}

.nahhaft-footer .facebook::before {
	content: '';
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	background: url("../Icons/facebook.svg") no-repeat;
	background-size: contain;
}

.nahhaft-footer .youtube::before {
	content: '';
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	background: url("../Icons/youtube.svg") no-repeat;
	background-size: contain;
}

.nahhaft-footer .linkedin::before {
	content: '';
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	background: url("../Icons/linkedin.svg") no-repeat;
	background-size: contain;
}

.nahhaft-footer .rss::before {
	content: '';
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	background: url("../Icons/rss.svg") no-repeat;
	background-size: contain;
}

.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: 15px 0 20px 0;
}

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

.sitemap {
	background-color: #2a2a2a;
	margin-top: 20px;
	width: 100%;
	padding: 10px 5px;
}

.sitemap a, .sitemap p {
	color: white;
	float: left;
	font-size: .8em;
	margin-right: 5px;
	line-height: 1;
}

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


#scroll-top {
  font-size: 24px;
  padding: 0px 18px;
	border: 1px solid rgba(255,255,255,1);
  background: rgba(0,0,0,.5);
  position: fixed;
  cursor: pointer;
  right: 11px;
  bottom: 39px;
  text-decoration: none;
}

/* Donate Box */

/* #donate-box {
  font-size: 24px;
  color: #444;
  padding: 10px 15px 15px 15px;
  border: 2px solid rgba(0, 156, 118, 1);
  background-color: white;
  position: fixed;
  cursor: pointer;
  right: 11px;
  bottom: 50px;
}

#donate-box .nah-btn {
	padding: 3px 12px;
} 

#donate-box p {
	color: #444;
} */

#donate-icon {
  font-size: 24px;
  padding: 0px 17px;
  border: 1px solid white;
  background: rgba(0, 156, 118, 0.8);
  position: fixed;
  cursor: pointer;
  right: 12px;
  bottom: 100px;
  text-decoration: none;
}


/* Eye Able Box */

#eyeable-box {
	font-size: 24.5px;
	color: #444;
	padding: 10px 15px 15px 15px;
	border: 2px solid rgba(0, 156, 118, 1);
	background-color: white;
	position: fixed;
	cursor: pointer;
	right: 66px;
	bottom: 162px;
	max-width: 300px;
  }
  
  #eyeable-box::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgb(30, 155, 119);
	right: 10px;
	bottom: 10px;
  }

#eyeable-box p {
	color: #444;
}

#eyeAble_customToolOpenerID {
  font-size: 24px;
  padding: 0px 13px;
  border: 1px solid white;
  background: rgba(0, 156, 118, 0.8);
  position: fixed;
  cursor: pointer;
  right: 12px;
  bottom: 162px;
  text-decoration: none;
}


/* 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 1fr;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			justify-items: center;
		}

		.nahhaft-footer .metanavigation .ein-viertel {
			width: auto;
		}
	}

	.nahhaft-footer .footer-logo {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-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;
	}

	#donate-box p {
		color: #444;
	}

}



/* ==========================================
  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 Zweispaltig - Ergänzungen Teamseite
===================================*/


.teamseite .flex-zwei .frame img {
	max-width: 150px;
	margin: 0px 20px;
}

.teamseite .flex-zwei .frame a {
	color: rgb(2, 105, 162);
}

.teamseite .flex-zwei .frame h3 {
	font-size: 18px;
	font-weight: bold;
}

.teamseite .frame-type-header {
	max-width: 100%;
	width: 100%;
}


/* 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 */

.startseite .normal h2 {
  font-family: ubunturegular;
  font-weight: normal;
  font-style: normal;
	margin: 0 0 1em 0;
	background-color: #40B498;
	width: max-content;
	color: white;
	padding: 5px 10px;
	font-size: 20px;
	margin-top: 40px;
}

/* Anmeldung zum Newsletter */

.startseite .newsletter {
	background-image: -o-radial-gradient(1000px 250px,
      farthest-corner,
      #1E9B77 0%, #39c7a5 100%);
	background-image: radial-gradient(farthest-corner at 1000px 250px,
      #1E9B77 0%, #39c7a5 100%);
}

.startseite .newsletter p,.startseite .newsletter h2,.startseite .newsletter h1,.startseite .newsletter h3,.startseite .newsletter a {
	color: #fff;
}

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


/* aktuelles */

.startseite .aktuelles {
	background-image: -o-radial-gradient(1000px 250px,
      farthest-corner,
      #1E9B77 0%, #39c7a5 100%);
	background-image: radial-gradient(farthest-corner at 1000px 250px,
      #1E9B77 0%, #39c7a5 100%);
}

.startseite .aktuelles p,.startseite .aktuelles h2,.startseite .aktuelles h1,.startseite .aktuelles h3,.startseite .aktuelles a {
	color: #fff;
}

.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;
}

/*
	 Projektbeschreibung
======================================= */

.two-twelve a {
	color: #444;
}

.two-twelve {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin: 15px 0;
	border-radius: 12px;
}

@media all and (min-width: 1150px) {
	.two-twelve {
		background-color: rgba(0, 0, 0, 0);
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
}

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


.folder {
  position: relative;
  margin: 30px auto;
  padding: 20px;
  border: solid 2px #1E9B77;
}

.inner-folder {
	padding: 20px;
	border: solid 2px #1E9B77;
	border-top: none;
}

.subnavigation {
	border-bottom: solid 2px #1E9B77;
}

.register {
	display: inline-block;
	font-family: robotomedium;
  padding: 5px 20px;
	margin: 0 5px;
  border: solid 2px #1E9B77;
  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, 155, 118, 0.4);
		padding: 5px 10px;
	}

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

	.register a {
		color: white;
	}

	.active-register, .register:hover {
	  background-color: rgba(0, 155, 118, 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;
		}
	}
}


/* Zielgruppenstartseiten
======================================= */

/* Botschaft */
.botschaft {
 background: url("https://cdn.pixabay.com/photo/2016/10/29/09/40/bokeh-1780217_960_720.png") no-repeat center;
 background-size: cover;
}

.botschaft p {
	font-size: 24px;
	font-family: robotoregular;
}

.botschaft .nahhaft-content {
 margin-top: 0;
}

.botschaft .ce-gallery {
 padding: 30px 30px;
}

.botschaft .ce-bodytext {
 padding: 50px 50px;
}

.botschaft .frame {
 padding: 20px;
}

@media all and (max-width: 600px) {
 .botschaft .ce-gallery {
	 padding: 5px;
 }

 .botschaft .ce-bodytext {
	 padding: 5px;
 }

 .botschaft .frame {
	 padding: 10px;
 }
}

/* Banner */

.banner {
 background-image: -o-radial-gradient(1000px 250px,
		 farthest-corner,
		 #009b76 0%, #39c7a5 100%);
 background-image: radial-gradient(farthest-corner at 1000px 250px,
		 #009b76 0%, #39c7a5 100%);
}

.banner p,.banner h2,.banner h1,.banner h3,.banner a {
 color: #fff;
}

.banner .ce-gallery {
 padding: 30px 30px;
}

.banner .ce-bodytext {
 padding: 50px 50px;
}

.banner .frame {
 padding: 20px;
}

.banner blockquote {
 padding: 15px 30px 15px 45px;
}

.banner blockquote::before, .banner blockquote::after, .banner blockquote em {
 color: white;
}

.banner blockquote::before, .banner blockquote::after {
 font-size: 80px;
}

.banner blockquote::before {
 top: -16px;
}

.banner blockquote::after {
 bottom: -5px;
}

.banner blockquote p {
 font-size: 24px;
}

.banner blockquote em {
 font-size: 20px;
}

@media all and (max-width: 600px) {
 .banner .ce-gallery {
	 padding: 5px;
 }

 .banner .ce-bodytext {
	 padding: 5px;
 }

 .banner .frame {
	 padding: 10px;
 }

 .banner blockquote p {
	 font-size: 18px;
 }

 .banner blockquote em {
	 font-size: 16px;
 }
}


/* ==========================================
  Ü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;
}
