/*
Theme Name: gkkk-architects
Author: DESIGNEREI.berlin
Author URI: https://designerei.berlin
Description: Gestaltung und Umsetzung: Designerei.berlin Maggie Arndt & Judith Osterhoff GbR | Katzbachstraße 32 | 10965 Berlin 
Description: GKKS // Gössler, Kinz, Kerber, Schippmann
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments@
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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



::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
  background-color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/*	2.0 Genericon Icon Font
/*-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Genericons';
    src: url('font/Genericons.eot');
    src: url('font/gGenericons.eot?#iefix') format('embedded-opentype'),
         url('font/Genericons.woff') format('woff'),
         url('font/Genericons.ttf') format('truetype'),
         url('font/Genericons.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	font-family: 'Inconsolata', monospace;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.pt-cv-ctf-preis, .pt-cv-ctf-wettbewerbstitel {
	font-size:18px;
}
p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #222;
    border: 0;
    height: 2px;
    width: 90%;
    margin-bottom: 0.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;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	border-radius: 3px;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary,.cvp-replayout{
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## GKKK STYLES
--------------------------------------------------------------*/
body {
	_background:#666;
	}
	
body.single {
	_background:#222;
	}
body.single-wpdmpro {
	background:#fff;
	}
.site {
	padding-top:0;
	transition: all 0.5s ease;
	font-family: 'Roboto Mono', monospace;

	letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
	width: 100%;
	max-width:1800px;
	margin:0 auto;
	background:#fff;
}
.single-wpdmpro .site {
	_max-width:300%!important;
}

.site-logo {
	width: 25%;
	max-width:350px;
	float:left;
	_text-align: center;
	padding:0% 0% 3% 3%;
	}
	
.site-logo img{
	width: 100%;
	height:auto;
	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
	 -webkit-filter:invert(0%);
     filter:progid:DXImageTransform.Microsoft.BasicImage(invert='0');
	}
.sticky .main-navigation {
    margin-top: 0%!important;
	height:auto;
	max-height: 160px;
}
.sticky .site-logo, .single-wpdmpro .site-logo, .archive .site-logo, .page-template-default .site-logo, .page-template-page-aktuelles .site-logo,.page-template-page-contact .site-logo, .page-template-page-referenzen .site-logo, .page-template-page-team .site-logo, .page-template-page-standard .site-logo ,.page-template-page-wettbewerbe .site-logo ,.page-template-page-handout .site-logo, .single-post .site-logo , .single-job .site-logo, .single-wettbewerb .site-logo {
	width: 22%!important;
	padding:1% 0% 1% 48px!important;
	}
.site-header {
	 height: 0;
	position: fixed;
	z-index:2;
    padding-bottom: 0;
    width: 100%;
	background:#fff;
	max-width:1800px;
	}
.single-wpdmpro .site-header {
	left:0;
	opacity:1;
	max-width:100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
.single-wpdmpro header.sticky {
	_opacity:0;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
	.single-wpdmpro header.top-navigation {
	opacity:1;
	
		transition: all 0.8s ease;
	}
	.single-wpdmpro header.sticky > nav.top-navigation {
	_opacity:0;
	
		transition: all 0.8s ease;
	}

.white .site-logo img{
	 -webkit-filter:invert(100%);
     filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
	}
/*.white, .single-wpdmpro {
	background:#222;
	color:#eee;
	filter: invert(100%)!important;
}*/


.home .site-header {
	 height: 0;
	position: absolute!important;
	z-index:4;
    padding-bottom: 10%;
    width: 100%;
	background:#fff;
	max-width:1800px;
	height:160px;
	}
	
.home .site-header.sticky {
	position:fixed!important;
	padding-bottom: 0%;
	}

.fence {
	width: 100%;
	height:120px;
	position:fixed;
	
	_z-index:3;
	top:0;
	float: left;
	}
.single-wpdmpro .fence {
	display:none;
}
.site-content {
	width:100%;
	
	}
.home .content-area{
	width:100%;
	margin-top:0%;
	background:#fff;
	}
.content-area{
	width:100%;
	margin-top:182px;
	background:#fff;
	}
.single .content-area{
	width:100%;
	float:left;
	margin-top:182px;
	_background: #222;
	}


.archive .content-area, .page-template-page-wettbewerbe .content-area{
   width: 100%;
    margin-top: 162px;
   
	min-height:80vh;
}
.page-template-page-referenzen .white {
	background: #222;
	}
.white .site-content {
    width: 100%;
    background: #222;
}
.white .content-area{
	width:100%;
	margin-top:12%;
	background: #222;
	color:#fff;
	}
.white .content-area a{
	color:#fff;
	}
	

.page-template-page-standard .content-area, .page-template-page-handout .content-area  .page-template-default .content-area, .page-template-page-contact .content-area, .page-template-page-aktuelles .content-area,.page-template-page-wettbewerb .content-area {
	width:100%;
	margin-top:162px;
	
	}
h1.entry-title {
    font-family: 'Roboto Mono', monospace;

    width: auto;
    font-size: 2vw;
	line-height:1.2;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
	}
.pt-cv-ctf-Wettbewerbsslogan {
    font-family: 'Roboto Mono', monospace;

    width: auto;
    font-size: 1.6vw;
	line-height:1.2;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
	}

.entry-content, .cvp-replayout {
	font-family: 'Inconsolata', monospace;
	padding:0 10%;
	padding-bottom:10%;
	width:100%;
	float:left;
	_margin-top:80px;
	}

.page .entry-content-archiv {
	font-family: 'Inconsolata', monospace;
	padding:0 10% 0 10%;
	padding-bottom:10%;
	width:100%;
	_margin-top:80px;
	}
.post-type-archive-wpdmpro .entry-content-archiv, .tax-wpdmcategory .entry-content-archiv{
	font-family: 'Inconsolata', monospace;
	padding:0 8% 0 210px!important;
	margin-bottom:5%;
	width:100%;
	_margin-top:80px;
	min-height:100vh;
	}
.page-content-failure {
	
	font-family: 'Inconsolata', monospace;
	padding:0 10%;
	padding-bottom:10%;
	width:100%;
	float:left;
	_margin-top:80px;
	}
.home .entry-content {

	padding:0!important;
	}
	

.entry-content h4 {
	  font-family: 'Roboto Mono', monospace;
	  text-transform:uppercase;

	}
.entry-content a {
	color: #666;
	}
/*-----------------------------------------------------------
#TOP MENU
--------------------------------------------------------------*/

.top-navigation {
    margin-top: 0;
    height: 40px;
    width: 70%;
    top: 2%;
	right:0;
    float: right;
    position: fixed;
    z-index: 5;
	padding-right:11.5%;
}

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

.top-navigation li {
	float: right;
	position: relative;
	_width:16.66%;
	text-align: center;
	padding: 10px 0px 5px 0px;
	opacity:1;
}

.top-navigation a {
	display: inline-block;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-weight:400;
	color: #333;
	width:auto;
	padding: 5px 0px 5px 5px;
	font-size: 0.8rem;
}
nav.white li:before, nav.white li:after, nav.white a{
	color: #fefefe;

}

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

}

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

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

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

.top-navigation ul ul li {

}

.top-navigation li:hover,
.top-navigation li.focus {
	opacity:0.6;
}

.top-navigation ul ul :hover > a,
.top-navigation ul ul .focus > a {
}

.top-navigation ul ul a:hover,
.top-navigation ul ul a.focus {
}

.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
	left: auto;
}

.top-navigation ul ul li:hover > ul,
.top-navigation ul ul li.focus > ul {
	left: 100%;
}

.top-navigation .current_page_item ,
.top-navigation .current-menu-item ,
.top-navigation .current_page_ancestor ,
.top-navigation .current-menu-ancestor {
	opacity:0.6;
}
.top-navigation .cart  {
	margin-top:-10px;
	_padding-right:20px;
	padding-left:10px;
	padding-top:20px;
	color:#fff;
	max-width:40px;
	font-size:2px;
	}
.top-navigation .cart a {
	 display: inline-block;
	text-indent: -9999px;
    position: absolute;
    z-index: 3;
	margin-left:-30px;
    width: 30px;
	}
.top-navigation .cart:before {
	content: '';
	background: url(images/cart.svg);
	 width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
    position: relative;
  	}
#menu-item-608.current-menu-item {
	
	}
.cart-counter{
	color: #fff;
	background:red;
	padding:0px 5px;
	position: absolute;
	margin-top:-18px;
	    margin-left: -3px;
	border-radius: 8px 8px 8px 0px;
-moz-border-radius: 8px 8px 8px 0px;
-webkit-border-radius: 8px 8px 8px 0px;
border: 0px solid #000000;
	font-size:12px;
	text-align:center;
}

.top-navigation .mail  {
	margin-left:10px;
	}
.top-navigation .mail a {
	 display: inline-block;
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 40px;
	
	}


