/*  
Theme Name: Urbis Foundation
Theme URI: 
Version: 1.0
Author: Veronika Sattler
Author URI: http://websache.de
*/

/* --------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------

	INHALT:
	
	1. BASICS
		1.1. Fonts
		1.2. HTML5
		1.3. Reset
		1.4. Basics
			1.4.1. Links
			1.4.2. Listen
			1.4.3. Typographie
			1.4.4. Formulare
			1.4.5. Media
		1.5. Sprungmarken
	2. SEITENSTRUKTUR 
		2.1. Header
		2.2. Footer
	3. Elemente
		3.1. Inhaltselemente
		3.2. News
	4. MEDIA QUERIES
	
	5. Plugins

/* 1. BASICS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 1.1. Fonts
-----------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/layout/css/fonts/montserrat-v12-latin-300italic.eot');
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-300italic.eot?#iefix') format('embedded-opentype'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-300italic.woff2') format('woff2'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-300italic.woff') format('woff'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-300italic.ttf') format('truetype'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-300italic.svg#Montserrat') format('svg'); 
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/css/fonts/montserrat-v12-latin-regular.eot'); 
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-regular.woff2') format('woff2'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-regular.woff') format('woff'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-regular.ttf') format('truetype'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/layout/css/fonts/montserrat-v12-latin-700.eot'); 
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-700.woff2') format('woff2'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-700.woff') format('woff'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-700.ttf') format('truetype'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg'); 
}


@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/layout/css/fonts/montserrat-v12-latin-700italic.eot'); 
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-700italic.woff2') format('woff2'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-700italic.woff') format('woff'), 
       url('../../files/layout/css/fonts/montserrat-v12-latin-700italic.ttf') format('truetype'),
       url('../../files/layout/css/fonts/montserrat-v12-latin-700italic.svg#Montserrat') format('svg');
}


/* 1.2. HTML 5
-----------------------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* 1.3. Reset
-----------------------------------------------------------------------------------------------*/
html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

/* 1.4. Allgemeines
-----------------------------------------------------------------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#102f1f;
	font-size: 0.92em;
	line-height: 1.6;
    margin: 0;
    padding: 0;
}
.inside {
	width: 92%;
	max-width: 1400px;
	margin:auto;
	position: relative;
	}
.flex {
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -ms-flex-wrap: wrap;  
        flex-wrap: wrap;
	position: relative;
	}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}	

/* 1.4.1. Links
-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color:#102f1f;
	}
	
#main a {
	color:#025e1f;
	text-decoration: underline;
	}
#main .more {
	color:#102f1f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:80%;
	cursor: pointer;
	}
#main .more:hover, #main .more:focus {
	text-decoration: underline;
	}	
	


/* 1.4.2. Listen
-----------------------------------------------------------------------------------------------*/
ul {
	list-style:none;
	}
#main ul {
	padding-bottom:20px;
	list-style:outside;
	padding-left:20px;
	}	

/* 1.4.3. Typographie
-----------------------------------------------------------------------------------------------*/
h1 {
	font-weight: 700;
	margin-bottom: 35px;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	}
h1 strong {
	text-transform: none;
	font-size: 300%;
	color:#025e1f;
	display: block;
	padding-top:8px;
	}
h2   {
	color:#025e1f;
	margin-bottom:5px;
	}
.standard h2, h2.standard {
	font-size: 125%;
	}	
h3   {
	color:#025e1f;
	margin-bottom:5px;
	}		
p {
	padding-bottom: 20px;
	}	
strong {
	font-weight: 700;
	}			


/*1.4.4. Media
-----------------------------------------------------------------------------------------------*/
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height:auto;
	}
.dialog_pop figcaption, .dialog_pop figcaption, .mod_newsreader figcaption, .left figcaption, .right figcaption   {
	font-size:85%;
	text-align:right;
	}	
.right figcaption, .left figcaption  {
	margin-top:-30px;
	}		
	
/*1.5. Sprungmarken
-----------------------------------------------------------------------------------------------*/		
.invisible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}
.invisible:active,
.invisible:focus {
  clip: auto;
  height: auto;
  margin: 0;
  display: block;
  overflow: visible;
  position: absolute;
  padding: 5px 20px;
  border: 2px solid #336633;
  background: #fff;
  top: 0px;
  width: auto;
}			

/* 2. SEITENSTRUKTUR
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 2.1. Header
-----------------------------------------------------------------------------------------------*/
#header {
	padding: 30px 0px 15px 0px;
	font-weight:700;
	color:#025e1f;
	position: relative;
	z-index:1000;
}
#header a {
	#color: #025e1f;
	}
.shadow #header {
	-webkit-box-shadow: 0px 3px 7px 1px rgba(133,129,133,0.38);
	box-shadow: 0px 3px 7px 1px rgba(133,129,133,0.38);
	}
#header:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}	
#navi_main a {
	color: #025e1f;
	}
#logo {
	float: left;
	width: 240px;
	}

/* 2.1.1 Hauptnavi
-----------------------------------------------------------------------------------------------*/
#navi_main {
	margin-top:43px;
	float: right;
	font-size: 105%;
	}
#navi_main li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	}
#navi_main li strong, #navi_main li .trail, #navi_main li a:hover, #navi_main li a:focus { 		
	color: #fdd106;
}
#navi_main li .level_2 {
    position: absolute;
	left:-20px;
    padding: 39px 20px 20px 20px;
	width: auto;
	z-index:2000;
	display: none;
}
#navi_main li .level_2 a {
   color:#fff;
}
#navi_main li .level_2.js-hideElement {
	display: none;
}

#navi_main li .level_2.js-showElement {
	display: block;
}
#navi_main li .level_2 li {
    padding: 3px 20px;
    margin-left: 0;
	display: block;
	white-space:nowrap;
    background: rgba(2,94,31,0.95);

}
#navi_main li .level_2 li.first {
	padding-top: 30px;
	}
#navi_main li .level_2 li.last {
	padding-bottom: 30px;
	}	

