/*
Theme Name: Exponauten
Author: DESIGNEREI.berlin
Author URI: http://designerei.berlin
Description: Gestaltung und Umsetzung: Designerei.berlin Maggie Arndt & Judith Osterhoff GbR | Katzbachstraße 32 | 10965 Berlin 
Description: Ausstellungen: Konzeption | Gestaltung | Ausführung

Text Domain: exponauten
Tags: Ausstellungen, Konzeptionen, Konzeption, Berlin, Messe, 

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
 /* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/overpass-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v12-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-600 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/overpass-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v12-latin-600.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-800 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/overpass-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v12-latin-800.svg#Overpass') format('svg'); /* Legacy iOS */
}





/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@import url(http://weloveiconfonts.com/api/?family=entypo);

a#scroll-to-top {
    z-index: 900000000!important;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	
}

body, html {
    height: 100%;
		transition: all 0.4s ease;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body *{
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	
}


body,
button,
input,
select,
textarea {
	color: #292C2F;
	 font-family: 'Overpass';
    font-variation-settings: 'wght' 400;
	font-weight:400;
	font-size: 16px;
	line-height: 1.5;
	border-radius:none!important;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	
}

h1 {
	clear: both;
	font-size:25px;
	 font-family: 'Overpass';
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 800!important;
    font-variation-settings: 'wght' 800;
	line-height:1.2;
	margin-bottom:0;
	margin-top: 20px;
}
.pt-cv-title a {
   font-weight: 800!important;
}

h2, .subheadline {
	clear: both;
	 font-family: 'Overpass';
	font-size:18px;
	font-weight: 600;
    font-variation-settings: 'wght' 600;
	letter-spacing:1px;
	line-height:1.2;
}
p {
	margin:0;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {

	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}


img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	background: #fff;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}







textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow:none!important;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	_text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


.site-content a {
   color:#005173;
	text-decoration: underline;
	_padding-left:22px;
	display: inline-block;
	
}
/*site-content a::before {
   content: "\e766";
	font-family: 'entypo', sans-serif;
	width: 7px;
    height: 7px;
    padding-right: 10px;

}*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


.col-100 {
	width:100%;
	float:left;
	padding:20px 5% 10px 5%;
}
.col-50 {
	width:50%;
	float:left;
	padding:20px 5% 10px 5%;
}
.col-33 {
	width:33.33%;
	float:left;
	_min-height:100vh;
	padding:20px 5% 10px 5%;
}
.col-66 {
	width:66.66%;
	float:left;
	_min-height:100vh;
	padding:40px 5% 30px 5%;
}

/*-----------------------------------------------------------
# HEADER & LOGO
--------------------------------------------------------------*/

.site-header {
	_height:120px;	
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-branding {
	opacity:1;
	width: 250px;
    height: 80px;
    position: fixed;
    padding-top: 0px;
    left: 80px;
    top: 65px;
    z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-logo {
	display:none;
	
}

 .site-branding {
	display:none;
	
}
.home .site-branding {
	display:block;
	
}
.sticky .site-branding {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-branding img{
	width:100%;
	max-width:250px;
	height:auto;
		-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home .sticky-logo {
opacity:0;
}
.sticky .sticky-logo, .sticky-logo {
	display: block;
	opacity:1;
    background: url(images/EX_Logo-small.svg);
    background-repeat: no-repeat;
    width: 250px;
    height: 100px;
	_max-height:65px;
    position: fixed;
    top: 5px;
    left: 80px;
		-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*------------------------------------------------------------
# AUSSTELLUNGEN ÜBERSICHT
-------------------------------------------------------------*/
.pt-cv-filter-bar {
	width:100%;
	padding-left:45px!important;
	padding-bottom: 30px!important;
}

.pt-cv-filter-bar .btn {
	margin-right:15px!important;
}
.page-template-page-archive .pt-cv-filter-bar {
	padding-left:20px!important;

}
div .terms  {
	display: inline-block;
	padding: 40px 0 20px 10%;
	color: #fff;
}

div .terms a {
	text-transform: uppercase;
	font-size:16px;
	letter-spacing:1px;
	display: inline-block;
	padding-right:12px;
	color:#292C2F
}

#post-35 div .terms a, #post-16 div .terms a{
    
    font-size: 13px;
   
}
div[data-groups="laufendes-projekt"] .terms a {
   color: #005173;
}
div[data-groups="abgeschlossenes-projekt"] .terms a {
   color: #AA1C2E;
}
div[data-groups="hervorgehoben"] .terms {
   display:none!important;
}
.pt-cv-custom-fields {
	margin-top:0;
	
}
.pt-cv-wrapper .glyphicon-folder-open:before {
    content: '';
	
}
div .terms a:before {
   content: "\e766";
	font-family: 'entypo', sans-serif;
	width: 10px;
    height: 10px;

    padding-right: 10px;
}
.pt-cv-ctf-suheadline {
	 font-family: 'Overpass';
	font-weight:600;
    font-variation-settings: 'wght' 600;
	font-size:18px;
}


.page-template-page-archive .pt-cv-thumbnail {
    width: 100%!important;
	_padding:0 10%;
}

#post-7 .pt-cv-thumbnail {
    width: 100%!important;
    padding: 0;
}
.pt-cv-content-item {
  
    padding-right: 0!important;

    

}
/*--------------------------------------------------------------
## MAIN-NAVIGATION / HAUPTMENU
--------------------------------------------------------------*/
.main-navigation {
	position:absolute;
	z-index:300;
	bottom:0;
	display: block;
	float: left;
	width: 100%;
	background:#fff;
	
}

nav.sticky {
	position:fixed;
	z-index:300;
	bottom:auto;
	top:0;
	display: block;
	float: left;
	width: 100%;
	-webkit-box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
-moz-box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
}
.single .main-navigation, .archive .main-navigation,  .page-template-page-archive .main-navigation, .page-template-page-agentur .main-navigation, .page-template-page-kontakt .main-navigation, .page-template-page-info .main-navigation{
	position:fixed;
	z-index:300;
	bottom:auto;
	top:0;
	display: block;
	float: left;
	width: 100%;
	-webkit-box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
-moz-box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
}

.main-navigation ul {
	
	float:left;
	width:74%;
	list-style: none;
	margin: 0;
	margin-left: 26%;
	position:relative;
	z-index:999;
}

.main-navigation li {
	width:auto;
	min-width: 15%;
	float: left;
	position: relative;
	padding: 0px 2% 10px 2%;
	line-height:400%;
	text-align:center;
}



.main-navigation a {
	 font-family: 'Overpass';
	font-weight:400;
    font-variation-settings: 'wght' 400;
	letter-spacing:1px;
	font-size:20px;
	display: block;
	text-decoration: none;
	color: #292C2F;
	border-top: 3px solid #FFF;
}

.main-navigation a:hover {
	_color:#6F92A1;
	border-top:3px solid #292C2F;
}
a.logo {
	border-top:0px!important;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}



.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#6F92A1;
	border-top:3px solid #6F92A1;
}

.single li.ausstellungen a{
	color:#6F92A1;
	border-top:3px solid #6F92A1;
}
.type-publikationen li.publikationen a {
	color:#6F92A1;
	border-top:3px solid #6F92A1;
}
.type-et-cetera li.et-cetera a {
	color:#6F92A1;
	border-top:3px solid #6F92A1;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	background: url(images/artikel_left.svg);
	background-repeat:no-repeat;
	float: left;
	width: 30px;
	height:30px;
	margin-left:10px;
	
}

/*.post-navigation .nav-previous:after {
	content:'previous';
	position:absolute;
	margin-left: 20px;
	color:#999;
	font-size:12px;
	letter-spacing:1px;
}*/
 .post-navigation {
	position:absolute;
	width:100%;
	top: 35%!important;
	z-index:9;
}
.sticky  + .post-navigation {
	
	position:fixed;
	width:100%;
	top:auto!important;
	bottom:20vh;
	z-index:900;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previousa,
.post-navigation .nav-previous a {
	display: inline-block;
	text-indent:-9999999px;
	width: 100px;
    position:absolute;
	z-index:10;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	background: url(images/artikel_right.svg);
	background-repeat:no-repeat;
	float: right;
	width: 30px;
	height:30px;
	margin-right: 10px;
	_position:fixed;
}

/*.post-navigation .nav-next:after {
	content:'next';
	position:absolute;
	margin-left:-40px;
	color:#999;
	font-size:12px;
	letter-spacing:1px;
}*/

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a{
	display: inline-block;
	text-indent:-9999999px;
	width: 100px;
    margin-left: -80px;position:absolute;
	z-index:10;
}
a.logo:hover {
	border-top:0px!important;
}
/*-----------------------------------------------------------
#TOP MENU
--------------------------------------------------------------*/

.top-navigation {
    margin-top: 0;
    height: 30px;
    width: 70%;
    top: 0;
	right:0;
    float: right;
    position: fixed;
    z-index: 500000000;
}

.top-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width:100%;
	float: right;
	padding-right:5%;
}

.top-navigation li {
	float: right!important;
	position: relative;
	text-align: center!important;
	padding: 5px 20px;
	width:20%;
}

.top-navigation a {
	display: inline-block;
	text-decoration: none;
	_text-transform: uppercase;
	_font-weight:800;
	font-family: 'Cantarell', sans-serif;
	width:auto;
	color: #fff;
	padding: 5px 5px 5px 5px;
	_font-size: 14px;
}
.sticky .top-navigation a {
	color: #292C2F;
}

.top-navigation a:hover {
	color: #ff6863;

}




.top-navigation .current_page_item > a,
.top-navigation .current-menu-item > a,
.top-navigation .current_page_ancestor > a,
.top-navigation .current-menu-ancestor > a {
	border-bottom: 1px solid #292C2F;
}


/*-----------------------------------------------------------
# FOOTER MENU
--------------------------------------------------------------*/

.footer-navigation {
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width:100%;
	float: right;
}

.footer-navigation li {
	float: left;
	width:100%;
	position: relative;
	text-align: left;
}

.footer-navigation a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
		font-weight:400;
    font-variation-settings: 'wght' 400;
	 font-family: 'Overpass';
	width:auto;
	color: #fff;
	padding: 0 5px 6px 5px;
	font-size: 16px;
}



.footer-navigation a:hover {
	color: #7FA8B9;

}




.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
	border-bottom: 1px solid #292C2F;
}

#wprmenu_menu_ul {
    padding-top:20px!important;
}

/*--------------------------------------------------------------
## FRONTPAGE
--------------------------------------------------------------*/
.stoerer-inner {
	background: #6f92a1;
	position:absolute;
	width: 32%;
    bottom: 14%;
    right: 5%;
	z-index:5;
	text-align:left;
	padding: 2% 0 4% 1%;
    
	color:#ececec;
}
.stoerer ul, .stoerer li {
	margin:0;
	padding:0;
	list-style: none;
}
.stoerer h2, .stoerer h1 {
	display: block;
	width:100%;
	padding: 0 25px 0 45px;
	color:#ececec;
}

.stoerer p {
 padding: 0 40px 0 45px;
	color:#ececec;
}
.stoerer a {
	text-decoration:none;
	color:#292C2F;
}
.main-image {
	
	width:100%;
	height:100vh;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow:hidden;
}

.metaslider .slides img {
    width: auto!important;
	min-width:100%;
    max-width: 401%!important;
	height: 100vh!important;
	overflow:hidden;
	
}
.metaslider .slides {
   overflow:hidden!important;
	max-width:100%;
}


.flex-control-nav {
    _top: 85%!important;
	z-index:999999;
   bottom:90px!important;
}
.single .flex-control-nav {
   bottom:140px!important;
}
.flex-control-paging li a {

    background: rgba(0,0,0,0.5);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a.flex-active {
   
    background: rgba(0,0,0,0.9);
}
.second-image {

	width:100%;
	_margin-top:100vh;
	height:100vh;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-image img{
	width:100%;
	
}
.text-content {
   position: relative;
    z-index: 3;
    right: 0;
    margin-top: -60px;
    background: #fff;
    padding: 8% 10% 10% 10%;
    width: 100%;
}

 .home .text-content {
   position: relative;
    z-index: 3;
    right: 0;
    margin-top: -60px;
    background: #fff;
    padding: 8% 33.33% 10% 33.33%;
    width: 100%;
}
.page-template-page-archive .flex-control-nav {
  
    bottom: 100px!important;
}
.page-template-page-archive .text-content, .page-template-page-info .text-content{
	transition: all 0.4s ease;
   position: relative;
    z-index: 3;
    right: 0;
    background: #fff;
    padding: 180px 5% 5% 5%;
    width: 100%;
	max-width:1500px;
	margin: 0 auto;
}

.page-template-page-archive .text-content .right {
	background: #fff;
    width: 60%;
    float: right;
	margin-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    font-family: 'Overpass';
}
.page-template-page-archive .text-content .left {
	float:left;
    width: 40%;
  
}
.sticky .text-content {
    padding: 180px 33.33% 5% 33.33%;
    
}


 .text-content .subheadline {
    font-size: 18px;
     font-family: 'Overpass';
	 font-weight:600;
     font-variation-settings: 'wght' 600;
    margin-bottom: 20px;
	 padding-top:15px;
    _padding-left: 5%;
	_max-width:40%;
	 float:left;
}
.text-content p {
   margin-bottom: 1.2em;
}
/*.standard-button {
	background:#292C2F;
	width: auto;
	float:left;
	margin: 1.5em 0 2em 0;
	padding: 2% 5%;
}*/


.standard-button{
	background: #292c2f;
    padding: 2% 10% 2% 5%;
    margin: 1.5em 0px 2em;
    width: auto;
    float: left;
    text-transform: uppercase;
	color: #fff!important;
	font-size:14px;
	white-space: nowrap;
   letter-spacing:2px;
	text-align: center;
	text-decoration: none;
    display: block;
}
a.standard-button:before{
	content:'';
	
}
a.standard-button:after{
	content: '';
    background: url(images/arrow-right.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    margin-top: 4px;
    margin-left: 15px;
}
.text-content-second {
	
	position:relative;
	margin-top:-50%;
	left:0;
	background:#fff;
	padding:6% 6%;
	width:40%;
}

.home .overview {
	position:relative;
	float:left;
	width:100%;
	background:#F7F7F7;
	padding: 50px 2.5% 50px 2.5%;

}
.archive .overview {
    position: relative;
    float: left;
    width: 100%;
    background: #F7F7F7;
    padding: 50px 2.5% 50px 2.5%;
}
.overview {
	position:relative;
	float:left;
	width:100%;
	background:#F7F7F7;
	padding: 50px 2.5% 50px 1%;

}

.overview-inner{
	width:100%;
	max-width:1500px;
	margin:0 auto;

}
.overview .featured{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.overview .in-arbeit, .overview .eroeffnet{
	display: none;
}
.term-laufendes-projekt .overview .in-arbeit{
	display: block;
}
.term-abgeschlossenes-projekt .overview .eroeffnet{
	display: block;
}

.overview .featured .pt-cv-thumbnail.pull-right {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 66.66%;
    
}
.overview .featured .pt-cv-wrapper .col-md-12 {
    padding:0!important;
	overflow:hidden!important;
}
.overview .second{
	float:left;
	width:100%;

}

.pt-cv-pinterest .pt-cv-thumbnail, .pt-cv-wrapper .pt-cv-thumbnail {

}
.home .second .pt-cv-thumbnail, #post-7 .pt-cv-thumbnail {
    _max-height: 250px;
}

.page-template-page-archive .pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas {
    _padding-left:10%;
	    _margin-left: 45px;
}
#post-7 .pt-cv-content-item, .term-2 .pt-cv-content-item, .term-3 .pt-cv-content-item {
    margin-bottom: 47px !important;
    float: left;
    padding-left: 45px!important;
	
}
#pt-cv-view-3c90773ias .pt-cv-content-item {
    background: #F7F7F7 !important;
}
#pt-cv-view-80d9e66eun .pt-cv-pinmas {
    padding-left: 0!important;
}

.page-template-page-archive .pt-cv-pinmas {
    padding-left: 0px !important; 
}
.page-template-page-archive .pt-cv-content-item {
    margin-bottom: 0px !important;
        _width: 24.5%!important;
    float: left;
    padding-left: 20px;
}

.second .pt-cv-wrapper {
   margin-left:-45px!important;
	
}
#post-7 .pt-cv-wrapper {
   margin-left:-26px!important;
	
	
}

