/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: "Maru";
src: url("fonts/GT-Maru-Regular.woff2") format("woff2"), url("fonts/GT-Maru-Regular.woff") format("woff"), url("fonts/GT-Maru-Regular.ttf") format("truetype"), url("fonts/GT-Maru-Regular.svg") format("svg")
}

/**/
.projektehoch,.hamburger,.site-header,.weltkarte_block,.interviews_raster,.news_block,.video_intro_container{
	/*display:none !important*/
}



/*!
Theme Name: imb2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: imb2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

imb2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {

	margin: 0;
background:#000
}


#page{
	overflow:hidden !important;
	background:#fff
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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



h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:900;
}

h1{
	font-size:32px;
	line-height:1.2;

}

.home h1,.page-id-2796 h1,.page-id-2838 h1,.page-id-3184 h1,.page-id-4162 h1,.page-id-3903 h1{
	text-transform:none
}


.single-interviews h1{
	margin-bottom:0
}
/*Leistungen,Projekte,Wir,Blog,Kontakt,Impressum*/
.page-id-2796 .entry-title,.page-id-2838 .entry-title,.page-id-3184 .entry-title,.page-id-3903 .entry-title,.page-id-3974 .entry-title,.page-id-3977 .entry-title{
	margin-top:0;
}
.entry-title{
	margin-top:0
}

h2{
	font-size:26px;
	margin-top:0;
	display:inline-block
}
.home h2{
	font-size:32px;
	margin-bottom:0px
}

.home h2 ~ p{
	margin-top:12px
}


.news_block h3,.leistungen_block h3,.page-id-3184 h3{
	font-size: 23px;
    line-height: 22pt;
}

.single-leistungen h2{
	    font-size: 32px;
    line-height: 1.2;
	margin-right:20%;
	width:50% !important
}



/*Seite Wir*/
.page-id-3184 h3,.page-id-6790 h3{
font-size: 32px;
line-height: 1.2em;
}
.page-id-3184 h3.first,.page-id-6790 h3.first{
width: 64%;
margin-left: 33.2%;
}
.half.first{
	width: 62%;
margin-left: 33.2%;
}

p {
	margin-bottom: 0.5em;
}

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

blockquote {
margin: 0 50px 28px 50px;
    font-size: 30px;
    font-style: italic;
	text-align:center
}

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 https://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. */
}

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 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 {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	font-weight: 300;
	text-decoration:none
}

a:visited {
	color: #000;
	font-weight:300;
	text-decoration:none
}

a:hover, a:focus, a:active {
	color: #000;
	font-weight: 300;
	text-decoration:none
}

a:focus {
;
}

a:hover, a:active {

}





.entry-content a, .entry-content a:link,.entry-content a:active,.entry-content a:hover,.entry-content a:visited{
	text-decoration:underline;
	color:#000
}




.weitere_ausstellung_single a, .weitere_ausstellung_single a:link,.weitere_ausstellung_singlet a:active,.weitere_ausstellung_single a:hover,.weitere_ausstellung_single a:visited{
text-decoration: none;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;

}
/* ajaxtest blog */

.page-id-3903 a, .page-id-3903 a:link,.page-id-3903 a:active,.page-id-3903 a:hover,.page-id-3903 a:visited{
	text-decoration:none;
		color:#000
}

.newsletterButton{
	
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-weight:100 !important
}

.main-navigation ul {

	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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: 110px 0 0 50px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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;
}

.entry-content::before{
	display:none
}


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

.post,
.page {
	margin: 0 0 1.5em;
}
.page{
	margin-bottom:0
}


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

.page-content,
.entry-content,
.entry-summary {
	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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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:40px -5px 0px -5px
}

.gallery-item {
	display: inline-block;
	text-align: left;
	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;
    font-size: 15px;
    width: 85%;
    /* margin: auto; */
    text-align: left;
	padding-bottom: 15px;
}


/*--------------------------------------------------------------------------------------------*/
/*----------------------------------------IMBIMB----------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/


body, html{
	min-height:100vh !important;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
overflow-x:hidden
}



.video_intro_container{
	height:77vh;
	width:100vw;
	overflow:hidden;
	position:relative;
	background-color:black
}

.video_ausstellung_header{
	height:77vh;
	width:100vw;
	overflow:hidden;
	position:relative;
	border:1px solid red
}



.video_intro{
width: 100%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 48% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
	cursor:pointer
}


.video_ausstellung{
width: 115%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
}


.scrollDown{
	width:60px;
	height:60px;
	background-image:url(images/arrowDown.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:none;
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-30px;
	animation: bounce 1s infinite;
	cursor:pointer;
	z-index:10000
}

@keyframes bounce {
50% {
    transform: translateY(-1rem);
}
100% {
    transform: translateY(0);
}
}

.post-thumbnail img{
	height: auto;
    max-width: 95.1%;
	width:95.1%;
    margin-left: 50px;
	margin-top:42px
}

.site-header{
	position:relative;

}

.site-header{
	position:fixed;
		z-index:5000;
	width:100%;
}

.site-header.headerScrolled{
	background:rgba(255, 255, 255, 0.95)
}

.imblogo{
	background-image:url(images/imb_logo_s.png);
	background-size:contain;
	background-repeat:no-repeat;
    width: 250px;
	height:49px;
  margin: 13px 0 13px 40px; 
	display:block
}


.imblogo.headerScrolled{
		background-image:url(images/imb_logo_s.png) !important;

}

/*seite home*/
.home .imblogo{
	background-image:url(images/imb_logo_w.png);
}

/*seite single-ausstellungen*/
.single-ausstellungen .imblogo{
	background-image:url(images/imb_logo_w.png);
}
/*seite single-leistungen*/
.single-leistungen .imblogo{
	/*background-image:url(images/imb_logo_w.png);*/
}


.site-content{
	max-width:1200px;
	margin:auto;
	padding-top:150px;
	min-height:100vh
}
.home .site-content{
	max-width:1200px;
	margin:auto;
	padding-top:0px
}

.weltkarte_block{
	margin:71px 0 0 50px;
}

.weltkarte_block p{
	width:65%
}



.weltkarte{	
	clear:both;
min-height: 572px;
    margin: 46px 0 20px 0;
position:relative;
	display:none
}




.weltkarte h2{
	color:#fff;
}

.box_amerika p, .box_europa p, .box_asien p{
	width:100%;
}
.fair_location{
	margin-bottom:0;
	font-weight:400

}
.fair_name{
	margin-top:0;
	margin-bottom:0;

}
.fair_date{


}




.box_amerika{
	text-align:center;
	overflow:auto;
    width: 362px;
    height: 572px;
    position: absolute;
	z-index:0;
	left:0;
    background-color: rgba(255, 255, 255, 0.68);
	  scrollbar-color: #777777 #f5f5f5 ;
  scrollbar-width: 12px;
	display:none
}

.box_amerika_neu{
text-align: left;
overflow: auto;
width: 362px;
height: 572px;
position: absolute;
z-index: 0;
background-color:#f1f1f1;
 scrollbar-color: #777777 #f5f5f5;
scrollbar-width: 12px;
display: none;
z-index: 10;
right: 25px;
top:0;
height: 109%;
width: 33%;
}

.box_amerika_neu p, .box_europa_neu p, .box_asien_neu p{
	width:100%;
}


#hover_amerika{
    width: 362px;
    height: 572px;
    position: absolute;
	z-index:0;	
	display:none
}


.box_amerika::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.box_amerika::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
.box_amerika::-webkit-scrollbar-thumb
{
	background-color: #777777;
}

.box_europa{
		text-align:center;
	overflow:auto;
width: 363px;
    height: 572px;
    position: absolute;
    left: 377px;
    background-color: rgba(255, 255, 255, 0.68);
  scrollbar-color: #777777 #f5f5f5 ;
  scrollbar-width: 12px;
	display:none
}


.box_europa_neu{
		text-align:left;
	overflow:auto;
width: 363px;
    height: 572px;
    position: absolute;
background-color:#f1f1f1;
  scrollbar-color: #777777 #f5f5f5 ;
  scrollbar-width: 12px;
	display:none;
z-index: 10;
right: 25px;
	top:0;
height: 109%;
width: 33%;
}



#hover_europa{
width: 363px;
    height: 572px;
    position: absolute;
    left: 377px;
	z-index:0;
	display:none
}


.box_europa::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.box_europa::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
.box_europa::-webkit-scrollbar-thumb
{
	background-color: #777777;
}


.box_asien{
		text-align:center;
	overflow:auto;
width: 356px;
    height: 572px;
    position: absolute;
    left: 756px;
    background-color: rgba(255, 255, 255, 0.68);
	  scrollbar-color: #777777 #f5f5f5 ;
  scrollbar-width: 12px;
	display:none
}

.box_asien_neu{
		text-align:left;
	overflow:auto;
width: 356px;
    height: 572px;
    position: absolute;
background-color:#f1f1f1;
	  scrollbar-color: #777777 #f5f5f5 ;
  scrollbar-width: 12px;
	display:none;
z-index: 10;
right: 25px;
	top:0;
height: 109%;
width: 33%;
}


#hover_asien{
width: 356px;
    height: 572px;
    position: absolute;
    left: 756px;
	z-index:0;	
	display:none
}


.box_asien::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.box_asien::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
.box_asien::-webkit-scrollbar-thumb
{
	background-color: #777777;
}



/*+++++++++++++++++++++++++++++ Karte neu ++++++++++++++++++++++++++++++*/

#bringMapToHeight{
	margin-top:33px;
	position:relative
}

#mapWrapper{
	overflow: hidden;
padding-bottom: 50px;
	position:relative;
	transform-origin:top left;
	transform:scale(1);
	width:1125px;
}

#mapContainer {
    transform: scale(.7);
    margin: auto;
    height: 550px;
	transform-origin: top left;
}
.mapPunkt {
    background-color: #fb641d;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    margin-left: -3px;
    margin-top: -3px;
	display:none
}

.punktwolke{
	display:none !important
}

.mapPunktAni {
    background-color: #fb641d;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
    margin-left: -30px;
    margin-top: -30px;
    transform-origin: center center;
    -webkit-animation-name: scaleAni;
    animation-name: scaleAni;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	opacity:0;
	border:2px solid #fff;
	display:none
}
@keyframes scaleAni {
0% {
transform:scale(.1);
opacity: 0
}
50% {
opacity: .2;
}
100% {
opacity: 0;
transform:scale(1);
}
}
.container {
    position: relative
}
.karte {
    position: relative;
    z-index: 2;
	max-width:inherit
}



.buttonAllwrap{
display: block;
text-align: center;
font-size: 16px;
position: absolute;
top: 17px;
z-index: 500;
left: 62px;
font-weight: 100;
display:none
}

.buttonAll{
transition: all 0.1s ease !important;
display:block
}
.buttonAll img{
	width:53px;
	margin-top:5px;
	max-width:inherit
}
.buttonAll:hover
{
    transform:translateX(-3px);

}





.buttonUSAwrap{
display: block;
text-align: center;
font-size: 29px;
position: absolute;
top: 15%;
z-index: 500;
left: 22%;	
	font-weight:900
}

.buttonUSA{
transition: all 0.1s ease !important;
display:block
}
.buttonUSA img{
	width:75px;
	margin-top:5px;
	max-width:inherit
}
.buttonUSA:hover
{
transform:translateX(3px);
}

.buttonEuropawrap{
display: block;
text-align: center;
font-size: 32px;
position: absolute;
top: 15%;
z-index: 500;
left: 65%;	
font-weight:900	
}

.buttonEuropa{
display:block;
transition: all 0.1s ease !important;
}
.buttonEuropa img{
	width:75px;
	margin-top:5px;
	max-width:inherit
}
.buttonEuropa:hover
{
transform:translateX(3px);
}



.buttonAsienwrap{
display: block;
text-align: center;
font-size: 29px;
position: absolute;
top: 15%;
z-index: 500;
left: 110%;	
font-weight:900	
}


.buttonAsien{
display:block;
transition: all 0.1s ease !important;
}
.buttonAsien img{
	width:75px;
	margin-top:5px;
	max-width:inherit
}
.buttonAsien:hover
{
transform:translateX(3px);
}


