/* @override https://kleihues.com/wp-content/themes/wp_theme_kleihues/css/style_kleihues.css?ver=4.9.8
	https://kleihues.com/wp-content/themes/wp_theme_kleihues/css/style_kleihues.css?ver=5.9.3
	https://kleihues.com/wp-content/themes/wp_theme_kleihues/css/style_kleihues.css?ver=6.1.1
	https://kleihues.com/wp-content/themes/wp_theme_kleihues/css/style_kleihues.css?ver=6.3.1 */

/* @override https://kleihues.com/wp-content/themes/wp_theme_kleihues/css/style_kleihues.css?ver=4.9.8 */

/* @override https://kleihues.com/wp-content/themes/wp_theme_kleihues/css/style_kleihues.css?ver=4.9.8 */






@charset "UTF-8";
/* CSS Document */


    
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=9fd034ce-996c-474e-bb87-4e8c8d202a74&fontids=1475790,1475850");

@font-face {
    font-family:"Futura LT W04 Light1475790";
    src:url("Fonts/1475790/7a0bcc93-4ec5-4962-8f7d-b0a2ba0cad4b.eot?#iefix");
    src:url("Fonts/1475790/7a0bcc93-4ec5-4962-8f7d-b0a2ba0cad4b.eot?#iefix") format("eot"),url("Fonts/1475790/9550426d-1ed5-4fb6-8e1c-0529c8546247.woff2") format("woff2"),url("Fonts/1475790/9432cd19-89de-4884-bef2-8507ee5588e0.woff") format("woff"),url("Fonts/1475790/dc4205f2-bbb2-4c49-a37b-c3ed1585f174.ttf") format("truetype");
}
    
@font-face {
    font-family:"Futura LT W04 Heavy1475850";
    src:url("Fonts/1475850/95949987-060f-4fde-ae8a-c755c53d32c3.eot?#iefix");
    src:url("Fonts/1475850/95949987-060f-4fde-ae8a-c755c53d32c3.eot?#iefix") format("eot"),url("Fonts/1475850/4f715ace-9293-4317-a040-33fbcb2b0a90.woff2") format("woff2"),url("Fonts/1475850/e0f29ba8-6773-4927-8374-b51a343706d7.woff") format("woff"),url("Fonts/1475850/a4fbf6ad-5e14-4594-928b-4ffbef9a1c46.ttf") format("truetype");
}  

html {
  height: 100%;
  width: 100%;
}  

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	line-height: 22px;
	font-family:'Futura LT W04 Light1475790';
	letter-spacing: 0.3px;
	color: #555;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    height: 100%;
  	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* remove image margins */
-img {
	float: left;
	-display: block;
}

/* Reset HTML5 Search Input in Webkit */

input[type=search] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

#size {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 2px;
	right: 12px;
	color: red;
	font-size: 0.7em;
}

.blue {
	color: #005c96;
}

p {
	padding-bottom: 0;
	margin-top: 0;
	display: block;
	-margin-bottom: 1.5em;
	padding-top: 0;
}

strong {
	font-family:'Futura LT W04 Heavy1475850';
	font-weight: normal;
}

hr {
	height: 1px;
	background: #eaeaea;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: inherit;
}

a:hover, a:focus {
	color: #555;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: inherit;
	outline: none;
}

.scalepict {
	width: 100%;
	height: auto;
}

.scalepict_vert {
	height: 100%;
	width: auto;
}

h1, h2, h3, h4 {
	font-family:'Futura LT W04 Heavy1475850';
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 1em;
	line-height: 1.2em;
}

h2 {
	font-size: 1em;
	line-height: 1.1em;
}

h3 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0.7em;
}


.entry-title {
	margin-bottom: 40px;
}


.visible-mobile {
	display: none;
}

.hidden-mobile {
	display: inline-block;
}


.container {
	width: 1100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.entry-content figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}



/* ///// OVERLAY NAVI  //////////*/

#overlay_navi {
	display: none;
	position: fixed;
	top:0;
	height:100%;
	width: 100%;
	background: white;
	overflow:auto;
	z-index: 99;
	left: 2px;
	text-align: center;
	padding-top: 40px;
	padding-left: 40px;
}


#overlay_navi ul,
#overlay_navi li {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#overlay_navi li a {
	font-size: 15px;
	font-family:'Futura LT W04 Heavy1475850';
	font-weight: normal;
	color: #a;
	margin-bottom: 20px;
	height: 20px;
	display: inline-block;
	width: auto;
	padding-right: 16px;
}

#overlay_navi li.dropdown-arrow > a {
	background: transparent url(arrow_down.svg) no-repeat right 4px;
	padding-right: 22px;
}

#overlay_navi li.dropdown-arrow > a.selected {
	background: url(arrow_up.svg) no-repeat right 4px;
}