#post-7  .pt-cv-filter-bar {
    padding-left: 50px!important;
}

.second .pt-cv-wrapper .pt-cv-content-item {
  background: none!important;
	transition: all .2s ease-in-out;
	overflow:hidden;
    padding-left: 15px;

}

.pt-cv-view .pt-cv-readmore {
   font-family: 'Overpass';
	font-size:13px;
	text-transform:uppercase!important;
    text-align: right;
   margin-top: 20px;
   	 float: right!important;
	white-space: nowrap;
}


.second .pt-cv-view .pt-cv-ifield {
    margin-bottom: 0!important;
    min-height: 600px;
	background:#fff;
}
.pt-cv-content-item {
    padding-bottom: 15px;
    position: relative;
   overflow:visible!important; 
	
}

.pt-cv-view .pt-cv-ifield {
	 -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
	_overflow:hidden;
	background:#fff;
}
.pt-cv-view .pt-cv-ifield:hover, .pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas:hover {
	  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
	-webkit-box-shadow: -15px 18px 31px -19px rgba(0,0,0,0.31);
-moz-box-shadow: -15px 18px 31px -19px rgba(0,0,0,0.31);
box-shadow: -15px 18px 31px -19px rgba(0,0,0,0.31);

}
.featured .pt-cv-view .pt-cv-ifield:hover {
	  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.00);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.00);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.00);
    transition: all 200ms ease-in;
    transform: scale(1.00);
	-webkit-box-shadow: -15px 18px 31px -19px rgba(0,0,0,0);