.mapZoomInUSA  {
    animation: mapzoominusa 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoominusa {
    from {
        transform:translate(0,0) scale(.7);
    }
    to {
        transform:translate(-200px,-300px) scale(1.5);
    }
}



.mapZoomOutFromUSA  {
    animation: mapzoomoutfromusa 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoomoutfromusa {
    from {
       transform:translate(-200px,-300px) scale(1.5); 
    }
    to {
       transform:translate(0,0) scale(.7); 
    }
}



.mapZoomInEuropa  {
    animation: mapzoomineuropa 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoomineuropa {
    from {
        transform:translate(0,0) scale(.7);
    }
    to {
        transform:translate(-950px,-150px) scale(1.5);
    }
}
.mapZoomOutFromEuropa  {
    animation: mapzoomoutfromeuropa 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoomoutfromeuropa {
    from {
        transform:translate(-950px,-150px) scale(1.5);
    }
    to {
       transform:translate(0,0) scale(.7); 
    }
}



.mapZoomInTotal {
    animation: mapzoomintotal 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoomintotal {
    from {
        transform:translate(0,0) scale(.7);
    }
    to {
        transform:translate(20px,100px) scale(.4);
    }
}


.mapZoomOutFromTotal  {
    animation: mapzoomoutfromtotal 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoomoutfromtotal {
    from {
        transform:translate(20px,100px) scale(.4);
    }
    to {
       transform:translate(0,0) scale(.7); 
    }
}





.mapZoomInAsien  {
    animation: mapzoominasien 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoominasien {
    from {
        transform:translate(0,0) scale(.7);
    }
    to {
        transform:translate(-1700px,-300px) scale(1.5);
    }
}
.mapZoomOutFromAsien  {
    animation: mapzoomoutfromasien 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes mapzoomoutfromasien {
    from {
         transform:translate(-1700px,-300px) scale(1.5);
    }
    to {
       transform:translate(0,0) scale(.7); 
    }
}


.mobileMesseTermineWrapper{
background:#f1f1f1;
margin-left: -20px;
padding-left: 20px;
z-index: 1000;
position: relative;
}

.mobileMesseTermineWrapper h3{
	
	display:none
}

#mobileMesseTermineEuropa,#mobileMesseTermineAsien,#mobileMesseTermineUSA{
	margin-top:80px;
	padding-top:40px;
	padding-bottom:60px
}



.pullbox {
  position: absolute;
	font-family: 'Lato', sans-serif !important;
 bottom:-100px;
  left: 50%;
  transform: translate(-50%, -50%);
  border:2px solid #c2c2c2;
	z-index:500;
	display:none;
	margin-left:-20px
}

.pullbox select {
  background-color: #fff;
  color: #000;
  font-weight:900;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 20px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.pullbox select:focus{
	  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	
	
}


.pullbox::before {
content: "";
background-image: url(images/pulldownpfeil.png);

position: absolute;
top: 12px;
right: -16px;
width: 30px;
height: 30px;

pointer-events: none;
position: absolute;
background-size: cover;
}

.pullbox:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.pullbox select option {
  padding: 30px;
}

.messezeile{

}

.messezeile_center{
width: 80%;
margin-left:20px

}

.box_asien_neu h3,.box_europa_neu h3, .box_amerika_neu h3{
	text-align:left;
	font-size:23px;
	padding-left:20px
}


.messezeile p{
	padding-left:20px
}


/*----------------Messetermine Navigation ---------------------*/
.messezeile{
	
    width: 400px;
    position: relative;
    break-inside: avoid;
	height:auto !important
}

.box_europa_neu,.box_amerika_neu,.box_asien_neu{
	width:400px;
	 overflow-x: hidden;
    max-height: 650px;


}
.box_europa_neu .containerinner{
	height:500px;
	min-width: 800px;
	    position: relative;
    left: 0;
    top: 0;
    column-count: 2;
	column-gap: 0px;
	column-fill: auto;
}
.box_amerika_neu .containerinner{
	height:500px;
	min-width: 800px;
	    position: relative;
    left: 0;
    top: 0;
    column-count: 2;
	column-gap: 0px;
	column-fill: auto;
}


.box_asien_neu .containerinner{
	height:500px;
	min-width: 800px;
	    position: relative;
    left: 0;
    top: 0;
    column-count: 2;
	column-gap: 0px;
	column-fill: auto;
}




#left_eu,#right_eu,#left_am,#right_am,#left_as,#right_as{
width:46px;
display:block;
position:absolute;
}

#left_eu,#left_am,#left_as{
	bottom:9px	;
	left:15px;
	display:none
}
#right_eu,#right_am,#right_as{
	bottom:9px;
	right:15px
}

#left_eu img,#right_eu img,#left_am img,#right_am img,#left_as img,#right_as img{
	width:100%
}

#right_as,#right_am,#right_eu{
transition: all 0.1s ease !important;
}


#right_as:hover,#right_eu:hover,#right_am:hover
{
    transform:translateX(3px);
}

#left_as,#left_am,#left_eu{
transition: all 0.1s ease !important;
}


#left_as:hover,#left_eu:hover,#left_am:hover
{
    transform:translateX(-3px);
}


/*----------------Messetermine Navigation ---------------------*/





.pagination{
position: absolute;
bottom: -78px;
right: 0;
z-index: 200;
right: 14%;
}

.pagination .nav.next{
display:block;
width:50px;
height:50px;
background:url(images/button-round-right.png);
background-size:cover;
cursor:pointer;
margin-left:10px;
float:left
}

.pagination .nav.next.disabled,.pagination .nav.prev.disabled{
	opacity:.5
}

.pagination .nav.prev{
display:block;
width:50px;
height:50px	;
background:url(images/button-round-left.png);
background-size:cover;
cursor:pointer;
float:left
}


.box_amerika_neu .showmore_us,.box_europa_neu .showmore_eu,.box_asien_neu .showmore_as{
	display:none
}

.showmore_eu,.showmore_us,.showmore_as{
display:block;
width:50px;
height:50px;
background:url(images/button-round-down.png);
background-size:cover;
cursor:pointer;
position: absolute;
bottom: -25px;
left: 50%;
margin-left: -25px;
	transition: all 0.2 ease !important;
}


.showmore_eu:hover,.showmore_us:hover, .showmore_as:hover
{
    transform:translatey(3px);

}


/*+++++++++++++++++++++++++++++ Karte neu ++++++++++++++++++++++++++++++*/















.home .entry-header, .home .entry-content,.entry-header,.entry-content{
	margin: 0 0 0 50px;
	/*width:50%*/
}

.entry-title{
	width:65%;
	margin-bottom:0
}
.single-ausstellungen .entry-title{
	width:100%
}
.home .entry-title{
	margin-top:47px;
}

.single-post .entry-title{
	margin-bottom:10px
}

.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 50px;
	width:93.1%
}


.single-projekte .entry-content img,.single-ausstellungen .entry-content img{
	width:330px
}

	
.single-projekte .gallery-item img,.single-ausstellungen .gallery-item img{
	width:99%
	}

.single-projekte .headerVideo{
	width:95%;
	padding-left:50px
}

/*nochmal bei allen Galerien*/
.gallery-item img{
	width:99%
	}


.size-full{
	width:99% !important;
	margin-bottom:20px
}

.gallery-item{
	margin:0 0 0 0
}

.single-projekte .entry-content ul,.single-ausstellungen .entry-content ul{
	/*margin-left:50%*/
	margin-left:0px;
	padding-left:20px;
	list-style-position:outside
}
.single-projekte .entry-content hr,.single-ausstellungen .entry-content hr, hr{
	clear:both;
	width:100%;
	margin:0 0 70px 0;	
}



.home .entry-content > p > a{
	
}


/*-----------------------------Ausstellungen-------------------------------------------------*/

.bigimageTop{
	position:absolute;
	width:100%;
	height:800px;
	z-index:0;
	top:0;
	left:0;
	overflow:hidden;
	background-position:center center;
	background-size:cover
}


.single-leistungen .bigimageTop{
	height:350px;
}

.postid-2806 .bigimageTop{
    background-position: center 73%;
    background-size: 100%;
}


/* page-id-2838 = projektuebersicht */
.ausstellungen .entry-header{
    width: 562px;
    min-height: 400px;
    position: absolute;
    top: 680px;
    background-color: #b011ae;
    color: #fff;
    padding: 30px;
}

.ausstellungen .entry-header p{
	font-weight:300;

}


/* page-id-2838 = projektuebersicht */
.ausstellungen .entry-content{
margin-top:955px;
position:relative
}






.subnavigation_themen{
	position:absolute;
	left: 650px;
	top:-280px;
	width:400px

}

ul.themenbox{
	margin-left: 0;
    list-style: none;
    padding-left: 0;
}
li.thema{
	margin-bottom:8px
}

.themenbox a, .themenbox a:link,.themenbox a:active,.themenbox a:hover,.themenbox a:visited{
	color:#000;
	text-decoration:none
}

.thema h3{
	    font-weight: normal;
    font-size: 16px;
}


.entry-content p,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content ul{
	width:75%
}

.page-id-3974 .entry-content p{
	width:100%
}

/*-----------------------------Ausstellungen-------------------------------------------------*/


/*-----------------------------Leistungen / Markenkonzept-------------------------------------------------*/


.single-leistungen h1.imbleistung{

	margin-top:0;
    margin-bottom: 0px;
	font-size:45px;
	width:95%
}

.single-leistungen a.imbkategorie{
text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 6px;	
	font-size:18px;
	text-decoration:none;
	display:block
}


.single-leistungen #main{
	/*margin-top:250px*/
}
.single-leistungen .leistungenBlock{
	margin-bottom:90px;
	clear:both
}

.single-leistungen .leistungenBlock.farbkreisContainer{
	position:relative
}

#farbkreis{
	width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1000;
    right: 30px;
	top:-490px;
	background-image:url(images/Kreise_Farben_v4.png);
	background-size:cover;
}

		



.baustein-1{
    text-align: center;
    width: 120px;
    font-size:23px;
    position: absolute;
	top: 50px;
    left: 190px;
	color:#fff
}

.baustein-2{
    text-align: center;
    width: 120px;
    font-size:23px;
    position: absolute;
	top: 230px;
    left: 377px;
	color:#fff
}
.baustein-3{
    text-align: center;
    width: 120px;
    font-size: 23px;
    position: absolute;
	    left: 190px;
    bottom: 50px;
	color:#fff
}
.baustein-4{
    text-align: center;
    width: 120px;
    font-size:23px;
    position: absolute;
	top: 230px;
    left: 2px;
	color:#fff
}
.baustein-0{
    text-align: center;
    width: 120px;
    font-size: 23px;
    position: absolute;
	color:#fff;
	top:230px;
	left:190px;
	transform-origin: center 20px;
}

.single-leistungen .greyBox{
	background: url("images/greykachel.png") !important;
}

.single-leistungen .leistungenBlock .halfText{
	width:65%;
	float: left
}

/*Seite Strategie - wegen Farbkreis nur 50%*/
.postid-2806 .leistungenBlock .halfText{
	width:50%;
	float: left
}


.single-leistungen .leistungenBlock .drittelText{
	width:50%;
	float: left
}



.single-leistungen .leistungenBlock .halfImage{
	width:48%;
	height:400px;
	float:right;
background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
	display:none
}









/*Markenkonzept - großer Weiraum oben für den Farbkreis*/
.postid-2806 .leistungenBlock .halfImage{
	width:48%;
	height:400px;
	float:right;
background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
	display:block !important
}
.bigImageUsp{
	margin-top:45px;
	background-color:#f1f1f1;
	height:100vh;
margin-left:-20vw;
	margin-right:-20vw;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative
}

.bigImageCircle{
	margin-top:66px;
	background-color:#f1f1f1;
margin-left:-20vw;
	margin-right:-18vw;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	padding-bottom:80px;
	background-color:#000
}

.greyBigBox{
	margin-top:45px;
	background-color:#f1f1f1;
margin-left:-18vw;
	margin-right:-18vw;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	padding-bottom:150px;
	padding-top:70px
}

.goldenCircleWrapper{
	margin:auto;
	max-width:1200px;
}

.greyBigBoxWrapper{
	margin:auto;
	max-width:1150px;
}

.goldenCircle{
	width:54%;
	float:left;
	width:600px;
	height:600px;
	margin-top:70px;

	position:relative
}

.goldenCircle_1{
	background-color:#931c80;
	width:270px;
	height:270px;
	border-radius:270px;
	position:absolute;
	z-index:3;
	left:165px;
	top:165px;
	cursor:pointer
}

.goldenCircle_1 p{
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-size:35px;
	margin-top:110px
}

.goldenCircle_2{
	background-color:#68135b;
	width:450px;
	height:450px;
	border-radius:450px;
	z-index:2;
	left:75px;
	top:75px;
	position:absolute;
	cursor:pointer
}
.goldenCircle_2 p{
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-size:35px;
	margin-top:98px;
	position:absolute;
	bottom:20px
}


.goldenCircle_3{
	background-color:#3c0a34;
	width:600px;
	height:600px;
	border-radius:600px;
	z-index:1;
	position:absolute;
	cursor:pointer
}
.goldenCircle_3 p{
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-size:35px;
	margin-top:98px;
	position:absolute;
	bottom:10px
}

.goldenCircle_preview{
	background-color:#3c0a34;
	width:600px;
	height:600px;
	border-radius:600px;
	z-index:1;
	position:absolute;
	cursor:pointer
}
.goldenCircle_preview p{
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-size:35px;
	margin-top:98px;
	position:absolute;
	bottom:10px
}



.greyBigBoxLeftBox{
	width:54%;
	float:left;
}

.greyBigBoxLeftBox .leistungenBlock{
	margin-bottom:0 !important
}

.greyBigBoxLeftBox .leistungenBlock h2{
	width:100% !important;
	margin-right:20px;
}

.greyBigBoxLeftBox .leistungenBlock .drittelText{
	width:100% !important;

}

.greyBigBoxRightBox{
	width:40%;
	float:right;
	margin-right:0px;
	margin-top:0px
}

.goldenCircleTextbox{
	width:40%;
	float:right;
	margin-right:0px;
	margin-top:50px
}

.goldenCircleTextbox p{
	width:100%;
	margin-top:0;
	color:#fff
}

.goldenCircleTextbox h3,.goldenCircleTextbox h4{
	margin-bottom:0;
	color:#fff
}


.goldenCircleText_1,.goldenCircleText_2,.goldenCircleText_3{
	display:none;
	margin-top:150px
}
.goldenCircleText_preview{
	margin-top:150px
}

.zitatbox{
width: 550px;
    position: absolute;
    right: 150px;
    color: #fff;
    bottom: 150px;
	margin-right:70px;
    padding: 20px 40px 20px 40px;
    /*background-color: rgb(0,0,0,.65);*/
}

.postid-2818 .zitatbox{
	right:25%;
	top:15%;
	bottom:inherit;
	color:#fff !important
}


.postid-2821 .site-footer{
margin-top:0 !important
}


.postid-2806 .zitatbox{
	color:#000
}

.postid-2821 .zitatbox{
	color:#000
}

.postid-2815 .zitatbox{
	color:#000
}
.postid-2816 .zitatbox{
	color:#000
}

.postid-2818 .zitatbox{
	color:#000
}

.zitat{
font-size:30px;
	line-height:38px;
font-weight:900;
width:100% !important;
margin:0 0 0 0;
}

.zitat:before{
content:"»"
}
.zitat:after{
content:"«"
}

.zitatquelle{
font-size:15px;
font-weight:300	;
width:100% !important;
text-align:right;
margin:10px 0 0 0
}

.halfVideo{
	position:relative;
	width:48%;
	height:420px;
	overflow:hidden;
	float:left
}

.halfVideo video{
height: 100%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
}
.moreTools{
	width:48%;
	float:right;
	height:420px;

}


.tool h2{
font-size: 19px;
    font-weight: 900;
    width: 90%;
    margin: 0px;
	margin-bottom: 0;

}
	.tool a, .tool a:link, .tool a:visited,.tool a:active, .tool a:hover {
    font-weight: 900;
    text-decoration: none;
    display: block;
		color:#000
}
.tool{
	    background-color: #f1f1f1;
	padding:20px;
	margin-bottom:5px;
	position:relative
}

.tool p{
	margin-left:0px;
	width:90%;
	font-size:14px;
	margin-top:0
}

.tool p a{
	display:none !important
}

.toolLinkButton{
display: block;
    width: 50px;
    height: 50px;
    background: url(images/button-round-right.png);
    background-size: cover;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
right: -25px;
    top: 44px;
	transition: all 0.2s ease !important;
}

.tool:nth-child(1) .toolLinkButton,.tool:nth-child(2) .toolLinkButton,.tool:nth-child(3) .toolLinkButton{
	display:block
}


.toolLinkButton:hover
{
    transform:translatex(3px);

}


.buttonLink,.buttonLink:link, .buttonLink:active,.buttonLink:hover,.buttonLink:visited{
	background-color:#ec6713;
	text-decoration:none;
	color:#fff;
	padding:8px 16px 8px 16px;
	font-size:14px;
	    margin-top: 10px !important;
    display: inline-block;
}