.top-navigation .mail:after {
	content: '';
    background: url(images/mail.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
      position: relative;
	}

.top-navigation .impr  {
	margin-left:10px;
	}
.top-navigation .impr a {
	 display: inline-block;
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 40px;
	
	}


.top-navigation .impr:after {
	content: '';
    background: url(images/impr.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
      position: relative;
	}




.top-navigation .data  {
	margin-left:10px;
	}
.top-navigation .data a {
	 display: inline-block;
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 40px;
	
	}


.top-navigation .data:after {
	content: '';
    background: url(images/data.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
      position: relative;
}
.top-navigation .qms  {
	margin-left:10px;
	}
.top-navigation .qms a {
	 display: inline-block;
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 40px;
	
	}


.top-navigation .qms:after {
	content: '';
    background: url(images/qms.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    display: inline-block;
    margin-top: -3px;
	margin-left:5px;
      position: relative;
	}
.top-navigation .facebook a {
	 display: inline-block;
	text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 30px;
	
	}
.top-navigation .facebook:after {
	content: '\f204';
	 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 21px/1 'Genericons';
	}
.top-navigation .fax a {
	 display: inline-block;
	text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 30px;
	}
.top-navigation .fax:after {
	content: '\f469';
	 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
	}
.top-navigation .place a {
	 display: inline-block;
	text-indent: -9999px;
    position: absolute;
    z-index: 3;
    width: 30px;
	}
.top-navigation .place:after {
	content: '\f308';
 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 23px/1 'Genericons';
	}
/*.single-wpdmpro .top-navigation .mail:after,.single-wpdmpro .top-navigation .place:after,.single-wpdmpro .top-navigation .facebook:after, .single-wpdmpro .top-navigation .cart:before, .single-wpdmpro .top-navigation .impr:after, .single-wpdmpro .top-navigation .qms:after, .single-wpdmpro .top-navigation .data:after {
   color:#fefefe;
   -webkit-filter: invert(100%);
}*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation img {
	width:100%;
}
.site-logo img{
	width:100%;
	}

.single-post .site-logo img,.single-job .site-logo img,  .single-wettbewerb .site-logo img, .sticky .site-logo img, .single-wpdmpro .site-logo img, .archive .site-logo img, .page-template-default .site-logo img, .page-template-page-aktuelles .site-logo img, .page-template-page-contact .site-logo img, .page-template-page-referenzen .site-logo img, .page-template-page-team .site-logo img, .page-template-page-standard .site-logo img, .page-template-page-wettbewerbe .site-logo img, .page-template-page-handout .site-logo img{
	width: 45%!important;
    transition: all 0.4s ease;
    min-width: 130px;
	
}
.mobile-submenu {
	display:none;
	}

.main-navigation {
	margin-top:0;
    width: 100%;
	float:right;
	position: relative;
    z-index: 5;
	background:#fff;
	min-height: 100px;
    border-bottom: 1px solid #eee;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home .main-navigation {
	margin-top:2%;
}



.white .main-navigation{
	background:#222;
	color:#eee;
	min-height:140px;
	_border-bottom: 1px solid #eee;
}

.home .flex-direction-nav {
   display:none!important;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 70%;
    float: right;
    padding-right: 5%;
	display: flex;
    justify-items: baseline;
    justify-content: space-evenly;
}


.main-navigation li {
	float: left;
	position: relative;
	width:16.666%;
	text-align:center;
	margin-top:9%;
	
}
.main-navigation li.athome {
	float: left;
	position: relative;
	width:15%;
	text-align:left;
}



.main-navigation a {
	display: inline;
	text-decoration: none;
	font-family: 'Roboto Mono', monospace;

	text-transform: uppercase;
	font-weight:bold;
	color: black;
	width:auto;
	padding: 5% 0 4% 0;
	_font-size: 1vw;
	
}


.white .main-navigation a {
	background:#222;
	color:#eee;
	
}
.main-navigation a:hover {
	color: #ccc!important;

}

.main-navigation ul ul {
	
	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: auto;
	padding: 2% 0 2% 0;
}

.main-navigation ul ul li {
display: inline-block;
clear: both;
margin-top: 0%;
width: 100%;
text-align: left;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a, .single-wettbewerb li.wett a {
	 border-top: 2px solid #333;
	  color: #333;
}
.home .main-navigation .current_page_item > a,
.home .main-navigation .current-menu-item > a,
.home .main-navigation .current_page_ancestor > a,
.home .main-navigation .current-menu-ancestor > a {
	border: none;
	color:#000;
}
a.mPS2id-clicked, a.mPS2id-highlight{
	 border-top: 2px solid #333!important;
	  color: #333!important;
}
.current-menu-parent a:focus{
	 border-top: 2px solid #333!important;
	  color: #333!important;
}

.white .main-navigation .current_page_item > a,
.white .main-navigation .current-menu-item > a,
.white .main-navigation .current_page_ancestor > a,
.white .main-navigation .current-menu-ancestor > a {
	 border-top: 2px solid #ccc;
	  color: #ccc;
}
/*.single-wpdmpro .main-navigation .menu-item-25 > a
 {
	 border-top: 2px solid #ccc;
	  color: #ccc;
}*/

.main-navigation li.active a {
    border-top: 2px solid #333!important;
    color: #333;
}
.projektparent ul.sub-menu {
	display: none!important;
	left:-9999px;
	}
.projektparent:hover ul.sub-menu {
	display: none!important;
	left:-9999px;
	}
 ul.sub-menu {
	background: #fff;
	padding: 10px 10px;
	width:100%;
	}
.single-wpdmpro .projektparent ul.sub-menu {
	display: block!important;
	left:-9999px;
    
	width:200%;
	}
.single-wpdmpro .projektparent:hover ul.sub-menu {
	display: block;
	left: 20%;

	}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 {
	float: left;
	width: 20%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width:20%;
}
.pre-next {
    position: absolute;
    width: 100%;
    top: 110%;
    left: 0;
    padding: 0 5%;
    z-index: 40000;
}

.single-post .pre-next, .single-wettbewerb .pre-next, .single-job .pre-next  {
    position: fixed;
    width: 100%;
    top: 60%;
    left: 0;
    padding: 0 5%;
    z-index: 4;
}
.post-navigation .nav-previous a {
	display: inline-block;
	text-indent: -9999px;
	width:30px;
	background: url(images/preview.svg);
	opacity: 0.5;
	transition: all 0.5s ease;
	background-repeat: no-repeat;
	float: left;
	height:40px;
	
}


.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	opacity: 1;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 10%;
}

.post-navigation .nav-next a {
	    display: inline-block;
    text-indent: 9999px;
    width: 30px;
    overflow: hidden;
    background: url(images/next.svg);
    background-repeat: no-repeat;
    height: 40px;
    line-height: 2;
    opacity: 0.5;
    transition: all 0.5s ease;
}

  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    width: 10%;
    margin-left: -5%;
}
   .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 10%;
    margin-right: -5%;
}
/*-----------------------------------------------------------
#FOOTER MENU
--------------------------------------------------------------*/

.site-footer  .menu-footer-menu-container {
    margin-top: 0;
    top: 2%;
	right:0;
    float: left;
}

.site-footer  .menu-footer-menu-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width:100%;
	float: right;
	_background:#666;
	padding-right:5%;
}

.site-footer  .menu-footer-menu-container li {
	float: left;
	width:100%;
	text-align: left;
	padding: 0px 0px;
}

.site-footer  .menu-footer-menu-container a {
	display: inline-block;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-weight:400;
	color: #eee;
	width:auto;
	padding: 5px 5px 5px 5px;
	font-size: 0.8rem;
}
nav.white li:before, nav.white li:after, nav.white a{
	color: #fefefe;

}

.site-footer  .menu-footer-menu-container a:hover {
	color: #ff6863;

}

.site-footer  .menu-footer-menu-container 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;
	
}

.site-footer  .menu-footer-menu-container ul ul ul {
	left: -999em;
	top: 0;
}

.site-footer  .menu-footer-menu-container ul ul a {
	width: 200px;
}

.site-footer  .menu-footer-menu-container ul ul li {

}

.site-footer  .menu-footer-menu-container li:hover > a,
.site-footer  .menu-footer-menu-container li.focus > a {
}

.site-footer  .menu-footer-menu-container ul ul :hover > a,
.site-footer  .menu-footer-menu-container ul ul .focus > a {
}

.site-footer  .menu-footer-menu-container ul ul a:hover,
.site-footer  .menu-footer-menu-container ul ul a.focus {
}

.site-footer  .menu-footer-menu-container ul li:hover > ul,
.site-footer  .menu-footer-menu-container ul li.focus > ul {
	left: auto;
}

.site-footer  .menu-footer-menu-container ul ul li:hover > ul,
.site-footer  .menu-footer-menu-container ul ul li.focus > ul {
	left: 100%;
}

.site-footer  .menu-footer-menu-container .current_page_item > a,
.site-footer  .menu-footer-menu-container .current-menu-item > a,
.site-footer  .menu-footer-menu-container .current_page_ancestor > a,
.site-footer  .menu-footer-menu-container .current-menu-ancestor > a {
	border-bottom: 1px solid #000;
}
.site-footer  .menu-footer-menu-container .cart  {
	margin-top:0;
	padding-left:0;
	padding-top:0;
	}
.site-footer  .menu-footer-menu-container .cart a {
    z-index: 3;
    width: 30px;
	}
.site-footer  .menu-footer-menu-container .cart:before {
	content: '';
	 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
	_padding-top:10px;
	position: absolute;
	padding-right:20px;
	margin-left:-20px;
	}

.site-footer  .menu-footer-menu-container .mail a {
    z-index: 3;
    width: 30px;
	}
.site-footer  .menu-footer-menu-container .cart-counter{
display: none;
}

.site-footer  .menu-footer-menu-container .mail:after {
	content: '';
	 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
	
	}

.site-footer  .menu-footer-menu-container .facebook a {
    z-index: 3;
    width: 30px;
	}
.site-footer  .menu-footer-menu-container .facebook:after {
	content: '';
	 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
	}