-moz-box-shadow: -15px 18px 31px -19px rgba(0,0,0,0);
box-shadow: -15px 18px 31px -19px rgba(0,0,0,0);

}

#pt-cv-view-36895c32gx {
   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
#pt-cv-view-36895c32gx:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
	-webkit-box-shadow: -15px 18px 31px -19px rgba(0,0,0,0.31);
-moz-box-shadow: -15px 18px 31px -19px rgba(0,0,0,0.31);
box-shadow: -15px 18px 31px -19px rgba(0,0,0,0.31);
}
.pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas {
	 -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
	
	
}
.pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas:hover {
	  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}
.page-template-page-archive .pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas:hover {
	  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.00);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.005);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.00);
    transition: all 200ms ease-in;
    transform: scale(1.05);
	_box-shadow: none!important;
}

.page-template-page-archive .pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas {
	 overflow:visible!important;
	
}
.overview .third{
	float:left;
	width:33.33%;
	
}
.pt-cv-colsys {
   margin-left: 0!important; 
   margin-right: 0!important; 
}

#pt-cv-filter-bar-59b506557q-projektart {
    display:none !important;
}

.second .pt-cv-thumbnail {
    _max-height:240px;
	margin-bottom: 40px!important;
}

.third .pt-cv-thumbnail {
    
    margin-top: 40px!important;
    max-height: 300px!important;
    overflow: hidden;
}
.pt-cv-thumbnail img {
    max-width: 94%!important;
}