.projektehoch{
	margin:35px 0 0 40px;
}
.projekt_intro_hoch{
	   width: 31.1%;
	height:508px;
    float: left;
	margin:8px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
	display: block;
    position: relative;
	overflow:hidden

}

.projekt_intro_hoch_link{
	   width: 100%;
	height:508px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
	display: block;
    position: relative;
	transition: all 0.4s ease;
}


.projekt_intro_hoch_link:hover
{
    transform: scale(1.05);
}


.projekt_intro_hoch.format_3{
	width:96%;
}

.projekt_intro_hoch.format_2{
	width:63.5%;
}

.projekt_intro_hoch h3{
	position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
	/*background-color: rgba(0, 0, 0, 0.45098039215686275);*/
    padding: 10px 20px;
	width:100%;
	font-size:18px;
	line-height:29px;
	font-family: "Maru",sans-serif !important;
	text-align:center;
font-weight:400;

background: rgba(0,0,0,0.7);

}



.projektehoch video{
	height: 100%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
}




.interviews_block{
	margin:90px 0 0 50px;
	clear:both
}


.interviews_block p{
	width:65%
}

.interviews_raster{
	margin:42px 0 0 -10px;
}
.interview_boxed{
	   width: 31.6%;
	overflow:hidden;
    float: left;
	margin:8px;
	min-height:310px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
		display: block;
    position: relative;
	transition: all 0.2s ease;
	background-color:#f1f1f1
}

.interview_boxed_link{
	   width: 100%;

	height:200px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
		display: block;
    position: relative;
	transition: all 0.3s ease;
	overflow:hidden
}


.interview_boxed_link video{
	height: 110%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
}


.interview_boxed_link:hover
{
    transform:scale(1.02)
}



.interview_boxed h3{

    font-size: 18px;
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #000;
    line-height: 22px;
    margin-right: 5px;
    padding: 6px;
	padding-right:50px;
	width:100%;
	font-size:16px;
	font-weight:800;
	padding-left:40px;
	margin-top:5px
}

.filter_interviews h3{
	background-image:url(images/filtericon_interview.png);
	background-repeat:no-repeat;
	background-position:9px 6px;
	background-size:24px;
	font-weight:800
}
.filter_blog h3{
	background-image:url(images/filtericon_blog.png);
	background-repeat:no-repeat;
	background-position:9px 6px;
	background-size:24px;
	font-weight:800
}
.filter_projekte h3{
	background-image:url(images/filtericon_projekte.png);
	background-repeat:no-repeat;
	background-position:9px 6px;
	background-size:24px;
	font-weight:800
}
.filter_ausstellung h3{
	background-image:url(images/filtericon_ausstellungen.png);
	background-repeat:no-repeat;
	background-position:9px 6px;
	background-size:24px;
	font-weight:800
}


.single-interviews h1>p{
	margin-top:0
}

.single-interviews h2,.page-id-3977 h2{
	margin-bottom:-10px !important;
	margin-top:20px;
}
.single-interviews .mehr_zum_thema h2{
	margin-bottom:20px !important;
	margin-top:0;
}

.interview_subline{
	margin-top:5px
}

.weitere_ausstellungen,.mehr_zum_thema{
	    margin: 50px 0 50px -8px;
}
.weitere_ausstellungen{
	margin-top:80px
}

.weitere_ausstellungen h2,.mehr_zum_thema h2{
	width:100%;
	margin-left:8px
}
.weitere_ausstellung_single{
	   width: 31%;
	height:auto;
    float: left;
	margin:8px;

	display: block;
    position: relative;
	background-color:#f1f1f1;
	min-height:350px
}

.weitere_ausstellung_single a{
	padding:0 15px 0 15px;
	display:block
}

.weitere_ausstellung_thumb{
	width:100%;
	height:200px;
		background-size: 110%;
    background-repeat: no-repeat;
	background-position:center center;
	display:block;
	margin-bottom:10px;
		transition: all 0.4s ease;
	position:relative;
overflow:hidden
}

.weitere_ausstellung_thumb video{
    height: 110%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;	
}

.weitere_ausstellung_thumb:hover {
    background-size: 130%;
}

/*---------leistungen----------------------*/



.leistungen_block{
	margin:54px 0 0 50px;
}

.leistungen_box{
		width: 48%;    
	float: left;
	margin-right:16px;
	height: 632px;
	background-color:#f1f1f1;
	margin-bottom:20px;
position:relative;
	padding-bottom:70px
}

.leistungen_block .leistungen_box:nth-child(4) .leistungen_link{
	display:block !important
}

.leistungen_block .leistungen_box:nth-child(4) a.leistungen_image{
/*  
pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
*/
}
.leistungen_block .leistungen_box:nth-child(5) .leistungen_link{
	display:block !important
}

.leistungen_block .leistungen_box:nth-child(5) a.leistungen_image{
/*
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
	*/
}
.leistungen_block .leistungen_box:nth-child(6) .leistungen_link{
	display:block !important
}

.leistungen_block .leistungen_box:nth-child(6) a.leistungen_image{
	/*
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
*/
}


.zitatBlock{
	border:1px solid #fff
}

/* Links manuell deaktivieren "Viele Anbieter ..." 
.postid-2806 .moreTools .tool:nth-child(3) h2 a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;	
}
.postid-2806 .moreTools .tool:nth-child(3) .toolLinkButton{
display:none
}


.postid-2815 .moreTools .tool:nth-child(2) h2 a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;	
}
.postid-2815 .moreTools .tool:nth-child(2) .toolLinkButton{
display:none
}
.postid-2815 .moreTools .tool:nth-child(3) h2 a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;	
}
.postid-2815 .moreTools .tool:nth-child(3) .toolLinkButton{
display:none
}

.postid-2818 .moreTools .tool:nth-child(3) h2 a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;	
}
.postid-2818 .moreTools .tool:nth-child(3) .toolLinkButton{
display:none
}

*/


.leistungen_box h3{
	margin-top:25px;
	margin-bottom:18px;
	margin-left:20px;

}

.leistungen_image{

width:100%;
	height:390px;
	background-size: 130%;
    background-repeat: no-repeat;
	background-position:center center;
		display: block;
    position: relative;
	transition: all 0.4s ease;
}


.leistungen_image:hover
{
   background-size:140%
}



.leistungen_description{
	width:88%;
	margin-left:20px
}


a.ankerlink{
	display:block;
	height:1px;
	margin:10px;
	position:absolute
}

.leistungen_link{
	display:block;
width:35px;
height:35px;
background:url(images/button-round-right.png);
background-size:cover;
cursor:pointer;
margin-left:10px;

	position:absolute;
	right:10px;
	bottom:10px;
	transition: all 0.2s ease !important;
}


.page-id-2796 .leistungen_link{
	width:50px;
	height:50px;
	right:15px;
	bottom:15px
}


.leistungen_link:hover
{
    transform:translatex(3px);
}



.slider-wrapper{
	    margin: 64px 0 0 50px;
}

.slider-wrapper {
  font-size: 40px;
  font-weight: bold;
  align-items: left;
  justify-content: left;
	display:none
}
/*
.slider{
  height: 50px;
  overflow: hidden;
	float:left;
}

.wir{
	font-size:32px;
	width:553px;
	font-weight:900;
	text-align:left
}

.slider div {
	color:#fff;
	height: 50px;
	margin-bottom: 50px;
	padding: 2px 5px;
	box-sizing: border-box;
	line-height:48px;
	font-size:32px
}
.slider-text1 {
  background: #000;
  animation: slide 14s linear infinite;
}
.slider-text2 {
  background: #000;
}
.slider-text3 {
  background: #000;
}
.slider-text4 {
  background: #000;
}
.slider-text5 {
  background: #000;
}
.slider-text6 {
  background: #000;
}
.slider-text7 {
  background: #000;
}
.slider-text8 {
  background: #000;
}
	
@keyframes slide {
0% {margin-top:-800px;}
5% {margin-top:-700px;}
10% {margin-top:-700px;}
15% {margin-top:-600px;}
20% {margin-top:-600px;}
25% {margin-top:-500px;}
30% {margin-top:-500px;}
35% {margin-top:-400px;}
40% {margin-top:-400px;}	
45% {margin-top:-300px;}
50% {margin-top:-300px;}	
55% {margin-top:-200px;}
60% {margin-top:-200px;}
65% {margin-top:-100px;}
70% {margin-top:-100px;}
75% {margin-top:0px;}
80% {margin-top:0px;}
85% {margin-top:100px;}
100% {margin-top:100px;}
}
*/



/*---------leistungen----------------------*/

/*---------ausstellungen startseite ----------------------*/
.home p.fliesstext_ausstellungen{
	width:65%
}

/*---------ausstellungen startseite ----------------------*/



/*---------news----------------------*/

.news_category{
	font-weight:100 !important;
margin-top: -6px;
	margin-bottom:10px;
	display:block
}

.single-post .news_category{
	/*font-weight:900 !important;
	font-size:23px*/
}

.news_category.h3{
font-weight:100 !important;
	font-size:19px;
	margin-bottom:27px
}



.news_datum{
	font-weight:100 !important;
	font-style:italic;
	    color: #8f8383;
	font-size:12px;
	margin-top:15px;
	margin-bottom:0 !important
}


.single-interviews .news_datum{
	margin-top: -5px;
}

.news_category,.news_category:link,.news_category:hover,.news_category:hover,.news_category:visited{
	font-weight:normal
}

.news_block{
	margin:50px 0 0 50px;
}

.home .news_block{
	margin:50px 0 0 50px;
}

.news_box{
		width: 48%;    
	float: left;
	/*margin-right:16px;*/
	height: 600px;
}

.greybg .news_box{
	float:none
}

/*auf startseite */
.home .news_box{
	margin-top:40px;
}

.news_box h3{
margin-top:0;
	margin-bottom:15px
}
.greybg{
background:#f1f1f1;
clear: both;
margin-left: -50px;
padding-left: 50px;
padding-top: 3px;
margin-top: 29px;
margin-bottom: 53px;
padding-bottom: 1px;
position: relative;
	min-height:510px
}

.greybg .news_category{
	display:none
}


.readmore{
display:block;
width:50px;
height:50px;
background:url(images/button-round-right.png);
background-size:cover;
cursor:pointer;
position: absolute;
bottom: 25px;
right:35px;
margin-left: -16px;
transition: all 0.1s ease;
}
.readmore:hover{
	transform:translateX(3px);
}

.alm-listing .readmore{
	right:35px
}

.interview_boxed .readmore{
	width:35px;
	height:35px;
	bottom:10px;
	right:10px
}

.cssmasonry .readmore{
	width:35px;
	height:35px;
	bottom:10px;
	right:10px;
	background-image:url(images/button_more_nachhaltigkeit.png)
}


.news_image{

width:100%;
	height:428px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
		display: block;
    position: relative;
	margin-bottom:20px;
	overflow:hidden;
	margin-top:40px
}

.news_image_link{
	 width: 100%;
	height:428px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
	display: block;
    position: relative;
	transition: all 0.4s ease;
}


.news_image_link:hover
{
    transform: scale(1.05);
}



.news_description{
	width:88%
}

.next-post{
	display:block;
	width:200px;
position:absolute;
	right:0px
}

.prev-post{
	display:block;
	width:200px;
position:absolute;
	left:0px
}

.rightleftnav{
	width:100%;
	clear:both;
	position:relative
}


.news_box.first{
	width:100%;
	height:auto;
margin-bottom:70px
}

.home .news_box.first{
	margin-bottom:78px;
}


.news_box.first .news_image{
	float: left;
    width: 63.7%;
    height: 428px;
    display: block;
}




.news_box.first video{
	float:left;
	width:63.7%;
	margin-top:40px
}

.home .news_box.first video{
	margin-top:0px
}




.news_box.first h3{
	width: 30%;
    float: left !important;
      clear: none;
    margin-left: 20px;
	font-size:23px;
	line-height:22pt;
	margin-top:40px;

}
.home .news_box.first h3{
	margin-top:0px
}




.news_box.first .news_datum,.news_box.first .news_category{
width: 30%;
    float: left;
    margin-left: 20px;
	font-weight:300
}


/*hover effekt im Blog auf Headline*/

.page-id-3903 .news_box.first a h3:hover, .home .news_box.first a h3:hover{
	opacity:0.7
}



.catfilter{
	margin-top:40px;
}

.catfilter ul{
	list-style: none;
    margin-left: 10px;
}
.catfilter ul li{
	display:inline-block;
	margin-right:25px;
}


.ausstellungenExcerpt{    
	width: 30%;
    float: left;
    margin-left: 20px;
	display: block;
    height: auto;
	margin-bottom:20px
}
.postExcerpt{    
	width: 30%;
    float: left;
    margin-left: 20px;
    height: auto;
	display:none;
	margin-bottom:20px
}
.news_box.first .postExcerpt{
	display:block
}


#ajax-load-more{
	margin-top:-5px
}
.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: #fb641d !important;
}

/*Anpassungen am Ajax Filter Plugin*/

.alm-filters-container{
	width:100%
}

.alm-filters-container .alm-filter{
	padding:0 !important;
	margin:0 !important;
	margin-bottom:90px !important
}


.alm-filters-container .alm-filter li {
    padding: 0;
    margin: 0 0 11px 0 !important;
    list-style: none;
    content: "";
    line-height: 1;
    display: inline-block !important;
    clear: both;
    position: relative;
}

.alm-filters-container .alm-filter ul {
    padding: 0;
    margin: 0;
	width:100% !important;
	position:relative !important
}
.alm-filters-container .alm-filter li a {
    font-size: 1rem !important;
	font-weight:400;
    color: #fff !important;
	text-align:center;
	background-color:black;
	border-radius:15px;
	padding:5px 10px 5px 10px !important;
	margin-right:10px
}

.alm-filters-container .alm-filter li a:hover, .alm-filters-container .alm-filter li a:active{
    color: #fff !important;
}


.alm-filters-container .alm-filter li a:before {
	display:none !important
}
.alm-filters-container .alm-filter li a.field-radio:after {
	display:none !important 
}

.alm-filters-container .alm-filter li div.alm-filter--link:before {
display:none !important
}


.alm-filters-container .alm-filter li div.alm-filter--link{
font-size: 1rem !important;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    background-color: black;
    border-radius: 15px;
    padding: 5px 10px 5px 10px !important;
    margin-right: 10px;
}

.alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:after, .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:after {
  display:none !important
}


/*
.alm-filters-container .alm-filter li:after{
bottom: 4px;
    content: ". " !important;
    display: block !important;
    position: absolute;
    right: 13px;
    font-size: 19px;
    font-weight: 900;
	color:#c6c6c6
}
*/