/* 2.1.2 Sprachwechsler
-----------------------------------------------------------------------------------------------*/
.service {
    position:absolute;
    right:0px;
    top:-20px;
}
.newsletter {
    color:#fff;
    background:#fdd106;
    border-radius: 15px; 
    padding: 4px 8px;
    font-size: 90%;
    margin-right: 20px;
    display: inline-block;
}
.newsletter:hover, .newsletter:focus {
    background: rgba(2,94,31,0.95);
}
.navi_change {
	display: inline-block;
    color:#fed000;
	font-weight: 700;
	font-size: 90%;
	}
.navi_change a {
	color: #025e1f;
	}	
.navi a:hover, .navi a:focus {
	color:#fed000;
	}
.navi_change li:first-child {
	padding-left:0px;
	margin-left:0px;
	border-left: none;
	}	
.navi_change li {
	display: inline-block;
	border-left: 1px solid #025e1f;
	padding-left: 4px;
	margin-left: 4px;
	line-height: 1;
	}

/* 2.1.3 Hamburger
-----------------------------------------------------------------------------------------------*/
.menu_open {
  display: none;
  position: absolute;
  right:0px;
  top:40px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  background: transparent;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible; }
  .menu_open:hover {
    opacity: 0.7; }

.menu-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative; }

.menu-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .menu-inner, .menu-inner::before, .menu-inner::after {
    width: 34px;
    height: 4px;
    background-color: #025e1f;
	border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .menu-inner::before, .menu-inner::after {
    content: "";
    display: block; }
  .menu-inner::before {
    top: -10px; }
  .menu-inner::after {
    bottom: -10px; }
.menu--spin .menu-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu--spin .menu-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	}
  .menu--spin .menu-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
.menu--spin.is-active .menu-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   background-color:#fff; 
   }
  .menu--spin.is-active .menu-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    background-color:#fff; 
	}
  .menu--spin.is-active .menu-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color:#fff; 
	}

/* 2.1.4 Floating-button
-----------------------------------------------------------------------------------------------*/
.floating-button {
	position: fixed;
	right: -20px;
	top: 50%;
	color: #fff;
  	background: #025e1f;
  	border-radius: 15px;
  	padding: 12px 45px 10px 20px;
  	display: inline-block;
	transition: all 0.3s ease-out,
}
.floating-button:hover {
	background: #fdd106;
	right: -10px;
}

/* 2.2. Footer
-----------------------------------------------------------------------------------------------*/				
#footer {
	border-bottom:35px solid #143825;
	clear: both;
	}

#footer .inside {
	border-top: 1px solid #ecefef;
	padding: 50px 0px 50px 0px;
	position: relative;
	}
#footer .inside:after {	
 	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}		
.scrollTop {
	display: block;
	position: absolute;
	height: 50px;
	width: 13px;
	overflow: hidden;
	right:-20px;
	}
.scrollTop:before {
	content:url('../../files/layout/images/arro_up.svg');
	display: block; 
	}	
.footerteaser {
	width: 23%;
	padding-right: 2%;
	float: left;
	overflow: hidden;
	position: relative;
	}
.footerteaser.right {
	width: 31%;
	padding-right: 0%;
	}		
#footer a {
	color:#143825;
	}	
#footer h2 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom:0px;
	}
#footer label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}
#footer .formbody {
	position: relative;
	width: auto;
	float: left;
	margin-right: 30px;
	}	
#footer input {
	border: 2px solid #025e1f;
	height: 35px;
	width: 100%;
	min-width: 220px;
	width: 220px;
	max-width: 100%;
	text-indent: 4px;
	}
#footer input:focus {
	background:#025e1f;
	color:#fff;
	}	
#footer .submit {
	position: absolute;
	right:0px;
	top:0px;
    border: none;
	width: 41px;
	background: #fff;
	height: 41px;
	overflow: hidden;
	border: 2px solid #025e1f;
	cursor: pointer;
	padding:0px;
	}
#footer .submit:before {
	content:url('../../files/layout/images/lupe.svg');
	display: block; 
	padding: 8px;
	}
#footer .social {
	width: auto;
	float: left;
	}		
#footer .social img {
	margin-top: 10px;
	width: auto;
	}
	
/* 3. ELEMENTE 
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
/* 3.1. Textelemente
-----------------------------------------------------------------------------------------------*/
/* 3.1.1. Allgemein
-----------------------------------------------------------------------------------------------*/
.mod_article {
	overflow: hidden;
	position: relative;
	}
.left {
	width: 48%;
	float: left;
	}
.right {
	width: 48%;
	float: right;
	}
.left img, .right img {
	margin-bottom: 40px;
	}				
.grid_3 {
	text-align: center;
	width: 31%;
	color: #025e1f;
	font-weight: bold;
	margin-left: 2%;
	margin-bottom:40px;
	}
.grid_3 h3 {
	border: 2px solid #025e1f;
	padding: 4px 12px;
	display: inline-block;
	margin:30px 0px;
	background:#fff;
	}
.grid_3 p {
	max-width: 220px;
	margin:auto;
	}
.grid_2 {
	width: 55%;
	float: left;
	}
.grid_2 h1 {
	text-align: left;
	}
.grid_1 {
	width: 42%;
	float: right;
	}			
.grid_4 {
	position:relative;
	width: 25%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding: 0px 3% 50px 3%;
	}
.grid_4.newsletter_text {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
}
.grid_4.third {
	width: 33.33%;
	}	
.grid_4 img {
	width: auto;
	margin: 0px auto 30px auto;
	}
.grid_4 figcaption {
	font-weight: 700;
	text-transform: uppercase;
	color:#025e1f;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 110%;
	}
#main .button, .popup a {
	display: inline-block;
	color:#fdd106;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 10px;
	border: 3px solid #fdd106;
	font-size:90%;
	text-decoration: none;
	margin-top: 10px;
	text-decoration: none !important;
	}
#main .button{
	position: absolute;
	bottom:0px;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);  
	left:50%;
	}
#main .button:hover, #main .button:focus, .popup a:hover, .popup a:focus {
	color:#fff;
	background: #fdd106;
	}

/* 3.1.1. Abstände
-----------------------------------------------------------------------------------------------*/
.paddingbottom_40 {
	padding-bottom: 40px;
	}	