.pt-cv-meta-fields {
    font-size: 13px;
    margin-top: 0;
	padding-top:20px;
    width: 100%;
    float: left;
}
.featured .pt-cv-meta-fields {
	padding-top:20px;
    width: 33.33%;
    float: left;
}

.pt-cv-ctf-kategorie {
	position:absolute;
}
.pt-cv-ctf-kategorie .pt-cv-ctf-value {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
	_font-weight:bold;

}
.pt-cv-ctf-kategorie .pt-cv-ctf-value {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
	_font-weight:bold;

}
[id^=pt-cv-filter-bar] .pt-cv-filter-option, [id^=pt-cv-filter-bar] .pt-cv-filter-option{
  background: #292C2F!important;
    border: none!important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300!important;
   padding: 0.75% 2%;
    display: block;
	
}
[id^=pt-cv-filter-bar] .pt-cv-filter-option:focus, [id^=pt-cv-filter-bar] .pt-cv-filter-option:hover,  [id^=pt-cv-filter-bar] .pt-cv-filter-option.active {
    opacity: 1!important;
	background:#005173!important;
	border:none!important;
	font-weight: 300!important;
}

.pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas {
    -moz-box-shadow: 0 2px 5px rgba(202,202,202,0);
    -webkit-box-shadow: 0 2px 5px rgba(202,202,202,0);
    -khtml-box-shadow: 0 2px 5px rgba(202,202,202,0);
    box-shadow: 0 2px 5px rgba(202,202,202,0);
}

.pt-cv-pinterest:not(.pt-cv-no-bb) .pt-cv-pinmas>* {
    border-bottom: 0px solid rgba(0,0,0,.1)!important;
}
.page-template-page-archive .pt-cv-thumbnail {
    margin-bottom: 40px!important;
	max-height:250px;
}
.pt-cv-pinterest .pt-cv-meta-fields {
    margin-bottom: 40px!important;
	
}

.pt-cv-ctf-kategorie .pt-cv-ctf-value {
    color: #005173;

}

.third .pt-cv-ctf-kategorie .pt-cv-ctf-value {
    color: #ff5173;

}
.featured .pt-cv-ctf-kategorie .pt-cv-ctf-value {
    color: #005173;

}

.pt-cv-ctf-kategorie .pt-cv-ctf-value:before {
     content: "\f061";
	font: normal normal lighter 12px/1 FontAwesome;
	width:10px;
	height:10px;
	padding-right:10px;
}



 .pt-cv-ctf-list {
 
	padding: 0 10%;
}

.featured .pt-cv-2-col .pt-cv-ctf-list {
   	width:33.33%;
	padding: 0 3%;
}
.featured .pt-cv-view .pt-cv-ifield {
    margin-bottom: 0!important;
    padding-bottom:20px;
	width:100%;
	float:left;
}


.featured .pt-cv-view .pt-cv-ifield .terms a {
    color: #005173;
	padding-left: 10%;
}
.featured .pt-cv-view .pt-cv-ifield .terms a:before {
   content: "\e766";
    font-family: 'entypo', sans-serif;
    width: 10px;
    height: 10px;
    padding-right: 10px;

}
.second .pt-cv-filter-bar+.pt-cv-grid .pt-cv-content-item {
    float: left;
    padding-left: 0!important;
	padding-right:0!important;
}

.third .pt-cv-filter-bar+.pt-cv-grid .pt-cv-content-item {
    float: left;
    padding-left: 0!important;
	padding-right:0!important;
}


.pt-cv-title {
 
	color:#292C2F;
	padding: 0 10%!important;
	margin-top: 20px!important;
	line-height:1.3!important;
	
}
.page-template-page-archive .pt-cv-title {
	padding-top: 0px!important;
	
}



.pt-cv-pinterest .pt-cv-pinmas {

    padding-bottom: 15px;
}
.pt-cv-pinterest .pt-cv-custom-fields {
	margin-top:10px!important;
	padding:0!important;
	float: left;
	width:100%;
}
.pt-cv-pinterest .pt-cv-custom-fields .pt-cv-ctf-value {
    width: 100%;
    padding: 0 7.5%;
}

.pt-cv-pinterest .pt-cv-content {
	margin-top:30px!important;
	padding:0 10%!important;
}
.accordion-content:last-child {

    padding-bottom: 5%!important;
	border-bottom:1px solid #eee!important;
}
.pt-cv-filter-bar+.pt-cv-view, .pt-cv-filter-bar+.pt-cv-view .pt-cv-page {
    position: relative;
    overflow: visible!important;
}