.alm-filters-container .alm-filter li a.active{
	color:#fff !important
}


.ajaxFilter{
	margin-top:41px
}

.subnaviBlog{
	padding-left:0;
	margin:0 0 80px 0
}

.subnaviBlog li{
padding: 0;
    margin: 12px 0px;
    list-style: none;
    content: "";
    line-height: 1;
    display: inline-block;
    clear: both;
    position: relative;
}

.subnaviBlog li a{


    font-size: 1rem !important;
	font-weight:400;
    color: #fff !important;
	text-align:center;
	background-color:black;
	border-radius:15px;
	padding:5px 10px 5px 10px !important;
	margin-right:10px	
	
	
	
}

.subnaviBlog li a:hover, .subnaviBlog li a:active{
    color: #fff !important;
}
.subnaviBlog li.thisCategory a{
	color:#fff !important
}

.hashtags_leistungen{
	margin-top:40px;
	margin-bottom:70px
}

.hashtags_leistungen ul{
	list-style:none
}
.hashtags_leistungen li{
	display:inline-block;
	margin-bottom:16px
}
.hashtags_leistungen li a{
    font-size: 1rem !important;
	font-weight:400;
    color: #fff !important;
	text-align:center;
	background-color:black;
	border-radius:15px;
	padding:5px 10px 8px 10px !important;
	margin-right:0px	
}



.single-leistungen .hashtags_leistungen ul{
	margin-left:-45px;
	width:calc(100% + 45px);
}
.single-leistungen .hashtags_leistungen a, .single-leistungen .hashtags_leistungen a:link, .single-leistungen .hashtags_leistungen a:active, .single-leistungen .hashtags_leistungen a:hover, .single-leistungen .hashtags_leistungen a:visited {
    text-decoration: none;
    color: #000;
}



.nigButton{
    background-image: url(images/button-round-down.png) !important;
    width: 150px !important;
    height: 121px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: 34% !important;
    background-position: center 45px !important;
    margin-left: 290px !important;
    padding: 0 !important;
  
	transition: all 0.4s ease !important;
	padding-bottom: 76px !important;
font:inherit !important;
	top:-30px
}


.nigButton:hover
{
    background-position: center 55px !important;
}



.alm-btn-wrap .alm-load-more-btn{
	color:#000 !important;
	font-size:16px !important;
	font-weight:100 !important
}
.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: transparent !important;
}
.alm-btn-wrap {
    display: block;
    text-align: left !important;
    padding: 0 !important;
    position: relative;
}


/*---------news----------------------*/


/*-------------------------- Wir Seite--------------------------*/
.wir_wrapper{
	margin:30px 0 0 50px;
}

.half{
	width:65%
}
.wirblock p{
	width:65%
}


.wirblock{
	clear:both;
	margin-top:-40px
}

.wirblock img{
	width:48%;
}

.wirblock p{

}

.wirblock img.floatleft{
float:left;
margin-right:20px;
}

.wirblock img.floatright{
float:right;
margin-left:20px;
}

.wirblock h3{
	clear:none
}

.cardsContainer{
	position:relative;
	height:330px;
	min-height:250px;
	margin-bottom:130px;
	margin-top:80px;
}

.card{
    width: 540px;
    height: 280px;
	background-color:red;
	position:absolute;
	    border-right: 6px solid #FFF;
	cursor:pointer
}

#card-1{
	background-color:#af073c;
	z-index:6
}
#card-2{
	background-color:#d4184d;
	z-index:5;
	/*transform: scale(0.95) translateX(40px);*/
    transform-origin: left center;
}
#card-3{
	background-color:#cc1d61;
	z-index:4;
	/*transform: scale(0.90) translateX(84px);*/
    transform-origin: left center;
}
#card-4{
	background-color:#c21d7b;
	z-index:3;
	/*transform: scale(0.85) translateX(133px);*/
    transform-origin: left center;
}
#card-5{
	background-color:#b42095;
	z-index:2;
	/*transform: scale(0.80) translateX(187px);*/
    transform-origin: left center;
}
#card-6{
	background-color:#9a22c0;
	z-index:1;
	/*transform: scale(0.75) translateX(2px);*/
    transform-origin: left center;
}



.card h4{
	color: #fff;
    font-size: 25px;
	margin-bottom:10px;
	padding:0 20px 0 20px
}
.card p{
	color:#fff;
		padding:0 20px 0 20px
}

.slick-slider{
	margin-top:0px
}
.jahre_84{
margin-top:33px;
margin-left: 0px;
/*margin-right: 20px;*/
}
.slick-slide img {
    display: block;

}

.slick-slide video{
    height: 100%;
    /* margin-left: -40px; */
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
}

.slick-initialized .slick-slide {
    display: block;
    padding-right: 25px !important;
}

.slick-slider h2{
	font-size: 23px;
	margin-bottom:0 !important;
	font-weight:900
}

.slick-prev, .slick-next{
font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}



.slick-prev {
    background-image: url(images/arrow-left.png) !important;
    background-repeat: no-repeat !important;
    width: 60px !important;
    height: 60px !important;
    z-index: 500;
    background-size: contain !important;
    top: 120px !important;
    left: -75px !important;
}


.slick-next {
    background-image: url(images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    width: 60px !important;
    height: 60px !important;
    z-index: 500;
    background-size: contain !important;
    top: 120px !important;
    right: -75px !important;
	display:none !important
}

.page-id-3184 .slick-list,.single-leistungen .slick-list{
clip-path: inset(-20px -80px 30px -90px) !important;
overflow:inherit !important
	
}

.page-id-3184 .slick-initialized .slick-slide,.single-leistungen .slick-initialized .slick-slide {
    padding-right: 16px !important;
}

.postid-2821 .weitere_ausstellung_single.slick-slide {
padding-right:0px !important

}
.postid-2821 .slickonlymobile_mehr .slick-list{
	/*padding:0px 0px !important*/
}
.postid-2821 .weitere_ausstellungen, .mehr_zum_thema {
    margin: 50px 0 50px -10px;
	width:99.5% !important
}

.page-id-3184 .jahre_84 .slick-slide,.single-leistungen .sechsIdeen .slick-slide {
    padding-right: 10px !important;
}

.sechsIdeen,.bausteine{
	left:-5px;
	margin-bottom:100px;
}

/*Leistungsseite Digitale Messe */
.postid-2821 .sechsIdeen{
	margin-bottom:0
}

.postid-2821 .sechsIdeen .ideeImage {
    background-size: 147%;
	background-position:center center
}


.timelineText,.ideeText{
	background-color: #f1f1f1;
    padding-bottom: 20px;
	min-height:420px;
	padding-bottom:50px
}
.timelineText h2, .timelineText p,.ideeText h2{
	margin:20px;
}


.ideeText h2{
	margin:20px;
	width:90% !important
}

.ideeText p{
	margin:20px;
	width:90% !important
}


.bausteine .ideeText h2, .bausteine .ideeText p{
	margin:0
}
.bausteine .ideeText h2{
	margin-bottom:30px !important;
	margin-top:50px !important;
	color:#e20614
}


.timelineImage{
	height:250px;
	background-size:cover;
	overflow:hidden;
	position:relative;
	background-position:center
}

/*vimeo-video*/
.timelineImage iframe{
	height:100%
}



.ideeImage{
	height:250px;
	background-size:cover;
	overflow:hidden;
	position:relative;
	background-color:grey
}

.bausteine .ideeImage{
	display:none
}
.bausteine{
	width:550px
}
.bausteine .slick-list{
	overflow:hidden !important
}

.bausteine .slick-slide:nth-child(1) .ideeText h2{
	color:#941b80
}
.bausteine .slick-slide:nth-child(2) .ideeText h2{
	color:#94c01e
}
.bausteine .slick-slide:nth-child(3) .ideeText h2{
	color:#f29100
}
.bausteine .slick-slide:nth-child(4) .ideeText h2{
	color:#e20614
}

.verlaufAni {
	width:100%;
	height:390px;
	    margin-top: 57px;
    margin-bottom: 92px;
	background: linear-gradient(45deg, #a8308b,#d226ab, #0f9eda,#304799);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
position:relative
}



.verlaufAni .box{
position: absolute;

width: 408px;
height: 75px;
top: 157px;
left: 50%;
margin-left: -204px;	
background-image:url(images/box_border.png);
background-size:contain;
background-repeat:no-repeat
}

.verlaufAni .box span{
	color:#fff;
position: relative;
top: -36px;
font-size: 19px;
}



.slick_leistungen .topic{
color:#fff;
font-weight:900;
height: auto;
font-size: 22px;
display:table;
margin-left:15px
	
}



.slick_leistungen .topic p{
	margin:auto;
	text-align:center;
	  display: table-cell;
  vertical-align: middle;
	height:387px;
	opacity:0.5

}


.slick_leistungen .topic p a,.slick_leistungen .topic p a:link,.slick_leistungen .topic p a:active,.slick_leistungen .topic p a:hover,.slick_leistungen .topic p a:visited{
	font-weight:900;
	font-size:22px;
	color:#fff;
	z-index:30000
}

.slick_leistungen .slick-slide > div{

}


.slick_leistungen .slick-center > p{

    animation: bigger .5s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
		
		
}


@keyframes bigger {
    from {
        transform: scale(1);
		opacity:0.5
    }
    to {	
		transform: scale(1.5);
		opacity:1
    }
}



/*------------------------slickdots----------------------------*/
	.slick-dots {
		display: flex;
		justify-content: center;

		margin: 0;
		padding: 1rem 0;

		list-style-type: none;
		width:100% !important
		
	}

.slick_leistungen .slick-dots{
	top: -41px;
position: relative;
}


	li {
		margin: 0 0.25rem;
	}

	.slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		padding: 0;

		border: 1px solid black;
		border-radius: 100%;
		background-color: white;

		text-indent: -9999px;
	}

.slick_leistungen .slick-dots button {
		border: 1px solid white;
		border-radius: 100%;
		background-color: transparent;
}


	li.slick-active button {
		background-color: black;
	}

	.slick_leistungen li.slick-active button {
		background-color: #fff;
	}
/*------------------------slickdots----------------------------*/






@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*-------------------------- Wir Seite --------------------------*/

/*-------------------------- Karriere Seite --------------------------*/

.jobsContainer  {
margin: 95px 13px 0 0px;
    width: 63%;
	float:right
}

.benefitsContainer  {
margin:20px 7px 0 50px;
	padding-bottom:82px;
}




.benefit{
	background-color:grey;
	height:300px;
	margin-bottom:10px;
	position:relative;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat
}
.benefit_1{
	width:49.5%;
}
.benefit_2{
	width:49.5%
}
.benefit_3{
	width:60%;
}
.benefit_4{
	width:39%
}



.benefit h3{
	position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
	/*background-color: rgba(0, 0, 0, 0.45098039215686275);*/
    padding: 10px;
	width:100%;
	font-size:22px;
	line-height:29px;
	font-weight:800;

background: rgba(0,0,0,0.7);
	
}


.person{
	background-color:grey;
	height:280px;

	position:relative;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat	;
	float:left
}
.person h3{
	position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    margin-left: 0px;

	/*background-color: rgba(0, 0, 0, 0.45098039215686275);*/
    padding: 10px;
	width:100%;
	font-size:16px;
	line-height:19px;
	font-weight:800;
background-color:rgba(255,255,255,0.8);
color:#000;
	text-align:center
}

.person.usp h3{
	position:relative;
	font-size:36px;
	margin-top:0;
	padding:30px;
	line-height:43px;
	text-align:left
}

.person h3.show{
	display:none
}


.person_pos{
	display:block;
	font-size:14px;
	font-weight:200
}

.wir_statistics{
	margin-top:100px
}
.statbox{
	width:25%;
	float:left;
	text-align:center
}

.stat_bez{
	font-size:22px;
	margin-bottom:0
}
.stat_value{
	font-size:36px;
	font-weight:800;
	margin-top:0
}

.karrieretext-2{
	margin: 41px 8px 0 50px;
	width:65%;
}

.benefitWrapper{
background: rgb(169,48,139);
background: radial-gradient(circle at 90% -6%, rgba(169,48,139,1) 0%, rgba(119,101,175,1) 0%, rgba(60,156,198,1) 0%, rgba(170,46,136,1) 87%);
background: webkit-radial-gradient(circle at 90% -6%, rgba(169,48,139,1) 0%, rgba(119,101,175,1) 0%, rgba(60,156,198,1) 0%, rgba(170,46,136,1) 87%);

	float:left;
	margin-right:8px;
position:relative;
	height:250px !important
}
.benefitText{
	font-size: 19px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    bottom: 21px;
    left: 21px;
}

.icon-dog{
	width:60px;
	height:60px;
	background-image:url(images/icon-dog.png) !important;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:20px;
	top:20px;
}
.icon-zeit{
	width:60px;
	height:60px;
	background-image:url(images/icon-time.png) !important;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:20px;
	top:20px;
}

.icon-home{
	width:60px;
	height:60px;
	background-image:url(images/icon-home.png) !important;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:20px;
	top:20px;
}

.icon-coach{
	width:60px;
	height:60px;
	background-image:url(images/icon-coaching.png) !important;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:20px;
	top:20px;
}
.icon-park{
	width:60px;
	height:60px;
	background-image:url(images/icon-parking.png) !important;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:20px;
	top:20px;
}
.icon-web{
	width:60px;
	height:60px;
	background-image:url(images/icon-web.png) !important;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:20px;
	top:20px;
}

.page-id-4162 .slick-prev {
    background-image: url(images/button-round-left.png) !important;
    background-repeat: no-repeat !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 500;
    background-size: contain !important;
    top: 290px !important;
    left: 20px !important;
}


.page-id-4162 .slick-next {
    background-image: url(images/button-round-right.png) !important;
    background-repeat: no-repeat !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 500;
    background-size: contain !important;
top: 290px !important;
    left: 85px !important;
	display:block !important
}


.page-id-6790 .slick-prev,.page-id-3184 .slick-prev,.single-leistungen .slick-prev {
    background-image: url(images/button-round-left.png) !important;
    background-repeat: no-repeat !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 500;
    background-size: contain !important;
    top: 710px !important;
    left: 0px !important;
}


.page-id-6790 .slick-next,.page-id-3184 .slick-next,.single-leistungen .slick-next {
    background-image: url(images/button-round-right.png) !important;
    background-repeat: no-repeat !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 500;
    background-size: contain !important;
top: 710px !important;
    left: 65px !important;
	display:block !important
}

.postid-2821 .slick-next, .postid-2821 .slick-prev{
	    top: 700px !important;
}




.single-leistungen .bausteine .slick-next, .single-leistungen .bausteine .slick-prev{
	top:370px !important
}

.bausteine .ideeText{
	background-color:#fff
}

.page-id-3184 .prev.slick-arrow {
background-image: url(images/leistungen_nav_left.png) !important;
background-repeat: no-repeat !important;
width: 24px !important;
height: 24px !important;
z-index: 500;
background-size: contain !important;
top: 25px;
left: -13px;
display: block !important;
position: absolute;
background: none;

    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: none;
	cursor:pointer
}


.page-id-3184 .next.slick-arrow {
background-image: url(images/leistungen_nav_right.png) !important;
background-repeat: no-repeat !important;
width: 24px !important;
height: 24px !important;
z-index: 500;
background-size: contain !important;
top: 25px;
right: -13px;
display: block !important;
position: absolute;
background: none;

    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: none;
	cursor:pointer
}



button.slick-disabled{
	opacity:0.1
}

h2.benefits{
	font-size:32px;
	margin-top:20px;
	margin-left:50px;
	margin-bottom:0px
}
h2.vacants{
font-size: 32px;
	margin-bottom:0
}

.vacantsTextblockLinks{
    margin: 48px 8px 0px 50px;	
	width:30%;
	float:left
}

.vacantsSubline{
	    position: relative;
    margin: 0px 8px 0px 50px;
    top: 101px;
    width: 340px;

}

.jobBox{
width: 90%;
float: right;
margin-bottom: 16px;
margin-right: 5px;
background-color:
#f1f1f1;
padding: 0;
	
  display: flex;
  align-items: center;
 position:relative	;
	padding-bottom:45px
	
}
.jobtitle{
font-size: 19px;
    font-weight: 900;
	margin-bottom:0;
	width:90%;
	margin:20px
}

.jobtitle a,.jobtitle a:link,.jobtitle a:visited{
	font-weight:900;
	text-decoration:none;
	display:block

}



.jobdate{
	font-weight: 100 !important;
    font-style: italic;
    color: #8f8383;
    font-size: 12px;
	margin-top: 0px;
}

.joblink,.joblink:link,.joblink:active,.joblink:visited{
	color:#bb2395
}

.jobteaser{
margin: 0px 20px 30px 20px;
width: 80%;	
}

.joblinkbutton{
	display:block;
width:50px;
height:50px;
background:url(images/button-round-right.png);
background-size:cover;
cursor:pointer;
margin-left:10px;

	position:absolute;
	right:15px;
	bottom:15px;
	transition: all 0.2s ease !important;
}


.joblinkbutton:hover
{
    transform:translatex(3px);
}



/*-------------------------- Karriere Seite --------------------------*/


/*---------------------------Jobs Jobs ------------------------*/


.single-jobs ul{
	margin-left: 20px;
    padding-left: 1px;
}
.jobFooter{
	margin-top:80px
}

.jobFooter h3{
	margin-bottom: -12px;
    margin-top: 30px;
}

.maurer{
	width:170px;
	height:170px;
	float:left
}

.maurer-infos{
	float: left;
    width: 300px;
    margin-left: 20px;
}

.maurer img{
	width:100%
}


/*---------------------------Jobs Jobs ------------------------*/



/*---------------------------Footer ------------------------*/


.site-footer{
	margin-top:120px !important;
	padding-top:30px;
	max-width:100%;
	margin:auto;
	clear:both;
	background-color:#000;
	color:#fff;
	height:245px;
	position:relative
}

.page-id-3903 .site-footer{
	margin-top:30px !important
}

.site-footer a,.site-footer a:link,.site-footer a:active,.site-footer a:hover,.site-footer a:visited{
	color:#fff;
	text-decoration:none
}

.footer_leftbox{
	width:100%;
	float:inherit
}
.footer_leftbox p{
	margin-left:52px;
	margin-top:0px;
	margin-bottom:0
}
.footer_socialmedia{
	width:260px;
	margin-left:50px;
	margin-top:80px
}

.footer_socialmedia p img{
	width:32px;
	height:auto;
	margin:0 0px 0 0px
}





.footer_rightbox{
width:100%;
	float:inherit;
	margin-bottom:40px;
}
.footer_rightbox p{
	margin-left:52px;
	margin-top:0px;
}
.footer_hashtag{
	font-size:26px;
	font-weight:900;
	letter-spacing:.05em;
		margin-top:8px
}

.menu-footer-navigation-links-container{

    width: 150px;
    position: absolute;
    right: 20px;
	bottom:10px
}
.menu-footer-navigation-rechts-container{
    width: 150px;
    position: absolute;
    right: 250px;
	bottom:10px
}

#footer-menu-links,#footer-menu-rechts{
	list-style: none;
    margin-left: 0;
	padding-left:0
}
#footer-menu-links li,#footer-menu-rechts li{
	margin-bottom:5px;
	width:200px;
	display:inline-block
}