/* IE 10 and above */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#overlay_navi li.dropdown-arrow > a {
	background: transparent url(arrow_down.png) no-repeat right 6px;
	}
	#overlay_navi li.dropdown-arrow > a.selected {
	background:  url(arrow_up.png) no-repeat right 6px;
	}
	
}	

#overlay_navi li ul.sub-menu {
	display: none;
	opacity: 0;
	height: 0px;
	transition: height 1s;
	
}

#overlay_navi li ul.sub-menu.open {
	display: block;
	opacity: 1;
	height: auto;
	transition: height 1s;
	width: 100%;
}

#overlay_navi li ul li a {
	font-family:"Futura LT W04 Light1475790";
	font-size: 15px;
	height: auto;
	display: block;
}


#overlay_navi li.current-menu-item a,
#overlay_navi li.current-post-parent a  {
	color: #4c4c4c;
}

/* Hamburger */

#menuToggle {
  width: 31px;
  height: 17px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  cursor: pointer;
	z-index: 1100;
	right: 0;
	top: 4px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	
	
}

#menuToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ccc;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  left: 0px;
}

#menuToggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  left: 0px;
}



/* ////////// HEADER //////////////// */

#masthead,
#overhead {
	width: 100%;
	display: block;
	position: fixed;
	height: 80px;
	background: white;
	top: 0;
	z-index: 1000;
	padding-top: 38px;
}

@media only screen and (max-width: 668px) and (orientation: landscape) { 
#masthead,
#overhead {
height: 50px;
padding-top: 18px;
}
#content {
top: 50px;
}
.flex-caption {
_height: 50px;
padding: 5px 20px 0px !important;
}
body.single.projekte .breadcrumb {
top: -66px;
line-height: 20px;

position: relative;
}

}

#masthead.line,
#overhead.line {
	border-bottom: 1px solid #eaeaea;
}

#masthead .container {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}



#logo {
	display: inline-block;
	margin: 0;
	top: 0;
	left: 0;
	float: left;
	width: 160px;
	height: auto;
	z-index: 9999;
	position: relative;
}



/* ////////// DESKTOP NAVI ////////// */

#desktop_navi {
	display: inline-block;
	position: relative;
	top: 0;
	text-align: center;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 160px;
}


#desktop_navi ul {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#desktop_navi ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


#desktop_navi li a {
	font-size: 15px;
	color: #aaa;
	padding: 0;
	text-align: center;
	margin-bottom: 16px;
}

#desktop_navi li a.selected {
	color: #4c4c4c;
}


#desktop_navi li a:hover,
#desktop_navi li a:focus {
	color: #4c4c4c;
}

#desktop_navi li.current-menu-item a,
#desktop_navi li.current-menu-ancestor a,
#desktop_navi li.current-post-parent a  {
	color: #4c4c4c;
}


#desktop_navi ul.sub-menu {
	visibility: hidden;
 	opacity: 0;
	background: white;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
	left: 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
	top: 34px;
}

#desktop_navi ul.sub-menu.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
}


#desktop_navi ul.sub-menu li {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
}

#desktop_navi ul.sub-menu li a {
	color: #aaa;
	margin-bottom: 30px;
	display: block;
}

#desktop_navi ul.sub-menu li.current-menu-item a,
#desktop_navi ul.sub-menu li a:hover {
	color: #4c4c4c;
}




#sprache {
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0px;
	line-height: 1;
	width: 100%;
	margin-bottom: 56px;
	height: 20px;
	margin-top: 5px;
	text-align: center;
	
	
	-opacity:0;
	-height: 0;
}

#lang_sel_list {
    margin: 0;
    position: relative;
	display: inline-block;
	top: 0;
	right: 0;
	padding-top: 0;
	padding-bottom: 0;
	
	
}

#lang_sel_list,
#lang_sel_list ul {
	border: none !important;
}

#lang_sel_list li {
    margin: 0;
    position: relative;
	display: inline-block;
	top: 0;
	right: 0;
	padding: 0;
}

#lang_sel_list li a {
	font-family:"Futura LT W04 Light1475790";
	font-size: inherit;
	background: none !important;
	color: #aaa !important;
	display: inline-block;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 0;
}

#lang_sel_list li a:hover,
#lang_sel_list li.wpml-ls-current-language a {
    color: #4c4c4c !important;
    background: none !important;
}







/* /////// OVERLAY for Galleries and Video /////// */ 

.overlay-slider {
	display: block;
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	z-index: 2000;
	padding-top: 0;
	overflow: scroll;
	background: white;
}

.overlay-slider .top-container {
	width: 100vw;
	height: 80px;
	position: absolute;
	background: white;
}



.overlay-slider .top-container.line {
	border-bottom: 1px solid #eaeaea;
}

.overlay-container #primary {
	height: 100%;
	left: 0;
	cursor: default;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-top: 160px;
	width: 1100px;
	text-align: left;
	padding: 0;
	overflow-y: scroll;
	position: relative;
	margin-bottom: 40px;
	z-index: 99999999999;
}