.margintop_20 {
	margin-top: 20px;
	}	
.margintop_40 {
	margin-top: 40px;
	}
.margintop_60 {
	margin-top: 60px;
	}
.margintop_120 {
	margin-top: 120px;
	}	
.margintop_200 {
	margin-top: 280px;
	}	
	
.abstand {
	padding: 50px 0px 35px 0px;
	}	

/* 3.1.2. Grey
-----------------------------------------------------------------------------------------------*/
.mod_article.grey {
	background: #ecefef;
	padding:80px 0px 40px;
	overflow: visible;
	}
.grey h2 {
	border: 3px solid #025e1f;
	display: inline-block; 
	padding: 7px 20px;
	background:#fff;
	position: absolute;
	left: 50%;
	top:0px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);  
	text-transform: uppercase;
	text-align: center;
	font-size: 110%;
	}
.grey1 {	
	background: #ecefef;
	position: relative;
	padding:80px 0px;
	}
.grey2 {	
	background: #ecefef;
	padding-bottom:80px;
	}
.grey .slogan_grey h2 {
	position: relative;
	border: none;
	background: none;
	padding: 0px 0px 20px 0px;
	top:50px;
	font-size: 370%;
	text-align: center;
	line-height: 1.2;
	text-transform: none;
	}
.grey .slogan_grey {
	padding-top: 130px;
	padding-bottom:20px;
	}
.grid_1.grey {	
    margin-top:30px;
	background: #ecefef;
	padding:50px 20px 20px 20px;
	overflow: visible;
	position: relative;
	}	

/* 3.1.3 Start
-----------------------------------------------------------------------------------------------*/	
/* 3.1.3.1 Startslider
-----------------------------------------------------------------------------------------------*/		
.flexslider {
	position: relative;
	width: 100%;
	height: auto;
	}
#main .slides {
	list-style: none;
	padding:0px;
	}
.flexslider li {
	list-style: none;
	}	

/* 3.1.3.2 Start Erfolge
-----------------------------------------------------------------------------------------------*/		
.sep {
	width: 49%;
	float: left;
	padding-left: 30px;
	}
.sep.white_line {
	padding-right: 30px;
	border-right: 2px solid #fff;
	}
.sep .ce_text {
	text-align: center;
	font-size:110%;
	line-height: 1.4;
	font-weight: 700;
	}
.sep h3 {
	font-size: 160%;
	line-height: 1.1;
	}
.sep .ce_text.underline {
	border-bottom: 2px solid #fff;
	padding-bottom: 0px;
	margin-bottom:15px;
	}

/* 3.1.4. Ueber Uns
-----------------------------------------------------------------------------------------------*/	
/* 3.1.4.1 Stiftungsgeschichte
-----------------------------------------------------------------------------------------------*/
.stiftung {
	border: 3px solid #025e1f;
	display: inline-block; 
	padding: 20px 30px 5px 20px;
	background:#fff;
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: auto;
	position: relative;
	margin: -120px auto -40px auto;
	top:0px;
	}
h3 {
	padding: 0 2rem;
}
.stiftung p:first-child {
	margin-right: 30px;
	}	
.history {
	position: relative;
	}
.history .inside {
	position: static;
	}
.history .inside:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
} 		
.history p {
	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	    -ms-transform: translateY(-50%);
  	        transform: translateY(-50%);
	padding-bottom:0px;
	font-weight: 700; 
	color:#025e1f;
	max-width: 250px;
	}	
.history .left p {
	right: 80px;
	}		
.history .left {
	width: 49%;
	padding-right: 80px;
	position: relative;
	height: 200px;
	text-align: right;
	overflow: hidden;
	}
.history .right {
	width: 49%;
	padding-left: 80px;
	position: relative;
	height: 200px;
	float: right;
	text-align: left;
	overflow: hidden;
	}	
.history.green	{
	background:#ecefef;
	z-index:-2;
	}
.history .left img {
	width: 250px;
	float: left;
	margin-bottom: 0px;
	}
.history .right img {
	width: 250px;
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
	}				 	
.history h3 {
	position: absolute;
	left: 50%;
	width: 140px;
	margin-left:-70px;
	top: 50%;
	margin-top:-70px;
	height: 140px;
	border-radius: 50%;
	line-height: 132px;
	text-align: center;
	border: 5px solid #fdd106;
	color:#fdd106;
	background: #fff;
	font-size: 220%;
	}
.history h3:before {
	content:'';
	position: absolute;
	height: 200px;
	width: 4px;
	background:#025e1f;
	left: 50%;
	top: 0px;
	z-index:-1;
	}
.history.half h3:before {
	height: 100px;
	}		
.history.green h3 {
	color: #025e1f;
	border-color:#025e1f;
	}	
	
/* 3.1.4.2. Schwerpunkte
-----------------------------------------------------------------------------------------------*/
.erfolg {
	background:#ecefef;
	padding: 30px 0px;
	}
.erfolg h2 {
	text-align: center;
	font-size: 300%;
	margin-bottom: 30px;
	}
.erfolg .white_line {
	border-color: #a6a8a8;
	border-width: 1px;
	}		
.erfolg .sep {
	font-size: 150%;
	}
	
.erfolg .sep .ce_text {
	font-weight: 300;
	}
.erfolg .ce_text.underline {
	border-color: #a6a8a8;
	border-width: 1px;
	padding-bottom: 10px;
	margin-bottom:25px;
	}	
.urbis {
	text-align: center;
	color:#025e1f;
	font-size: 180%;
	line-height: 1.3;
	}
.urbis ul {
	display: inline-block;
	}	
.urbis li {
	text-align: left;
	display: block;
	list-style: none;
	}
	
/* 3.1.4.3. Team
-----------------------------------------------------------------------------------------------*/	
h2.norm {
	font-weight: 300;
	margin-bottom:20px;
	font-size: 130%;
	}