.center1200{
	left:0;
	right:0;
	position:absolute;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	bottom:0
}


/*---------------------------Footer ------------------------*/



.site-branding{
	position:relative
}


.main-navigation{
    clear: both;
    display: block;
    /* float: left; */
    width: auto;
    text-align: right;
    position: absolute;
right: 128px;
    top: 27px;

}

.main-navigation li {
    float: right;
    position: relative;
    margin-left: 24px;
	display:none
}

.main-navigation li a,.main-navigation li a:link,.main-navigation li a:active,.main-navigation li a:hover,.main-navigation li a:visited{
	color:#fff;
	text-decoration:none
}
.main-navigation.headerScrolled li a,.main-navigation.headerScrolled li a:link,.main-navigation.headerScrolled li a:active,.main-navigation.headerScrolled li a:hover,.main-navigation.headerScrolled li a:visited{
	color:#fff !important;
	text-decoration:none
}

/*seite home*/
.home .main-navigation li a,.home .main-navigation li a:link,.home .main-navigation li a:active,.home .main-navigation li a:hover,.home .main-navigation li a:visited{
	color:#fff;
	text-decoration:none
}
/*seite single-ausstellungen*/
.single-ausstellungen .main-navigation li a,.single-ausstellungen .main-navigation li a:link,.single-ausstellungen .main-navigation li a:active,.single-ausstellungen .main-navigation li a:hover,.single-ausstellungen .main-navigation li a:visited{
	color:#fff;
	text-decoration:none
}

#mobileNav{
	width:70px;
	height:70px;
	display:block;
	/*background-image:url(images/navicon_s.png);*/
	background-size:cover;
	background-repeat:no-repeat;
	right:3px;
	top:40px;
	position:fixed;
	outline:0;
	background-color:none;
	z-index:20000;
	top:8px
}

#mobileNavFlyout{
	width:70px;
	height:70px;

	/*background-image:url(images/navicon_s.png);*/
	background-size:cover;
	background-repeat:no-repeat;
	right:3px;
	top:40px;
	position:fixed;
	outline:0;
	background-color:none;
	z-index:40000;
	display:none;
	top:8px
}



#mobileNav:active,#mobileNav:hover,#mobileNav:focus{
	background-color:none;
	outline:0
}

#mobileNav.headerScrolled  {
	/*background-image:url(images/navicon_s.png) !important;*/
}

/*seite home*/
.home #mobileNav  {
	/*background-image:url(images/navicon.png);*/
}

/*Navigation auf den weißen Seiten in schwarz*/

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #000;
}

#mobileNavFlyout .hamburger-inner, #mobileNavFlyout .hamburger-inner:after, #mobileNavFlyout .hamburger-inner:before {
    background-color: #fff;
}


.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

/*Navigation auf der Startseite in weiß*/

.home .hamburger-inner, .home .hamburger-inner:after, .home .hamburger-inner:before {
    background-color: #fff;
}

.home .hamburger.is-active .hamburger-inner, .home .hamburger.is-active .hamburger-inner:after, .home .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}


/*Navigation auf der Startseite in schwarz wenn Scrollziel erreicht*/

.home #mobileNav.headerScrolled .hamburger-inner, .home #mobileNav.headerScrolled .hamburger-inner:after, .home #mobileNav.headerScrolled .hamburger-inner:before {
    background-color: #000;
}

.home .hamburger.is-active.headerScrolled .hamburger-inner, .home .hamburger.is-active.headerScrolled .hamburger-inner:after, .home .hamburger.is-active.headerScrolled .hamburger-inner:before {
    background-color: #000;
}


/*Navigation auf der Ausstellung in weiß*/

.single-ausstellungen .hamburger-inner, .single-ausstellungen .hamburger-inner:after, .single-ausstellungen .hamburger-inner:before {
    background-color: #fff;
}

.single-ausstellungen .hamburger.is-active .hamburger-inner, .single-ausstellungen .hamburger.is-active .hamburger-inner:after, .single-ausstellungen .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}


/*Navigation auf der Ausstellung in schwarz wenn Scrollziel erreicht*/

.single-ausstellungen #mobileNav.headerScrolled .hamburger-inner, .single-ausstellungen #mobileNav.headerScrolled .hamburger-inner:after, .single-ausstellungen #mobileNav.headerScrolled .hamburger-inner:before {
    background-color: #000;
}

.single-ausstellungen .hamburger.is-active.headerScrolled .hamburger-inner, .single-ausstellungen .hamburger.is-active.headerScrolled .hamburger-inner:after, .single-ausstellungen .hamburger.is-active.headerScrolled .hamburger-inner:before {
    background-color: #000;
}



/*Navigation auf der Leistung in weiß*/

.single-leistungen .hamburger-inner, .single-leistungen .hamburger-inner:after, .single-leistungen .hamburger-inner:before {
   /* background-color: #fff;*/
}

.single-leistungen .hamburger.is-active .hamburger-inner, .single-leistungen .hamburger.is-active .hamburger-inner:after, .single-leistungen .hamburger.is-active .hamburger-inner:before {
  /*  background-color: #fff;*/
}


/*Navigation auf der Leistung in schwarz wenn Scrollziel erreicht*/

.single-leistungen #mobileNav.headerScrolled .hamburger-inner, .single-leistungen #mobileNav.headerScrolled .hamburger-inner:after, .single-leistungen #mobileNav.headerScrolled .hamburger-inner:before {
    background-color: #000;
}

.single-leistungen .hamburger.is-active.headerScrolled .hamburger-inner, .single-leistungen .hamburger.is-active.headerScrolled .hamburger-inner:after, .single-leistungen .hamburger.is-active.headerScrolled .hamburger-inner:before {
    background-color: #000;
}






/*seite single-ausstellungen*/
.single-ausstellungen #mobileNav  {
	/*background-image:url(images/navicon.png);*/
}



.cat-links,.post-navigation{
	display:none
}



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

#site-navigation2{
display: block;
    position: fixed;
    z-index: 30000;
    height: 100%;
    background-color: #000;
    width: 350px;
    right: -350px;
	top:0;

}


.navSlideIn  {
    animation: navslidein .5s;
    animation-fill-mode: both
}
@keyframes navslidein {
    from {
        transform:translate(0,0);
    }
    to {
        transform:translate(-350px,0);
    }
}

.navSlideOut  {
    animation: navslideout .5s;
    animation-fill-mode: both
}
@keyframes navslideout {
    from {
  transform:translate(-350px,0);
    }
    to {
  transform:translate(0,0);
    }
}






#site-navigation2 ul{
	margin-top:130px
}


#site-navigation2 ul li{
display: block;
    color: #fff;
    width: 80%;
    text-align: left;
    font-size: 24px;
float:left !important;
	margin-left:70px;
	margin-bottom:15px;
	line-height:100%
}


#site-navigation2 ul li a,#site-navigation2 ul li a:link,#site-navigation2 ul li a:active,#site-navigation2 ul li a:hover,#site-navigation2 ul li a:visited{
font-weight:100
}

.navigationSignet{
	    position: absolute;
    display: block;
    width: 49px;
    top: 13px;
    left: 19px;
}

.newsletterButton{
	/*background-image:url(images/newsletter-button.png);*/
	background-size:contain;
	background-repeat:no-repeat;
	color:#fff;
	text-align: center;
display: block;
float: left;
width: 239px;
height: 64px;
margin-left: 69px;
margin-top: 30px;
line-height: 58px;
cursor: pointer;
transition: all 0.25s ease !important;
border:2px solid #fff;
position:relative;
display:none !important
	
}
.newsletterButton,.newsletterButton:link,.newsletterButton:active,.newsletterButton:hover,.newsletterButton:visited{
	text-decoration:none;
	color:#fff !important;
	
}
	
.newsletterButton img{
	position: absolute;
right: -13px;
z-index: 0;
width: 28px;
top: 15px;
}


.newsletterButton:hover
{
    font-size:120%;
	transform-origin: center center
}






.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1 !important;
}



.flyout_socialmedia{
	text-align:center;
	float:left;
	width:231px;
	padding-top:30px;
	margin-left:54px
}

.flyout_socialmedia p img{
	width:32px;
	height:auto;
	margin:0 0px 0 0px
}

.flyout_socialmedia a{
	display:inline
}

	#mobileMesseTermineEuropa, #mobileMesseTermineAsien, #mobileMesseTermineUSA {
    display:none
}

#mobileMesseTermineEuropa .more{
	display:none
}

.alm-listing {

    width: 97%;
}


	.slickonlymobile{
		margin-right:-10px
	}



iframe.kontakt{
	width:98%
}

.filterBox{
	margin-top:30px
}

#filter_interviews{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 70px;
    height: 37px;
    line-height: 33px;
    width: 123px;
    padding-left: 42px;
    font-weight: 400;
	margin-right:10px;
	margin-bottom:15px;
	background-image:url(images/filtericon_interview.png);
	background-repeat:no-repeat;
	background-size: 31px;
    background-position: 2px 2px;
}
#filter_blog{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 70px;
    height: 37px;
    line-height: 33px;
    width: 81px;
    padding-left: 42px;
    font-weight: 400;
	margin-right:10px;
	margin-bottom:15px;
		background-image:url(images/filtericon_blog.png);
	background-repeat:no-repeat;
	background-size: 31px;
    background-position: 2px 2px;
}
#filter_projekte{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 70px;
    height: 37px;
    line-height: 33px;
    width: 107px;
    padding-left: 42px;
    font-weight: 400;
	margin-right:10px;
	margin-bottom:15px;
		background-image:url(images/filtericon_projekte.png);
	background-repeat:no-repeat;
	background-size: 31px;
    background-position: 2px 2px;
}

#filter_ausstellung{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 70px;
    height: 37px;
    line-height: 33px;
    width: 147px;
    padding-left: 42px;
    font-weight: 400;
	margin-right:10px;
	margin-bottom:15px;
		background-image:url(images/filtericon_ausstellungen.png);
	background-repeat:no-repeat;
	background-size: 31px;
    background-position: 2px 2px;
}