.overlay-container #masthead,
.overlay-container #comments,
.overlay-container .post-navigation {
	display: none;
}




/* Close Slider Overlay */

#close-btn {
  width: 31px;
  height: 31px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  cursor: pointer;
	z-index: 1200;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	background: white;
}

.overlay-slider #close-btn {
	top: 42px;
}

#close-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ccc;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
	top: 0;
}

#close-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 0px;
}

#close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 0px;
}



/* /////////////// SLIDER HOME */

#n2-ss-8-arrow-next,
#n2-ss-8-arrow-previous {
	margin-top: -35px;
}

.nextend-bar {
	background: white;
	opacity: 1;
	font-size: 14px;
	line-height: 1.4em;
	font-family:'Futura LT W04 Light1475790';
	color: #555;
	display: block;
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	left: 0;
}

.nextend-bar > div {
	width: calc(100% - 40px);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 8px;
	color: #aaa;
}


.more {
	_color: #aaa;
	text-align: center;
	background: white;
	z-index: 20;
	display: inline-block;
	float: right;
	right: 0px;
	position: relative;
}



/* ////////// FOOTER ////////// */

body.home footer {
	display: none;
}

footer {
	border-top: 1px solid white;
	background: white;
	min-height: 80px;
	padding-top: 20px;
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: +1;
}

body.post-template-default footer {
	z-index: -1;
}

footer.line {
	border-top: 1px solid #eaeaea;
}



/* ////////// CONTENT ////////// */


#content {
	display: block;
	margin: 0;
	position: relative;
	padding: 0 !important;
	top: 80px;
	_height: calc(100% - 80px);
}


#primary {
	padding-top: 80px;
	padding-bottom: 80px;
}

.entry-content {
	margin: 0;
	padding: 0;
}

.post-meta {
	-display: none;
}



/* ////////// PROJEKTE ////////// */

body.archive #primary {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; 
	align-content: flex-start;
	margin-bottom: 40px;
	padding-left: 0;
}

body.archive #primary.container {
	width: 1160px;
}


html[lang='de-DE'] .projects_headline:after {
	font-family:'Futura LT W04 Heavy1475850';
	font-weight: normal;
    content: 'Projekte / ';
}

.projects_headline:after {
	font-family:'Futura LT W04 Heavy1475850';
	font-weight: normal;
    content: 'Projects / ';
}

h1.projects_h1 {
	display: inline-block;
}

body.single h1.projects_headline {
	display: none;
}

.headline_kacheln {
	padding-left: 30px;
}

.year {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	padding-left: 30px;
}

.kachel {
	flex-basis: 25%;
	text-align: center;
}

.thumb_projekt {
    display: inline-table;
    height: 230px;
    width: 230px;
    margin: 0 0 60px;
    position: relative;
    vertical-align: middle;
	-padding: 1px;
}

.thumb  {
	display: table-cell;
	margin: auto;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.thumb a img  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	max-height: 230px;
	max-width: 230px;
	width: auto;
}

.thumb_projekt_overlay {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: -1px;
	right: 0;
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	opacity: 0;
	transition: .4s ease;
	background-color: rgba(255,255,255,1);
	padding: 0;
	transition: opacity 0.6s;
	
}

.thumb_projekt:hover .thumb_projekt_overlay {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.6s;
}

.thumb_projekt_overlay a {
	font-size: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 20% 10px;
	display: inline-block;
}




/* ////////// SLIDER PROJEKTE ////////// */

body.single.projekte footer {
	display: none;
}

body.single #projektinfo {
	opacity: 0;
	top: 80px;
	position: fixed;
	left: 100%;
	transition: all 1s;
}

body.single #projektinfo.visible {
	opacity: 1;
	position: absolute;
	z-index: 3000;
	left: 0%;
	top: 80px;
	overflow: hidden;
	transition: all 1s;
	background-color: white;
}


#projektinfo {
	width: 1100px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}


#projektinfo .projektdetails {
	width: calc(100% - 270px);
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
}

#projektinfo .projektfakten {
	width: auto;
	max-width: 230px;
	display: inline-block;
	position: relative;
}




/* ////////// SLIDER PROJEKTE FLEXSLIDER ////////// */

body.single.projekte #primary {
	margin-bottom: 0px;
	padding-bottom: 0;
	padding-top: 0;
}

body.single.projekte .hentry {
	margin: 0 !important;
}

.flexslider {
	border-radius: 0 !important;
	box-shadow: none;
	height: calc(100vh - 104px) !important; /* müsste eigentlich 80px sein, aber so gibt es keine Scrollbar und auf iPad ist die Unterzeile zu sehen */
	border: none !important;
	background: no-repeat !important;
	margin: 0 !important;	
	transition: all 1s;
}


.flexslider.hidden {
	opacity: 0;
	transition: all 1s;
}
  
.slides {
	position: relative;
	display: inline-block;
	height: 100%;
	margin: 0;
}
  