.site-footer  .menu-footer-menu-container .fax a {
    z-index: 3;
    width: 30px;
	}
.site-footer  .menu-footer-menu-container .fax:after {
	content: '';
	 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
	}
.site-footer  .menu-footer-menu-container .place a {
    z-index: 3;
    width: 30px;
	}
.site-footer  .menu-footer-menu-container .place:after {
	content: '';
 display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 23px/1 'Genericons';
	}

/*--------------------------------------------------------------
## Startseite
--------------------------------------------------------------*/
.single-wpdmpro .slider {
    width: 100%!important;
    float: left;
    overflow: hidden;
    max-height: 87vh!important;
    margin-top: 10vh;
}

.metaslider {
    height: auto;
    max-height: 90vh;
}

.metaslider .slides img {
    width: 100%!important;
   
}
.slider p{
	margin:0;
	padding:0;
	}
h2.ueberuns{
	 position: relative;
    font-family: 'Roboto Mono', monospace;
    width: auto;
	float: left;
    background: rgba(255,255,255,1);
    font-size: 30px;
    _font-weight: normal;
	border-top:   1px solid  #eee;
	border-right:  1px solid #eee;
	border-bottom: 1px solid #fff;
	border-left:   1px solid #eee;
    margin: 0;
    padding: 15px 48px 17px 48px;
	z-index: 3;
	text-transform: uppercase;
	margin-top:-78px;
	}
h2.ueberuns a{
	text-decoration: none;
	color:#000!important;
	
	}

.anker {
	width: 100%;
    padding: 5%;
    float: left;
    z-index: 50000000000;
	}
section.front {
	position:relative;
	float:left;
	width: 100%;
  
	}
section.first {
	padding:50px 10% 20px 10%; 
	 margin-top: 2vh;
	}
.front-first-inner {
	width: 100%;
    float: left;
    background: #fff;
	}
:target:before {
content:"";
display:block;
height:162px; /* fixed header height*/
margin:-162px 0 0; /* negative fixed header height */
}

.first .first-row, .first .second-row {
	width:50%;
	float:left;
	}

.first-row .content-blocks {
width:100%;
float:left;
	}
.content-blocks {
clear: both;

	}
.content-blocks ul{
	padding:0;
	margin:0;
	}
.content-blocks li{
	list-style-type: none;
	margin:0;
	}
.content-blocks h2{
	text-transform: uppercase;
	font-size:24px;
	padding-left:3%;
	}	
.content-blocks h4, .accordion h4{
	text-transform: uppercase;
	_font-weight: normal;
	font-size:20px;
	}
h4#accordion-1-t1 {
	cursor:pointer;
	}
h4#accordion-1-t2 {
	font-size:16px!important;
	margin-top:0!important;
	text-transform: none!important;
	cursor:pointer;
	font-weight:normal;
	font-family: 'Inconsolata', monospace;
	}
.accordion-content {
	padding-top:0;
	}
	
.content-blocks p{
	font-family: 'Inconsolata', monospace;
	
	}


.first-row {
	width:50%;
	float:left;
	}

.col {
	width: auto;
	float: left;
	padding-bottom: 30px;
	border-top: 1px solid #eee;
	}

.facts {
	padding-top:10%!important;
	}	
.facts p {
	display: inline-block;
	border: none;
	float:left;
	width:100%;
	margin:0;
	padding-bottom:0!important;
	padding-top:0!important;
	}
.facts-left {
	font-size: 80px;
	line-height:60px;
	font-family: 'Roboto Mono', monospace;

	}

.second-row  {
    width: 50%;
    float: left;
	_display: inline-block;
	 column-count: 2;
	 column-width: 50%;
	 _max-height: 200vh;
	 padding-top: 2%;
}
.second-row .child {
   font-size:0.8vw;
   break-inside: avoid-column;
   border-bottom:1px solid #eee;
 
}

.second-row div:nth-child(2n+1) {
 
}

.second-row div:first-child {
 margin-top:-20px;
}
.second-row h3 {
font-size: 2.1vh;
 font-weight: normal;
 padding-top:0;
}
.second-row div:nth-child(3n+1) h3 {
 color: #666;
 font-size: 2.1vh;
 font-weight: normal;
}
.second-row div:nth-child(3n+2) h3 {
 color: #333;
 font-size: 2vh;
 font-weight: normal;
 _font-style:italic;

}
.second-row div:nth-child(5n+1) h3 {
 color: #333;
 font-size: 2.4vh;
 font-weight: normal;
 text-transform:uppercase;
}

#pt-cv-view-7e4edcd0d6 .pt-cv-title a, #pt-cv-view-7e4edcd0d6 .panel-title {
    font-family: 'Roboto Mono', monospace;

}
.pt-cv-pinterest.pt-cv-masonry .pt-cv-pinmas {
    box-shadow: none!important;
	font-family: 'Inconsolata', monospace;
	_padding:3% 2% 3% 0%;
}
.pt-cv-pinterest .pt-cv-pinmas {
    border-top: none!important;
	font-family: 'Inconsolata', monospace;
}

.pt-cv-title a{
   font-family: 'Roboto Mono', monospace;

   color:#000;
}

.pt-cv-pinterest:not(.pt-cv-no-bb) .pt-cv-pinmas>* {
    border-bottom: none!important;
}

h2.partner {
    position: relative;
    font-family: 'Roboto Mono', monospace;

    width: auto;
	float: left;
    background: rgba(255,255,255,1);
    font-size: 30px;
    _font-weight: normal;
    margin: 0;
_z-index:3001;
    padding: 15px 48px 15px 48px;
	border-top:   1px solid  #eee;
	border-right:  1px solid #eee;
	border-bottom: 1px solid #fff;
	border-left:   1px solid #eee;
    margin: 0;
    padding: 15px 48px 15px 48px;
	z-index: 3;
	text-transform: uppercase;
}
h2.partner a {
    text-decoration: none;
    color: #000;
}
h2.projektleiter {
    position: relative;
    font-family: 'Roboto Mono', monospace;

    width: auto;
	float: left;
    background: rgba(255,255,255,1);
    font-size: 30px;
    _font-weight: normal;
    margin: 0;
_z-index:3002;
    padding: 15px 48px 15px 48px;
	border-top:   1px solid  #eee;
	border-right:  1px solid #eee;
	border-bottom: 1px solid #fff;
	border-left:   1px solid #eee;
    margin: 0;
    padding: 15px 48px 15px 48px;
	z-index: 3;
	text-transform: uppercase;
}
h2.projektleiter a {
    text-decoration: none;
    color: #000;
}
h2.mitarbeiter {
    position: relative;
    font-family: 'Roboto Mono', monospace;

    width: auto;
	float: left;
    background: rgba(255,255,255,1);
    font-size: 30px;
    _font-weight: normal;
    margin: 0;
_z-index:3003;
    padding: 15px 4% 15px 3%;
	border-top:   1px solid  #eee;
	border-right:  1px solid #eee;
	border-bottom: 1px solid #fff;
	border-left:   1px solid #eee;
    margin: 0;
    padding: 15px 48px 15px 48px;
	z-index: 3;
	text-transform: uppercase;
}
h2.mitarbeiter a {
    text-decoration: none;
    color: #000;
}

h2.answers {
    position: relative;
    font-family: 'Roboto Mono', monospace;

    width: auto;
	float: left;
    background: rgba(255,255,255,1);
     font-size: 30px;
    _font-weight: normal;
	border-top:   1px solid  #eee;
	border-right:  1px solid #eee;
	border-bottom: 1px solid #fff;
	border-left:   1px solid #eee;
    margin: 0;
    padding: 15px 48px 15px 48px;
	z-index: 3;
	text-transform: uppercase;
}
h2.answers a {
    text-decoration: none;
    color: #000;
}
.second {
	border-top:1px solid #eee;
	margin-top:-1px;
	padding: 60px 10%  10% 10%;
	}

 .pt-cv-content p {
	 font-family: 'Inconsolata', monospace;
	 }
/*
.second-row div:nth-child(odd) {
	background:blue;
	}
.second-row div:nth-child(even):after {
	content:'xxxx';
	clear:both;
	}
.second-row div:nth-child(even) {
	background:red;
	position: relative;
	float: right;
	}*/

.cols-1 {
	width: 100%;
	float:left;
	}
.cols-2 {
	width: 50%;
	float:left;
	}
/* .col-sm-4:nth-child(1), .col-sm-4:nth-child(3) {
	background:#eee;
	opacity:0.7;
	}
 .col-sm-4:nth-child(1):hover, .col-sm-4:nth-child(3):hover {
	opacity:1;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	}
 .col-sm-4:nth-child(2) {
	background:#fcfcfc;
	opacity:0.7;
	}
.col-sm-4:nth-child(2):hover {
	opacity:1;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	}*/
	
.one_third:nth-child(1), .one_third:nth-child(3), .one_third:nth-child(2)  {
	background:#fff;
	opacity:1;
	}
.col-sm-4:nth-child(1), .col-sm-4:nth-child(3), .col-sm-4:nth-child(2)  {
	background:#fff;
	opacity:1;
	}
.entry-content .row {
	width:100%;
	clear:both;
	}
.entry-content .row:nth-child(2) {
	padding-top:3%;
	}
	

.entry-content .row:after {
	content:"";
	clear:both;
	}
.col-sm-4:nth-child(1),  .col-sm-4:nth-child(2)  {
	border-right: 1px solid #ccc;
	}