.video-sound-toggle{
	position:absolute;
	
	width:24px;
	height:24px;
	background-size:contain;
	background-repeat:no-repeat;
	left:49px;
	top:16px;
	cursor:pointer
}
.off{
background-image:url(images/icon_sound-off.png);	
}
.on{
background-image:url(images/icon_sound-on.png);	
}


.head_linie{
	background-color: black;
    height: 1px;
    margin-bottom: 35px;
    width: 50% !important;
	margin-top:10px
}

.postid-5897 .wp-video{
	width:32% !important;
	margin-right:3px !important;
	float:left !important
}


.single-projekte #primary main article header
{
	margin-bottom:22px
}

.alm-filters-container .alm-filter li div.alm-filter--link.active {
    color: #fff !important;
	background-color:#E6037D !important;
	font-weight:400
}
.entry-header ul li.thisCategory a{
    color: #fff !important;
	background-color:#E6037D !important;
	font-weight:600
}


	
	.zitatBlock{
		display:block
	}	
	.zitatBlockMobil{
		display:none
	}


/*------------Seite Nachhaltigkeit-----------------------------------------*/
.flex2column{
display:flex;
justify-content:space-between;
gap:50px;
/*align-items: center;*/
}




.page-id-6790 .entry-content p,.page-id-6790 .entry-title{
	width:100%
}

.page-id-6790 section{
	margin-top:120px
}
.page-id-6790 section h2{
	font-size:32px;
	line-height:1.2
}

.underline{
	background-image:url(images/underlinepath.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
	display:inline-block;
	line-height:1.1
}

.respectCircle{
	width:600px;
	height:600px;
	margin:auto;
	overflow:hidden
}
.circleTop{
width:600px;
height:600px;
background-image:url(images/respectcircle_top.svg);
background-position:center center;
background-size:contain;
position:absolute;
z-index:1
}
.circleGradient{
width:600px;
height:600px;
background-image:url(images/respectcircle_gradient.png);
background-position:center center;
background-repeat:no-repeat;
background-size:490px;
position:absolute;
z-index:0;
/*animation: rota 5s linear infinite;
-webkit-animation: rota 5s linear infinite;*/
overflow:hidden
}


@keyframes rota{
0% {
transform:rotate(0deg);
transform-origin:center center
}
100% {
transform:rotate(360deg);
transform-origin:center center

}	
}


.circleTextWrapper{
	width:250px;
	position:relative;
	top:-370px;
	left:calc(50% + 300px);
}


.circleText h3{
	font-size:32px;
	font-weight:100;
	margin-top:0;
	margin-bottom:10px
}

.circle_arrow-up{
	width:40px;
	height:40px;
	background-image:url(images/arrow_up.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:-70px
}


.circle_arrow-down{
	width:40px;
	height:40px;
	background-image:url(images/arrow_down.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-70px
}


.cssmasonry .circle_arrow-down{
	bottom:-24px;
	left:calc(50% - 20px);
}



.midjourney_conduct{
	width:100%;
	padding-bottom:70%;
	background-image:url(images/midjourney_conduct.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:0px;
	position:relative
}

.download_conduct{
	width:264px;
	height:42px;
	background-image:url(images/download_codeofconduct.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	bottom:calc(0px - 21px);
	left:50%;
	transform: translate(-50%)
}

.bilanz_banner{
	min-height:420px;
	opacity: 0.8999999761581421;
background: var(--sustainability, linear-gradient(255deg, #0DB2D2 0%, #91CE55 100%));
margin-left:-50%;
margin-right:-50%
}

.bilanz_banner .innerWrapper{
	max-width:1200px;
	margin:auto;
	height:420px;
	max-height:420px
}
.bilanz_banner h2{
	font-size:80px !important;
	line-height:1 !important;
	margin-top:0;
	margin-bottom:0;
	position:relative
}
span.icon_arrow{
	background-image:url(images/arrow_bilanz.png);
	background-repeat:no-repeat;
	width:62px;
	height:60px;
	display:block;
	background-size:contain;
	position:absolute;
	left:-80px
	
}


.bilanz_banner p{
    max-width: 248px;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;	
}




.cssmasonry {
margin: 0 40px

}






.item {
width:31%;	
background: var(--sustainability, linear-gradient(255deg, #0DB2D2 0%, #91CE55 100%));	
margin-bottom:20px;
position:relative;
margin:10px;
min-height:350px;
margin-bottom:30px;
padding-top:1px;
float:left
}



.masonryImage{
	background-image:url();
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:calc(100% - 40px);
	margin:20px;
	padding-bottom:60%;
	border-radius:10px
}
.masonryHeadline{
	color:#fff;

	margin:20px;
	margin-bottom:0;
	font-weight: 800;
    font-size: 16px !important;
    line-height: 22px;
}
.masonryDate{
	color:#fff;
	font-size:16px !important;
	font-weight:200;
	margin:20px;
	margin-top:3px
}
.masonryContent{
	background:#fff;
	margin:20px;
	padding:20px;
	font-size:16px;
	font-weight:300;
	line-height:normal;
	display:none
}




.entry-content.content1 p{
	margin-top:0 !important
}



.hashtags_nachhaltigkeit{
	margin-top:40px;
	margin-bottom:10px
}

.hashtags_nachhaltigkeit ul{
	list-style:none;
	margin-left:0px !important;
	padding-left:0
}
.hashtags_nachhaltigkeit li{
	display:inline-block;
	margin-bottom:16px
}
.hashtags_nachhaltigkeit li a{
    font-size: 1rem !important;
	font-weight:400;
    color: #fff !important;
	text-align:center;
	background-color:black;
	border-radius:15px;
	padding:5px 20px 8px 20px !important;
	margin-right:0px;
	text-decoration:none !important
}

.hashtags_nachhaltigkeit li a.aktiv{

	background-color:none;
	    background: var(--sustainability, linear-gradient(255deg, #0DB2D2 0%, #91CE55 100%));


}


.circleText{
	height:180px
}


.kalender_messe_city{
color: #000;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.kalender_messe_date{
color: #000;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.kalender_messe_name{
color: #000;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: normal;
}


li.alm-filter--radio.field-0,
li.alm-filter--radio.field-1,
li.alm-filter--radio.field-2,
li.alm-filter--radio.field-3,
ul.subnaviBlog li:nth-child(-n + 4){
	display:none !important
}

/*------------Seite Nachhaltigkeit-----------------------------------------*/



.messekalender_horscroll{
	margin-top:30px;
	  display: flex;
  overflow-x: auto;
}

.kalender_spalte{
	width:340px;
}

.kalender_spalte p{
	width:100%;
	line-height:1;
	margin:0;
	padding:0
}

.kalender_item{
	display:flex;
	margin-bottom:10px;
	margin-right:10px
}

.kalender_day{
	width:80px;
	height:80px;
text-align:center;
	background-color:#e6037d;
	color:#fff;
	padding-top:12px
}

.kalender_day_number{
	font-size:40px;
	font-family: "Maru",sans-serif !important;
}

.kalender_month_name{
	color: #FFF;
text-align: center;
font-family: "Maru",sans-serif !important;
font-size: 10px;
font-style: normal;
letter-spacing:0.04em;
line-height: normal;
	
}

.kalender_messeinfo{
background-color:#f1f1f1;
	width:260px;
	padding-top:16px;
	padding-left:10px
}
.kalender_messe_city{
	margin-top:5px !important;
	margin-bottom:3px !important
}
/*=======================================================================================================================*/


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

.video_intro{
	height: 90%;
	width:auto;
}
.video_ausstellung{
	height: 120%;
	width:auto;
}
	
}


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

.moreTools {

    margin-right: 30px;
}	
	
}


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

.news_datum {
    margin-top: 30px;
}	
	
	
	
.center1200 {
    width: 100%;
}
	
	.post-thumbnail img{
		width: 94.3%;
	}	
	

	
	
.nigButton{
     margin-left: 25% !important;	
	}	
	

	
.projekt_intro_hoch.format_3{
	width:97.6%;
}
	
.projekt_intro_hoch.format_1{
	width:32.7%;
}	

	.slickonlymobile{
		margin-right:-40px
	}
	
	.home .slickonlymobile{
		margin-right:-20px;
	}
	
	
	.verlaufAni{
		width:98%;
		margin-left:0px;
	}	
	
	
	.goldenCircle{
		transform:scale(0.9)
	}	
	
.goldenCircleTextbox {
    margin-right: 90px;

}
	
.greyBigBoxWrapper {
    margin: auto;
    max-width: 1150px;
    width: 80%;
    padding-left: 50px;
}	
	
.greyBigBoxRightBox {
    margin-right: 50px;
}	

	
	
}

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

.weitere_ausstellung_single{
	  width: 30.7%;
}
	
	.box_europa_neu,.box_amerika_neu,.box_asien_neu{

	}
	
.pagination {
    right: 20%;
}	
	
	
	
.bigimageTop {
    height: 80%;	
	}
	
	
	
	
	
.ausstellungen .entry-header {

	}	

.ausstellungen .entry-content {

}	

	
.ausstellungen .entry-header {
top:530px
}	
	
.ausstellungen .entry-content {
top:830px;
margin-top:0
}	
	

.page-id-3184 .slick-list,.single-leistungen .slick-list{
overflow:inherit !important
}

.bausteine .slick-list {
    overflow: hidden !important;
}	
	
	
.jahre_84 {
    margin-right: 20px;
}
	
	.goldenCircle{
		transform:scale(0.8);
		margin-left:22px
	}	
	
.goldenCircleTextbox {
    margin-right: 90px;

}	

	
	
/*Zoomeffekt auf der Leistungsübersiche*/	
.leistungen_image{
	background-size: 135%;
}
.leistungen_image:hover
{
   background-size:150%
}

	
	
	
	
	
}

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

	.respectCircle{
		margin:0
	}	
	.circleTextWrapper{
		left:630px
	}
	
	
}


@media screen and (max-width: 1068px) {
	
	.post-thumbnail img{
		width: 93.3%;
	}	
	
	
.box_europa_neu .containerinner,.box_amerika_neu .containerinner,.box_asien_neu .containerinner {	
height:400px	
	}
	

	
}


@media screen and (max-width: 1030px) {
	
.ausstellungenExcerpt {
    height: inherit
}

	.home .slickonlymobile{
		margin-right:-10px;
	}	

.interview_boxed{
	   width: 31.3%;	
	}
	
	
	.leistungen_box{
		height:660px
	}	
	
}



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

.single-leistungen.postid-2806 .leistungenBlock .halfImage {
   display:none !important
}

.single-leistungen .leistungenBlock {
    margin-bottom: 70px;
}	
	
	
.bausteine{	
margin-top: 400px;	
}
	
#farbkreis {
right: inherit;
left: -40px;
top: 70px;
}
	
.bausteine{	
width:100%;	
}	
	
	
.single-leistungen .bausteine .slick-next, .single-leistungen .bausteine .slick-prev {
    top: 310px !important;
}	
	

.postid-2806 .bigImageUsp {
    margin-top: -115px;
}	
	
.bigImageUsp {
    margin-top: 45px;
    background-color: #f1f1f1;
    height: 50vh;
    margin-left: -10vw;
    margin-right: -10vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
	    margin-bottom: 340px;
}	
	
.postid-2821 .bigImageUsp {
    margin-bottom: 430px;
    margin-top: -25px;
}	
.postid-2816 .bigImageUsp {
    margin-bottom: 470px;
    margin-top: -25px;
}	
	
	

.zitatbox {
width: 70%; 
    position: relative;
    /* right: 150px; */
    color: #fff;
    /* bottom: -320px; */
    /* margin-right: 70px; */
    /* padding: 20px 40px 20px 40px; */
    /* background-color: rgb(0,0,0,.65); */
    margin-left: 10vw;
    padding-left: 146px;
    font-weight: 100 !important;
    top:50vh
}	

	
	.zitatBlock{
		display:none
	}	
	.zitatBlockMobil{
		display:block
	}

	.zitatBlockMobil .zitatbox{
		width:100%;
		top:inherit !important;
		margin-left:0 !important;
		bottom:inherit !important;
		padding-left:0;
		left:0;
		color:#000 !important
	}	
	
	
	.zitat{
		font-weight:100
	}

	
	.goldenCircle{
		transform:scale(0.8);
		margin-left:90px;
		margin-top:0
	}	
	
.goldenCircleTextbox {
    margin-right: 90px;
	width:100%;
	margin-top:0;
	float:left;
	padding-left: 20vw;
    padding-right: 30vw;
}	

.goldenCircleText_preview {
    margin-top: 0px;
}
	
.goldenCircleText_1, .goldenCircleText_2, .goldenCircleText_3 {

    margin-top: 0px;
}	
	
	
.postid-2820 .zitatbox{
	color:#000
}	
	
	
}





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


	
	
	.interview_boxed_link{
		min-height:200px;
	}	
	

	
	.gallery{
		width:100%
	}	
	
.size-full {
    width: 99% !important;

}


	
	.buttonEuropawrap,.buttonAsienwrap,.buttonUSAwrap{
		font-size:25px
	}
	

.messezeile_center {
    width: 75%;
    margin: auto;
}	


.box_asien_neu h3, .box_europa_neu h3, .box_amerika_neu h3 {
    font-size: -7px;
    margin-bottom: 10px;
}	
	.fair_date{
		display:contents
	}		
	
	.buttonAllwrap{
		transform: scale(1.2);
		margin-top:26px
	}		
	
	
.projekt_intro_hoch.format_3{
	width:96.6%;
}	
.projekt_intro_hoch.format_2 {
    width: 62.2%;
}	
	.slickonlymobile{
		margin-right:-25px
	}	
	
.jobsContainer  {

	float:left;
width: 93%;
    margin-left: 48px;
	margin-top:16px;
	margin-bottom:30px

}	

	.jobBox{
		float:left;
		width:100%
	}
	
	.vacantsTextblockLinks{
		width:80%
	}

	.home .slickonlymobile{
		margin-right:4px;
	}	
	
	
.projekt_intro_hoch,.projekt_intro_hoch_link {
    height: 445px;	
	}	
	
	
.bigimageTop{
	position:absolute;
	width:100%;
	height:500px;
	top:0;
	left:0;
	overflow:hidden;
	background-position:center center;
	background-size:cover
}	
	
	
	
	
.ausstellungen .entry-header {
    width: 100% !important;
    min-height: 400px;
    position: relative;
    top: inherit;
    background-color: #b011ae;
    color:    #fff;
    padding: 30px;
	margin-top:350px !important;
	margin-left:0 !important
}	
	
.ausstellungen .entry-content {
    margin-top: 60px !important;
    position: relative;
	top: inherit
}	
	
	
	.ausstellungen .entry-header h1, .ausstellungen .entry-header p{
		width:65%
	}	
	

.box_europa_neu .containerinner,.box_amerika_neu .containerinner,.box_asien_neu .containerinner {
height:350px	
	}	
	
	
.projekt_intro_hoch {
    width: 31.4%;
}	
	

/*Zoomeffekt auf der Leistungsübersiche*/	
.leistungen_image{
	background-size: cover;
}
.leistungen_image:hover
{
   background-size:cover
}
	
.postid-2816 .bigImageUsp {
    margin-bottom: 570px;
    margin-top: -25px;
}		
	
	
}


@media screen and (max-width: 940px) {
	
#alm-filters-10{
	/*display:none*/
}	

	.page-id-3903 .news_category{
		display:none
	}
	
	
.alm-listing .news_box.first video {
		float: none;
		width: 95%;
	margin-bottom: 13px;
	margin-top:20px
	}
	
	.news_box.first video {
		float: none;
		width: 94.7%;
	}	
	
	
	.news_box.first .news_image{
		float:none;
		width:96.5%
	}
	
	
.alm-listing .news_box.first .news_image {
    float: none;
    width: 95%;
	margin-top:20px
}	
	
	
	
	.news_box.first .news_datum, .news_box.first .news_category {
		width:100%;
		float: none;
		margin-left:0
	}	
	.news_category{
		margin-top:18px
	}
	
	.news_box.first h3{
		float:none !important;
		width:65%;
		margin-left:0
	}	
	.ausstellungenExcerpt,.postExcerpt{
		float:none;
		width:65%;
		margin-left:0;
		height:auto
	}

.nigButton{
     margin-left: 38% !important;	
	}

	.pagination {
		bottom: -63px;
	}

	
	
.greybg{
background:#f1f1f1;
clear: both;

    margin-left: -50px;

    padding-left: 50px;
padding-top: 3px;
margin-top: 29px;
margin-bottom:53px;
padding-bottom:1px;
	position:relative
}	

	.alm-listing .greybg{
			margin-right: -40px;
	}	
	
	
.greybg .news_box h3{
	margin-top:20px
}	
	
	
	.greybg .news_box{
	float:none
}
	.readmore{
		display:block
	}	

.news_datum {
    margin-top: 10px;
}	
	
	
.moreTools {
    width:98%;
	margin-bottom:0px;
	height:auto
}
	
	.tool{
		padding-bottom:60px;
		width:103%;
		margin-left:8px
	}	
	
.toolLinkButton {
    right: 11px;
    bottom: 11px;
	top:inherit
}	
.tool p {
    width: 95% !important;
}	
	
	
.halfVideo {
display:none

}	

	.invisibleMore{
		display:none
	}	
	

.readmore{
left:inherit;
right:15px;
}	
	
	
.home .news_box.first h3{
	margin-top:20px
}	
	
	
	
	.page-id-6790 .item{
		width:45%
	}	
	
	
	
}



@media screen and (max-width: 920px) {
	.post-thumbnail img{
		width: 93%;
	}
	
	.leistungen_box{
		height: 695px;
	}
}


@media screen and (max-width: 900px) {
single-projekte .entry-content, .single-ausstellungen .entry-content, .single-interviews .entry-content, .single-post .entry-content {
    width: 92.5%;
}
	
	.post-thumbnail img{
		width: 92%;
	}	
	
.slickonlymobile {
    margin-right: -20px;
}	
	
.jobsContainer  {
width: 92%;
}	
	
	
iframe.kontakt {

    width: 97.5%;

}
	
	
.interview_boxed{
	   width: 31.1%;	
	}	

.projekt_intro_hoch {
    width: 31.2%;
}	

	
	.greyBigBoxRightBox{
		width:40%;
		float:left
	}	
	

	.statbox{
		width:33%
	}	

	
/*seite nachhaltigkeit*/
	.page-id-6790 .flex2column{
		display:block;
		margin:0 !important
	}
	.page-id-6790 .flex2column article{
		width:95% !important
	}
	
	.page-id-6790 .flex2column article > div{
		margin-left:50px
	}
	
	
	.respectCircle,.circleTop,.circleGradient{
		width:400px;
		height:400px
	}
	.respectCircle{
		margin-left:30px
	}
	.circleGradient{
		background-size:325px
	}
	.circleTextWrapper{
		left:450px;
		top:-286px
	}
	.midjourney_conduct{
		width:auto;
		margin-bottom:-10px
	}
	.entry-content.content1{
		margin-top:75px !important;
		max-width:90% !important;
		margin-left:50px !important
	}
	
	
	
	
}

@media screen and (max-width: 860px) {
	.leistungen_box{
		width:47.5%;
		
	}
	
.projekt_intro_hoch.format_2,.projekt_intro_hoch.format_1 {

    width: 47.3%;

}	

	
	
	.buttonAllwrap{
		transform: scale(1.5);
		margin-top:46px
	}	
	
.slickonlymobile {
    margin-right: -10px;
}	

.projekt_intro_hoch,.projekt_intro_hoch_link {
    height: 400px;	
	}	

.buttonUSAwrap,.buttonAsienwrap,.buttonEuropawrap{	
	transform: scale(1.5);
	}	
	
.box_europa_neu .containerinner,.box_amerika_neu .containerinner,.box_asien_neu .containerinner {	
height:260px	
	}
	
	
	.cardsContainer{
		height:370px
	}
	.card{
		width:100%
	}
	
}


@media screen and (max-width: 800px) {
	.interview_boxed{
		width:47.2%
	}
	
	
	.post-thumbnail img{
		width: 91%;
	}	

.jobsContainer  {
width: 91%;
}	

.projekt_intro_hoch {
    width: 31%;
}
	
.postid-2816 .bigImageUsp {
    margin-bottom: 670px;
    margin-top: -25px;
}	
	
	
.single-projekte .headerVideo{
	width:95%;
	padding-left:20px
}	
	
	
	.person.width25{
		width:50% !important
	}	
	.person.width50{
		width:100% !important
	}
	.persongroup{
		width:100% !important
	}
}


@media screen and (max-width: 768px) {
.leistungen_box {
    width: 47.4%;
	height:755px
}
	
.weitere_ausstellung_single {
    width: 31%;
    /* height: auto; */
    float: left;
    margin: 8px;
    display: block;
    position: relative;
    /* background-color: #f1f1f1; */
    min-height:inherit;
	background-color:#fff
}	
	
	
.weitere_ausstellung_single a{
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 16px;
    min-height: 150px;
    margin-top: -10px;
}
	
.weitere_ausstellung_single a.leistungen_link{
min-height: auto;
    right: 27px;
    bottom: 37px;
}	
	
	
	
	
	.weitere_ausstellung_single a.weitere_ausstellung_thumb{
		display:block
	}
	
	
.postid-2816 .bigImageUsp {
    margin-bottom: 630px;
    margin-top: -25px;
}	
	

/*seite nachhaltigkeit*/

	.page-id-6790 .flex2column article > div{
		margin-left:20px
	}	
	
	.entry-content.content1{
		margin-left:20px !important
	}
	
	.cssmasonry{
		margin: 0 15px
	}
	
}


@media screen and (max-width: 767px) {
.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 20px !important;
	width:95.5%
}

	
	.hashtags_leistungen ul{
		margin-left:-22px
	}
	
	
	.benefitsContainer{
		margin: 20px 7px 0 20px;
		width:90%
	}
	
	.single-ausstellungen .entry-content{

	}	
	
	.home .entry-header, .home .entry-content, .entry-header, .entry-content	{
		margin: 0 0 0 20px !important
	}
	
	.imblogo{
		margin: 13px 0 13px 20px;
	}
	
.slickonlymobile .slick-slide {
    display: block;
    padding-right: 0 !important;
}	
	
	.slickonlymobile,.slickonlymobile_mehr{
		margin-left: -17px;
		margin-right:-19px
	}	
	

	
.home .projektehoch {
    margin: 35px -20px 0 -19px;
}

	.slickonlymobile .slick-slide{
		margin: 3px !important
	}
	
	.slickonlymobile_mehr .slick-slide{
		margin: 3px !important;
		padding-right:0 !important
	}
	

	
	
	.home .projektehoch .slick-slide{
		margin: 3px !important
	}	
	
	.page-id-2838 .projektehoch{
		margin: 35px 0 0 15px;
	}	
	
.weltkarte_block {
    margin: 71px 0 0 20px;
}	
.home .news_block {
    margin: 74px 0 0 20px;
}	
.interviews_block {
    margin: 90px 0 0 20px;

}
.leistungen_block{
	margin: 30px 0 0 20px;	
	}
	
.post-thumbnail img {
    margin-left: 20px;

}	
.wir_wrapper {
    margin: 30px 0 0 20px;
}
	
	.vacantsTextblockLinks{
		margin-left:20px
	}	
	
	.jobsContainer{
		margin-left: 20px
	}
	
	h2.benefits{
		margin-left:20px
	}	
	
	.benefitsContainer{

	}
	
.entry-content p,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content ul{
	width:95%
}
	
	.half{
		width:95%
	}	
.wirblock p{
	width:95%
}
	
	
	.entry-title{
		width:90%
	}	
	
.alm-filters-container {
    width: 99%;
}




	.weitere_ausstellung_thumb{
		height:350px
	}

	
	.site-footer{
		height:auto
	}	
	
.menu-footer-navigation-links-container {
	
/*	
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
*/
	
width: 100%;
position: relative;
right: inherit;
bottom: inherit;
height: 190px;
float: left;
width: 250px;	
	
}
	
.menu-footer-navigation-rechts-container {
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
}		
#footer-menu-links li, #footer-menu-rechts li {
    margin-bottom: 5px;
    width: 100%;
    display: block

}	
#footer-menu-links, #footer-menu-rechts {
    margin-left: 20px;
}	