.flexslider .slides li {
    margin-left: 0;
    margin-right: 0; 
    height: 100%;
	margin: 0;
}

.flexslider .slides img {
    width: auto !important; /* Overwrite flexslider.css */
}


/* REPARATUR */

_.flexslider .slides > li {
  display: block !important;
  -webkit-backface-visibility: visible;
}

/* REPARATUR */


.flex-slide {
	position: relative; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    
	justify-content: center;
	
	align-content: center;
	
	align-items: center;
	
	align-self: center;
	
	flex-flow: row nowrap;
	height: 100%;
	
	flex-basis: content;
	text-align: center;
}


.flex-slide img {
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
	display: block;
	top: -40px; /* halbe Höhe footer */
	
	object-fit: contain;
	
	align-self: center;
	max-width: 100%;
	max-height: calc(100% - 80px);
	
}

/* IE 10 and above */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.flex-slide {
	position: relative; 
    display: block;
   	height: 100%;
	}

   .flex-slide img {
    width: auto !important;
    position: relative;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
	display: inline-block;
	top: 0;
	}
}



-.flex-slide img.portrait {
    height: calc(100% - 80px) !important;
    width: auto !important;
}

-.flex-slide img.landscape {
    height: auto !important;
    width: 100% !important;
    margin-top: auto;
	margin-bottom: auto;
	position: relative;
	line-height: 100%;
}


/* line 35, style.scss */
.flex-direction-nav li {
	list-style: none; 
 }

.flex-direction-nav a:before {
	line-height: 1; 
 }


.flex-caption {
    background: white !important;
	right: 0;
	padding: 10px 0px 0px 0 !important;
	left: 0px;
	bottom: 0px;
	color: #555 !important;
	display: inline-block;
	height: 80px;
	text-align: left;
	line-height: 1;
	position: fixed; /* war relative */
}

.flex-caption .gallery-excerpt {
    cursor: pointer;
	display: inline-block;
	position: relative;
}

.flex-caption .gallery-content {
    opacity: 1 !important;  
    cursor: pointer;
	display: inline-block;
	position: relative;
	right: 0;
	float: right;
	width: 40px;
	text-align: right;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
	font-size: 0;
	display: block; 
	opacity: 1 !important;
	position: absolute !important;
	width: 27px;
	height: 49px;
	top: calc(50% - 30px);
}

.flex-direction-nav .flex-next { 
	right: -60px !important;
	margin-right: 0px;
	opacity: 1 !important;
	background: url(slider_projekte_next.svg) no-repeat !important;
}

.flex-direction-nav .flex-prev { 
	left: -60px !important;
	opacity: 1 !important;
	margin-left: 0px; 
	background: url(slider_projekte_prev.svg) no-repeat !important;
}

.flex-direction-nav a:before {
	display: none !important;
}
.flex-direction-nav a.flex-next:before {
	display: none !important;
}

body.single.projekte footer {
	display: none;
	height: 0;
}

body.single.projekte .breadcrumb {
	margin-left: 50px;
	margin-top: 0;
	display: inline-block;
	position: relative;
	top: -74px;
	z-index: 5;
	line-height: 1.2;
	padding-right: 50px;
}

body.single.projekte .breadcrumb.hidden {
	opacity: 0;
	transition: all 1s;
}



/* ////////// TEAM ////////// */

p.team_location {
	margin-top: 1em;
}

.holder_team {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;;
	flex-wrap: wrap;
	justify-content: space-between; 
	align-content: flex-start;
}

.holder_team:last-child {
	margin-bottom: 80px;
}

.thumb_team {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	max-width: 290px;
	flex-basis: 235px;
}

a.img_team,
div.img_team {
	background: rgba(0,72,132, 1);
	margin-bottom: 5px;
	display: block;
	opacity: 1;
}


.img_team:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .6s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .6s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .6s ease-in-out;
  filter: grayscale(0%);
  transition: .6s ease-in-out;
} 

.img_team {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .6s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .6s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .6s ease-in-out;
  filter: grayscale(100%); 
  transition: .6s ease-in-out;
}


a.img_team img,
div.img_team img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
}

a.img_team img:hover {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.8;
}


a.link_team,
a.link_team.visited {
	opacity: 0.4;
	float: right;
	position: relative;
	display: inline-block;
}

a.link_team:hover {
	opacity: 1;
}

.link_team:after {
	content: 'more'
}

html[lang='de-DE'] .link_team:after {
	content: 'mehr';
}