.team {
	width: 48%;
	float: left;
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
.team h3 {
	border: 3px solid #025e1f;
	display: inline-block;
	padding: 7px 50px;
	background:#fff;
	margin-bottom:20px;
	}	
.team.german .textwrap {
	background: url(../../files/layout/images/german.jpg) no-repeat left 50px;
	background-size: 100% auto;
	}
.team figure {
	width: 48%;
	margin-right: 4%;
	}
.team .textwrap {
	width: 48%;
	}
.togo1 {
	background:  url(../../files/layout/images/togo.svg) no-repeat 20% 36% #ecefef;
	background-size: curtain;
	padding: 30px 0px;
	}
.team.team_big {
	width: 100%;
	}
.team.team_right {
	width: 100%;
	padding-bottom: 60px;
	}
.team.team_right .textwrap {
	padding-top: 60px;
	text-align:right;
	}
.team.team_big .textwrap {
	padding-right: 10em;
	}
.team.team_right .textwrap {
	padding-top: 60px;
	text-align:right;
	padding-left: 10em;
	}			
.team.team_right figure {
	position: relative;
	margin-top:-100px;
	margin-left: 4%;
	margin-right: 0px;
	}
.teamholder {
	position:relative;
	margin-left:-3%;
	padding-bottom: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}	
.team.team_small {
	display: block;
	width: 22%;
	margin-left: 3%;
	margin-bottom:20px;
	float: none;
	margin-bottom:20px;
	}	
.team.team_small figure, .team.team_small .textwrap {
	width: 100%;
	margin:0px;
	}
.team.team_small h3 {
	margin-top: 30px;
	}		
	
/* 3.1.5. Partnerland 
-----------------------------------------------------------------------------------------------*/	
.togo {
	background: url(../../files/layout/images/map_togo.jpg) no-repeat 78% 40px;
	}
.slogan {
	background:#143825;
	padding: 80px 0px;
	color:#c4cbcb;
	font-size: 190%;
	font-weight: 700;
	}
.image_up {
	margin-top:-350px;
	}	
.slogan_solar p {
	color:#025e1f;
	padding-left: 4em;
	font-size: 130%;
	}
.slogan_solar1 {
	color:#025e1f;
	padding-left: 7em;
	font-size: 130%;
	}	
.slogan_bildung {
	margin-top:-320px;
	color:#025e1f;
	font-size: 130%;
	}			
.slogan_bildung figure {
	width: 66%;
	float: left;
	margin-right: 3em;
	}	
.right.slogan_solar p {
	color:#025e1f;
	padding-left: 0em;
	padding-right: 4em;
	font-size: 130%;
	}		
.image_up2 {
	top: 50px;
	margin-top:-150px;
	}			
.image_up3 {
	top: 50px;
	margin-top:-200px;
	}			
.border {
	border: 2px solid #025e1f;
	padding: 40px 25px 25px 25px;
	position: relative;
	margin-bottom:30px;
	}
#main .border ul {
	list-style: none;
	padding-left:0px;
}
#main .border li {
	position: relative;
	padding-left: 150px;
}
#main .border li strong {
	position: absolute;
	left:0;
	color:#025e1f;
}
#main strong {
	color:#025e1f;
}
.solar {
	background:  url(../../files/layout/images/solar.svg) right top no-repeat;
	}
.solar h1 {
	padding: 0px 80px;
	}		
.landwirtschaft {
	background:  url(../../files/layout/images/landwirtschaft.svg) right top no-repeat;
	}
.landwirtschaft {
	padding: 0px 80px;
	}		
.bildung {
	background:  url(../../files/layout/images/bildung.svg) right top no-repeat;
	}
.bildung {
	padding: 0px 80px;
	}
.soziales {
	background:  url(../../files/layout/images/soziales.svg) right top no-repeat;
	}
.soziales {
	padding: 0px 80px;
	}

/* 3.1.6. Projektförderung
-----------------------------------------------------------------------------------------------*/	
.funding {
	border: 2px solid #025e1f;
	padding: 40px 25px 25px 25px;
	font-size: 120%;
	color: #025e1f;
	position: relative;
	}	
.funding:before {
	content:url('../../files/layout/images/funding.svg');
	display: block;
	position: absolute;
	left: 50%;
	margin-left:-32px;
	top:-45px;
	}

/* 3.1.7. Spenden
-----------------------------------------------------------------------------------------------*/	
.text_center {
	padding: 40px 20%;
	text-align: center;
	border-bottom: 1px solid #ecefef;
	}
.text_center.sans {
	border-bottom: none;
	}	