.one_third:nth-child(1),  .one_third:nth-child(2)  {
	border-right: 1px solid #ccc;
	}
.cols-3, .col-sm-4 {
	width: 32%;
	margin-right:1%;
	float:left;
	overflow:hidden;
	}
.one_third {
    width: 30%;
    padding-left: 3%;
    margin-right: 3%;
    float: left;
    overflow: hidden;
    padding-top: 3.5%;
}
.entry-content .row:nth-child(1) .col-sm-4:nth-child(1) {
	margin-right:0;
	border: none!important;
	}
.entry-content .row:nth-child(1) .one_third:nth-child(1) {
	margin-right:0;
	border: none!important;
	}
.one_third:nth-child(1) {
	_margin-right:0;
	border: none!important;
	}

.one_third h2{
	font-family: 'Roboto Mono', monospace;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
	margin-top:10px;
	}	
 .col-sm-4 h2{
	font-family: 'Roboto Mono', monospace;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
	margin-top:10px;
	}
.cols-4 {
	width: 25%;
	float:left;
	}
.cols-5 {
	width: 20%;
	float:left;
	}
.col p, .col li{
	padding:3% 8% 3% 2%;
	}
.pt-cv-pinterest.pt-cv-shadow .pt-cv-content-item {
    box-shadow: none!important;
}

.pt-cv-pinterest .pt-cv-content-item {
    border-top:none!important;
	padding-right:21px!important;
}

.pt-cv-content, .pt-cv-content * {
    font-weight: 400;
    width: 80%!important;;
}

section.third {
	border-top:1px solid #eee;
	margin-top:-1px;
	padding:50px 10% 20px 10%; 
	}
/*.third .projektleiter img {
	width:33.33%;
	float:left;
	padding:3% 3% 1.5% 0;
	}*/


section.fourth {
    border-top: 1px solid #eee;
    margin-top: -1px;
    padding: 50px 10% 20px 10%;
}
section.fourth .partner-box {
   width: 16.66%;
	float:left;
	padding:0 1% 1% 1%;
}


section.fifth {
    border-top: 1px solid #eee;
    margin-top: -1px;
    padding: 50px 10% 20px 10%;
}	
	
.pt-info {
		width: 100%;
		
		float:left;
		_border: 1px solid #eee;
		overflow: hidden;
		
		}
	.pt-info img {
		width: 100%;
	  -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
		}
.pt-author h4 {
	margin-top: 0;
	}
	
.pt-info img:hover  { transform: scale(1.1); overflow:hidden; }
	.pt-quote {
		display: none;
		}
	

	.pt-info:hover div.pt-quote {
		width:35%;
		display: block;
		position: absolute;
		margin-top:-1.5%;
		margin-left:0%;
		background:rgba(255,255,255,0.95);
		padding: 2px 20px 8px 20px;
		color: #000;
		z-index:4000;
		}
	
	.pt-info:hover div.pt-quote p {
		font-family: 'Inconsolata', monospace;
		font-size: 0.9em;
		line-height:1.5;
		}
		.pt-info:hover div.pt-quote a {
		font-family: 'Inconsolata', monospace;
		color:#000;
		font-size: 0.9em;
		text-decoration: none;
		}	
				
/*--------------------------------------------------------------
## REFERENZEN
--------------------------------------------------------------*/

.page-template-page-standard .entry-header,.page-template-page-handout .entry-header, .page-template-page-contact .entry-header,.single-post .entry-header, .single-job .entry-header,  .single-wettbewerb .entry-header, .page-template-default .entry-header,.page-template-page-aktuelles .entry-header, .post-type-archive .page-header, .tax-wpdmcategory .page-header, .entry-header-archive{
	_position:absolute;
	left:0;
	padding-left:48px;
	}
.referenzen  {
    width: 100%;
    float: left;
	 
}
.referenzen .left  {
    width: 50%;
    float: left;
	padding: 2% 5%;
	 
}
.referenzen .right  {
    width: 50%;
    float: right;
	_display: inline-block;
	 columns:  auto 2;
	 _max-height: 200vh;
	 padding: 2% 5% 2% 0%;
	 
}

.col-sm-4 p {
	padding:3% 5% 3% 0;
	}
.col-sm-4 h4 {
    _padding-left: 3%;
    font-size: 20px;
	line-height:1.3;
}
	
.referenzen h3 {
font-size: 2.1vh;
 font-weight: normal;
 padding-top:0;
 
}

.referenzen .right div:nth-child(1)  {
	-webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;

}
.referenzen .right div:nth-child(2)  {
   -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}
.referenzen .right div:nth-child(3)  {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
}
.referenzen .right .child {
   font-size:0.8vw;
   break-inside: avoid-column;
   border-bottom:1px solid #eee;
  padding:0% 4% 2% 2%;
}
/*--------------------------------------------------------------
## DOWNLOADS
--------------------------------------------------------------*/
.edd-cart-item-separator, .edd-cart-item-quantity, .edd-cart-item-price, .edd_total, .cart_total, .edd_cart_item_price {
	display: none;
	}
	
#upt-container .upt-thumb-slider > span {
_top:80%!important;
	}
#upt-container .upt-thumb-slider > span.upt-previous {
    left: 0px!important;
}
#upt-container .upt-thumb-slider > span.upt-next {
    right: 0!important;
}
.project-menu {
	 width:8%; 
	 height:400px;
	 margin-left: 48px; 
	 margin-top: -8px;
	 position:relative; 
	 float:left;
	}
.page-template-page-wettbewerbe .project-menu {
    display: none;
    margin-top: 50px;
}
.project-navigation ul, .project-navigation li {
	margin:0;
	padding:0;
	list-style: none;
	
	}
.project-navigation li {
	_line-height: 1!important;
	_padding: 0 0 12px 0;
	}



.project-navigation li a {
	color: #aaa;
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	}
	
.project-navigation li a:hover, .project-navigation li.current-menu-item a{
	color:#000;
	font-weight:bold;
	}
/*--------------------------------------------------------------
## PROJEKTE DOWNLOADS SINGLE
--------------------------------------------------------------*/	
.single-wpdmpro .thumbnails {
    display: none;
}
    label.close-toggle {display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
    top: 170px;
    width: 100%;
    _border: 1px solid red;
    height: 85vh;
    z-index: 4000;
	cursor:pointer;
	}
	
input.close-input {
	position:absolute;
	left:-999em
}
.single .site-header{
	z-index:2;
	}

.single-wpdmpro .slider {
	
   _width: 72%!important;
    overflow: hidden;
    position: fixed!important;
    display: inline-block;
    z-index: 1;
	_height:80vh!important;
	line-height:100%;
	_margin-top:0!important;
	max-width: 100%;
	max-height:100vh!important;
	_padding: 50px 5% 1vw 9.7%;
}
.single-wpdmpro .metaslider{
	max-height:100vh;
}
.single-wpdmpro .metaslider {
	width: 72% !important;
overflow: hidden;
_position: fixed !important;
display: inline-block;
z-index: 0;
_height: 80vh !important;
line-height: 100%;
_margin-top: 0 !important;
max-width: 100%;
max-height: 100vh !important;
padding: 50px 5% 1vw 9.7%;
    _top: 0;
    left: 0;
}

@-moz-document url-prefix() {
.single-wpdmpro .metaslider {
position: fixed !important;
}
}

#fancybox-outer {
    max-width: 95vw !important;
}
#fancybox-content {
    max-width: 100% !important;
	height:auto!important;
}

.metaslider.ms-theme-highway .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .metaslider.ms-theme-highway ul.rslides_tabs, .metaslider.ms-theme-highway div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
    left: 0;
    width: 100%;

}
.flex-prev, .flex-next  {
    border: none!important;
}
.single-wpdmpro .site-content {
    _background:#222;
}
ol.flex-control-nav.flex-control-paging, .metaslider.has-thumbs-responsive .nivo-controlNav.nivo-thumbs-enabled, .metaslider.has-thumbs-responsive .flex-control-thumbs {
    display: none!important;
}
.metaslider.ms-theme-highway .flexslider:not(.filmstrip) ul.flex-direction-nav, .metaslider.ms-theme-highway div.nivo-directionNav {
       bottom: 55%!important;
    left: 0!important;
    margin-left: 50%!important;
    width: 90%!important;
}
.metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev:before, .metaslider.ms-theme-highway .rslides_nav.prev:before, .metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a.nivo-prevNav:before, .metaslider.ms-theme-highway .coin-slider .coin-slider div a.cs-prev:before, .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next:before, .metaslider.ms-theme-highway .rslides_nav.next:before, .metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a.nivo-nextNav:before, .metaslider.ms-theme-highway .coin-slider .coin-slider div a.cs-next:before {
    background: transparent!important;
}
.flex-control-nav {
    z-index: 400!important;
    _top: 78%!important;
}
.flex-direction-nav {
    z-index: 400!important;
    _top: 78%!important;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}
.metaslider a {
    outline: none;
}
.flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav a.flex-prev {
    width: 50px!important;
    height: 60px!important;
    margin: -20px 0 0;
    display: block;
    background: url(images/pro-prev.svg) no-repeat 0 0!important;
  	opacity: 0.5;
}

.flex-direction-nav a.flex-next {
    width: 50px!important;
    height: 60px!important;
    margin: -20px 0 0;
    display: block;
	opacity: 0.5;
    background: url(images/pro-next.svg) no-repeat 0 0!important;
  
}
.single .site-footer {
z-index:4;
	margin-top:79vh;
}
.single-post .site-footer, .single-wettbewerb .site-footer, .single-job .site-footer {
z-index:4;
	margin-top:0;
}