.txt_team {
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.thumb_team:hover > .txt_team {
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


.team-details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 60px;
}

.team-vita {
	width: 810px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.team-vita ul {
	margin: 0;
	padding: 0;
}

.team-vita li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 0;
	list-style: none;
	padding: 15px 0 15px 100px;
	
}

.invisible-title {
	display: none;
}

.team-vita li strong {
	font-family:'Futura LT W04 Light1475790';
	width: 100px;
	display: block;
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	float: left;
	margin-left: -100px;
}

.team-sidebar {
	width: 230px;
	display: inline-block;
	position: relative;
	top: 0;
}

.team-sidebar img {
	width: 100%;
	height: auto;
}


/*  ////////// NEWS AKTUELL /////////*/

#slider_newsaktuell {
	position: relative;
	height: calc(100vh - 240px);
	padding: 0px;
	margin: auto;
	list-style-type: none;
	top: 0;
	display: block;
	float: none;
	width: 100%;
}

@media only screen and (max-height : 1045px) {

body.page-template-page_newsaktuell #primary {
padding-top: 60px;
padding-bottom: 0px;
}
#slider_newsaktuell {
height: calc(100vh - 200px);
}

}

@media only screen and (max-height : 880px) {

body.page-template-page_newsaktuell #primary {
padding-top: 40px;
padding-bottom: 40px;
}

}

@media only screen and (max-height : 680px) {

body.page-template-page_newsaktuell #primary {
padding-top: 30px;
padding-bottom: 30px;
}
#slider_newsaktuell {
height: calc(100vh - 140px);
}

}

.slide_newsaktuell {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;	
}

.slide_newsaktuell h1 {
	height: 30px;
	margin-bottom: 0px;
}

.slidesholder {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: center; 
	align-content: center;
	align-items: center;
	align-self: center;
	flex-flow: row nowrap;
	width: 100%;
	height: calc(100% - 30px);
}

.slidesholder img {
	object-fit: contain;
	align-self: center;
	max-width: 100%;
	max-height: 100%;
}

#sliderbuttons {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: calc(50vH - 60px);
	left: 0px;
	height: 47px;
}

#sliderbuttons #prevslide {
	cursor: pointer;
	width: 27px;
	height: 49px;
	position: absolute;
	background: url(slider_projekte_prev.svg) no-repeat;
	left: -60px;
}

#sliderbuttons #nextslide {
	cursor: pointer;
	width: 27px;
	height: 49px;
	position: absolute;
	background: url(slider_projekte_next.svg) no-repeat;
	right: -60px;
}

body.page-template-page_newsaktuell footer {
	display: none;
	}

.footer_newsaktuell {
	bottom: 0px;
	width: 100%;
	height: 80px;
	position: relative;
}

a.newsaktuell-more {
	position: relative;
	margin: 0;
	display: block;
	padding: 0;
	float: right;
	top: 21px;
	z-index: 20;
}

a.newsaktuell-more:after {
	color: #aaa;
	content: 'more';
	text-align: right;
}

a.newsaktuell-more:hover:after {
	color: #555 !important;
}

html[lang='de-DE'] a.newsaktuell-more:after {
	color: #aaa;
	content: 'mehr';
	text-align: right;
}

.newsaktuell-breadcrumb:after {
	display: block;
	width: 100px;
	height: 24px;
	position: relative;
	color: #aaa;
	content: 'latest news';
	text-align: left;
	left: 0;
	top: 21px;
	float: left;
}


html[lang='de-DE'] .newsaktuell-breadcrumb:after {
	color: #555;
	content: 'News Aktuell';
	text-align: left;
}


/* ////////// NEWS ARCHIV ////////// */

html[lang='de-DE'] .newsarchive_headline:after {
    content: 'News / Archiv';
}

.newsarchive_headline:after {
    content: 'News / Archive';
}

.accordion-button {
	font-size: 1em;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 15px 0;
	color: #aaa;
	cursor: pointer;
	width: 100%;
	text-align: left;
	transition: 0.6s;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.accordion-button:hover {
	color: #555;
}

.accordion-holder {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.accordion-button .newsdate {
	width: 110px;
	display: inline-block;
	color: #555;
	vertical-align: top;
}

.accordion-button .newstitle {
	display: inline-block;
	width: calc(100% - 180px);
	padding: 0;
	margin: 0;
	position: relative;
	transition: opacity 1.6s;
}

.accordion-button.active .newstitle {
	opacity: 0;
	transition: opacity 0.8s;
}

.accordion-button:after {
	content: 'more';
	position: absolute;
	right: 0;
	text-align: right;
	width: 70px;
}

html[lang='de-DE'] .accordion-button:after {
	content: 'mehr';
	position: absolute;
	right: 0;
}

.accordion-button.active:after {
	content: 'close';
	color: #555;
}

html[lang='de-DE'] .accordion-button.active:after {
	content: 'schließen';
	color: #555;
}

.accordion-panel {
	padding: 0;
	overflow: hidden;
	max-height: 0;
	visibility: hidden;
  	opacity: 0;
	position: relative;
	top: 0;
	transition: opacity 0.2s, visibility 0.2s, max-height 0.4s, top 0.4s, margin-bottom 0.4s;
	margin-bottom: 0;
}


.accordion-panel.open {
	max-height: 1000px;
	overflow: auto;
	visibility: visible;
    opacity: 1;
	position: relative;
	top: 30px;
	transition: max-height 2s, opacity 1s, visibility 1s, top 0s;
	margin-bottom: 60px;
}


.accordion-panel #projektinfo {
	flex-direction: row-reverse;
}



/* ////////// PUBLIKATIONEN ////////// */

#holder_kacheln_publikationen {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; 
	align-items: center;
	align-content: flex-start;
	margin-bottom: 40px;
}