.paragraph {
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
.paragraph p {
	text-align: left;
	width: 50%;
	}
.paragraph p:first-child {
	padding-right: 50px;
	}			
.text_center h2 {
   font-size: 260%;
   text-align: center;
   margin-bottom: 40px;
   width: 100%;
  }	
.text_center img {
	width: auto;
	margin:auto;
	}	
.text_center .float_above {
	margin-bottom:40px;
	}
.text_middle.inside {
	position: static;
	font-size: 130%;
	text-align: center;
	color:#025e1f;
	padding-left: 20%;
	padding-right: 20%;
	}
	
/* 3.1.8. Kontakt
-----------------------------------------------------------------------------------------------*/
.max {
	max-width: 1000px;
	margin:auto;
	position: relative;
	}
.max figure {
	margin-bottom:30px;
	}			
.greyborder:after {
	content:'';
	background:#ecefef;
	height: 400px;
	width: 100%;
	display: block;
	position: absolute;
	bottom:0px;
	z-index:-1;
	}

/* 3.1.9. Jobs
-----------------------------------------------------------------------------------------------*/	
.center p {
	text-align: center;
	max-width: 800px;
	margin: auto;
	}
/* 3.1.10. Partner
-----------------------------------------------------------------------------------------------*/				
.grid-sans {
	padding: 50px 0px;
	position: relative;
	clear: both;
	width: 102%;
	left:-3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
.grid-item.partner img {
	width: auto;
}	
.grid-sans .grid-item {
	border-bottom: 1px solid #ecefef;
	padding-left:0px;
	margin-left: 3%;
	width: 30.333%;
	margin-bottom:30px;
	}	
.grid-sans .grid-item.sans {
	border-bottom: none;
	}	
.message {
	width: 63.666%;
	margin-left: 3%;
	float: right;
	text-align: center;
	color:#025e1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 190%;
	padding: 0px 4em;
	}
/* 3.1.11. Suchergebnisse
-----------------------------------------------------------------------------------------------*/		
.mod_search form {
	display: none;
	}
.mod_search .pagination {
	margin-left: 0;
	}	
.search_text {
	border-bottom: solid 1px #ecefef;
	padding-bottom: 20px;
	padding-top: 40px;
	}
#main .search_text h2 a {
	text-decoration: none;
	}	
.search_text.last {
	border-bottom:none;
	}		
.search_text h2 {
	font-size: 130%;
	margin-bottom:4px;
	line-height: 1;
	}	
			

/* 3.2. News
-----------------------------------------------------------------------------------------------*/
/* 3.2.1. Erfolgsgeschichten
-----------------------------------------------------------------------------------------------*/
/* 3.2.1.1. Erfolgsgschichten Slider
-----------------------------------------------------------------------------------------------*/								
.flexslider_news {
	position: relative;
	width: 100%;
	}
.flexslider_news li {
	list-style:none;
	}	
.slide_content {
	overflow: hidden;
	width: 92%;
	max-width: 1400px;
	margin:auto;
	}
.slide_content figure, .slide_pop figure {
	 width: 50%;
	 float: left;
	 }
.slide_content .wrap {
	padding: 50px;
	width: 50%;
	float: right;
	}
.slide_content h3 {
	margin-bottom: 20px;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #102f1f;
	}
.slide_content h3 strong {
	text-transform: none;
	font-size: 300%;
	color:#025e1f;
	display: block;
	padding-top:12px;
	}

/* 3.2.1.2. Erfolgsgschichten Popup
-----------------------------------------------------------------------------------------------*/						
.slide_pop {
	position: fixed;
	overflow-y: auto;
	max-height: 100%;
	left: 50%;
	top: 50%;
	background:#fff;
	width: 92%;
	max-width: 1000px;
	padding: 3em;
	visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	z-index: 9999;
    outline: 9999px solid rgba(0,0,0,0.8);
	-webkit-transform: translate(-50%, -50%) scale(0.6);
	-ms-transform: translate(-50%, -50%) scale(0.6);
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
.slide_pop.popup_start {
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	}	
.pager {
	clear: both;
	width: 100%;
	position: relative;
	}
.next_slide, .prev_slide {
  width: 50px;
  height:16px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.next_slide.enabled, .prev_slide.enabled {
	display: none;
	}
.next_slide {
	right:0px;
	}
.next_slide:before {
  content:url('../../files/layout/images/next.svg');
	display: block;
}
.prev_slide:before {
  content:url('../../files/layout/images/prev.svg');
	display: block;
}	
.slide_pop figure {
	width: 40%;
	float: left;
	}	
.slide_pop .wrap {
	width: 57%;
	float: right;
	}
.slide_pop h3 {
	font-size: 140%;
	text-transform: uppercase;
	}
.slide_pop h4 {
	font-size: 120%;
	margin-bottom: 10px;
	color:#025e1f;
	}
.less_slidepop {
	position: absolute;
	right: 10px;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	overflow:hidden;
	display: block;
	padding:0px;
	cursor:pointer;
	}	
.less_slidepop:before {
	content:url('../../files/layout/images/close.svg');
	display: block;
	}					
	
/* 3.2.2. Aktuelles
-----------------------------------------------------------------------------------------------*/
/* 3.2.2 1. Aktuelles Start
-----------------------------------------------------------------------------------------------*/				
.news_short {
	width: 25%;
	position: relative;
	}
.news_short figcaption {
	display: none;
	}		
.headline h2 a {
	border: 3px solid #025e1f;
	display: inline-block; 
	padding: 7px 50px;
	background:#fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
#main .headline h2 a:hover, #main .headline h2 a:focus {
	background: #025e1f;
	color:#fff;
	}	
.headline p {
	width: 200px;
	}
.news_short .info {
	color:#025e1f;
	font-size: 80%;
	font-weight:700;
	margin-bottom: 0px;
	padding-bottom:8px;
	}
.news_short figure {
	margin-bottom: 30px;
	}	
#main .news_short a	{
	text-decoration: none;
	}		
.news_short h3 {
	font-size: 160%;
	margin-bottom: 20px;
	line-height: 1.3;
	}
.line_bottom .news_short{
	padding: 0px 20px 20px 20px;
	border-left: 1px solid #ecefef;
	}
.line_bottom .news_short.headline {
	padding: 0px;
	border-left: none;
	}	
.abstand.line_bottom {
	padding-bottom: 100px;
	}	

/* 3.2.2.2. Aktuelles Hauptseite
-----------------------------------------------------------------------------------------------*/				
.newslist {
	left:-3%;
	}
.newslist h1, .news_related h2 {
	font-size: 300%;
	color:#025e1f;
	width: 100%;
	text-transform: none;
	text-align: center;
	}
.news_related h2 {
	margin-bottom: 50px;
	}
.newslist .news_short {
	width: 30.333%;
	margin-left: 3%;
	margin-bottom:40px;
	}
.pagination {
	margin-left: 3%;
	width: 100%;
	text-align:center;
	position: relative;
	}
.pagination ul {
	display: inline-block;
	}	
.pagination li {
	display: inline-block;
	list-style: none;
	padding: 0px 10px;
	color:#025e1f;
	font-weighht: 700;
	}	
.pagination li.next, .pagination li.previous {
	position: absolute;
    padding:0px;
	} 
.pagination li.next {
	right:0px;
	}			
.pagination li.previous {
	left:0px;
	}
#main .pagination li a {
	text-decoration: none;
	color:#fdd106;
	}
#main .pagination a.next {
	display: inline-block;
	height: 16px;
	width: 50px;
	overflow: hidden;
	}	
#main .pagination a.next:before {
	content:url('../../files/layout/images/next.svg');
	display: block;
	}
#main .pagination a.previous {
	display: inline-block;
	height: 16px;
	width: 50px;
	overflow: hidden;
	}	
#main .pagination a.previous:before {
	content:url('../../files/layout/images/prev.svg');
	display: block;
	}		

