/* ==========================================
  CSS KlimaTeller Website
  ======================================= */
/*

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

/* 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 {
		--nahhaftblau: rgb(12, 105, 162); /* #0C69A2 */
		--nahhaftgruen: rgb(30, 155, 119); /* #1E9B77 */
		--klimateller: rgb(42, 152, 202);
		--background: rgb(233, 233, 233);
	}

/* Schriften
	=================================== */
	@font-face {
	  font-family: "NettoOT";
	  src: url("../Fonts/netto/NettoOT.eot"); /* IE9 Compat Modes */
	  src: url("../Fonts/netto/NettoOT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("../Fonts/netto/NettoOT.otf") format("opentype"), /* Open Type Font */
	    url("../Fonts/netto/NettoOT.svg") format("svg"), /* Legacy iOS */
	    url("../Fonts/netto/NettoOT.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("../Fonts/netto/NettoOT.woff") format("woff"), /* Modern Browsers */
	    url("../Fonts/netto/NettoOT.woff2") format("woff2"); /* Modern Browsers */
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: "NettoOT-Bold";
	  src: url("../Fonts/netto/NettoOT-Bold.eot"); /* IE9 Compat Modes */
	  src: url("../Fonts/netto/NettoOT-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("../Fonts/netto/NettoOT-Bold.otf") format("opentype"), /* Open Type Font */
	    url("../Fonts/netto/NettoOT-Bold.svg") format("svg"), /* Legacy iOS */
	    url(".../Fonts/netto/NettoOT-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("../Fonts/netto/NettoOT-Bold.woff") format("woff"), /* Modern Browsers */
	    url("../Fonts/netto/NettoOT-Bold.woff2") format("woff2"); /* Modern Browsers */
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: "NettoOT-Light";
	  src: url("../Fonts/netto/NettoOT-Light.eot"); /* IE9 Compat Modes */
	  src: url("../Fonts/netto/NettoOT-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("../Fonts/netto/NettoOT-Light.otf") format("opentype"), /* Open Type Font */
	    url("../Fonts/netto/NettoOT-Light.svg") format("svg"), /* Legacy iOS */
	    url("../Fonts/netto/NettoOT-Light.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("../Fonts/netto/NettoOT-Light.woff") format("woff"), /* Modern Browsers */
	    url("../Fonts/netto/NettoOT-Light.woff2") format("woff2"); /* Modern Browsers */
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
		font-family: "ff-netto-web";
		src: url("../Fonts/netto/ff-netto-web");
		font-display: auto;
		font-style: normal;
		font-weight: 400;
		font-stretch: normal;
}

body {
	font-family: 'ff-netto-web', Helvetica,Arial,Lucida,sans-serif ;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6em;
	color:#333333;
}

p {
	padding: 0 0 0.4rem 0;
}

b, strong {
	letter-spacing: -0.3px ;
}

h1 {
	font-family: 'NettoOT-Light',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	color:#333333;
	letter-spacing: 0;
	line-height: 1.2em;
	padding-top: 0.6em;
	margin-bottom: 0.5em;
}

h2 {
	font-family: 'NettoOT-Bold',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	line-height: 1.2em;
	color:#2a98ca ;
	letter-spacing: 0;
	padding-top: 0.8em;
  margin-bottom: 0.4em;
}

h3 {
	font-family: 'NettoOT-Bold',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	color:#2a98ca;
	letter-spacing: 0;
	line-height: 1.2em;
	padding-top: .6em;
  margin-bottom: .4em;
}

h4, h5, h6 {
	    font-family: 'NettoOT-Bold',Helvetica,Arial,Lucida,sans-serif;
			padding-top: .4em;
			margin-bottom: .4em;
			color:#2a98ca;
}

a {
  text-decoration: none;
	color: rgb(42, 152, 202);
}

.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 {
	margin: 18px;
	line-height: 1.6;
}


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

	/* Basic setup */

.nahhaft-content {
	width: 100%;
}

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

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

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

	  .two-third {
	    width: 64%;
	  }

	}

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

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

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

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

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

.nahhaft-content {
	max-width: 1150px;
	margin: 0 auto;
	padding: 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;
}




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

/* MenuSubpages */

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

.seite img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-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 img {
		margin-bottom: 15px;
	}


/* grid Layout */

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

/* Abstände zwischen Spalten */
.ce-column {
  margin-right: 25px;
}

/* Abstand der Bildunterschriften zum Bild */

.ce-gallery figcaption {
	padding: 5px 0;
	font-size: 0.9rem;
	color: #555555;
}

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

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

/* Text-Bild: Unterschiedliche Höhen zwischen Grafik und Text vermeiden */

.ce-textpic .ce-bodytext h1:first-of-type,
.ce-textpic .ce-bodytext h2:first-of-type,
.ce-textpic .ce-bodytext h3:first-of-type,
.ce-textpic .ce-bodytext h4:first-of-type,
.ce-textpic .ce-bodytext h5:first-of-type {
	padding-top: 0;
}

/* Style für Tabelle in Artikeln  */

.contenttable {
	width: 100%;
}

.contenttable tr td {
	font-size: 15px;
	border-top: 1px solid #eee;
	max-width: 100%;
  padding: .857em .587em;
}


/* Anpassungen ext forms
=====================================*/

.btn {
	display: inline-block;
  line-height: 1.7em;
  font-weight: 400;
  padding: 0.3em 1em;
	-webkit-transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
  color: white;
  background-color: rgba(42, 152, 202, 1);
  border:none;
}

.btn:hover {
 background-color: rgba(42, 152, 202, 0.7);
 color: white;
}


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


/* Blaue Box */
.frame-bluebox {
	background-color: rgba(42, 152, 202, 0.2);
	padding: 20px;
}

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

/* Float */
.frame-float {
	float: left;
}

.frame-float::after {
	content: "";
  display: table;
  clear: both;
}

/* 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: NettoOT-Light;
			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 und KlimaTeller Formulare (je eigenes CSS)
===============================*/
.frame-layout-20 {
	font-size: 16px;
	color: #444;
}

.frame-layout-20 input, .frame-layout-20 textarea, .frame-layout-20 select {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 16px 20px 16px 20px;
	border: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
}

.frame-layout-20 h3 {
	font-size: 1.25rem;
	margin-top: .6em;
	margin-bottom: .3em;
	line-height: 1.7rem;
}

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

.frame-layout-20 textarea {
    min-height: 100px;
    padding: 10px;
}

.frame-layout-20 input:focus,
.frame-layout-20 textarea:focus,
.frame-layout-20 select:focus{
    border: 1px solid rgb(42, 152, 202);
		background-color: white;
		outline: none;
}

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

.frame-layout-20 .add-on span {
	font-size: 0.8rem;
	color: #666;
}

.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;
	line-height: 1.6;
}

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

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

.frame-layout-20 .form-check input, .frame-layout-20 .radio input {
	width: unset;
	margin: 0px 5px 0 0;
	height: unset;
}

.frame-layout-20 .radio label {
	display: inline;
}


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

/* 42 = KlimaTeller Image hover */

.frame-layout-42 .image {
	position: relative;
}

.frame-layout-42 .image:hover::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	left: 0;
	opacity: 0.8;
	background-color: white;
	pointer-events: none;
}

.frame-layout-42 .image:hover::after {
	content: url(../Icons/link.png);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	opacity: 1;
	pointer-events: none;
}

.frame-layout-42 .image::after, .frame-layout-42 .image::before {
	opacity: 0;
	-webkit-transition: ease-in-out 550ms;
    -o-transition: ease-in-out 550ms;
    transition: ease-in-out 550ms;
}

/* 44 = KlimaTeller Blaue Box */

.frame-layout-44 {
	background-color: rgba(42, 152, 202, 0.2);
	padding: 20px;
}

/* 45 = KlimaTeller List Style Haken weiß */

.frame-layout-45 li {
	position: relative;
  list-style-type: none;
  padding-left: 50px;
	color: white;
}

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

.frame-layout-45 ul {
	margin: 20px 0px;
}

@media all and (min-width: 620px) {
	.frame-layout-45 ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
}

/* 46 = KlimaTeller Weiße Schrift auf KT Blau */

.frame-layout-46 {
	background-color: rgb(42, 152, 202);
	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-46 h1,
.frame-layout-46 h2,
.frame-layout-46 h3,
.frame-layout-46 h4,
.frame-layout-46 a,
.frame-layout-46 p {
	color: white;
}

/* 48 = KlimaTeller git minmax 180
------------------------------------*/

/* floats basis */
.frame-layout-48 .ce-gallery .ce-row {
  margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

.frame-layout-48 .ce-gallery .ce-row:last-of-type {
  margin-right: 0;
}

@supports (display: grid) {

	/* grid reset */
	.frame-layout-48 .ce-gallery .ce-row {
	  margin-right: 10px;
		margin-bottom: 0px;
		float: none;
	}

	/* grid */
	.frame-layout-48 .ce-gallery {
	  float: none;
	}

	.frame-layout-48 .ce-gallery {
	  margin-bottom: 10px;
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	  grid-auto-flow: dense;
	  grid-gap: 33px;
	  place-items: center;
	}
}

/* Hovereffekt */

.frame-layout-48 img {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: all 0.4s 0s ease-in-out;
	-o-transition: all 0.4s 0s ease-in-out;
	transition: all 0.4s 0s ease-in-out;
}

.frame-layout-48 img:hover {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

/* 49 = KlimaTeller git minmax 220
------------------------------------*/

/* floats basis */
.frame-layout-49 .ce-gallery .ce-row {
  margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.frame-layout-49 .ce-gallery .ce-row:last-of-type {
  margin-right: 0;
}

@supports (display: grid) {

	/* grid reset */
	.frame-layout-49 .ce-gallery .ce-row {
	  margin-right: 0px;
		margin-bottom: 0px;
		float: none;
	}

	/* grid */
	.frame-layout-49 .ce-gallery {
	  float: none;
	}

	.frame-layout-49 .ce-gallery {
	  margin-bottom: 10px;
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	  grid-auto-flow: dense;
	  grid-gap: 15px;
	}
}

/* 51 = KlimaTeller Dreispaltige Listenansicht News
-----------------------------------------------------*/

.frame-layout-51 .article {
	width: 100%;
	margin: auto;
}

@media (min-width: 630px) {

.frame-layout-51 .news-list-view {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
  }

  .frame-layout-51 .article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 250px;
		margin: 10px;
  }

  .frame-layout-51 .article:last-child {
    margin-right: 0px;
  }

}

@media (min-width: 930px) {
  .frame-layout-51 .article {
-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 32%;
		margin: 10px;
  }

  .frame-layout-51 .article:last-child {
    margin-right: 0px;
  }
}

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

	@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 .klimateller-cat {
		font-size: 14px;
		color: rgb(42, 152, 202);
		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 .klimateller-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;
	}

	.artikelansicht .teaser-text .pew-untertitel {
		color: rgb(74, 129, 154);
	}

	.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 ul {
		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 {
		width: 300px;
		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 {
		color: rgb(42, 152, 202);
	}

	.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 .klimateller-cat {
		float: left;
		color: rgb(42, 152, 202);
	}

	.news-list-view .klimateller-cat::after {
		content: ",";
		margin-right: 3px;
		color: rgb(42, 152, 202);
	}

	.news-list-view .klimateller-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: #2a98ca;
	  border-radius: 5px;
}



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

.headerbox {
	z-index: 1000;
	width: 100%;
	min-width: 260px;
	position: fixed;
	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: 0 30px;
}

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

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

.headerbox nav {
	clear:both;
	text-align: left;
	display: none;
	position: absolute;
	top: 93px;
	padding: 20px 5px 20px 20px;
	right: 25px;
	left: 25px;
	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;
	border-top: 3px solid #2ea3f2;
}

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

.headerbox nav ul {
	line-height: 1.5;
}

.headerbox nav a {
	display: block;
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
	padding: 10px 5%;
	border-bottom: 1px solid rgba(0,0,0,.03);
}

.headerbox nav ul ul a {
	color: #777777;
}

.headerbox li a {
	background-color: rgba(0,0,0,.03);
}

.headerbox li > a:only-child {
	background-color: rgba(0,0,0,0);
}

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

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

.headerbox nav ul ul li a:hover {
  opacity: .7;
  background-color: rgba(0,0,0,.03);
}

/* Letztes Element in Navigation hervorheben (KlimaTeller App) */

.navigation-grid nav ul:last-of-type li:last-child a {
	outline: 2px solid #2a98ca;
	border-radius: 25px;
	text-align: center;
}

.navigation-grid nav ul ul:last-of-type li:last-child a {
	outline: 0px;
	border-radius: 0px;
	text-align: left;
}

/* 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;
	padding-right: 30px;
	-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*/
	color: #2ea3f2;
	font-weight: 200;
	font-family: NettoOT-Light;
}

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


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

@media screen and (min-width: 900px) {
	.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;
		border-top: none;
	}

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

	.headerbox nav ul ul {
		padding: 20px;
		border-top: 3px solid #2ea3f2;
		margin-top: 24px;
	}

	.navigation-grid nav ul li {
		padding: 30px 0 25px 0;
		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;
		background-color: white;
		border-bottom: none;
	}

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

	.navigation-grid nav ul li ul li:hover {
		-webkit-transition: all .2s ease-in-out;;
		-o-transition: all .2s ease-in-out;;
		transition: all .2s ease-in-out;;
	}

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

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

	/* 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
============================================= */
.klimateller-footer {
	min-width: 260px;
}

.footer-container {
	background-color: #e9e9e9;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}

.footer-nav {
	padding: 20px 0;
}

.footer-nav li {
	float: left;
	list-style: none;
}

.footer-nav a {
	text-decoration: none;
	color: rgb(42, 152, 202);
	padding: 0.3rem;
	border-radius: 4px;
}

.footer-nav a::after {
	content: "|";
	color: #444444;
	margin: 0 0 0 11px;
	font-size: 18px;
}

.footer-nav > nav > ul ul li:last-of-type > a::after {
	opacity: 0;
}

.footer-nav strong a::after {
	font-weight: 400;
}

/* Copyright */

.footer-copyright {
	background-color: rgb(42, 152, 202);
	padding: 20px;
}

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

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

.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: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.copyright p {
	color: white;
}

#scroll-top {
  font-size: 24px;
	color: white;
  padding: 10px 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;
}


/* Footer: Screen
	 ====================================== */

@media (min-width: 650px) {

	.nahhaft-initiative {
		text-align: left;
		margin: 0 25px;
	}

	.copyright {
		text-align: unset;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin: 0 25px;
	}

}


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


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


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


/* Layout 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: 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(300px,1fr));
		grid-gap: 30px;
		justify-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

/* Layout Vierspaltig
===================================*/
/* Floats Basis  */

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

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


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

@supports (display: grid) {

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

	/* Grid */
	.flex-vier .nahhaft-content {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(230px,1fr));
		grid-gap: 15px;
		justify-items: center;
	}
}



/*
	 KlimaTeller Grundlagen
======================================= */

/* Parallax Grundlage */

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.parallax .nahhaft-content {
	max-width: 925px;
	margin: auto;
}

.parallax .nahhaft-content a,
.parallax .nahhaft-content h1,
.parallax .nahhaft-content h2,
.parallax .nahhaft-content h3,
.parallax .nahhaft-content h4,
.parallax .nahhaft-content p {
	color: white;
}

/* Prefooter */
.prefooter {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/klimateller-kuechenchef.jpg");
}

/* Grauer Abschnitt */
.grauer-abschnitt {
	background-color: rgb(233, 233, 233);
}

/* Blauer Abschnitt */
.blauer-abschnitt {
	background-color: rgb(42, 152, 202);
}

.blauer-abschnitt a,
.blauer-abschnitt h1,
.blauer-abschnitt h2,
.blauer-abschnitt h3,
.blauer-abschnitt h4,
.blauer-abschnitt p {
	color: white;
}

/*
	 KlimaTeller Startseite
======================================= */

/* Startbereich */

.klimateller-start .abschnitt-1 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/Startseite/Startseitenbild-Klimateller.jpg");
	height: 80vh;
}

.klimateller-start .start-text {
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.klimateller-start .start-text h1 {
	font-size: calc(50px + 2vw);
	margin-top: 0;
}


/*
	 KlimaTeller Zehn Abschnitte
======================================= */

/* Abschnitt 3 */
.klimateller-zehn-abschnitte .abschnitt-3 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/Essen_und_Klima/essen-klima-kuh.jpg");
}

/* Abschnitt 7 */
.klimateller-zehn-abschnitte .abschnitt-7 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/Essen_und_Klima/tomaten.jpg");
}

/*
	 KlimaTeller Fünf Abschnitte
======================================= */

/* Abschnitt 2 */
.klimateller-fuenf-abschnitte .abschnitt-2 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/In_der_Praxis/Restaurant-Menu-Klimateller.jpg");
}


/*
	 KlimaTeller Fünf Abschnitte KidM
======================================= */

/* Abschnitt 2 */
.klimateller-fuenf-abschnitte-kidm .abschnitt-2 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/KidM/Kidm_Bild_1.jpg");
}

/* Abschnitt 5 */
.klimateller-fuenf-abschnitte-kidm .abschnitt-5 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/KidM/Kidm_Bild_2.jpg");
}

/*
	 KlimaTeller Flex Vier
======================================= */

.klimateller-flex-vier .abschnitt-3 {
	background-image: url("https://www.nahhaft.de/fileadmin/KlimaTeller/Weitere_Leistungen/TischaufstellerA5-Mockup_01.jpg");
}

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

/* Slideshow */

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

/* Startbereich */

.startseite .normal h2 {
  font-family: NettoOT-Bold;
  font-weight: normal;
  font-style: normal;
	margin: 0 0 1em 0;
	background-color: #40B498;
	width: -webkit-max-content;
	width: -moz-max-content;
	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: 50px 30px;
}
.startseite .aktuelles .frame {
	padding: 20px;
}

/*
	 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: NettoOT;
  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: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1em 4fr;
		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 {
	  -o-object-fit: cover;
	     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 {
			-ms-grid-columns: 1fr;
			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: NettoOT;
}

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