/* ////////// PREISE ////////// */

#awards-holder {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.award {
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #aaa;
}

.award:hover {
	color: #555;
}

.award-date {
	width: 100px;
	display: inline-block;
	color: #555;
	text-align: left;
}

.award-title {
	display: inline-block;
	width: calc(100% - 220px);
	padding: 0;
	margin: 0;
	position: relative;
	text-align: left;
}

.award-title p {
	margin: 0;
}

.award-link {
	display: inline-block;
	width: 120px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: right;
}

.project-link:after {
	content: 'View the project';
}

html[lang='de-DE'] .project-link:after {
	content: 'Zur Projektseite';
}


/* ////////// JOBS ////////// */

#jobs-holder {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.jobs {
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #aaa;
}

.jobs:hover {
	color: #555;
}

.jobs-title {
	display: inline-block;
	width: calc(100% - 220px);
	padding: 0;
	margin: 0;
	position: relative;
}

.jobs-title p {
	margin: 0;
}

.jobs-link {
	display: inline-block;
	width: 120px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: right;
}

.jobs-link a:after {
	content: 'more';
}

html[lang='de-DE'] .jobs-link a:after {
	content: 'mehr';
}

.jobs-details {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	-flex-direction: row-reverse;
}

.jobs-beschreibung {
	width: calc(100% - 270px);
	display: inline-block;
}

.jobs-sidebar {
	width: 230px;
	display: inline-block;
}



/* //////// GESCHICHTE ////////// */


.time-list .post-meta {
	width: 100%;
	padding: 0;
	margin: 0 0 120px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}


.time-list .post-meta li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 0;
	list-style: none;
	padding: 15px 0;
	display: table;
	width: 100%;
}

.time-list .post-meta li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.time-list .post-meta span.post-meta-key {
	width: 102px;
	display: table-cell;
}



/* //////// PRESSE ////////// */

.presseprofil {
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
	margin-bottom: 80px;
}

.presseprofil:nth-child(3) {
	margin-right: 0px;
}

.presseprofil .wp-caption {
	margin-top: 0;
}

.presseprofil .wp-caption .wp-caption-text {
	text-align: left;
	margin-top: 6px;
}


#knewsform_1 {
	margin-bottom: 40px;
	padding: 0;
	width: 520px;
	
}

#knewsform_1 fieldset {
	padding: 0;
	margin: 0;
}

#knewsform_1 input {
	line-height: 1.4em;
	font-family:'Futura LT W04 Light1475790';
	background: rgba(0,0,0,0.1);
	border: none;
	outline: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
	-max-width: 520px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#knewsform_1  input.knewsbutton {
	line-height: 1.4em;
	font-family:'Futura LT W04 Light1475790';
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	font-size: 1em;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}


.knewsterms  input[type="checkbox"] {
	line-height: 1.4em;
	background: none;
	border: none;
	outline: none;
	border-radius: 0 !important;
	font-size:2em !important;
	line-height: 1.4em;
	border: none;
	outline: none;
	border-radius: 0;
	width: 26px !important;
	margin-top: 10px;
}


.knewsterms  label small {
	line-height: 1.4em;
	font-size: 0.9em !important;
	
}


.knews_back {
	margin-top: 16px;
	display: inline-block;
	color: #000;
}







/* ////////// KONTAKT ////////// */

.holder_contact {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.holder_contact div {
	margin-top: 0;
	width: calc(33% - 10px);
	position: relative;
	display: inline-block;
}

.holder_contact .wp-caption {
	margin-bottom: 40px;
	margin-top: 0;
}

.holder_contact .wp-caption .wp-caption-text {
	margin-top: 0.5em;
}

.holder_contact .wp-caption-text {
	text-align: left;
}



/* #Media Queries
================================================== */


@media only screen and (max-width : 1260px) {
	.container {
	width: 960px;
	}
	body.archive #primary.container {
	width: 1016px;
	}
	.headline_kacheln,
	.year {
	padding-left: 28px;
	}
	.kachel {
	flex-basis: 25%;
	}
	.thumb_projekt {
    height: 200px;
    width: 200px;
    margin: 0 0 40px;
	}
	.thumb a img {
    max-height: 200px;
    max-width: 200px;
	}
	#projektinfo {
	width: 960px;
	}
	.thumb_team {
	flex-basis: 215px;
	}
	.team-vita {
	width: 690px;
	}
	.team-sidebar {
	width: 230px;
	}
		
}