/* 3.2.2.3. Aktuelles Detailseite
-----------------------------------------------------------------------------------------------*/				
.news_full {
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
	}	
.news_full .info {
	color:#025e1f;
	font-size: 80%;

	font-weight:700;
	margin-bottom: 0px;
	padding-bottom:8px;
	}
.news_full .float_above {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
	}
#main .news_full .ce_gallery ul {
	margin-left:-2%;
	padding:0px;
	}	
.news_full .ce_gallery li {
	list-style: none;
	width: 48%;
	float: left;
	margin-left: 2%;
	}
.back {
	display: inline-block;
	height: 16px;
	width: 50px;
	overflow: hidden;
	position: absolute;
	left:0px;
	bottom:0px;
	}	
.back:before {
	content:url('../../files/layout/images/prev.svg');
	display: block;
	}		

/* 3.2.3. Projektförderung
-----------------------------------------------------------------------------------------------*/	
/* 3.2.3.1. Filter
-----------------------------------------------------------------------------------------------*/	
.mod_newscategories  {
	text-align:center;
	}
#main .mod_newscategories span {
	display: block;
	cursor: pointer;
	}
.headbutton {
	padding: 20px 25px;
	min-width: 120px;
	text-align: left;
  }	
.headbutton.filter {
	min-width: 0px;
	} 
.filter:hover, .filter.active {
	color:#fed000;
	}
.headbutton.filter.active {
	color:#fff;
	}		
.headbutton.active {
	background: rgba(2,94,31,0.9);
	color:#fff;
  }	 
.headbutton.filter:after {
	 display: none;
	 } 
.headbutton:after{
    content:'';
	margin-left: 5px;
	display: inline-block;
	height: 0;
	width:0px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #025e1f transparent transparent transparent;
	
}
.headbutton.active:after{
	border-color: #fff transparent transparent transparent;
}	
	
#main .mod_newscategories .level_1 {
	position: relative;
	display: inline-block;
	border: 3px solid #025e1f;
	font-weight: 700;
	background:#fff;
	line-height: 1;
	top:-30px;
	padding:0px;
	}
					
.mod_newscategories .level_1 li {	
	position: relative;
	list-style: none;
	display: inline-block;
	color: #025e1f;
	}
.mod_newscategories .level_2 {
	position: absolute;
	background: rgba(2,94,31,0.9);
	display: none;
	padding: 20px 25px;
	min-width:100%;
	width:auto;
	z-index:1000;
	}
.mod_newscategories .level_2 li {
	color:#fff;
	display: block;
	text-align: left;
	padding: 7px 0px;
	white-space: nowrap;
	}	
.mod_newscategories .level_2.drop {
	display: block;
	}	
.mod_article.allow {
	overflow: visible;
	}

/* 3.2.3.2. Masonry
-----------------------------------------------------------------------------------------------*/	
.grid {
	padding: 60px 0px;
	position: relative;
	clear: both;
	width: 102%;
	left:-3%;
	}
.grid:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
.grid-item, .grid-sizer {
  position: relative;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  width: 33.333%;
  background:#fff;
  padding-left: 3%;
}
.grid-item {
	float: left;
	padding-bottom: 30px;
	}
.grid-item--width2 {
	width: 66.666%;
	}
.grid-item figure {
	margin-bottom: 30px;
	}	
.grid-item figcaption {
	display: none;
	}
.grid-item h3 {	
	color: #102f1f;
	}
.grid-item h3 strong {
	display: block;
	font-size: 160%;
	line-height: 1.2;
	color:#025e1f;
	}

/* 3.2.3.3. Popup
-----------------------------------------------------------------------------------------------*/	
.dialog_pop {
	position: fixed;
	overflow-y: auto;
	max-height: 100%;
	left: 50%;
	top: 50%;
	background:#fff;
	width: 92%;
	max-width: 920px;
	padding: 3em;
	visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	z-index: 9999;
    outline: 9999px solid rgba(0,0,0,0.8);
	-webkit-transform: translate(-50%, -50%) scale(0.6);
	-ms-transform: translate(-50%, -50%) scale(0.6);
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
.dialog_pop.show  {
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	}		
.less_pop {
	position: absolute;
	right: 10px;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	overflow:hidden;
	display: block;
	padding:0px;
	cursor:pointer;
	}	
.less_pop:before {
	content:url('../../files/layout/images/close.svg');
	display: block;
	}	
.dialog_pop h3 {
	display: block;
	font-size: 160%;
	line-height: 1.2;
	color:#025e1f;
	}
#main .cat {
	padding: 20px 0px;
	list-style: none;
	font-size: 85%;
	font-weight: 700;
	}	
#main .cat li {
	display: inline-block;
	margin-right: 20px;
	}	

/* 3.2.4. Karte
-----------------------------------------------------------------------------------------------*/
.mapholder {
	position: relative;
	max-width: 1200px;
	margin-top: 50px;
	margin-bottom: 200px;
}
.map_label {
	position: absolute;
	color: #025e1f;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	font-size: 1vw;
}
.map_label strong {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.map_label span {
	display: block;
	width: 100%;
	text-align: center;
}
.popup {
	position: absolute;
	z-index: 100;
	padding: 2rem;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	display: none;
	width: 80%;
	max-width: 600px;
	justify-content: space-between;
	transform: translate(8%, 8%);
}
.popup.right {
	transform: translate(-100%, 8%);
}
.popup a {
	position: relative;
	display: inline-block;
}
#main .popup ul {
	list-style: none;
	padding-left:0px;
}
#main .popup li {
	position: relative;
	padding-left: 100px;
}
#main .popup strong {
	position: absolute;
	left:0;
}
.popup figure {
	width: 20%;
}
.popup .infotext {
	width: 75%;
}
.popup h3 {
	font-size: 200%;
	line-height: 1.2;
	margin-bottom: 20px;
}
.popup.show {
	display:flex;
}
.slogan_map {
	color:#025e1f;
	font-size: 140%;
	text-align: center;
	max-width: 1000px;
	}
.slogan_map img {
	width: auto;
	max-width: 70%;
	margin:auto;
	margin-top: 30px;
}