.page-template-page-archive .pt-cv-content-item:nth-child(1) {
  
	position:absolute;
	z-index:17;
}
.page-template-page-archive .pt-cv-content-item:nth-child(2) {
 
	position:absolute;
	z-index:16;
}
.page-template-page-archive .pt-cv-content-item:nth-child(3) {

	position:absolute;
	z-index:15;
}
.page-template-page-archive .pt-cv-content-item:nth-child(4) {

	position:absolute;
	z-index:14;
}
.page-template-page-archive .pt-cv-content-item:nth-child(5) {

	position:absolute;
	z-index:13;
}
.page-template-page-archive .pt-cv-content-item:nth-child(6) {

	position:absolute;
	z-index:12;
}
.page-template-page-archive .pt-cv-content-item:nth-child(7) {
 
	position:absolute;
	z-index:11;
}
.page-template-page-archive .pt-cv-content-item:nth-child(8) {
   
	position:absolute;
	z-index:10;
}
.page-template-page-archive .pt-cv-content-item:nth-child(9) {
  
	position:absolute;
	z-index:9;
}
.page-template-page-archive .pt-cv-content-item:nth-child(10) {

	position:absolute;
	z-index:8;
}
.page-template-page-archive .pt-cv-content-item:nth-child(11) {
  
	position:absolute;
	z-index:7;
}
.page-template-page-archive .pt-cv-content-item:nth-child(12) {
   
	position:absolute;
	z-index:6;
}
.page-template-page-archive .pt-cv-content-item:nth-child(13) {
;
	position:absolute;
	z-index:5;
}
.page-template-page-archive .pt-cv-content-item:nth-child(14) {
  
	position:absolute;
	z-index:4;
}
.page-template-page-archive .pt-cv-content-item:nth-child(15) {

	position:absolute;
	z-index:3;
}
.page-template-page-archive .pt-cv-content-item:nth-child(16) {
  
	position:absolute;
	z-index:2;
}


.pt-cv-content .accordion-content {
    font-weight: 400;
}

.featured  .pt-cv-title {
	color:#292C2F;
	padding: 5% 3% 0 3%!important;
	width: 33.33%;
}

.pt-cv-title a {
  
	color:#292C2F;
}


.featured .pt-cv-content, .featured .pt-cv-content * {
    width:33.33%;
	padding: 0 3% 1% 0;
	
}
/*.pt-cv-view .pt-cv-readmore {
    border: none!important;
    margin: 0;
   
    position: absolute;
    bottom: 5%;
    text-align: right;
    width: 100%;
   	 float: right!important;
    right: 0;
    text-transform: none!important;
    padding: 0;
}
.featured .pt-cv-view .pt-cv-readmore {
   border: none!important;
    margin: 0;
    width: 100%; 
    position: absolute;
    bottom: 5%;
    text-align: right;
    width: 20%;
    max-width: 250px;
    float: left;
  right: 0;
    text-transform: none!important;
    padding: 0;
}*/
.pt-cv-view .pt-cv-readmore:after {
  content: '+';
    
	position:absolute;
	padding-left:10px;
}
.second .pt-cv-view .pt-cv-ifield {
   _margin-bottom: 0!important;
    _min-height: 600px;
}
.page-template-page-archive  .pt-cv-href-thumbnail img {
    max-height: 480px;

}

.pt-cv-content  {
    padding:15px 10% 80px 10%;
}

.pt-cv-ctf-excerpt {
    padding:15px 6% 10px 0%;
}
.featured .pt-cv-ctf-excerpt {
    padding:15px 6% 10px 0%;
}
.page-template-page-archive .pt-cv-title, .page-template-page-archive .pt-cv-content{
_padding:0 10% 10% 10%!important;
	
}




.page-template-page-archive  .accordion h4{
     font-family: 'Overpass';
	padding-left:18px;
	font-weight:600px;
    font-variation-settings: 'wght' 600;
	cursor: pointer;

}


.page-template-page-archive  .pt-cv-content *{
     font-family: 'Overpass';
	margin-bottom:16px;
	display: block;
	
}
.page-template-page-archive  .accordion .read{
   outline:none;
}
.page-template-page-archive  .accordion h4:before{
 
    content:'';
	position:absolute;
	margin-left:-22px;
	_margin-top:5px;
	background:url(images/arrow_red.svg);
	width:15px;height:15px;
	background-repeat:no-repeat;
	
	
}
#pt-cv-view-e683815d0y .pt-cv-content a {
	

   background: #6F92A1;
	background-image:url(images/pdf.svg);
	background-size: 28px 28px;
    background-position: 5%;
	background-repeat:no-repeat;
    width: 80%;
    color: #fff;
    text-align: center;
    _float: left;
    text-transform: uppercase;
   _text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4% 12%;
    margin-bottom:30px;
	
}


/*.page-template-page-archive  .pdf-download{
	
   background: #6F92A1;
	background-image:url(images/pdf.svg);
	background-size: 28px 28px;
    background-position: 5%;
	background-repeat:no-repeat;
    width: 80%;
    color: #fff;
    text-align: center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4% 12%;
    margin-bottom:30px;
	
}
*/

.page-template-page-archive  .accordion a {
   color:#292C2F;
	_text-decoration: none;
	padding-left:22px;
	display: inline-block;
	
}
/*.page-template-page-archive  .accordion a:before{
    content:'';
	position:absolute;
	margin-left:-22px;
	margin-top:5px;
	background:url(images/arrow_red.svg);
	width:15px;height:15px;
	background-repeat:no-repeat;
	
}*/

.pt-cv-thumbnail {
 margin-bottom: 0px!important; 
}



/*---------------------------------------------------------------
## AGENTUR
-----------------------------------------------------------------*/
.agentur-header {
	margin-top:75px;
}
.image-left  {
	padding:0;
	line-height:0;
}
.image-left p {
	margin:0!important;
}
.text-right {
	    padding: 4% 5% 1% 6%!important;
}



.agentur-header h3 {
	font-size: 16px;
     font-family: 'Overpass';
    margin-bottom: 20px;
  	font-weight:600;
    font-variation-settings: 'wght' 600;
    float: left;
}
.text-right p {
	 font-family: 'Overpass';
	    padding-bottom: 10px;
}
.first {
   padding-bottom:0!important;
}
.second {
   padding-top:0!important;
}


.widgets_on_page ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
h2.content-headline {
   font-weight:300;
	
	text-transform:uppercase;
	font-size:22px;
	letter-spacing:2px;
	width:33.33%;
}
.team-box {
  
	margin-bottom:80px;
}

.workers{
  width:50%;
	float:left;
	padding:0px 5% 0px 0%;
	margin-bottom: 0px;
	
}
.team-box h3 {
	clear: both;
	 font-family: 'Overpass';
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 700;
    font-variation-settings: 'wght' 700;
}