@media only screen and (max-width : 1100px) {
	.container {
	width: 760px;
	}
	body.archive #primary.container {
	width: 800px;
	}
	.headline_kacheln,
	.year {
	padding-left: 19px;
	}
	.kachel {
	flex-basis: 33.3333333%;
	}
	.thumb_projekt {
    height: 230px;
    width: 230px;  
    margin: 0 0 20px;
	}
	.thumb a img {
    max-height: 230px;
    max-width: 230px;
	}
	#projektinfo {
	width: 760px;
	}
	.thumb_team {
	flex-basis: 230px;
	}
	.team-vita {
	width: calc(100% - 220px);
	}
	.team-sidebar {
	width: 190px;
	}
	.team-vita li {
	padding: 15px 0 15px 94px;
	}
	.team-vita li strong {
	width: 94px;
	margin-left: -94px;
	}
	.jobs-title {
	width: 100%;
	}
	.jobs-link {
	width: 60px;
	}
	.jobs-beschreibung {
	width: calc(100% - 250px);
	}
	.jobs-sidebar {
	width: 230px;
	}
	.presseprofil {
	margin-right: 30px;
	margin-bottom: 60px;
	}
		
}


@media only screen and (max-width : 900px) {
	.container {
	width: calc(100% - 80px);
	}
	#desktop_navi {
	padding-right: 120px;
	}
	#primary {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	body.single.projekte #primary {
	padding bottom: 0px;
	}
	body.archive #primary.container {
	width: calc(100%);
	}
	.headline_kacheln,
	.year {
	padding-left: 40px;
	}
	.kachel {
	flex-basis: 33.3333333%;
	}
	.thumb_projekt {
    height: 210px;
    width: calc(100% - 80px);  
    margin: 0 0 40px; 
	}
	.thumb a img {
    max-height: 210px;
    max-width: 210px;
	}
	.thumb_team {
	flex-basis: 230px;
	}
	#projektinfo {
	width: 100%;
	}
	#projektinfo .projektdetails {
	width: calc(100% - 230px);
	}
	#projektinfo .projektfakten {
	width: auto;
	max-width: 210px;
	}
	.flexslider {
	height:  calc(100vh - 60px) !important;
	}
	.flexslider .flex-direction-nav a,
	.flexslider .flex-direction-nav a {
	width: 15px;
	height: 33px;
	}
	.flex-direction-nav .flex-next { 
	right: -27px !important;
	}
	.flex-direction-nav .flex-prev { 
	left: -27px !important;
	}
	.presseprofil {
	margin-bottom: 20px;
	}
	.presseprofil:nth-child(3) {
	margin-bottom: 60px;
	}
	#slider_newsaktuell {
	height: calc(100vh - 200px);
	}
	#sliderbuttons #prevslide {
	height: 33px;
	width: 17px;
	left: -27px;
	}
	#sliderbuttons #nextslide {
	height: 33px;
	width: 17px;
	right: -27px;
	}
	
		
}

@media only screen and (max-width : 850px) {
	.thumb_projekt {
    height: 200px;
	}
	.thumb a img {
    max-height: 200px;
    max-width: 200px;
	}

}



@media only screen and (max-width : 800px) {
	.thumb_projekt {
    height: 184px;
	}
	.thumb a img {
    max-height: 184px;
    max-width: 184px;
	}
	.thumb_team {
	flex-basis: 220px;
	}
	

}

@media only screen and (max-width : 768px) {
	.accordion-panel.open {
	padding: 0 0 30px;
	}
	.flex-slide img {
	top: -50px; /* halbe Höhe footer */
	}
	.flex-caption {
	_height: 100px;
	padding: 10px 0px 0px 0px !important;
	}
	body.single.projekte .breadcrumb {
	margin-left: 0px;
	padding: 0;
	top: -54px;
	}
	#projektinfo {
	display: block;
	}
	#projektinfo .projektdetails {
	width: 100%;
	}
	#projektinfo .projektfakten {
	margin-bottom: 20px;
	}
	.thumb_projekt {
    width: calc(100% - 80px);  
    margin: 0 0 30px;  
	}
	.thumb_team {
	flex-basis: 205px;
	}
	.team-details {
	flex-direction: column-reverse;
	}
	.team-vita {
	width: 100%;
	display: block;
	}
	.team-sidebar {
	width: 190px;
	display: block;
	}
	.team-sidebar img {
	width: 190px;
	float: left;
	display: block;
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 20px;
	}
	.team-sidebar p {
	display: block;
	}
	.jobs-details {
	display: block;
	}
	.jobs-beschreibung {
	width: 100%;
	}
	.jobs-sidebar {
	width: 100%;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
	}
	.thumb_projekt {
    height: 170px;
	}
	.thumb a img {
    max-height: 170px;
    max-width: 170px;	
    }
	.thumb_team {
	flex-basis: 220px;
	}

}