.footer_socialmedia {

    width: 260px;
    margin-left: 20px;
    margin-top: 40px;

}	

.footer_leftbox p,.footer_rightbox p {
    margin-left: 28px;
}	
	
	
	
.center1200 {
    width: 100%;
	position:relative
}	
	
.interviews_raster{
	margin:20px 0 0 -10px;
}
.home .news_box {
    margin-top: 20px;
}	
	
	

	.box_asien_neu, .box_europa_neu,.box_amerika_neu{
		display:none !important
	}		
	#mobileMesseTermineEuropa, #mobileMesseTermineAsien, #mobileMesseTermineUSA {
    display:block
}

	
	.buttonAsienwrap,.buttonEuropawrap,.buttonUSAwrap,.buttonallwrap{
		display:none
	}
	

	.pullbox{
			display:block;
		margin-top:-40px;

	}
	#bringMapToHeight{
		margin-top:30px
	}	
	
	
.mobile_mapZoom_initial  {
    animation: mobile_mapZoom_initial 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
.mobile_mapZoom_usa2europe  {
    animation: mobile_mapZoom_usa2europe 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}	
.mobile_mapZoom_usa2asia  {
    animation: mobile_mapZoom_usa2asia 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}	
.mobile_mapZoom_europ2usa  {
    animation: mobile_mapZoom_europ2usa 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
.mobile_mapZoom_europ2asia  {
    animation: mobile_mapZoom_europ2asia 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}	
.mobile_mapZoom_asia2europe  {
    animation: mobile_mapZoom_asia2europe 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
.mobile_mapZoom_asia2usa  {
    animation: mobile_mapZoom_asia2usa 1s;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
	
	
#mapWrapper{
	height:900px
}	

	
.mapPunkt,.mapPunktAni {
	display:block
}

	.pagination {
		display:none
	}	

	

.alm-listing .news_box.first video {
		float: none;

	}
	
	.news_box.first video {
		float: none;
		width: 97.1%;
	}	
	
	
	
.fair_date {
    display: inline;
}	
	
.messezeile p {
    padding-left: 0px;
}	
	
	
.messezeile_center {
    width: 38%;
}	

.ausstellungen .entry-header {



}

	.single-ausstellungen .entry-content{

	}
	
	
	.post-thumbnail img{
		width: 95%;
	}		
	
	
.jobsContainer {

    width: 95%;

}

.verlaufAni {

    margin-left: -20px;
    margin-right: -20px;
    width: 105%;

}	
	

	.gallery-columns-3 .gallery-caption{
		display:none
	}	
	
	.messezeile{
		float:none
	}	
	
	#left_eu,#right_eu,#left_am,#right_am,#left_as,#right_as{
		display:none;
	}	
	.messezeile, .fair_location,.fair_name, .fair_date{
		width:90%
	}
	
	
	
.single-leistungen .leistungenBlock .halfText {
    width: 95%;
    float: left;
}	
	
.single-leistungen h2 {
    width: 95% !important;
}	

.zitatbox {
width: 100%; 	
	}
	
.single-leistungen .leistungenBlock .drittelText {
    width: 95%;

}	
	
.single-leistungen .leistungenBlock .halfImage {
    width: 110%;
margin-top:30px;
	background-size:cover
}	

	.greyBigBoxLeftBox{
		width:85%
	}		

	
.greyBigBoxWrapper {

    width: 82%;

}	
	
	
	
	
}



@keyframes mobile_mapZoom_initial {
    from {
        /*transform:translate(0,0) scale(.7);*/
		transform: translate(-47px,0px) scale(.7);
    }
    to {	
		/*transform: translate(-283px,-560px) scale(2.6);*/
		transform: translate(-47px,0px) scale(.7);
    }
}
@keyframes mobile_mapZoom_usa2europe {
    from {
        transform: translate(-283px,-560px) scale(2.6);
    }
    to {	
		    transform: translate(-1950px,-440px) scale(3);
    }
}
@keyframes mobile_mapZoom_usa2asia {
    from {
       transform: translate(-283px,-560px) scale(2.6);
    }
    to {	
		transform: translate(-3073px,-710px) scale(2.8);
    }
}
@keyframes mobile_mapZoom_europ2usa {
    from {
         transform: translate(-1950px,-440px) scale(3);
    }
    to {	
		transform: translate(-283px,-560px) scale(2.6);
    }
}
@keyframes mobile_mapZoom_europ2asia {
    from {
         transform: translate(-1950px,-440px) scale(3);
    }
    to {	
		transform: translate(-3073px,-710px) scale(2.8);
    }
}
@keyframes mobile_mapZoom_asia2europe {
    from {
        transform: translate(-3073px,-710px) scale(2.8);
    }
    to {	
		 transform: translate(-1950px,-440px) scale(3);
    }
}
@keyframes mobile_mapZoom_asia2usa {
    from {
        transform: translate(-3073px,-710px) scale(2.8);
    }
    to {	
		transform: translate(-283px,-560px) scale(2.6);
    }
}








	



@keyframes navslidein767 {
    from {
        transform:translate(0,0);
    }
    to {
        transform:translate(-767px,0);
    }
}
@keyframes navslideout767 {
    from {
  transform:translate(-767px,0);
    }
    to {
  transform:translate(0,0);
    }
}



@media screen and (max-width: 730px) {
	.circleTextWrapper{
		position:relative;
		left:inherit;
		top:inherit;
		width:60%;
		text-align:center;
	margin:auto
	}
	
	.circle_arrow-up{
		top:54px;
		left:-60px
	}
	.circle_arrow-down{
		bottom:inherit;
		top:54px;
		right:-60px
	}	
	
	.respectCircle{
		margin:auto !important
	}
	
	.flex2column.conduct{
		margin:150px 0 0 0 !important
	}
	
}


@media screen and (max-width: 700px) {
.interview_boxed {
    width: 47%;
}
	
.zitatBlock{
	margin-bottom:120px !important
}

.single-leistungen h1.imbleistung{
	width:95%
}

	
	
	
	
}


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

#site-navigation2 {
    display: block;
    position: fixed;
    z-index: 30000;
    height: 100%;
    background-color: 
    #000;
    width: 100%;
	right:-767px;
    top: 0;
}