.single .upt-container {
    display: none;
}

.postid-899 .upt-container {
   display: none;
}
.single .upt-thumb-slider {
    margin: 0;
    padding: 0;
    width: 100%!important;
}
.single #upt-container .upt-item img {
    display: block;
    width: 100%!important;
	_height: 80vh!important;
}
.w3eden {
    display: none;
}
.entry-content .w3eden{
	display:block;
	position: relative;
    min-height:100vh;
	width:100%;
	float:left;
	    padding: 1% 10% 3% 10%;
	}

.w3eden .btn-info::after {
    background: rgba(0,0,0,0.05)!important;
}
.w3eden .wpdm-filelist td {
background: rgba(0,0,0,0.0) !important; 
    
}

.home .w3eden{
	display:none;
	}
.w3eden .row {
	opacity:1;
	height:auto;
	overflow:hidden;
	transition:opacity 0.5s linear, max-height 0.5s linear;
	margin:  0 0 0;
	margin-top:-5%;
	float:left;
	}
.w3eden input[type=checkbox]:checked + div {
	opacity:0;
	height:100vh;
	border:none;

}
.handout {
	width:100%;
	float:left;
	padding-left:30px;
}
.w3eden .col-md-12 {
  padding:0!important;
}
.single .w3eden .panel {
	position: relative!important;
	_margin-top: 85vh;
    margin-bottom: -10px!important;
    border-radius: 0px!important;
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
	background: #222!important;
	padding:1px 20% 5% 10%;	
	border: none!important;
	float:left;
	width:100%;
	z-index: 3;
}
.w3eden .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
	background: none!important;
	}
.single-wpdmpro h2{
	font-family: 'Roboto Mono', monospace;
	font-size:25px;
	}
.single-wpdmpro .metaslider .caption-wrap {
   display:none;
}
.ubersichtsplan{
	_background:#fff;
	text-align:left;
	width: 50%;
	padding: 0 3%;
	float:left;
	margin-top:-20px;
	}
.ubersichtsplan img{
	-webkit-filter: invert(100%);
	vertical-align:left!important;
	}
	
.single-wpdmpro .widget-area, .single-wettbewerb .widget-area {
	display: none!important;	
}

.single-wpdmpro .entry-content {
    padding: 0!important;
}
/*--------------------------------------------------------------
## PROJEKTE DOWNLOADS CART
--------------------------------------------------------------*/	
.page-id-351 .entry-content {
	width: 80%;
    padding-bottom: 10%;
	}
.w3eden .panel.dashboard-panel .panel-heading {
   display: inline-block;
   color:#fff;
   border:none!important;
}
.w3eden .panel.dashboard-panel .panel-heading:after {
   content: 'GESAMMELTE PROJEKTE';
   position:absolute;
   margin-left:-60px;
   color:#000!important;
}
p.sammel {
	color: rgba(255,255,255, 0.0)!important;
	}
.w3eden .dashboard-panel .file-cart-list h3 {
   display: inline-block;
    width: 100%;
    text-indent: -9999px;
	position:absolute;
}
.list-group-item div{
	float:left;
	border: none!important;
	}
.w3eden .file-cart-list li em a {
    font-style: normal!important;
	color:#000!important;
    font-size:18px;
	font-weight: normal;
	text-transform:uppercase;
	padding-left:20px;
	position: absolute;
}
.page-template-page-handout .w3eden .panel {
	background: #fff!important;
	padding:2% 20% 2% 10%;	
	 border-radius: 0px!important;
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
}

.w3eden .btn-danger, .w3eden .flat-danger, .w3eden .flat-danger.btn-bordered:hover {
    background-color: #222;
    color: #ffffff;
}
.w3eden .btn-primary, .w3eden .flat-primary, .w3eden .flat-primary.btn-bordered:hover {
    background-color: #fff;
    color: #000;
	border:1px solid #000!important;
}

.w3eden .btn-primary:focus,
.w3eden .btn-primary:active:not(.no-hover),
.w3eden .flat-primary:active:not(.no-hover),
.w3eden .flat-primary.btn-bordered {
    background-color: #ccc;
    color: #222;
}
.w3eden .btn-primary:hover:not(.no-hover),
.w3eden .flat-primary:hover:not(.no-hover),
.w3eden .flat-primary.btn-bordered {
    background-color: #666;
    color: #ffffff;
}
.w3eden .btn {
    background-image: none!important;
}
.w3eden .btn-danger.active,
.w3eden .btn-danger.focus,
.w3eden .btn-danger:active,
.w3eden .btn-danger:focus,
.w3eden .btn-danger:hover,
.w3eden .open > .dropdown-toggle.btn-danger {
    color: #eee;
    background-color: #666;
    border-color: #666;
}
/*--------------------------------------------------------------
## JOBS
--------------------------------------------------------------*/


#pt-cv-view-1c26ed7weh .pt-cv-readmore {
    color: #404040 !important;
    background-color: rgba(0,174,239,0) !important;
    float: right !important;
    display: inline-block !important;
    text-align: right !important;
    clear: both !important;
    position: absolute;
    right: 0;
}

/*--------------------------------------------------------------
## PROJEKTE & Wettbewerbe
--------------------------------------------------------------*/

.projektheader {
	display:none;
}

.placer {height:50px;}
.post-type-archive .page-header, .page-template-page-wettbewerbe .page-header {
        _position: absolute;
    padding-left: 48px!important;
}
.post-type-archive-wpdmpro .projektheader  {
	display:block;
}

.page-template-page-wettbewerbe article {
    display: flex!important;
}
.entry-content-wettbewerbe {
    _left: 8vw;
    position: relative;
    width: 100%;
    float: left;
	 _padding-left: 48px;
	padding-bottom: 10%;
}
.page-template-page-wettbewerbe .pt-cv-colsys {
    margin-left: 0!important;
    margin-right: 0!important;
	padding-left: 210px;
	padding-top: 50px;
}

.page-template-page-wettbewerbe  .pt-cv-colsys .pt-cv-content-item {
    padding-left:0!important;
}
.archive article {
	width: 25%;
	padding: 0% 1.2% 16% 1.2%;
    margin-left: -1%;
	float: left;
	margin-bottom:-1%!important;
	margin-top:2%;
	height:0;
	}

.archive .upt-container {
   	width: auto;
	float:left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 0;
    padding-bottom: 65%!important;
    height: 0!important;
}
.archive .upt-container a{
   	padding-top:0!important;
}
.archive #upt-container .upt-item img {
    display: block;
    width: 100%;
	height: auto;
}
#upt-container .upt-item img {
    display: block;
    max-width: 100%;
	height: 250px;
}
#upt-container span.upt-caption {
  display: none;
}

#upt-container span.upt-caption {
    padding: 1% 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #eee;
}
ul.projecttitle  {
	 position: relative;
    height: 50px;
   
    width: 50%;
    /* margin-left: 20%; */
    padding: 0;
    /* padding-bottom: 30%; */
    margin: 0;
    margin-top: 10%;
    margin-left: 25%;
	
	}
.projecttitle li {
	list-style-type: none;
    position: relative;
    padding: 0;
    /* float: left; */
    margin: 0;
    /* margin-left: 15%; */
    /* margin-top: 80%; */
    height: 0;
   
	padding-top: 50%; 
	}
.entry-content-archiv article a{
	padding-top:10%;
	text-decoration: none;
	}
.entry-title-project{
	display: none;
   position: relative;
    top: 0;
    float: left;
   
    padding: 0;
    margin-top: -50%!important;
    padding-bottom: 25%;
	line-height:1.1;
    padding-top: 10%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 3000;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
	}
.archive article:hover h1.entry-title-project{
	display: inline-block;
	cursor:pointer;
	transition: all 0.5s ease;
	
	}

.projecttitle li li{
	list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 0!important;
    margin-top: 0!important;
    height: 0;
	
	}
		
	
.projecttitle li  li h1{
	position: absolute;
    font-size: 16px;
    padding: 3% 0;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    /* margin-left: -2%; */
    width: 100%;
    margin-top: -40%;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s ease;
	}
	
	
/*--------------------------------------------------------------
## PROJEKTE SINGLE
--------------------------------------------------------------*/

	
.single-wpdmpro .upt-container {
	width: 100%!important;
	float: left;
	height:95vh!important;
	}

.single-wpdmpro .upt-container .upt-item
 {
		position:fixed!important;
	width: 100%!important;
	top:0;
	float: left;
	
	overflow: hidden;

	}
.single-wpdmpro .entry-header {
   _display: none;
}
.single-wpdmpro #upt-container .upt-item img {
    display: block;
   width: 100%!important;
	height: auto;
	max-width: 0px;
}
.single-wpdmpro.single-wpdmpro #upt-container span.upt-caption {
  display: none;
}

.single-wpdmpro #upt-container span.upt-caption {
    padding: 1% 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    _background: rgba(0, 0, 0, .5);
    _color: #eee;
}
	
h1.slogan {
	letter-spacing:2px;
	font-family: 'Roboto Mono', monospace;
font-size: 30px!important;
	margin-bottom:20px;
}
.slogan {
	letter-spacing:2px;
	font-size: 18!important;
	margin-bottom:20px;
	_margin-top:80px;
	float:left;
	width:100%;
	_padding:0 10%;
}

.single-wpdmpro #upt-container .upt-thumb-slider {
	width:100%!important;
	height:75vh!important;

	}