.team-box h4 {
 clear: both;
	 font-family: 'Overpass';
	font-size:18px;
	font-weight: 600;
    font-variation-settings: 'wght' 600;
	letter-spacing:1px;
	
}
.team-box h5 {
  font-weight:600;
	font-size:16px;
	margin:0 0 12px 0;
}
.team-box h6 {
  font-weight:400;
	font-size:16px;
	margin:0 0 7px 0;
}
.team-box  p{
	margin-bottom: 20px;
}

.team-box .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #292C2F;
  overflow: hidden;
}
.team-box  input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.team-box label {
  position: relative;
  display: block;
  line-height: 3;
  cursor: pointer;
}

.team-box  .tab-content {
	
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.team-box .tab-content p {
  margin: 1em;
}
/* :checked */
.team-box input:checked ~ .tab-content {
  max-height: 100vh;
}


/* Icon */
.team-box label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.team-box input[type=checkbox]  {
  display:none;

}

.team-box input[type=checkbox] + label::before {
   content: "\e766";
	font-family: 'entypo', sans-serif;
	width: 10px;
    height: 10px;
    padding-right: 10px;

}
.team-box input[type=radio] + label::after {
  content: "\25BC";
}
.team-box input[type=checkbox]:checked + label::before {
      content: "\e764";
}
.team-box input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/*---------------------------------------------------------------
## KONTAKT
-----------------------------------------------------------------*/
.page-template-page-kontakt .text-right {
	background: #292C2F;
	padding:0!important;
	
	

}
.page-template-page-kontakt .text-right .text{
	background: #fff;
	    padding: 14% 5% 36% 55px!important;
	height:0;

}

.text-right .text a{
	_text-decoration:none;
	color:#292C2F;
}
.page-template-page-kontakt .text-right .formular{
	padding:15% 5% 35% 5%!important;
	height:0;

}
.formular .small1 {
	width:50%!important;
	float:left;
	margin-bottom: 15px;
	height:40px;
	padding-left: 20px;
	border:none!important;
}
.formular .small {
	width:50%!important;
	float:left;
	margin-bottom: 15px;
	height:40px;
	padding-left: 20px;
	border:none!important;
	
}
.formular .small-area{
	position:absolute;
	margin-left:50%;
	width: 46.5%!important;
	float:left;
	padding-left: 20px;
	height:154px!important;
	border:none!important;
}
.formular .btn {
	background:#6F92A1;
	float:right;
	width: auto;
	color: #fff;
}
.map p {
   margin:0;
	padding:0;
	line-height:0;
}

.map iframe {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	max-width:100%;
}

.map-mobile{
 display:none;
}



/*---------------------------------------------------------------
## INFO / IMPRESSUM
-----------------------------------------------------------------*/
.page-template-page-info .overview {
	padding-top:180px;
	background:#fff;
}

.col-40 {
	padding:0 2% 10px 0;
	width: 40%;
	height: 100vh;
	float:left;
}
.col-60 {
	padding:98px 10% 10px 0;
	width: 60%;
	float:left;
	
}
.col-40 h2 {
	
	font-weight: 600!important;
    font-variation-settings: 'wght' 600;
   width:100%;
    color: #292C2F;
     font-family: 'Overpass';
}


	
/*---------------------------------------------------------------
## AUSSTELLUNGEN SINGLE EINZELN
-----------------------------------------------------------------*/
.single .main-image {
	max-height:100vh;
}
#single-content {
	position: absolute;
	top:50%;
	
}
.single-content {
	transition: all 0.4s ease;
	padding-top:0;
	background:#fff;
	margin-top: -120px;
	width:100%;
	float:left;
	position: relative;
}
.sticky + div.single-content {
   padding-top:80px;
	margin-top:0;
	transition: all 0.4s ease;
}

.single .entry-header {
	width:40%;
	min-height:100vh;
	float:left;
	_margin-top:-15%;
	position:relative;
	z-index:2;
	padding: 1% 5%;
}

.single .entry-title{
	padding-left:5%;
    color: #292C2F;
	width:80%;
    text-transform: uppercase;
    letter-spacing: 2px;
	padding-top:18px;
}

 .single h3{
    font-size: 16px;
    letter-spacing: 1px;
	margin: 20px 0 0 0;
}

.single .subheadline {
	margin-bottom:20px;
	padding-left:5%;
}
.single .adress {
	
	padding:12px 0 0 0;
}
.single .projektlink {
	color:#005173;
	_text-decoration: none;
	display: inline-block;
	padding:12px 0 0 0;
}
.single .overview {
	background:#fff;
	width:60%;
	float:left;
	padding-top:1%;
	padding-right:15%;
}
.single .overview p{
	max-width:720px;
	padding-bottom:15px;
}
.single .entry-content {
  
}


p.press {
	margin-bottom: 12px;
	font-style: italic;
	color:#666;
	margin:20px 0;
}


/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer {
width: 100%;
    float: left;
    background: #292C2F;
    _margin-top: 300vh;
    position: relative;
	padding:5% 0;
	color:#fff;
}

.footer-left {
	margin-left:33.33%;
	width: 22.22%;
	float:left;
}



.footer-right {
	width: 22.22%;
	float:left;
}

.footer-right h4 {
	padding:0;
	margin-top:0;
	margin-bottom: 10px;
		font-weight:400;
}

.footer-right .textwidget p{
	font-size:14px;
	margin-bottom:12px;
}


.footer-right a{
	color:#fff;
	
}
.footer-right a:hover{
	color:#7FA8B9;
	
}
.col-50 {
   overflow:hidden;
}

@media screen and (max-width:1500px) {
.page-template-page-archive .text-content, .page-template-page-info .text-content{

    padding: 180px 5% 5% 5%;
 
}
.page-template-page-archive .text-content .right {
	background: #fff;
    width: 60%;
    float: right;
    _margin-top: -16px;
    padding-right: 0%;
    padding-left: 2%;
    padding-bottom: 5%;

}


@media screen and (max-width:1410px) {
.agentur-header img {
    width:120%;
    max-width: 120%;
}
}


@media screen and (max-width:1280px) {
	
.text-content .subheadline {
    max-width: 50%;
}
.page-template-page-archive .text-content .right {
    width: 50%;
	padding-right:10%;
}
#pt-cv-view-59b506557q .pt-cv-content-item {
    padding-left: 15px;
    
}
	
.agentur-header img {
    width:130%;
    max-width: 130%;
}

.footer-left {
    margin-left: 15%;
    width: 40%;
}
.footer-right {
    margin-left: 5%;
    width: 40%;
}
	
}