.navSlideIn  {
    animation: navslidein767 .5s;
   animation-fill-mode: both;
}
	


.navSlideOut  {
    animation: navslideout767 .5s;
    animation-fill-mode: both
}
	
	

	.leistungen_box{
		width:95%;
		height: auto;
		margin-bottom:44px
	}

	
	
.home p.fliesstext_ausstellungen {
    width: 85%;
}	
.interviews_block p {
    width: 85%;
}
.weltkarte_block p {
    width: 85%;
}	
	.kalender_item p{
	width:100%	
	}
	
	
	.news_box.first h3{
		width:85%;
	}	
	.ausstellungenExcerpt{
		width:85%;
	}		
	
	.home h2{
		width:85%;
		line-height: 1.2em;
	}	
	.ausstellungenExcerpt, .postExcerpt{
		width:90%
	}	
	
.projekt_intro_hoch.format_2,.projekt_intro_hoch.format_1 {

    width: 95.6%

}	
	
	
.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 20px !important;
	width:94.5%
}

	.single-ausstellungen .entry-content{

	}	
	
		.post-thumbnail img{
		width: 94%;
	}	
	

	
.projekt_intro_hoch.format_3{
	width:95.6%;
}		
	

.page-id-3184 h3.first{
width: 85%;
margin-left: 0;
}
.half.first{
	width: 95%;
margin-left: 0;
}	
	
.jobsContainer  {

float:left;
width: 94%;		
	
}
	
	iframe.kontakt{
		width:96.6%;
	}	

	
.interview_boxed {
    width: 46.5%;
}	
	
.single-leistungen .bausteine .slick-next, .single-leistungen .bausteine .slick-prev {
    top: 330px !important;
}	
	
.zitatbox {
    width: 105%;
}	
	
	
	
.goldenCircle {
    transform: scale(0.7);
    margin-left: 50px;
    margin-top: 0;
}	
	

	
.greyBigBoxWrapper {
    width: 84%;
}	
	
	

	
	
}


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

.interview_boxed{
	/*min-height:250px;*/
}

.interview_boxed_link{
	min-height:160px;
}
	
.nigButton{
     margin-left: 35% !important;	
	}	
	
.ausstellungen .entry-header {
    width: 93%;	
}
	
	
		.post-thumbnail img{
		width: 93%;
	}		
	
	
	.verlaufAni .box{
		position: absolute;
		width: 300px;
		height: 75px;
		top: 168px;
		left: 50%;
		margin-left: -150px;
		background-image: url(images/box_border.png);
		background-size: contain;
		background-repeat: no-repeat;	
	}	
	.slick_leistungen .topic{
		font-size:15px
	}	

	.slick_leistungen .topic p a{
		font-size:15px !important
	}
	
	.page-id-3184 .next.slick-arrow,.single-leistungen .next-slick-arrow {
    width: 18px !important;
    height: 18px !important;
    top: 19px;
    right: -14px;
	}
	
	.page-id-3184 .prev.slick-arrow,.single-leistungen .prev-slick-arrow {
    width: 18px !important;
    height: 18px !important;
    top: 19px;
    left: -9px;
	}	

.interview_boxed {
    width: 46.2%;
}
	
	
	
.alm-listing .news_box.first video {
		width: 92%;
	}
	
.alm-listing .news_box.first .news_image {
    width: 92%;
}	
	
	.statbox{
		width:50%
	}		
	
	.video_intro_container{
		height:70vh
	}
	
	
}

@media screen and (max-width: 550px) {
	
	
	.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 20px !important;
	width:93.5%
	
		
}
	

	
.menu-footer-navigation-links-container {
	

    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
	float:none
	
}	
	
	iframe.kontakt{
		width:95.6%;
	}		
	
	.bausteine .slick-dots{
		position:absolute;
	top: 10px;
    justify-content: left;
	}	

.postid-2806 .bigImageUsp {
    margin-bottom: 380px;
}	
	
	
.goldenCircle {
    transform: scale(0.6);
    margin-left: -30px;
    margin-top: -70px;
}	
.goldenCircleTextbox {
    margin-top: -90px;	
	}

.page-id-6790 .item {
    width: 95%;
}
	
	
	
}



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

.interview_boxed{
	/*min-height:250px;*/
}

.interview_boxed_link{
	min-height:140px;
}
	
.nigButton{
     margin-left: 27% !important;	
	}		
	
	.news_box.first .news_image{
		height:280px
	}	
	
.news_image_link{
	height:280px;	
}	
	
.alm-listing .news_box.first video {
		float: none;

	}
	
	.news_box.first video {
		float: none;
		width: 96.5%;
	}

.messezeile_center {
    width: 50%;
}	
.ausstellungen .entry-header {
    width: 92%;	
}	
	

	.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 20px !important;
	width:92.5%
}
	
	.single-ausstellungen .entry-content{

	}		
	
.alm-listing {
    width: 96%;
}	
	
	.weitere_ausstellung_thumb{
		height:280px
	}	
	
.projekt_intro_hoch.format_1,.projekt_intro_hoch.format_2,.projekt_intro_hoch.format_3{
	width:94.6%;
}	
	
.jobsContainer  {

float:left;
width: 93%;		
	
}	

	.ausstellungen .entry-header h1, .ausstellungen .entry-header p{
		width:100%
	}	
	.bigimageTop{
		height:250px
	}
	

	
	.ausstellungen .entry-header{
		margin-top:100px !important
	}

.interview_boxed {
    width: 45.5%;
}	
	
#farbkreis {
    right: inherit;
    left: -75px;
    top: 130px;
}	
	
.zitatbox {
    width: 112%;
}		

.postid-2821 .bigImageUsp {
    margin-bottom: 540px;
}	
.postid-2816 .bigImageUsp {
    margin-bottom:680px;
}	
	
.greyBigBoxWrapper {
    width: 86%;
}	
	
.postid-2821 .sechsIdeen .ideeImage {
    background-size: 115%;
	background-position:center center
}	
	
	
.single-leistungen h1.imbleistung{
font-size:40px;
}

	
.postid-5897 .wp-video{
	width:100% !important;
	margin-right:0 !important;
	float:none !important;
	margin-bottom:3px !important
}	
	

.benefit{
	height:200px;
}
.benefit_1{
	width:100%;
}
.benefit_2{
	width:100%
}
.benefit_3{
	width:100%;
}
.benefit_4{
	width:100%
}
	
	
	
	
}

@media screen and (max-width: 450px) {
	
	
	
	
	.interview_boxed{
		width:93%;
		/*min-height:250px*/
	}
	.interview_boxed_link{
	min-height:190px;
}
	
	
	
	
.home .projekt_intro_hoch{
	height:480px
}

.home .projekt_intro_hoch_link{
	height:480px;
}	
	

.home h2 {
    font-size: 26px;
	line-height:30px
}	


.news_box.first .news_image {
    height: 190px;
}	
	
.news_image_link{
	height:190px;	
}	
		
	
.video_intro_container{
	height:70vh;
	width:100vw
}
.video_ausstellung_header{
	height:70vh;
	width:100vw
}	
	
	
.site-header {
    width: 100vw;
}	
	
	
	
	.pullbox{

		left:128px;
		margin-left:0
	}	
	

	.verlaufAni{

		margin-left:-19px;
	}		
	
	
	.benefitWrapper{
		height:200px !important
	}
	
	iframe.kontakt{
		width:94.6%;
	}		
	

	
.single-leistungen #main{
	/*margin-top:54vh*/
}
.single-leistungen .bigimageTop{
	height:70vh
}
.postid-2806 .bigimageTop{
    background-position: center center;
    background-size: cover
}
	
	
	
	
.greyBigBoxWrapper {
    width: 89%;
}	

	
.zitatBlock{
	margin-bottom:220px !important
}
.postid-2818 .zitatBlock{
	margin-bottom:280px !important
}	

	
.zitat {
    font-size: 25px;

}	

	
.alm-listing .news_box.first video {
		width: 90%;
	}
	
.alm-listing .news_box.first .news_image {
    width: 90%;
}	

	.person.usp h3{
		padding: 40px 0 0 8px
	}	
	
	
}


@media screen and (max-width: 420px) {
.projekt_intro_hoch{
	margin:8px;
}
	
.alm-listing .news_box.first video {
		float: none;
	}
	
	.news_box.first video {
		float: none;
		width: 96%;
	}	

.messezeile_center {
    width: 60%;
}	
	

.ausstellungen .entry-header {
    width: 90.7%;
}	
	
	
	.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 20px !important;
	width:91.5%
}	
	
	
	
	.post-thumbnail img{
		width: 91.3%;
	}		
	
	
		.post-thumbnail img{
		width: 89%;
	}		
	
	.weitere_ausstellung_thumb{
		height:200px
	}	
	
	
.projekt_intro_hoch.format_1,.projekt_intro_hoch.format_2,.projekt_intro_hoch.format_3{
	width:93.6%;
}		

.jobsContainer  {
float:left;
width: 90%;		
}

	.jobtitle,.jobteaser{
		width:70%
	}
	
	
#farbkreis {
    right: inherit;
left: -85px;
    top: 50px;
}
.bausteine {
    margin-top: 300px;
}	
	

.single-leistungen .bausteine .slick-next, .single-leistungen .bausteine .slick-prev {
    top: 450px !important;
}	
	

.postid-2806 .bigImageUsp {
    margin-bottom: 490px;
	margin-left: -5vw;
    margin-right: -5vw;
	
}	
.zitatbox {
	padding-right:30px;
    width: 109%;
}		

	
	
	
}


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

.goldenCircle {
transform: scale(0.55);
    margin-left: -60px;
    margin-top: -105px;
}
	
.goldenCircleTextbox {
    margin-top: -132px;

    margin-right: 10px;
    width: 100%;

    float: left;
    padding-left: 20vw;
    padding-right: 19vw;
}	
	
.greyBigBoxWrapper {
    width: 94%;
}
/*Cleverreach Anmeldebox*/	
	.cr_page{
		width:300px !important
	}
	.formbox{
		padding:9px !important
	}
	
	
.single-leistungen h1.imbleistung{
font-size:31px;
}	
	.single-leistungen h2{
		font-size:26px
	}	
	
	.statbox{
		width:100%
	}		
		
	
}

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

	.cardsContainer{
		height:410px
	}
	.card p{
		font-size:13px
	}
	.card h4{
		font-size:20px
	}
	
}


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

.interview_boxed{
	min-height:250px;
}

.interview_boxed_link{
	min-height:160px;
}
	
.imblogo {
    width: 220px;
}	
	
.nigButton{
     margin-left: 22% !important;	
	}		
	
.ausstellungen .entry-header {
    width: 89%;
}	
	
	.single-projekte .entry-content,.single-ausstellungen .entry-content,.single-interviews .entry-content,.single-post .entry-content{
	margin: 50px 0 0 20px !important;
	width:89%
}	

	
	
	
	.post-thumbnail img{
		width: 90%;
	}	
	
	.weitere_ausstellung_thumb{
		height:180px
	}	
	
.projekt_intro_hoch.format_3{
	width:93%;
}
	
#mobileNav{
	top:4px
}

#mobileNavFlyout{	
	top:4px
	}

	
#farbkreis {
    right: inherit;
    left: -115px;
    top: 90px;
}	

.zitat {
    font-size: 22px;
    line-height: 30px;

}	

.goldenCircle {
    transform: scale(0.48);
    margin-left: -100px;
    margin-top: -105px;
}	

	
.zitatBlock{
	margin-bottom:100px !important
}	
	
	

.postid-2821 .sechsIdeen .ideeImage {
    background-size: cover;
    background-position: center center;
	
	
}
}
@media (min-aspect-ratio: 3/2){ 

/*Laptop Neele */	
	
.video_intro_container{
	background-color:#000
}
	
.video_intro {
    height: 100%;
}
	
	
.video_ausstellung {
    width: 110%;
    height: auto;
}
	
	
	
	
	
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
#site-navigation2 li{
line-height: 29px !important;
font-size: 19px !important;
margin-bottom:0 !important
}

#site-navigation2 ul {
 margin-top: 110px;
}	
	
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) {
/* Styles */
#site-navigation2 li{
line-height: 29px !important;
font-size: 19px !important;
margin-bottom:0 !important
}
	
#site-navigation2 ul {
 margin-top: 110px;
}	
	
}



/*iphones im portrate */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 

	.bigimageTop.videoHeader{
		height:90vh !important
	}
	#main.videoHeader{
		margin-top:65vh !important
	}
	.single-leistungen #main.videoHeader{
		margin-top:77vh !important
	}	
		
	
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 
	.bigimageTop.videoHeader{
		height:90vh !important
	}
	#main.videoHeader{
		margin-top:65vh !important
	}
	.single-leistungen #main.videoHeader{
		margin-top:77vh !important
	}	
	
}




/*iphones im landscape */
@media (min-aspect-ratio: 3/2) and (min-device-width : 375px) and (max-device-width : 667px){ 
	
#site-navigation2 ul {
    margin-top: 95px;
}
	
	.newsletterButton{
		display:none !important
	}	
	
#site-navigation2 ul li {
    margin-bottom: -3px;
}	
	
	
.flyout_socialmedia {
    padding-top: -0;
}	
	
.ausstellungen .entry-header {

}	
	
	
	
}




/*Retina iPad in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 
	.timelineText p{
		font-size:13px
	}
}

/*iPad in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){ 
	.timelineText p{
		font-size:13px
	}
}