/*.single-wpdmpro article {
	_padding:2% 20% 2% 10%;	
	position: relative;
	margin-top:-15%;
	float:left;
	width:100%;
	}*/
.single-wpdmpro article {
    _padding: 2% 20% 2% 10%;
    top: 82vh;
    position: relative;
    _min-height: 80vh;
    z-index: 1;
    margin-top: -8%;
    float: left;
    width: 100%;
    background: #fff;
}
.single-wpdmpro .entry-content {
	    color: #222;
		_background:#222;
	float:left;
	width:100%;
	}	

.w3eden .btn-primary {
    display: none;
	
}
.page-id-351 .w3eden  {
   top:0!important;
}
.page-id-351 .w3eden .btn-primary {
   display: inline-block;
}


.w3eden .btn-primary:nth-child(3) {
    display: none;
	
}
.w3eden .wpdm-filelist td{ 
border-top: none !important; 
}

.w3eden .table-hover > tbody > tr:hover {
    background: none!important;
}
.w3eden .btn-info {
    background-color: #fff;
    color: #333;
	width:40px;
	height:40px;
	margin-left:-40px;
	float:left;

}

.project-content {
	columns:2;
	column-gap: 20px;
	padding-bottom:40px;
	    padding-top: 20px;
	_min-height:60vh;
	float:left;
	width:72%;
	}
.project-content p {
	float:left;
	}
.w3eden .btn-info:before {
  font-size:20px!important;
   
}
.project-data  {
    padding-top:20px;
	float:left;
	width:100%;
}
.project-data tr {
    width:100%;
}
.project-data td {
    width:25%;
}
.wp-video {
    max-width: 100%;
    _width: 100%!important;
    height: auto;
    float: left;
        padding-bottom: 20px;
    margin-top: 85px;
	margin-bottom:40px;
}
.mejs-overlay-button {

    display: none!important;
}
.project-data tr.vier {
    _border-right:none!important;
    width:200px;
}

.project-data tr.vier td.eins {
    width: 25%
}

.project-data tr.vier {
    _border-right:none!important;
    width:200px;
}
.w3eden .btn-info:after {
  content: 'zum Handout hinzufügen';
    position: absolute;
    background-color: #fff;
    _margin-left: 20px;
    height: 40px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    color: #333;
    margin-top: -5px;
   
}


.w3eden .btn-info:hover:not(.no-hover) {
    background-color: #000;
    color: #ffffff;
	box-shadow: none!important;
}
.fa-check:before {
    font-size: 30px;
}
.fa-plus:before {
   content: '\f416';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'Genericons';
}

	.w3eden .wpdm-filelist td:nth-child(1) {
    display: none;
}

.w3eden .panel > .list-group .list-group-item, .w3eden .panel > .panel-collapse > .list-group .list-group-item {
    min-height: 90px!important;
}
.single-wpdmpro article h1, .single-wpdmpro article h2{
	font-weight: normal;
		}
.single-wpdmpro .entry-title{
	display:none;
		}
.project-data table {
	width:50%;
	float:left;
	}	
	
.project-data table, .project-data tr, .project-data td {
	border:1px solid #666;
	padding:5px;
	}	
.pdf-thumb img {
	width: 50%!important;
	
	}
.pdf-thumb:nth-child(2) {
	display: none;
	}
/*--------------------------------------------------------------
## MITARBEITER
--------------------------------------------------------------*/	
	.widgets_on_page ul{
		list-style: none;
		margin:0;
		padding:0;
		}
	.team-box {
		float:left;
		width: 16.66%;
		padding: 0 1% 1% 1%;
		min-height:320px;
		}
	.team-box:after {
	content:'';
	clear: both;
		}
	.tm-info {
		width:100%;
		float:left;
		_border: 1px solid #eee;
		overflow:hidden;
		}
	.tm-info img {
		width: 100%;
	 -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
		}

.tm-info img:hover  { transform: scale(1.1); overflow:hidden; }
	.tm-quote {
		display: none;
		}
	
.tm-author {
	min-height:60px;
	line-height: 1;
	}
.tm-author h4, .tm-author p {
	margin:0;
	padding:0;
	}
.tm-author a {
	color:#000;
	text-decoration: none;
	}
	
	.tm-info:hover div.tm-quote {
		display: block;
		position: absolute;
		margin-top:0%;
		margin-left:2%;
		background:#eee;
		padding: 8px 20px;
		color: #000;
		-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    7px 7px 12px 0px rgba(50, 50, 50, 0.15);
box-shadow:         7px 7px 12px 0px rgba(50, 50, 50, 0.15);
		}		

 .tm-quote p {
	margin:0;
	padding:0;
	}	
	
.tm-quote-answer {
		font-family: 'Indie Flower', cursive;
		font-size: 1em;
		color:#0E55AC;
		}
.tm-quote:before {
    content: '\f500';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
    vertical-align: top;
    color: #eee;
    position: absolute;
    top: -25px;
    left: 40px;
    z-index: 10;
}


/*--------------------------------------------------------------
## AKTUELLES
--------------------------------------------------------------*/

.pt-cv-thumbnail.pull-left {
    margin-right: 15px!important;
    width: 50%;
}
.pt-cv-content, .pt-cv-content * {
	font-family: 'Inconsolata', monospace;
	}
.pt-cv-content{
	padding-bottom:2vw;
	}
.pt-cv-pinterest.pt-cv-border .pt-cv-pinmas {
    border: none!important;
    border-bottom: 1px solid #eee!important;
    border-right: 1px solid #eee!important;
}

 .col-md-6:nth-child(3){
	}
 .col-md-6:nth-child(3) img, .col-md-6:nth-child(7) img, .col-md-6:nth-child(11) img, .col-md-6:nth-child(14) img, .col-md-6:nth-child(16) img, .col-md-6:nth-child(19) img, .col-md-6:nth-child(13) img, .col-md-6:nth-child(30) img, .col-md-6:nth-child(32) img{
	float:right!important;
	}
.entry-content .row .pt-cv-wrapper {
	padding-top:0;
	margin-top:-25px;
	}
.pt-cv-edit-post, .pt-cv-edit-view {
    display: none;
}
/*--------------------------------------------------------------
## AKTUELLES SINGLE
--------------------------------------------------------------*/
#pt-cv-filter-bar-3f2981fwfd-wettbewerbs_kategorie {
    margin-bottom: 20px !important;
    position: absolute!important;
   _left: -16.2vw!important;
    display: flex!important;
    flex-direction: column!important;
	padding-left:36px;
	padding-top: 20px;
	z-index:1;
	
}
#pt-cv-filter-bar-3f2981fwfd-wettbewerbs_kategorie button {
   font-family: 'Roboto Mono', monospace;
	text-transform:uppercase;
	margin-bottom:0!important;
	
	
}

#pt-cv-view-3f2981fwfd .pt-cv-thumbnail.pull-left {
    margin-right: 15px!important;
    width: 20%;
}

#pt-cv-view-3f2981fwfd .pt-cv-ctf-list {
    position: absolute;
    width: 72%;
    margin-left: 22%;
}

#pt-cv-view-3f2981fwfd .pt-cv-content {
    /* padding-top: 12%; */
    position: absolute;
    bottom: 10px;
    left: 50%;
    /* right: 0; */
}
#wettbewerbe-menu {
	display:none;
}
.slideshow {
    float: left;
    width: auto;
       padding: 50px 5% 1vw 13%;
}
.tabelle {
    padding: 2% 5% 10% 13%!important;
    float: left;
    width: 100%;
}
.tabelle td {
    padding: 7px 0;
}
.single-wettbewerb .page-header {
    padding-left: 48px;
}

.single-wettbewerb .wettbewerb-header {
    padding:0 5% 1% 13%
}
.single-wettbewerb .entry-content{
	padding:0 5% 2% 13%!important;
	column-count:2;
	column-gap: 30px;
	margin-top: 0;
	}
.single-post .content-area, .single-job .content-area{
	width:75%;
	margin-top:162px;
	background: #fff;
	float: left;
	border-right: 1px solid #eee;
	}
.single-wettbewerb .content-area{
	width:72%;
	margin-top: 10vw;
	background: #fff;
	float: left;
	}
.single-post .thumbnails, .single-job .thumbnails{
	padding:50px 5% 1% 13%;
	}
.single-post .entry-content, .single-job .entry-content{
	padding:0 5% 10% 13%!important;
	column-count:2;
	column-gap: 30px;
	}
	
.single-post .widget-area,.single-job .widget-area,  .single-wettbewerb .widget-area{
	width:25%;
	float:left;
	background:#fff;
	margin-top:162px;
	padding:0 2%;
	 font-family: 'Inconsolata', monospace;
	}
.single-post .widget-area ul, .single-post .widget-area li, .single-job .widget-area li {
	margin:0;
	padding:0;
	list-style: none;
	}
.single-post .widget-area a, .single-job .widget-area a  {
	color: #000;
	}
.single-post .widget-area h2, .single-job .widget-area h2 {
	  font-family: 'Roboto Mono', monospace;

	text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
	}


.single-post .thumbnails img, .single-wettbewerb .thumbnails img, .single-job .thumbnails img{
	width:100%;
	}



/*--------------------------------------------------------------
## KONTAKT
--------------------------------------------------------------*/
.page-template-page-contact .entry-content {
	_margin: 0 5%;
	}
.page-template-page-contact .row {
	width: 100%;
	float:left;
	
	}