/* 4. Media Queries
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 4.1. Notebook
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	#navi_main li {
		margin-left: 15px;
		}
	.slide_content .wrap {
		padding: 0px 50px;
		}
	.history p {
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
		padding-bottom:0px;
		max-width: none;
		text-align: left;
		max-width: 250px;
		float: left;
		clear: both;
	  }
	 .history .left img {
		margin-bottom: 15px;
	}
	.history .right img {
		margin-bottom: 15px;
		}	 
	.history .left p {
		right: auto;
		}
	.history .right p {
		float: right;
		}	
	.history .left {
		width: 49%;
		padding-right: 180px;
		height: auto;
		overflow: hidden;
		}
	.history .right {
		width: 49%;
		padding-left: 80px;
		height: auto;
		overflow: hidden;
		}	
	.history .inside {
		padding-top:40px;
		padding-bottom:40px;
		position: relative;
		}
	.history.green {
		z-index: 1;
		}		
	.history h3 {
		left: 50%;
		top:0px;
		margin-left:0px;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		margin-top:0px;
		text-align: center;
		height: 120px;
		width: 120px;
		font-size: 180%;
		line-height: 110px;
		z-index:1000;
		}
	.history h3:before {
		display: none;
		}	
	.history .inside:before {
    	display: block;
		position: absolute;
		width: 4px;
		background: #025e1f;
		margin-left:-2px;
		top: 0;
		left: 50%;
		content: '';
		height: 100%;	
		z-index:-1;
		}
	}	
/* 4.2. Tablet Landscape
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
	.grey .slogan_grey h2 {
		font-size: 270%;
		}
	.slogan {
		font-size: 160%;
		}	
	#navi_main {
		padding-top: 45px;
		position: fixed;
		top:0px;
		margin-top:0px;
		left:0px;
		width: 100%;
		height: 100%;
		background:rgba(2,94,31,0.97);
		color:#ecefef;
		-webkit-transition: all 400ms linear;
		-o-transition: all 400ms linear;
		transition: all 400ms linear;
		-webkit-transform: translateX(0) translateY(-100%);
		    -ms-transform: translateX(0) translateY(-100%);
		        transform: translateX(0) translateY(-100%);
		opacity:0;
		}
	#navi_main.show {
		-webkit-transform: translateX(0) translateY(0%);
		    -ms-transform: translateX(0) translateY(0%);
		        transform: translateX(0) translateY(0%);
		opacity:1;
		}	
	#navi_main li {
		display: block;
		padding: 4px 0px;
		}	
	#navi_main a {
		color:#fff;
		}
	.grid-sans .grid-item {
		width: 47%;
		}
	.grid-sans .grid-item.sans {
		border-bottom: 1px solid #ecefef;
		}	
	.message {
		width: 97%;
		padding:0px;
		display: block;
		-webkit-hyphens: auto;
		    -ms-hyphens: auto;
		        hyphens: auto;
		font-size: 130%;
		}	
	.grid-item, .grid-sizer {
		width: 50%;
		}	
	.grid-item--width2 {
		width: 100%;
		}
	.grid_3 {
		width: 47%;
		}				
	#navi_main li strong {
		color:#dadbdb;
		}
	.slide_content .wrap {
		padding: 0px 50px;
		}
	.menu_open {
		display: block;
		z-index:9999;
		display: static;
		}
	#navi_main li .level_2 {
		position: relative;
		left:0px;
		padding: 0px;
	}
	#navi_main li .level_2 li {
		background: none;
	}
	.scrollTop {
		display: none;
		position: absolute;
		height: 50px;
		width: 13px;
		overflow: hidden;
		right:-30px;
		top: -100px;
		}
	.flex-direction-nav {
		display: none;
		}	
	h1 strong {
		font-size: 270%;
		}
	.text_center h2 {
		font-size: 220%;
		}	
	.newslist h1, .news_related h2 {
		font-size: 270%;
		}	
	.grid-sans {
		padding: 40px 0px;
	}	
	.grid_2 {
		width: 100%;
		clear: both;
		}
	.grid_1 {
		width: 100%;
		clear: both;
		}
	.grid_4 {
		width: 50%;
		margin-top:20px;
		margin-bottom:20px;
		}
	.grid_4.third {
		width: 50%;
		margin-top:20px;
		margin-bottom:20px;
		}
	.stiftung {
		display: block;
		margin-top: 50px;
		}		
	.slide_content h3 {
		margin-bottom:20px;
		}	
	.slide_content h3 strong {
		font-size: 220%;
		}
	.news_short {
		width: 50%;
		}
	.newslist .news_short {
		width: 47%;
		}	
	.line_bottom .news_short.number_2 {
		padding: 0px 20px 0px 20px;
		border-left: none;
		}
	.left, .right {
		width: 100%;
		float: none;
		}			
	#footer .inside {
		padding: 20px 0px 0px 0px;
	}	
	.team.team_right figure {
		margin-top:0px;
		}
	.team.team_small {
		width: 47%;
		}	
	.image_up {
		margin-top:0px;
	}	
	.slogan_solar p {
		padding-left: 0px;
		}
	.image_up2 {
		top: 0px;
		margin-top:0px;
		}			
	.image_up3 {
		top: 0px;
		margin-top:0px;
		}
	.togo1 {
		background-position:  12% 13%;
		}	
	.margintop_120 {
		margin-top: 0px;
		}
	.slogan_bildung figure {
		width: 100%;
		float: left;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.slogan_bildung {
		margin-top:0px;
		}
	.margintop_200 {
		margin-top: 0px;
		}
	.funding {
	}						
	}

/* 4.3. kleines Tablet
-----------------------------------------------------------------------------------------------*/		
@media only screen and (max-width: 900px) {
	.mapwrap {
		padding: 2rem;
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
		width: 92%;
		margin: 1rem auto;
	}
	.map_label {
		position: relative;
		display: block;
		font-size: 120%;
		text-align:left;
		display: block;
	}
	.map_label strong, .map_label span {
		text-align: left;
	}
	.popup {
		position: relative;
		display: flex;
		transform: translate(0, 0);
		max-width: none;
		width: 100%;
		padding:0px;
		box-shadow: none;
	}	
}
@media only screen and (max-width: 800px) {
	h1 strong {
		font-size: 230%;
		}
	.grey .slogan_grey h2 {
		font-size: 230%;
		}
	.urbis {
		font-size: 130%;
		}
	.erfolg .sep {
		font-size: 130%;
	}			
	.paragraph p {
		width: 100%;
		}	
	.text_center {
		padding: 30px 0px;
		}
	.text_middle.inside {
		padding: 20px 0px;
		}		
	.margintop_40 {
		margin-top: 25px;
	}
	.newslist h1, .news_related h2 {
		font-size: 230%;
		}
	.text_center h2 {
		font-size:200%;
		}			
	.news_related h2 {
		margin-bottom: 30px;
		}	
	.abstand.line_bottom {
		padding-bottom: 40px;
	}
	.footerteaser {
		width: 33%;
		}
	.footerteaser.right {
		width: 100%;
		clear: both;
		padding-top: 20px;
		}	
	.footerteaser.right p {
		padding-bottom: 0px;
		}	
	.slide_content figure, .slide_pop figure {
		 width: 100%;
		 float: none;
		 margin-bottom: 30px;
		 }
	.slide_content .wrap, .slide_pop .wrap {
		width: 100%;
		float: none;
		padding: 0px;
		}
	.line_bottom .news_short {
		padding: 0px 20px 0px 20px;
		border-left: none;
		}
	.history h3 {
		left: 50%;
		top:0px;
		margin-left:0px;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		margin-top:0px;
		text-align: center;
		height: 100px;
		width: 100px;
		font-size: 140%;
		line-height: 100px;
		z-index:1000;
		}
	.history .left {
		padding-right: 60px;
		}
	.history .right {
		padding-left: 60px;
		}
	.team.team_big .textwrap {
		padding-right: 0px;
		}
	.team.team_right .textwrap {
		padding-left: 0em;
		}				
	.headbutton {
		padding: 15px 10px;
		min-width: auto;
	  }	
	}