@media screen and (max-width:1180px) {
.text-content {
    padding: 8% 20% 10% 20%;
}
.main-navigation ul {
    margin-left: 15%;
	width:85%;
}	
.overview {
    padding: 2.5%;
}
.col-33 {
    padding: 10px 2.5% 10px 2.5%;
}	
.col-66 {
	 padding: 10px 2.5% 10px 2.5%;
}
.image-left {
    width:40%;
	overflow:hidden;
}
.image-left img {
    width:170%;
	max-width:170%;
}
.text-right {
    width:60%;
}	
	
}

@media screen and (max-width:1080px) {
.main-navigation li {
   
    padding: 0px 2% 10px 2%;
  
}
.text-content {
    padding: 8% 10% 10% 10%;

}

	

}

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

.page-template-page-kontakt .text-right .formular {
    padding: 10% 5% 30% 5%!important;
    height: 0;
}

.flex-control-nav {
	
	bottom:100px!important;
	
	}
	
.image-left {
    width:30%;
	overflow:hidden;
}
.image-left img {
    width:210%;
	max-width:230%;
}
.text-right {
    width:70%;
	 padding: 2%;
}
.footer-left {
    margin-left: 5%;
    width: 40%;
}
.footer-right {
    margin-left: 5%;
    width: 40%;
}
.overview .featured .pt-cv-thumbnail.pull-right {
   margin-left: 0;
    position: absolute;
    right: -33.33%;
    top: 0;
    width: 100%;
    max-width: 250%!important;
}
.featured .pt-cv-2-col .pt-cv-ctf-list {
    width: 33.33%;
    padding: 0 0.5% 0 3%;
}	
	
.featured .pt-cv-title {
    line-height: 1.1!important;
}
.featured .pt-cv-view .pt-cv-readmore {
    margin-top:0px;
}
.page-template-page-archive .text-content .right {
    padding-left: 5%;
    padding-right: 2%;
   
}
.second-image {
	background-size:140% 45%;
	background-attachment: fixed;
}
.featured div .terms {
     padding: 40px 0 20px 0%;
    width: 100%;
}
.second .pt-cv-wrapper {
    _margin-left: -25px!important;
}
.second .pt-cv-content-item {
    padding-left: 25px!important;
    padding-right: 0px !important;
}
}
@media only screen and (max-width: 1000px){
#wprmenu_bar {
    -webkit-box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
-moz-box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
box-shadow: 3px 10px 12px -7px rgba(0,0,0,0.08);
	height:65px;
	padding-left:25px!important;
}
#wprmenu_menu.left, #wprmenu_menu.right {
    background: #292C2F!important;
 
}
#wprmenu_menu ul {
		padding-top:40px!important;
	}
.wprmenu_icon span {
    width: 20px!important;
    height: 3px!important;
	background: #005173!important;
	
	}
#wprmenu_bar .wprmenu_icon {
    width: 30px;
    height: 45px;
	margin-top:15px;
	}
#wprmenu_bar .wprmenu_ic_2 {
    _top: 10px;
}
#wprmenu_bar .wprmenu_ic_3 {
    _top: 20px;
}
	
#wprmenu_menu.wprmenu_levels ul li {
    border-bottom: 0px solid!important;
    border-top: 0px solid!important;
}
#wprmenu_menu.wprmenu_levels ul li a {
    float: left;
    border: none;
    width: 100%;
	padding-left:20px!important;
	font-size: 18px;letter-spacing:1px;
}
	
.mobile-logo {
	display: block;
    width: 180px;
    position: fixed;
    padding-top: 0px;
    left: 10%;
        top: 10px;
    z-index: 9999999;
}
.page-template-page-kontakt .text-right .text {

    padding: 5% 5% 36% 55px!important;
}
.page-template-page-kontakt .text-right .formular {
    padding: 10% 5% 35% 5%!important;
  
}
.page-template-page-archive .text-content, .page-template-page-info .text-content {
    padding: 100px 7% 5% 5%;
 
}
}


@media only screen and (max-width: 850px){
.image-left img {
    width:200%;
	max-width:230%;
}
.stoerer-inner {
    width: 60%;
	bottom: 65px;
}
.stoerer h2 {
	padding: 0 25px;
}

.stoerer p {
	padding: 10px 25px 0 25px;
}
#wprmenu_bar {
    _background:none!important;
}

.featured div .terms {
    padding: 40px 0 20px 5%;
   
}
.image-left {
    width:100%;
	height:300px;
	overflow:hidden;
}
.image-left img {
    width:100%;
	max-width:200%;
}
.text-right {
    width:100%;
	 padding: 2% 2.5%;
}
h2.col-33 {
    width: 100%;
	height:40px;
	min-height:30px;
}
.col-33 {
    width: 50%;
}
	
.workers {
     width: 50%;
    padding: 10px 2.5% 10px 0%;
}
div .terms {
 
    padding: 40px 0 20px 5%;
  
}
div .terms a{
 
    padding-left:0!important;
  
}
	
.pt-cv-ctf-list {
    padding: 0 5%;
}
	
.pt-cv-title {
    padding: 0 5%!important;
}
.pt-cv-content {
    padding: 15px 5% 80px 5%;
}
	
.featured .pt-cv-ctf-excerpt {
    padding: 15px 0% 10px 0%;
}
}