.col-sm-6 {
	width: 50%;
	float:left;
	padding-bottom:3%;
	}
.vcard {
    margin-top: 0%;
    margin-left: 5%;
    _color: #eee;
    _background: #222;
    width: auto;
    font-family: 'Inconsolata', monospace;
}
.vcard span {
	padding:1% 0%;
	margin:0;
	width:100%;
	display: inline-block;
	
	}
.vcard .org {
	padding:2% 4% 1% 0%;
	}
.vcard a{
	color: #000;
	}
.vcard p {
    margin-bottom: 0!important;
	margin-top: 0;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
	
	.site-footer {
	margin-top: -42px;
    background: #222;
    color: #eee;
    padding: 3% 10%;
    float: left;
    position: relative;
    width: 100%;
    /* display: none; */
    _z-index: 3;
    border-top: 1px solid #eee;
		}
	.footer-widget {
		width:25%;
		float:left;
		padding:2% 5% 2% 12px;
		}
	.footer-widget h2 {
	text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
		}
.footer-widget .vcard {
	margin-top:0;
	margin-left:0!important;
	color: #eee;
	width:auto;
	font-family: 'Inconsolata', monospace;
	}
.footer-widget .vcard a{
	color: #eee;
	}
/*--------------------------------------------------------------
## STÖRER
--------------------------------------------------------------*/
.stoerer {
	position: absolute;
	bottom:0;
	right:0;
	width:200px;
	height:200px;
	border: 1px solid red;
	}
	
/*--------------------------------------------------------------
## ERROR 404
--------------------------------------------------------------*/
	section.error-404.not-found {
    padding: 15vw 10vw 10vw 10vw ;
}

.page-content-error {
	text-align:center;
	padding:2vw;
	}
/*--------------------------------------------------------------
## MEDIAQUERIES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## > 1800px
--------------------------------------------------------------*/	

@media screen and (min-width:1800px) {
.top-navigation ul {
    _padding-right: 15%;
}

}
/*--------------------------------------------------------------
## > 2200px
--------------------------------------------------------------*/	

@media screen and (min-width:2200px) {
.top-navigation ul {
    _padding-right: 25%;
}

}

/*--------------------------------------------------------------
## > 2500px
--------------------------------------------------------------*/	

@media screen and (min-width:2500px) {
.top-navigation ul {
    _padding-right: 30%;
}

}


/*--------------------------------------------------------------
## > 3000px
--------------------------------------------------------------*/	

@media screen and (min-width:3000px) {
.top-navigation ul {
    _padding-right: 35%;
}

}

/*--------------------------------------------------------------
## 1580px
--------------------------------------------------------------*/	
@media screen and (max-width:1580px) {

.facts-left {
    font-size: 70px!important;
    line-height: 50px!important;
    
}
}
/*--------------------------------------------------------------
## 1495px
--------------------------------------------------------------*/	
@media screen and (max-width:1495px) {
	.site-logo {
    width: 30%;
    float: left;
    _text-align: center;
    padding: 0% 0% 3% 3%;
}

.main-navigation ul {
    width: 70%;
}

.main-navigation a {
    font-size: 1.3vw;
}
.team-box {
    min-height: 300px;
}
.tm-author h4, .tm-author p {
    font-size: 15px!important;
}

.pt-author h4 {
	font-size: 15px;
	margin-top: 0;
	}
.facts-left {
    font-size: 3.2vw!important;
    line-height: 30px!important;
    
}
.archive .content-area {
   
}

 .content-area {
	 
    margin-top: 10%;
   
}
.single-wpdmpro article {
    _padding: 2% 20% 2% 10%;
    _top: 95vw;
	}

.home .content-area {
    padding: 0;
}
.single-wpdmpro .content-area {
     padding: 0;
	 _margin-top: 0;
}
.post-type-archive .page-header {
    _margin-left: -5%;
}
section.first {
    padding: 50px 5% 1% 5%;
    
}
 section.fourth, section.fifth {
    padding: 0px 5% 0% 5%;
    
}
section.third {
    padding: 0px 5% 5% 5%;
    
}
.single .w3eden .panel {
    padding: 1px 5% 20% 5%;
   
}
.w3eden .table {
    width: 80%!important;
}
.footer-widget .vcard {
    font-size: 14px!important;
}
.project-content {
	width:100%;
}
	
}
/*--------------------------------------------------------------
## 1330px
--------------------------------------------------------------*/	

@media screen and (max-aspect-ratio: 3/2),
		screen and (max-aspect-ratio: 3/3) {

.single-wpdmpro .metaslider {
    width: 100% !important;
}
}


@media screen and (max-aspect-ratio: 4/3) {
.single-wpdmpro article {
    _padding: 2% 20% 2% 10%;
    top: 62vh;
}

}
/*--------------------------------------------------------------
## 1280px
--------------------------------------------------------------*/	

@media screen and (max-width:1280px) {
	
.content-blocks h2 {
    font-size: 20px;
}

.facts-left {
    font-size: 2.2vw!important;
    line-height: 20px!important;
    
}
.col p, .col li {
    padding: 3% 4% 3% 2%;
}
.footer-widget {
    width: 30%;
    float: left;
    padding: 2% 5% 2% 12px;
}
.entry-content, .entry-content-archiv, .cvp-replayout {
	padding:0 5% 10% 5%;
	}
.post-type-archive-wpdmpro .entry-content-archiv {
	padding:0 5% 10% 210px!important;
	}
.home .entry-content {
	padding:0!important;
	}
.page-id-351 .entry-content {
	width: 100%;
	}

}

/*--------------------------------------------------------------
## 1170px
--------------------------------------------------------------*/	

@media screen and (max-width:1170px) {
.main-navigation a {
	
}	
.project-content {
	
}

.page-template-page-standard .entry-header,.page-template-page-handout .entry-header, .page-template-page-contact .entry-header, .page-template-default .entry-header, .page-template-page-aktuelles .entry-header, .post-type-archive .page-header {
    _position: relative;
    _margin-left: -5%;
}
h2.projektleiter, h2.mitarbeiter, h2.answers, h2.ueberuns, h2.partner {
	_font-size: 25px!important;
	}
.slider h2.ueberuns {
	_margin-top: -72px;
}
 .single-wpdmpro #upt-container .upt-item img {
    width: 140%!important;
    max-width: 1800px;
}

}
/*--------------------------------------------------------------
## 1024px
--------------------------------------------------------------*/	

@media screen and (max-width:1024px) {
	
.site-logo {
    width: 20%;
    float: left;
    _text-align: center;
    padding: 0% 0% 3% 3%;
}

.home .site-header {
	height:140px!important;
	}
.main-navigation ul {
    width: 70%;
}
.main-navigation a {
	
}
.slider {
	max-height:75vh!important;
	}	
.project-content {
	
}
#responsive-menu-search-box {
	display: none;
	}
.page-template-page-standard .w3eden .panel, .page-template-page-handout .w3eden .panel {
    padding: 2% 5% 2% 5%;
}

.single-wpdmpro .upt-container {
    height: 83vh!important;
}
.main-navigation li {
    margin-top: 10%;
}
.slogan {
	_padding:0 5%;
	_margin-top:50px;
}
.archive article {
    width: 33.333%;
    padding: 0% 1.2% 22% 1.2%;
    _margin-left: -1%;
    float: left;
	
}
	.archive .upt-container {

    padding-bottom: 65%!important;
    height: 0!important;
}
.single-wpdmpro #upt-container .upt-item img {
    width: 160%!important;
    max-width: 1800px;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	text-transform:uppercase;
}
.single-wpdmpro .metaslider {
		width:100%!important;
		_padding: 0 5% 0px 10%!important;
	}
	
}
/*--------------------------------------------------------------
## 960px
--------------------------------------------------------------*/	

@media screen and (max-width:960px) {
	
.archive article {
    width: 50%;
    padding: 0% 1.2% 35% 1.2%;
    _margin-left: -1%;
    float: left;
}

.cols-3, .col-sm-4 {
    width: 48%;
    margin-right: 1%;
    float: left;
    overflow: hidden;
}
section.fourth .partner-box {
    width: 24%;
}
.team-box {
    width: 24%;
}
.footer-widget {
    width: 33.33%;
    float: left;
    padding: 2% 2%;
}
.single-post .content-area, .single-job .content-area, .single-wettbewerb .content-area{
	width:100%;
	}
	
.single-post .widget-area, .single-job .widget-area, .single-wettbewerb .widget-area{
	display: none;
	}
	
.project-data table {
    width: 75%;
}

.ubersichtsplan {
    width: 75%;
    margin-top: 0px;
}
.single-wpdmpro #upt-container .upt-item img {
    width: 180%!important;
    max-width: 1800px;
}
	
	#pt-cv-view-3f2981fwfd .pt-cv-ctf-list {
    position: relative!important;
    width: 100%;
    margin-left: 0;
}
}	


/*--------------------------------------------------------------
## 840px
--------------------------------------------------------------*/	

@media screen and (max-width:840px) {
	
.top-navigation {
	_display: none!important;
	}


h1.entry-title, .pt-cv-ctf-Wettbewerbsslogan {
    _font-size: 5.3vw;
	margin-bottom: 20px;
}
w3eden .file-cart-list li em a {
   
    width: 50%;
}
.project-content {
    columns:1;
    column-gap:0!important;
}
.single-wpdmpro #upt-container .upt-item img {
    width: 200%!important;
    max-width: 1800px;
}
.slogan {
	margin-top:0px;
}
}	