/* 4.4. Smartphone
-----------------------------------------------------------------------------------------------*/		
@media only screen and (max-width: 600px) {
	#logo {
		width: 200px;
		}
	.slogan {
		font-size: 140%;
		}	
	h1 strong {
		font-size: 200%;
		}
	.grey h2 {
		font-size: 100%;
		width: 90%;
		}	
	.text_center h2 {
		font-size:170%;
		}		
	.news_full .float_above {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
		}
	.flex-direction-nav {
		display: none;
		}
	.footerteaser {
		width: 100%;
		clear: both;
		}
	.footerteaser.right {
		width: 100%;
		clear: both;
		margin-top: 20px;
		}
	.news_short h3 {
		font-size: 130%;
		}	
	.news_short, .grid_4, .grid_4.third  {
		width: 100%;
		}
	.headline p {
		width: auto;
		}	
	.headline h2 a {
		display: block;
		text-align: center;
		}	
	.newslist .news_short {
		width: 100%;
		}	
	.news_short {
		margin-bottom: 30px;
		}
	.sep {
		font-size: 90%;
		width: 100%;
		padding: 0px;
		border-top: 2px solid #fff;
		padding-top: 20px;
		}
	.sep.white_line {
		padding-right: 0px;
		border-right: none;
		border-top: none;
		}
	.grid_3 {
		width: 97%;
		}	
	.grid-sans {
		padding: 30px 0px;
	}		
	.grid-sans .grid-item {
		width: 97%;
		}
	.grid-item, .grid-sizer {
		width: 100%;
		}
	.slide_content figure, .slide_pop figure {
		 width: 100%;
		 float: none;
		 }
	.slide_content .wrap, .slide_pop .wrap {
		padding: 0px;
		width: 100%;
		float: none;
		}
	.history h3 {
		left: 0%;
		top:0px;
		margin-left:0px;
		-webkit-transform: translate(0%, -50%);
		    -ms-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
		margin-top:0px;
		text-align: center;
		height: 100px;
		width: 100px;
		font-size: 140%;
		line-height: 100px;
		z-index:1000;
		}
	.history .left {
		width: 100%;
		padding-left: 110px;
		padding-right: 0px;
		float: none;
		margin-top: 25px;
		}
	.history .right {
		width: 100%;
		padding-left: 110px;
		padding-right: 0px;
		float: none;
		}
	
	.history .right img, .history .right p {
		float: left;
		margin-left: 0px;
		}	
	.history .inside:before {
    	left: 50px;
		content: '';
		height: 100%;	
		z-index:-1;
		}
	.team figure, .team.team_big figure {
		width: 100%;
		margin-right: 0px;
	}
	.team .textwrap, .team.team_big .textwrap {
		width: 100%;
		margin-right: 0px;
	}
	.team.team_big .textwrap {
		padding-top: 30px;
		}
	.team.team_small {
		width: 97%;
		}
	.togo1 {
		background-image: none;
		}	
	.solar {
		background:  none;
	}
	.solar h1 {
		padding: 0px;
		}
	.landwirtschaft {
		background-image: none;
	}
	.landwirtschaft {
		padding: 0px;
		}		
	.bildung {
		background:  none;
		}
	.bildung {
		padding: 0px;
		}
	.soziales {
		background:  none;
		}
	.soziales {
		padding: 0px;
		}
	#main .mod_newscategories .level_1 {
		position: relative;
		display: block;
		float: left;
	}
    .newsletter {
        display: none;
    }
	}		

/* 5. Plugins
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 5.1. Flexslider
-----------------------------------------------------------------------------------------------*//*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../files/layout/css/fonts/flexslider-icon.eot');
  src: url('../../files/layout/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../files/layout/css/fonts/flexslider-icon.woff') format('woff'), url('../../files/layout/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../files/layout/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height:16px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a.flex-next:before {
  content:url('../../files/layout/images/next.svg');
	display: block;
}
.flex-direction-nav a.flex-prev:before {
  content:url('../../files/layout/images/prev.svg');
	display: block;
}
.flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 2em;
}
.flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 2em;
}
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