@media only screen and (max-width: 768px){
.post-navigation {

	top: 95%!important;
	
}

.stoerer-inner {
    width: 65%;
    bottom: 65px;
}

.map{
	display: none;
	}
.map-mobile {
	display:block;
   min-height:400px;
}
.map-mobile p {
   margin:0;
	padding:0;
	line-height:0;
}

.map-mobile iframe {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	max-width:100%;
}
	
	.page-template-page-kontakt .text-right .text {
    background: #fff;
    padding: 5% 5% 40% 5%!important;
    height: 0;
}
	
.page-template-page-kontakt .text-right .formular {
    padding: 10% 5% 65% 5%!important;
    height: 0;
	background:#292C2F;
}
	
.planso-form-builder .col-md-12, .planso-form-builder .col-lg-12 {

    padding-right: 0!important;
}
.planso-form-builder .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0!important;
    padding-right: 0!important;
}
.formular .small-area {
    position: absolute;
    margin-left: 0;
    width: 97%!important;
    float: left;
    padding-top:10px;
	top: 165px;
}
.formular .small1, .formular .small {
    width: 100%!important;
  
}
.formular .btn {
  margin-top:170px;
}
.home .text-content {
    position: relative;
    z-index: 3;
    right: 0;
    margin-top: -60px;
    background: #fff;
    padding: 8% 5% 20% 5%;
    width: 100%;
	
}
.text-right {
    padding: 3% 4% 4% 5%!important;
}	

.page-template-page-archive .text-content .right {
    width: 100%;
    float: left;
    margin-top: 0;
	padding-left:0;
}
	
.single .entry-header {
    width: 100%;
    min-height: 0vh;
	padding:0 5%;
   
}
.single .overview {
	padding:0 5% 5% 5%;
    width: 100%;
 
}
.standard-button {
    padding-right: 15%!important;
}
.text-content h2, .agentur-header h2 {
    width: 100%;
   
}
.text-content .subheadline {
    max-width: 100%;

}
.single .entry-title, .single .subheadline {
  padding-left:5%;
}


.second-image {
    max-width: 100%;
    height: auto!important;
	min-height:50%;
	background-attachment: scroll;
	background-size:cover;
	
}
.flex-control-nav {

    bottom: 70px!important;
}
.featured .pt-cv-title {
    padding: 5% 5% 0 5%!important;
    width: 100%;
    margin-top: 590px!important;
}	
.overview .featured .pt-cv-thumbnail.pull-right {
    margin-left: 0;
    _position: relative;
    right: 0;
        top: 120px;
    width: 100%;
}
.featured .pt-cv-2-col .pt-cv-ctf-list {
    width: 100%;
    padding: 0 5%;
}
.featured .pt-cv-meta-fields {
    padding-top: 20px;
    width: 100%;
    float: left;
	position: fixed;
}
.featured .pt-cv-ctf-excerpt {
    padding: 15px 0% 10px 0%;

}
.featured .pt-cv-content, .featured .pt-cv-content * {
    width: 100%;
    padding: 0 5% 1% 0;
}
.pt-cv-ctf-list .col-sm-6 {
    width: 100%!important;
}
.pt-cv-ctf-excerpt {
    padding: 15px 0% 10px 0%;
    
	}
#post-7 .pt-cv-content-item, .term-2 .pt-cv-content-item, .term-3 .pt-cv-content-item {

    padding-left: 0%!important;
}

}

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

.featured .pt-cv-title {
    padding: 5% 5% 0 5%!important;
    width: 100%;
    margin-top: 400px!important;
}	


.stoerer {
  display: none;
}
	
#post-7 .pt-cv-wrapper {
    margin-left: -8px!important;
}
	.text-right {
    width: 70%;
    padding: 2%  5%  2%  5%!important;
}
	
.pt-cv-view .pt-cv-readmore {
  text-align: center;
  float:left;
}
	.col-33 {
    width: 100%;
		padding: 20px 5% 10px 5%;
		
}
.col-66 {
    width: 100%;
		padding: 20px 5% 10px 5%;
		
}	
.col-40 {
		width:100%;
		min-height:0;
		height:auto;
		    padding: 20px 0% 10px 0%;
	}
.col-50 {
		width:100%;
		min-height:0;
		height:auto;
	}
.col-60 {
		width:100%;
		padding: 5px 0% 10px 0%;
	}
.team-box {
padding: 10px 5% 10px 5%;
	background: #fff;
	margin-bottom:20px;
}
.workers {
    width: 100%;
    padding: 10px 5% 10px 5%;
	background: #fff;
}
.page-template-page-info .overview {
    padding-top: 20px;
    
}
	.page-template-page-archive .text-content {
    padding: 100px 5% 10% 5%;
   
}
	.sticky .text-content {
    padding: 50px 5% 10% 5%;
}
	.pt-cv-wrapper {
		margin-left:0;
	}
	.page-template-page-kontakt .text-right .text {
    background: #fff;
    padding: 5% 5% 85% 5%!important;
    height: 0;
}
	
.page-template-page-kontakt .text-right .formular {
    padding: 10% 10% 125% 5%!important;
    height: 0;
	background:#292C2F;
}
	
.formular .small-area {
    width: 95.5%!important;
 
}
.footer-left {
   display: none;
}
.footer-right {
    margin-left: 5%;
    width: 90%;
}
	
.page-template-page-archive .pt-cv-wrapper {
    margin-left: 0!important;
	width:99%;
}
.page-template-page-archive .pt-cv-filter-bar {
    padding-left: 1.5%!important;
}
[id^=pt-cv-filter-bar] .pt-cv-filter-option, [id^=pt-cv-filter-bar] .pt-cv-filter-option {
    padding: 5px 10px;
  
}
.page-template-page-archive .pt-cv-thumbnail {
  
    _padding-left: 5%;
}
.pt-cv-pinterest .pt-cv-content {
    padding: 0 5%!important;
}
.pt-cv-filter-bar+.pt-cv-view .pt-cv-content-item {
    position: absolute!important;
}

.page-template-page-archive .pt-cv-content-item {

    padding-left: 2.5%;
}
	.pt-cv-none{
		min-height:10px;
		margin-top:-40px;
		width:100%;
		float:left;
	}
	.pt-cv-none img{
		padding-top:40px!important;
		
	}
.single .main-image {
	padding-top:24px;
	height: auto!important;
	}
.single-content {
  margin-top:0;
	padding:0 5%;
}

.single  .metaslider .slides img {
    width: 100%!important;
	height:auto!important;
}
.single .flex-control-nav {
    bottom: 0px!important;
}
.single  .post-navigation {

    top: 99%!important;
  
}
.single .overview {
    padding: 0 5% 15% 5%;
    width: 100%;
}
}