/*--------------------------------------------------------------
## 800px
--------------------------------------------------------------*/	

@media screen and (max-width: 800px) {
h2.answers {
    display: none;
}
h2.partner, h2.mitarbeiter { 
	display:none!important;
	}
.slider h2.ueberuns {
_margin-top: -80px!important; 
z-index:0!important;
}
section.first, section.second, section.fifth {
   display: none;
}
section.fourth {
   padding-bottom:10%;
}

.pt-info:hover div.pt-quote {
		 display: none!important;
		}
}	
/*--------------------------------------------------------------
## 768px
--------------------------------------------------------------*/	

@media screen and (max-width: 768px) {
	
.site-header {
	height:100px!important;
	position:absolute!important;
	}
.home .site-header {
	height:100px!important;
	_position:absolute!important;
	}
.home .site-header.sticky {
    position:absolute!important;
}
.site-logo {
    width: 30%;
   
}
.top-navigation {
	position:absolute!important;
	}
.project-data table {
    width: 95%;
	
}
.ubersichtsplan {
    width: 100%;
}
.w3eden .text-right {
 text-align: left!important;
}

.col-sm-6 {
    width: 100%;
    float: left;
    padding-bottom: 3%;
}
.pre-next {
	
	z-index:40000;
	}
.w3eden .table {
    width: 60%!important;
	margin-left: 5%;
}
.slideshow {
    padding: 0 5% 0px 10%!important;
}
	
	.single-wpdmpro .metaslider {
		width:100%!important;
		_padding: 0 5% 0px 10%!important;
	}
.one_third {
    width: 50%;

}	

}

/*--------------------------------------------------------------
## 668px
--------------------------------------------------------------*/	

@media screen and (max-width:668px) {
single-wpdmpro .upt-container {
    height: 70vh!important;
}

.pt-cv-thumbnail.pull-left {
    margin-right: 0!important;
    width: 100%;
}
.top-navigation {
	display:none;
	}
.single .slider {
 position: fixed!important; 
}
.w3eden {

    _top: 65vh;
   
}
}
/*--------------------------------------------------------------
## 630px
--------------------------------------------------------------*/	

@media screen and (max-width:630px) {
.single-wpdmpro article {
top: 62vh;

}

	
section.fourth .partner-box {
    width: 48%;
}
.team-box {
    width: 48%;
}
.footer-widget {
    width: 100%;
    float: left;
    padding: 2% 2%;
}

.cols-3, .col-sm-4 {
    width: 98%;
}
	
.one_third {
    width: 100%;

}
	
.col-sm-4:nth-child(1), .col-sm-4:nth-child(2) {
    border-right: none!important; 
}
.cols-3, .col-sm-4 {
    border-top: 1px solid #ccc;
}
}	
/*--------------------------------------------------------------
## 520px
--------------------------------------------------------------*/	

@media screen and (max-width:520px) {
ol.flex-control-nav.flex-control-thumbs, .metaslider .caption {
    display: none!important;
}
	
h1.entry-title, .pt-cv-ctf-Wettbewerbsslogan {
    font-size: 25px;
}
.site-header {
	height:100px!important;
	position:absolute!important;
	}
.home .site-header {
	height:100px!important;
	position:absolute!important;
	}
h2.ueberuns { 
	margin-top:0!important;
	font-size:24px!important;
	}
	

.tabelle {
    padding: 0 5% 10% 5%!important;
}
.tabelle td {
    padding: 7px 0;
}
.one_third {
    width: 100%;

}

.single-wettbewerb .wettbewerb-header {
    padding:0 5% 1% 5%
}
.single-post .entry-content,.single-job .entry-content, .single-wettbewerb .entry-content {
    padding: 0 5% 10% 5%!important;
}
.single-post .thumbnails, .single-job .thumbnails,  .single-wettbewerb .slideshow {
    padding: 50px 5% 1% 5%!important;
}
.archive article {
    width: 99%;
        padding: 0% 1.2% 67% 1.2%;
	margin-bottom:3%;
    margin-left: 0%;
    float: left;
}
.placer {height:0px!important;}
.project-menu {
	display: none;
	}
.entry-content-wettbewerbe {
    left: 0;
    position: relative;
    width: 100%;
    float: left;
    padding-left: 0px!important;
    padding-bottom: 10%;
}
#pt-cv-filter-bar-3f2981fwfd-wettbewerbs_kategorie {
    display: none!important;
}

.pt-cv-ctf-Wettbewerbsslogan {
    font-size: 18px;
	margin-bottom:0;
}
.pt-cv-ctf-preis, .pt-cv-ctf-wettbewerbstitel {
    font-size: 15px;
}
.post-type-archive-wpdmpro .entry-content-archiv {
	padding-left:5%!important;
	}
.post-type-archive-wpdmpro .entry-content-archiv, .tax-wpdmcategory .entry-content-archiv {
	padding-left:5%!important;
	}

.site-logo {
    width: 40%;
	
}

.sticky .site-logo, .single-wpdmpro .site-logo, .archive .site-logo, .page-template-default .site-logo,.page-template-page-aktuelles .site-logo,  .page-template-page-contact .site-logo, .page-template-page-referenzen .site-logo, .page-template-page-team .site-logo, .page-template-page-handout .site-logo, .page-template-page-standard .site-logo, .single-post .site-logo,  .single-job .site-logo, .single-wettbewerb .site-logo {
   width: 40%!important; 
 padding: 10px!important; 
 
}

.single-post .site-logo img,.single-job .site-logo img,  .sticky .site-logo img, .single-wpdmpro .site-logo img, .archive .site-logo img, .page-template-default .site-logo img, .page-template-page-aktuelles .site-logo img, .page-template-page-contact .site-logo img, .page-template-page-referenzen .site-logo img, .page-template-page-team .site-logo img, .page-template-page-handout .site-logo img, .page-template-page-standard .site-logo img,  .single-wettbewerb .site-logo img{
	width:40%!important;
	transition: none!important;
	
}
.site-logo img{
	
	-webkit-transition: width 0s ease-in-out;
    -moz-transition: width 0s ease-in-out;
    -o-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
	 -webkit-filter:invert(0%);
     filter:progid:DXImageTransform.Microsoft.BasicImage(invert='0');
	}
section.fourth .partner-box {
    width: 98%;
}
.team-box {
    width: 98%;
}
.pt-info:hover div.pt-quote {
		width:98%;

		}
.single-post .entry-content, .single-job .entry-content, .single-wettbewerb .entry-content {
    column-count: 1!important;
   
}

.top-navigation .mail, .top-navigation .impr {
	display: none;
	}
.top-navigation {
    padding-right: 6%!important;
	width:30%;
}	
.top-navigation .cart:before {
    background-color: #fff;
    background-position: -7px;
	    border-radius: 50%;
}
h1.entry-title {
    font-size: 24px;
	margin-bottom:0;
}
pre-next {
    z-index: 40000!important;
}
.single .w3eden .panel {
   
    margin-top: 60vh!important;
}


}	

@media screen and (max-width:375px) {
.single-wpdmpro .metaslider {
   margin-top: 12vh;
}	    
.home .mobile-submenu {
	display:block;
	 width: 100%;
	 float:left;
	 position:relative;
	 z-index:88888888;
	}

.home .mobile-submenu ul, li {
	margin: 0;
	padding:0;
	list-style: none;
	
	}
.home .mobile-submenu ul {
	padding-bottom:20px;
	
	}
.home .mobile-submenu li a {
	
    font-family: 'Roboto Mono', monospace;
    width: 100%;
    float: left;
    background: rgba(255,255,255,1);
    font-size: 24px;
	color:#000;
	_border-bottom:1px solid #000;
    _font-weight: normal;
    margin: 0;
    padding: 5px 48px 7px 20px;
	text-decoration:none;
    z-index: 3;
    text-transform: uppercase;
}

.home .mobile-submenu a.mPS2id-clicked,.home .mobile-submenu a.mPS2id-highlight {
    border-top: none!important;
    color: #333!important;
}	
h2.ueberuns {
   display:none;
}
.site-header {
	height:100px!important;
	position:fixed!important;
	}
.metaslider .slides img {
    _width: 250%!important;
	_max-width:250%!important;
    display: block;
}
.page-template-page-standard .entry-header,.page-template-page-handout .entry-header, .page-template-page-contact .entry-header, .single-post .entry-header , .single-job .entry-header , .single-wettbewerb .entry-header , .page-template-default .entry-header, .post-type-archive .page-header, .tax-wpdmcategory .page-header,.single-wettbewerb .page-header {
   
    padding-left: 20px;
}
.project-data table {
    width: 95%;
	max-width:320px!important;
	overflow:hidden;
	margin-left:-5%;
}
.site-logo {
    width: 60%;
	
}
.sticky .site-logo, .single-wpdmpro .site-logo, .archive .site-logo, .page-template-default .site-logo, .page-template-page-aktuelles .site-logo , .page-template-page-contact .site-logo, .page-template-page-referenzen .site-logo, .page-template-page-team .site-logo, .page-template-page-standard .site-logo,.page-template-page-handout .site-logo, .single-post .site-logo, .single-job .site-logo, .single-wettbewerb .site-logo, .page-template-page-wettbewerbe .site-logo {
   width: 60%!important; 
padding: 1.5rem 0 0 1.2em!important;
min-width:100px!important;
}
.single .w3eden .panel {
    margin-top: 1vh!important;
}
label.close-toggle {
    height: 65vh;
 
}
}	