@media only screen and (max-width : 720px) {
	.kachel {
	flex-basis: 50%;
	}
	.thumb_projekt {
	height: 240px;
    margin: 0 0 30px;  
	}
	.thumb a img {
    max-height: 240px;
    max-width: 240px;
	}
	.thumb_team {
	flex-basis: 270px;
	}
	

}


@media only screen and (max-width : 680px) {

	#desktop_navi {
	padding-right: 70px;
	}
	.thumb_projekt {
	height: 190px;
    margin: 0 0 30px;  
	}
	.thumb a img {
    max-height: 190px;
    max-width: 190px;
	}
	.thumb_team {
	flex-basis: 245px;
	}
	.holder_contact div {
	width: calc(50% - 10px);
	}
	#knewsform_1 {
	max-width: 100%;
	}

}

@media only screen and (max-width : 580px) {
	.container {
	width: calc(100% - 50px);
	}
	#overlay_navi {
	padding-left: 60px;
	}
	.flex-direction-nav .flex-next { 
	right: -19px !important;
	}
	.flex-direction-nav .flex-prev { 
	left: -19px !important;
	}
	#desktop_navi {
	display: none;
	}
	.accordion-button .newsdate {
	width: 100%;
	}
	.accordion-button .newstitle {
	width: 100%;
	margin-top: 1em;
	}
	.accordion-button:after {
	margin-top: -22px;
	}
	.headline_kacheln,
	.year {
	padding-left: 25px;
	}
	.year {
	margin-bottom: 20px;
	}
	.thumb_projekt {
	height: 210px;
    width: calc(100% - 50px);  
    margin: 0 0 30px;  
	}
	.thumb a img {
    max-height: 210px;
    max-width: 210px;
	}
	.thumb_team {
	flex-basis: 220px;
	}
	#sliderbuttons #prevslide {
	left: -19px;
	}
	#sliderbuttons #nextslide {
	right: -19px;
	}

}

@media only screen and (max-width : 520px) {
	body.single.projekte #primary {
	width:  100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	}
	body.projekte #projektinfo {
	padding-left: 20px;
	padding-right: 20px;
	}
	.flex-direction-nav .flex-next { 
	right: 10px !important;
	}
	.flex-direction-nav .flex-prev { 
	left: 10px !important;
	}
	.flex-caption {
	padding: 5px 20px 0px !important;
	}
	body.single.projekte .breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	}
	.thumb_projekt {
	height: 170px;
    margin: 0 0 20px;  
	}
	.thumb a img {
    max-height: 170px;
    max-width: 170px;
	}
	.thumb_team {
	flex-basis: 200px;
	}

}


@media only screen and (max-width : 460px) {
	#masthead,
	#overhead {
	height: 60px;
	padding-top: 20px;
	}
	footer {
	min-height: 60px;
	padding-top: 14px;
	}
	.footer_newsaktuell {
	height: 60px;
	}
	#content {
	top: 60px;
	}
	#primary {
	padding-top: 20px;
	padding-bottom: 20px;
	}

	.container {
	width: calc(100% - 30px);
	}
	.year {
	margin-bottom: 10px;
	}
	body.projekte #projektinfo {
	padding-left: 15px;
	padding-right: 15px;
	}
	#overlay_navi {
	padding-left: 0px;
	}
	-#sprache {
	margin-bottom: 30px;
	height: 20px;
	margin-top: 50px;
	}
	.headline_kacheln,
	.year {
	padding-left:  15px;
	}
	.thumb_projekt {
	height: 150px;
	width: calc(100% - 30px);  
    margin: 0 0 20px;  
	}
	.thumb a img {
    max-height: 150px;
    max-width: 150px;
	}
	.thumb_team {
	flex-basis: 180px;
	}
	-.team-sidebar {
	margin-bottom: 20px;
	}
	-.team-sidebar img {
	width: 190px;
	float: none;
	display: block;
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 0px;
	}
	-.team-sidebar p {
	position: relative;
	}
	.holder_contact div {
	width: 100%;
	}
	.presseprofil {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	}
	#slider_newsaktuell {
	height: calc(100vh - 220px);
	}
	.slide_newsaktuell h1 {
	margin-bottom: 15px;
	}
	#sliderbuttons {
	top: calc(50vH - 73px);
	}
	#sliderbuttons #prevslide {
	left: 10px;
	}
	#sliderbuttons #nextslide {
	right: 10px;
	}
	.flexslider {
	height:  calc(100vh - 140px) !important;
	}
	.flex-slide img {
	top: -40px; /* halbe Höhe footer */
	}
	.flex-caption {
	padding: 5px 20px 0px !important;
	}
	
	
	
	
	

}

@media only screen and (max-width : 375px) {
	.thumb_team {
	flex-basis: 290px;
	}

}


@media only screen and (max-width : 360px) {
	.kachel {
	flex-basis: 100%
	}
	.thumb a img {
    max-height: 230px;
    max-width: 230px;
	}

}




