/* CSS Document */

html, body {
    background: #000000 none repeat scroll 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303e48+0,000000+100 */


    color: #303e48;
	font-family: 'BrandonTextWeb-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
	text-rendering: optimizeLegibility;
}

html 
{
	box-sizing: border-box;
}

body {

}


*, *::before, *::after {
	box-sizing: inherit;
}

#zp-main-inner { opacity: 0; }

.zp-js.zp-load body {
    opacity: 1;
}

.zp-js body {
    opacity: 0;
    transition: opacity 0.6s ease-out 0s;
}

p
{
	margin-top: 0;
}



img
{
	width: 100%;
	height: auto;
	max-width: 100%;
}

sup {
	font-size: 0.45em;
}

a {
	font-weight: 500;
	color: #a29227;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

.hidden {
	display: none;
}

/**  SPLASH SCREEN */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes splashcontent1 { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes splashcontent1 { from { opacity:0; } to { opacity:1; } }
@keyframes splashcontent1 { from { opacity:0; } to { opacity:1; } }

/*
@-webkit-keyframes splashcontent1-img { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes splashcontent1-img { from { opacity:0; } to { opacity:1; } }
@keyframes splashcontent1-img { from { margin-top:-50px; } to { margin-top:0px; } }
*/
@-webkit-keyframes splashcontent2 { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes splashcontent2 { from { opacity:0; } to { opacity:1; } }
@keyframes splashcontent2 { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes splashcontent2-img { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes splashcontent2-img { from { opacity:0; } to { opacity:1; } }
@keyframes splashcontent2-img { from { opacity:0; margin-right: -200px; } to { opacity:1; margin-right: 0px; } }


@-webkit-keyframes splashcontent3 { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes splashcontent3 { from { opacity:0; } to { opacity:1; } }
@keyframes splashcontent3 { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes splashcontent3-img { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes splashcontent3-img { from { opacity:0; } to { opacity:1; } }
@keyframes splashcontent3-img { from { opacity:0; margin-left: -200px; } to { opacity:1; margin-left: 0px; } }
 
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1; 
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;
    

    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;

}

.splash {
	background-color: #303e48;
	
/*	background-image: url(../media/Logo-Martin-Lehmann-Impuls-95.png); */
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 360px;
	z-index: 1999;
	background-size: 30%;
	background-attachment: fixed;
	text-align: center;
}

.splashcontent {
	
	
	max-width: 1000px;
	width: 1000px;
	margin-left: -500px;
	margin-top: -212px;
	left: 50%;
	top: 50%;
	position: absolute;
}

.splashcontent1 {
	
	opacity:0;
    -webkit-animation:splashcontent1 ease-in 1; 
    -moz-animation:splashcontent1 ease-in 1;
    animation:splashcontent1 ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-duration:1.1s;
    

    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	
	max-width: 600px;
	margin: auto;

}


.splashcontent2 {
	
	opacity:0;
    -webkit-animation:splashcontent2 ease-out 1; 
    -moz-animation:splashcontent2 ease-out 1;
    animation:splashcontent2 ease-out 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
	
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
	
	max-width: 600px;
	margin: auto;

}

.splashcontent2-img {
	
	opacity:0;
    -webkit-animation:splashcontent2-img ease-out 1; 
    -moz-animation:splashcontent2-img ease-out 1;
    animation:splashcontent2-img ease-out 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
	
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
	
	max-width: 600px;
	margin: auto;

}


.splashcontent3 {
	opacity:0;
    -webkit-animation:splashcontent3 ease-out 1; 
    -moz-animation:splashcontent3 ease-out 1;
    animation:splashcontent3 ease-out 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
    
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
	
	max-width: 600px;
	margin: auto;
}

.splashcontent3-img {
	opacity:0;
    -webkit-animation:splashcontent3-img ease-out 1; 
    -moz-animation:splashcontent3-img ease-out 1;
    animation:splashcontent3-img ease-out 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
    
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
	
	max-width: 600px;
	margin: auto;
}


.splash-title {
	color: white;
	font-size: 3em;
	margin-top: 100px;
	text-shadow: 0 2px 10px #000;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

a.splash-arrow {
	color: white;
	font-size: 1.2em;
	position: absolute;
	bottom: 85px;
	left: 50%;
	margin-left: -25px;
	padding: 10px;
	width: 55px;
	height: 55px;
	font-weight: bold;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
	border: 2px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 18px;
}

a.splash-arrow:hover {
	text-decoration: none;
	bottom: 80px;
}

.splashheader {
	color: #fff;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 1em;
}

.splashheader a {
	color: #fff;
	transition: color 0.3s ease-out;
	padding: 0 8px;
}

.splashheader a:hover, .splashheader a:focus {
	color: #a29227;
	text-decoration: none;
	transition: color 0.1s ease-out;
}

.wrapper {
	/*opacity: 0;*/
}

/** ------------------------------------- HEADER */


#zp-header {
    display: block;
    height: 110px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
	pointer-events: auto;
	min-width: 330px;
	opacity: 0;
}

.page #zp-header 
{

}

#zp-header-inner {
    
    display: block;
    position: absolute;
    width: 100%;
    z-index: 5000;
	background-color: rgba(0,0,0,0.8);
	background-blend-mode: multiply;


/*		box-shadow: 0 15px 10px -9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 15px 10px -9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 15px 10px -9px rgba(0, 0, 0, 0.5);
*/
}

#zp-header-inner .container
{
	padding-top: 0px;
	height: 110px;
	max-width: 1140px;
	z-index: 750;
}


#header-logo {
	margin-top: 9px;
	float: left;
	width: 323px;
	padding-left: 0px;
}

#zp-logo 
{ 
	pointer-events: auto;
}

#zp-logo-src 
{ 
	max-width: 323px; 
	margin-top: 15px;
	margin-left: -1px;
}

#zp-header-nav
{
	pointer-events: auto;
	float: right;
	width: 130px;
	text-align: right;
	margin-top: 36px;
	margin-right: 50px;
}

#zp-header-bottom {
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header-search {
	float: right;
	
	width: 27px;
	height: 27px;
	margin-top: 58px;
	pointer-events: all;
}

#header-search a {
	background: url(../media/icon-magnify.png) center center no-repeat;
	display: block;
	cursor: pointer;
	width: 27px;
	height: 27px;
}

#header-search a:hover {
	background: url(../media/icon-magnify-o.png) center center no-repeat;
}


.wpcf7-submit { cursor: pointer; }

span.wpcf7-not-valid-tip {
	display: none;
}

.active span.wpcf7-not-valid-tip {
	display: block;
}



/*---------------------------------- BURGER --*/


#zp-burger 
{
	z-index: 1180;
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-top: 0px;
	float: right;
}

.zp-burger-line {
	background-color: #ffffff ;
	width: 32px;
	height: 4px;
	margin: 5px auto;
	border-radius: 1px;
}

/** ------------------------------------- NAV */

#zp-header-main-navigation
{
	margin: auto;
	display: inline-block;
}

#zp-header-main-navigation ul
{
	margin: auto;
	padding: 0;
    list-style: none;
    transition-duration: 1s;  
	display: inline-block;

}

#zp-header-bottom-inner { 

}

#zp-header-main-navigation ul li
{
	display: inline-block;
	list-style: none;
}

#zp-header-main-navigation ul li a
{
	text-decoration: none;
	color: #232323;
	display: block;
	font-size: 22px;
	padding: 20px 30px 0px 30px;
	transition: all 0.4s ease-out 0s;
	line-height: 31px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: 500;
	text-align: left;
}

#zp-header #zp-header-bottom #zp-header-main-navigation #menu-main-menu .menu-item a::after {
	background: #a29227 none repeat scroll 0 0;
    content: "";
    display: table;
    height: 11px;
	margin-top: 10px;
    position: relative;
    transition: width 0.2s, opacity 0.2s ease-out 0s;
    width: 0%;
	opacity: 0;
}

#zp-header #zp-header-bottom #zp-header-main-navigation #menu-main-menu .menu-item a:hover::after, #zp-header #zp-header-bottom #zp-header-main-navigation #menu-main-menu .menu-item a:focus::after {
	width: 100%;
	opacity: 1;
}

#zp-header-main-navigation ul li.current-menu-item a {
	color: #a29227;
}

#zp-header-main-navigation ul li.current-menu-item a::after {
	width: 100% !important;
	opacity: 1 !important;
}

#zp-header-main-navigation ul li:last-child a 
{
	margin-right: 0;
}

#zp-header-main-navigation ul li a:hover, #zp-header-main-navigation ul li a:focus
{

}

#zp-header-main-navigation ul li.widget_subpages_current_page a
{
	color: #fff;
	background-color: #193076;
}

#zp-header-main-navigation:after 
{
    content: '';
    display: block;
    clear: both;
}


#zp-header-main-navigation ul li a:hover span.menu-icon {
	background-size: 100%;
	transition: all 0.05s linear 0s;
}


.current-menu-item a span.menu-text, .current-page-ancestor a span.menu-text {
	border-bottom: 2px solid #313131;
}

.current-menu-item .sub-menu a span.menu-text, .current-page-ancestor .sub-menu a span.menu-text {
	border-bottom: none;
}

.sub-menu .current-menu-item a span.menu-text {
	border-bottom: none;
	font-weight: bold;
}






#zp-header-nav-mobile 
{
	position: absolute;
	z-index: 140;
	background-color: rgba(0,0,0,0.8);	
	top: 110px;
	left: 0;
	right: 0;
	pointer-events: auto;
	display: none;
	width: 100% !important;
	margin: auto !important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 0em;
	padding-bottom: 2em;
	
}

.metaslider .slides {
	transition: all 0.4s ease-out 0s;
}


.metaslider.menuactive .slides {
	transition: all 0.2s ease-out 0s;
	filter: blur(1px) grayscale(35%) brightness(80%);
}

.metaslider #darken {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 9;
	opacity: 0.5;
	transition: opacity 0.4s ease-out 0s;
	pointer-events: all;
}

.metaslider #darken:hover {
	opacity: 0.0;
	transition: opacity 0.2s ease-out 0s;
}


.page .flex-direction-nav a {
	opacity: 1 !important;
	top: 60% !important;
	background: rgba(255,255,255,0.0) url(../media/slider-arr.png) center center no-repeat !important;
	
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 50px !important;
	height: 50px !important;
	background-size: 50% !important;
}

.page .flex-direction-nav .flex-prev {
/*	
	margin-left: -400px;
	
	background-position: center 20px !important;
	*/
	left: 12.5% !important;
	transform: rotate(90deg);
}

.page .flex-direction-nav .flex-next {
/*	
	margin-right: -400px;
	
	background-position: center 20px !important;
	*/	
	right: 12.5% !important;
	transform: rotate(-90deg);
	text-align: left !important;
	

}

.page .flex-direction-nav a:hover {
	background-color: rgba(255,255,255,0.50) !important;
}

.page .flex-direction-nav a {
	opacity: 1 !important;
	top: 60% !important;
	background: rgba(255,255,255,0.0) url(../media/slider-arr.png) center center no-repeat !important;
	
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 50px !important;
	height: 50px !important;
	background-size: 50% !important;
}



.page .flex-direction-nav a:hover {
	background-color: rgba(255,255,255,0.50) !important;
}

.page-id-2 .metaslider .caption {
	text-shadow: 0px 0px 5px #000000, 0px 0px 12px #000000, 0px 0px 20px #000000, 0px 0px 40px #000000 !important;
}

.single #zp-construct .container {
	max-width: 1440px;
}

.single .entry-content {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 1180px;
	margin: auto;
}

.single .wpb_content_element {
	margin-bottom: 15px;
}

.single .flex-direction-nav a {
	opacity: 1 !important;
	top: 60% !important;
	background: rgba(255,255,255,0.0) url(../media/slider-arr.png) center center no-repeat !important;
	
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 50px !important;
	height: 50px !important;
	background-size: 50% !important;
}

.single .flex-direction-nav .flex-prev {
	left: 50% !important;
	margin-left: -300px;
	/* transform: rotate(90deg); */
	background-position: center 20px !important;
}

.single .flex-direction-nav .flex-next {
	right: 50% !important;
	margin-right: -300px;
	/* transform: rotate(-90deg); */
	background-position: center 20px !important;
	text-align: left !important;
}

.single .flex-direction-nav a:hover {
	background-color: rgba(255,255,255,0.50) !important;
}

.single .flex-direction-nav a {
	opacity: 1 !important;
	top: 60% !important;
	background: rgba(255,255,255,0.0) url(../media/slider-arr.png) center center no-repeat !important;
	
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 50px !important;
	height: 50px !important;
	background-size: 50% !important;
}

.single .flex-direction-nav .flex-prev {
/*	left: 30% !important; */

	left: 15% !important;
/*	transform: rotate(90deg); */
	background-position: center 20px !important;
}

.single .flex-direction-nav .flex-next {
	/* right: 30% !important; */
right: 15% !important;
	/* transform: rotate(-90deg); */
	background-position: center 20px !important;
	text-align: left !important;
}

.single .flex-direction-nav a:hover {
	background-color: rgba(255,255,255,0.50) !important;
}




.post h1 {
	margin-top: 0 !important;
}

.hide
{
	opacity: 0;
	transition: all 0.4s ease-out 0s;
}

#zp-header-nav-mobile .container { 
	height: auto !important;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-top: 0 !important;
 }

#zp-header-nav-mobile-inner 
{
	margin-top: -12px;
	
}

#zp-header-mobile-navigation
{
	width: 185px;
	float: right;
	margin-right: -53px;
}

#zp-header-mobile-navigation ul
{
	padding: 0;
	margin: 0;
	margin: auto;
}

#zp-header-mobile-navigation ul li
{
	list-style: none;
	color: #fff;
}

#zp-header-mobile-navigation ul li a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding: 9px 6px 4px 6px;
	margin: 4px 0;
	font-size: 18px;
	transition: all 0.6s ease-out 0s;

	border-radius: 0px;
	font-family: 'BrandonTextWeb-Light', sans-serif;
	font-weight: 600;
}



#zp-header-mobile-navigation ul li a:hover, #zp-header-mobile-navigation ul li a:focus
{
	background-color: rgba(255,255,255,0.9);
	color: rgba(80,80,80,1.0);	
	transition: all 0.2s ease-out 0s;
	padding-left: 15px;
}

/*
#zp-header-mobile-navigation .mPS2id-highlight {
	background-color: rgba(255,255,255,0.9);
	color: rgba(80,80,80,1.0);	
	transition: all 0.2s ease-out 0s;
	padding-left: 15px;
}
*/

#zp-header-mobile-navigation ul.sub-menu li a {
	font-size: 18px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#zp-header-mobile-navigation ul > li.current-menu-item > a {
/*	background-color: rgba(255,255,255,0.7);
	color: rgba(0,0,0,1.0);	
	*/
}

#zp-header-mobile-navigation ul.sub-menu {
	margin-bottom: 8px;
}

#zp-header-mobile-text
{
	width: 30%;
	float: left;
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin-left: 80px;
	line-height: 19px;
	display: none;
}

#zp-header-mobile-text a
{
	color: #fff;
	text-decoration: none;
}

#zp-header-mobile-text a:hover, #zp-header-mobile-text a:focus
{
	text-decoration: underline;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

/** ------------------------------------- META SLIDER */

.metaslider {
	margin: auto;
	margin-bottom: 0em;
}

.metaslider .caption-wrap {
	height: 223px;
	top: 50%;
	margin-top: 50px !important;
	background: none !important;
	position: relative;
	opacity: 1 !important;
	font-family: 'BrandonTextWeb-Light', sans-serif;
}

.metaslider .caption-wrap .caption {
	margin: auto;
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 1.3em;
	padding-top: 0px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 0 0 20px #000000;
}

.metaslider .caption-wrap .caption a {
	font-size: 0.5em !important;
	text-shadow: 0 0 2px rgba(0,0,0,0.75), 0 0 10px rgba(0,0,0,0.75), 0 0 20px rgba(0,0,0,1.5) , 0 0 40px rgba(0,0,0,1.5);
	
}

.metaslider .caption-wrap .caption h2 {
	font-size: 1.3333em;
	font-weight: 700;
	color: #000;
	margin-top: 0.75em;
	margin-bottom: 0.4em;
}


 

.flex-control-nav {
	bottom: 35px !important;
	z-index: 255 !important;

}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0) !important;
	width: 15px !important;
	height: 15px !important;
	text-indent: -9999px !important; 
	display: inline-block !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #ffffff;
	transition: background 0.4s ease-out 0s;
	
	
}

.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.4) !important;
	transition: background 0.2s ease-out 0s;
}

.flex-control-paging li a.flex-active {
	background-color: #ffffff !important;
}

.metaslider .flexslider {
	margin: -2px !important;
	overflow: hidden;
}

.flex-direction-nav a {
	color: #000 !important;

}


.gm-style .gm-style-iw {
	color: #000;
}


/* Media Grid  */


/** ------------------------------------- Lightbox */
.pp_gallery {
	display: none !important;
}

.pp_description {
	display: none !important;
}

.pp_play {
	display: none !important;
}

.vc_gitem-zone {
/*	border: 1px solid #e5e5e5; */
}

.vc_gitem-zone .vc-zone-link {
/*	display: none !important;
	cursor: default !important;
*/
}

#team .vc_gitem-is-link {
	
	cursor: default !important;
}

#team .vc_gitem-post-data-source-post_title {
	cursor: default !important;
}


/** ------------------------------------- PAGE */


#zp-page {
     background: #ffffff none repeat scroll 0 0; 
    overflow: hidden;
    padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	clear: both;
}

#zp-page-inner {
	min-height: 300px;

}

#zp-construct .container {

	max-width: 1140px;
	min-height: 320px;
}

.wpb_content_element {
/*	margin-bottom: 20px !important; */
}

.vc_grid-filter.vc_grid-filter-center {
/*	background-color: #f5f5f5; */
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
	background-color: #f5f5f5 !important;
}


/** ------------------------------------- FOOTER */

#zp-footer
{
	text-align: center;
	overflow: hidden;
	display: block;
	left: 0;
	right: 0;
	bottom: 0px;
	line-height: normal;
	z-index: 120;
	background-color: #333;
	color: #fff;

}

#zp-footer .container
{
	padding: 10px 0;
	max-width: 1140px;
}

#zp-footer .footerLeft {
	text-align: left;
	padding-left: 0px;
}

#zp-footer .footerRight {
	text-align: right;
	padding-right: 0px;
}

#zp-footer a {
	color: #fff;
	transition: color 0.3s ease-out;
	padding: 0 8px;
}

#zp-footer a:hover, #zp-footer a:focus {
	color: #a29227;
	text-decoration: none;
	transition: color 0.1s ease-out;
}


ul#menu-footer-menu 
{
	display: inline-block; 
	margin: auto;
	padding: 0;
}

#menu-footer-menu li 
{ 
	display: inline; 
	margin: 0px; 
}

#menu-footer-menu li a 
{ 

	color: #e2e2e2; text-decoration: none; 
	padding: 4px 4px 4px 4px;
	margin: 3px 15px 9px 15px;
	font-size: 0.9em; 
	line-height: 1.5;
	transition: color 300ms ease-out;

}

#menu-footer-menu li a:hover 
{ 
	color: #a29227;
	transition: color 150ms ease-out;
}

#menu-footer-menu li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}



#menu-footer-menu .footerMenuTrenner {
	display: inline-block;
	position: absolute;
	margin-top: 1px;
	width: 12px;
	text-align: left;
}

#menu-footer-menu li:last-child .footerMenuTrenner {
	display: none;
}

#zp-footer-top 
{
	margin: auto;
	margin-bottom: 0px;
	height: 71px;
	max-width: 1140px;
	transition: all 300ms linear;

}



#footer-Logo
{
	padding-left: 1em;
	margin-top: 23px;
	transition: all 300ms ease-out;
	width: 20%;
	float: left;
	text-align: left;
}

#footer-Logo img 
{
	width: 142px;
	height: auto;	
	transition: all 300ms ease-out;
}

#footer-Logo a:hover, #footer-Logo a:focus {
	opacity: 0.7;
	transition: all 150ms ease-out;
}




#footer-menu {
	width: 80%;
	float: right;
	text-align: right;
	padding-right: 1em;
	margin-top: 22px;
}

.wpb_single_image a {
	opacity: 1.00;
	transition: all 400ms ease-out;
	overflow: hidden;
}

.wpb_single_image a img {
	transition: all 400ms ease-out;
}

.wpb_single_image a:hover img, .wpb_single_image a:focus img {
	transition: all 150ms ease-out;
	transform-origin: 50% 50%;
	transform: scale(1.06);
	height: auto;
}


/* Standard  */

h1 { 
	font-size: 2.2em; 

	line-height: 1.2em; 

	font-weight: 800;
	margin-bottom: 0em !important;
	margin-top: 0.9em !important;
}
h1 strong { 
	font-weight: 500;

}
h2 { 
	font-size: 1.4em; 
	text-transform: uppercase;
	line-height: 1.4em; 
	font-weight: 600;
	margin-left: 0px;
	margin-top: 1.5em;
}

#ueber-uns-content h2 { 
	margin-top: 0.5em;
}

h2 strong { 
	font-weight: 500;

}
h3 { 

	font-size: 1.55em; 
	text-align: left; 
	font-weight: 800; 
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	text-transform: uppercase;
}
h3 strong { 
	font-weight: 500;

}
h4 { font-size: 1.25em; text-align: center; }
h4 strong { 
	font-weight: 500;

}
h5 { font-size: 2em; }
h6 { 
	font-size: 2.15em; 
	line-height: normal; 
	text-align: center; 
	font-weight:400;
	margin-top: 0.75em;

	padding: 1em 1em;
}

#zp-page p {
	font-size: 1.0em;
	line-height: 1.6em;
}

.single-post #zp-page p {
	font-size: 1.2em;
	line-height: 1.6em;
}

#zp-page p strong {
	font-weight: 500;
	color: rgba(0,0,0,0.90) !important;
}


.fd_nobr br { display: none; }

.hyphenate {

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}


.anfahrt-text {
	padding-top: 4em;
}

.anfahrt-karte {
	max-height: 500px;
}

#ueber-uns-content .vc_row {
	margin-left: 0;
	margin-right: 0;		
}

.ueber-uns-content-text {
	padding-right: 20px !important;
}

/**************** **************/



#zp-page .container img { 
	
}

.pageContact div.wpcf7 {
	background-color: #454545;

	margin: 2em auto;
	display: inline-block;
	width: 100%;
	padding: 2em 10px;
}

div.wpcf7 img.ajax-loader {
	width: auto;
}
	
.pageContact div.wpcf7 img.ajax-loader {
	width: auto;
}

.pageContact .wpcf7-list-item {
	clear: left;
	display: inline-block;
}



.pageContact div.wpcf7 .labelText {
	width: 8%;
	display: inline-block;
	vertical-align: top;
	padding-top: 0.75em;
}

.pageContact div.wpcf7 input, .pageContact div.wpcf7 textarea {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #000;
	padding: 6px 10px;
	width: 80%;
	margin-left: 1em;
	height: 3em;
}

.pageContact div.wpcf7 textarea {
	height: 10em;
}

.pageContact .contactFormBottom {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}


.pageContact .contactFormBottomLeft { 
	width: 70%; 
	float: left;
	display: block;
	padding-left: 4%
}

.pageContact .contactFormBottomRight { 
	width: 24%;
	float: right;
	display: block;
	padding-right: 2%
}

.pageContact div.wpcf7 .wpcf7-checkbox input {
	width: auto;
	float: left;
	height: 1.4em;
	border-color: #fff;
	outline-color: #fff;
}

.pageContact div.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	clear: left;
	display: block;
}

.pageContact div.wpcf7 input.wpcf7-submit {
	background-color: #00b3b6;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1.0em;
}

.pageContact div.wpcf7 input.wpcf7-submit:hover {
	opacity: 0.7;
}

.pageContact div.wpcf7 .wpcf7-validation-errors {
	margin-top: 6em;
}



.imgContainer
{
	height: 400px;
	
}

.imgContainer > a { 

}

#map {
	height: 400px;
}

#mapInfoOverlay {
	height: 1px;
}

.mapWrapper { max-width: 1440px; margin: auto; margin-bottom: 1em; }

.border .vc_gitem-zone img {
	border: 1px solid #424242;
}

.vc_figure-caption { 
	font-size: 1.1em !important; 
	text-align: center; 
}

.quicklinks h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.quicklinks p {
	margin-bottom: 0;
}

.vc_wp_pages .widgettitle {
	display: none;
}

.widget_pages {
	font-size: 1.5em;
	line-height: 2.2em;
	text-align: center;
}

.widget_pages ul {
	padding-left: 0;
}

.widget_pages li {
	list-style: none;
}

.widget_pages a {
	text-decoration: none;
	color: #313131;
}

.widget_pages ul.children {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: -0.3em;
	margin-bottom: 1em;
}

.widget_pages a:hover, .widget_pages a:focus {
	color: #000;
	font-weight: 500;
}

.page-id-332 #zp-construct .container {
	display: none;
}

.page-id-332 #zp-page {
	padding-bottom: 0;
}


#headerContactSlideoutBody div.wpcf7 {
	background: none;
}

#headerContactSlideoutBody div.wpcf7 label br {
	display: none;
}

#headerContactSlideoutBody .wpcf7-textarea {
	height: 50px;
}


#lightGallery-slider .info {
	display: none;
}


.text-container {
	max-width: 880px;
	margin: auto !important;
/*	font-size: 17px; */
}

.text-container p {
	font-size: 17px;
}


#partner {
	margin-top: 3em;
}

#partner img {
	width: 23%;
	margin: 1% 1%;
}

/* Galerie-GRID */

.galerie-grid {
	
}

.galerie-grid h3 {
	text-align: left;
	font-weight: 500;
	margin-bottom: 3px !important;
	margin-top: 0px !important;
}

.galerie-grid h4 {
	text-align: left;
	font-weight: 400;
	font-size: 1em;
	margin-top: 0px !important;
	margin-bottom: 1em !important;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column {
	border-radius: 11px !important;
	max-width: 353px;
	float: left;
	margin: 15px 15px 10px 15px !important;
	display: inline-block;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper  {
	margin: auto;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column:nth-child(3n+1) {
	margin-left: 0px !important;
	clear: left;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column:nth-child(3n) {
	margin-right: 0px !important;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column p {
	margin: 0 !important;
	 padding: 0 !important;
	 
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column p a img {
	margin: 0 !important;
	 padding: 0 !important;
	 border-radius: 11px !important;
	 display: block;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column p a {
	margin: 0 !important;
	 padding: 0 !important;
	 display: inline-block;
	 background-color: #000;
	 border-radius: 11px;
}

.galerie-grid .vc_column-inner  > .wpb_wrapper > .wpb_text_column p a:hover img {
	opacity: 0.8;
}



#routeBerechnen {
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    position: absolute;
    top: 150px;
    z-index: 556;
}

#routeBerechnen a {
	background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 3px;
	padding: 7px 13px;
	line-height: 28px;
	color: #313131;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

#routeBerechnen a:hover, #routeBerechnen a:focus {
	background-color: #ebebeb;
	color: #000;
}


/*
.wohnungen-post-grid {
	
}

.wohnungen-post-grid .vc_grid-item-mini {
	background-color: #F4FC00;
}

.vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
	background-size: 100% !important;
}

.wohnungen-post-grid .vc_btn3-container {
	display: none;
}

*/


.h1-quicklinks-page-wohnungen h2 {
	margin-bottom: 0;
}

.teaserMedium {
	
}

.teaserMedium h2 {
	position: absolute;
	background: url(../media/Circle-half-yellow.png) center center no-repeat;
	z-index: 567;
	text-transform: uppercase;
	top: 46.6%;
	right: 11%;
	color: #fff;
	width: 239px;
	height: 102px;
	padding-top: 1.5em;
	text-align: center;
	
}

.teaserLarge {
	
}

.teaserLarge.wpb_single_image .vc_figure-caption {
	position: absolute;
	background: rgba(255,255,255,0.85);
	z-index: 567;
	top: 44%;
	left: 49%;
	width: 205px;
	height: 205px;
	margin-top: -103px;
	margin-left: -103px;
	border-radius: 102px;
	padding-top: 1.9em;
	color: #fff;
	font-size: 2em !important;
	line-height: 1.0em;
	white-space: pre-line;
	pointer-events: none;
	text-transform: uppercase;
}

.teaserLarge.magenta .vc_figure-caption {
	background: rgba(191,82,169,0.85);
}

.teaserLarge.green .vc_figure-caption {
	background: rgba(169,206,27,0.85);
}

a.headerCallTo {
	float: left;
}

.addtoany_share_save_container {
	text-align: left;
}

.addtoany_share_save_container::before {
}

.socialbut {
	float: left;
	max-width: 40px;
	line-height: 20px;
	margin-right: 8px;
	margin-top: 0px;
}

.socialbut img {
	max-width: 40px;
}

.addtoany_shortcode {
	text-align: center;
	max-height: 60px;
	margin-top: 1em;
}

.vc_custom_heading .addtoany_list a {
	max-width: 49px;
	line-height: 20px;
	/* opacity: 0; */
	/* display: none; */
	/*visibility: hidden; */
}

.vc_custom_heading .addtoany_list {
	display: none; 
	opacity: 0;
	transition: all 0.4s ease-out 0s;
}

.single-post .addtoany_list {
	margin-top: 60px;
	text-align: center;
}



.vc_custom_heading .addtoany_list.active {
	display: inline; 
	opacity: 1;
	transition: all 0.2s ease-out 0s;
}

.addtoany_list a.a2a_button_whatsapp {
	display: none;
}

.addtoany_list a img {
	
}

.socialbuttons {
	
}

.addtoany_content_bottom {
	margin-top: 17px;
}

.addtoany_list img { 
	max-width: 40px !important;
	margin-right:  8px;
}

.addtoany_list a {

}



.socialbuttons .wpb_content_element {
	margin-bottom: 0px !important;
}

.sharebut {
	
}

a#headerCallToFull:hover, a#headerCallToFull:focus {
	text-decoration: none;
}

a.tellink {
	color: #313131;
	text-decoration: none;
	font-weight: 400;
}

a.tellink:hover, a.tellink:focus {
	color: #74bdbf;
	font-weight: 500;
}



/*--------------------------- VC -------------------------------- */

.vc_cta3_content-container {
	
}

.vc_cta3 .vc_cta3-content {
	
}

.vc_cta3 .vc_cta3-content header {
	position: absolute;
	width: 70%;
	margin: 0 15% ;
	background-color: rgba(255,255,255,0.70);
}

.vc_general.vc_cta3 {
	padding: 0 !important;
}

.vc_cta3-icons{
	position: absolute;
	bottom: 43% !important;
	border: 4px dotted #9E1527;
	border-radius: 50%;
	font-size: 2em;
	width: 88px;
	height: 88px;
	
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	transform: translate(-70%,-75%) !important;
}

.bg-lightgrey .wpb_column > .vc_column-inner {
	background-color: #efefef;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}

.bg-lightgrey .wpb_column > .vc_column-inner > .wpb_wrapper {
	padding-left: 1em;
	padding-right: 1em;
}

.bg-lightgrey .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_column > .vc_column-inner > .wpb_wrapper {
	padding-left: 0em;
	padding-right: 0em;
}

.vc_tta.vc_general .vc_tta-panel-body {
	padding: 0px !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a, .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a:hover {
	background-color: #a29227 !important;
	color: #fff !important;
}

.vc_tta.vc_general ul.vc_tta-tabs-list {
	display: flex !important;
	padding: 0 95px 0 95px !important;
	margin-bottom: 10px !important;
	margin-top: 35px !important;
}

.vc_tta.vc_general li.vc_tta-tab {
	flex: 1 1 auto;
	width: 23%;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
	text-align: center;
	background-color: #efefef !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover {
	text-align: center;
	background-color: #d2d2d2 !important;
}

ul.vc_tta-tabs-list { 
	background-color: #ffffff;
}

.vc_tta.vc_tta-spacing-2 .vc_tta-tab {
	margin: 0 1px !important;
}

.vc_tta.vc_tta-spacing-2 .vc_tta-tab:first-child {
	margin-left: 0px !important;
}

.vc_tta.vc_tta-spacing-2 .vc_tta-tab:last-child {
	margin-right: 0px !important;
}

.page-id-11 .vc_tta-container {
/*	background-color: #fff; */
	margin-bottom: 0;
	 padding-bottom: 0em;
}

.page-id-11 .wpb_text_column {
/*
	background-color: #fff;
	padding: 0 15px 2em 15px;
	*/
}

.page-id-11 .wpb_text_column h3 {
	margin: 0;
	padding: 0;
}

.gm-style-iw img { 
	width: auto;
}

.post_body .post_left {
	float:  left;
}

.post_body .post_right {
	float:  right;
	max-width: 240px;
	margin-left: 10px;
}

.post_body .wpgmp_meta_data {
	clear:  both;
}



.wpgmp_map_container {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

}

/*
.vc_grid-item {
	width: 50% !important; 
	float: left !important;
	clear:  none !important;
}

.vc_grid-item:first-child {
	width: 100% !important; 
}
*/

/* POST single.php */

.screen-reader-text {
	display: none;
}



.vc_gitem_row .vc_single_image-img {
	width: 100% !important;
	max-width: 100% !important;
}

.vc_grid-item .vc_grid-item-mini {
	background-color: #FFFFFF;
	
}

.vc_gitem_row .vc_gitem-col {
	padding: 0 !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
/*	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
	margin-right: 0px;
*/	
	padding-bottom: 30px !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:first-child {
/*	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
	margin-right: 0px;
*/	
	padding-bottom: 24px !important;
}

.vc_custom_heading {
	padding: 0 0px 5px 0;
	margin-bottom: 0;
}




.vc_grid-item:first-child .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:first-child::before {
	padding-top: 172px;
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:first-child::before {
	padding-top: 162px;
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9::before {
	padding-top: 300px;
}

#service .vc_tta-tabs-list li a {
	cursor: pointer !important;
	padding: 0;
}




.vc_gitem-post-data-source-post_title {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	color: #000000;
	transition: color 0.4s ease-out 500ms;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.vc_gitem-post-data-source-post_title.active {
	color: #a29227;
	transition: color 0.2s ease-out 0s;
}

.vc_gitem-post-data-source-post_excerpt {
	margin-bottom: 0;
	cursor: pointer;
}

.vc_gitem-post-data-source-post_title h4 {
	padding: 0;
	margin: 3px 0 3px;
}

.vc_grid-item:first-child .vc_gitem-post-data-source-post_title h4 {
	padding: 0;
	margin: 12px 0 3px;
}



.vc_btn3-container {
	/* display: none !important; */
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
	font-size: 36px;
	padding: 14px 65px !important;
	letter-spacing: 2px;

}

.bg-dark-grey {
	background-color: #353d43;
}

#anfahrt {
	color:#ffffff;

}

#anfahrt .wpb_content_element {
	margin-bottom: 10px !important;
}

#anfahrt .anfahrt-karte .wpb_content_element {
	margin-bottom: 0px !important;
}

#anfahrt .vc_column-inner {
	padding-top: 0;
}


/* Post-Page  */

.single-post .vc_figure-caption { 
	background-color: #d6d6d6;
	padding: 4px 10px;
	text-align: left;
	font-size: 0.9em !important;
	line-height: 1.4em;
	margin-top: 0 !important;
}


.beitrag img {
	width: auto;
	max-width: none;
	float: left;
	margin-right: 2em;
	margin-top: 1em;
}

.teaserfooter {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

h2.teaserfooter {
	text-transform: none;
	font-weight: 400;
	color: #A29227;
}


.gmpro .vc_tta-container {
	padding-bottom: 0;
	margin-bottom: 0;
	
}

.bgwhite {
	background-color: #ffffff;
	padding: 14px 15px;
}

.gmpro .bgwhite h3 {
	margin-top: 0;
}

.entry-content {
	background-color: #ffffff;
	padding: 0 8em 2em;
}



.type-post .entry-header img { 
	margin-bottom: -1em;
}

a.weiterarr {
	font-size: 22px !important;
	margin-left:  10px;
	vertical-align: bottom;
	transition: color 0.3s ease-out 500ms !important;
}



a.weiterarr.active {
	color: #a29227 !important;
	transition: color 0.1s ease-out 0s !important;
}

.wpb_single_image img {
	margin-top: 7px;
}

.vc_grid-item-mini .wpb_single_image img, .vc_tta-panels-container .wpb_single_image img {
	margin-top: 0px;
}

#zp-page .vc_gitem-zone-mini p {
	line-height: 1.6em;
	
} 

.entry-content h6 {
	margin: 10px 0;
	padding: 0;
	padding-top: 10px;
	display: inline-block;

	font-size: 14px;
	text-align: left;
}

.geotags_link {
	font-size: 18px;
}

.wpgmp_meta_data {
	display: none;
}

.post_right {
	line-height: 22px;
	
}

.introzitat {

}

.introzitat .wpb_content_element {
	margin-bottom: 0.5em;
}

.introzitatSubline {
	padding-right: 7em;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

blockquote {
	font-size: 36px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	/* quotes: "\201C""\201D""\2018""\2019"; */
	 quotes: "“" "”" "‘" "’"; 
}

blockquote::before {
	color: #a29227;
	content: url(../media/quote-1.svg);
	width: 36px; 
	display: inline-block;
	vertical-align: 0.1em;
}

blockquote::after {
	color: #a29227;
	content: url(../media/quote-1.svg);
	width: 36px; 
	display: inline-block;
	vertical-align: 0.1em;
	transform: rotate(180deg)
}

blockquote p {
  display: inline;
}

.vc_column_container > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.fa::before,
.fas::before {
	content:url(../media/service-icon-off.svg) !important;
	padding-top: 25%;
	display: block !important;
	
}

.fa-adjust:hover::before, .vc_active .fa-adjust::before {
	content:url(../media/service-icon-klassik-on.svg) !important;
}

.fa-tint:hover::before, .vc_active .fa-tint::before {
	content:url(../media/service-icon-raumkonzept-on.svg) !important;
}

.fa-pencil-alt:hover::before, .vc_active .fa-pencil-alt::before {
	content:url(../media/service-icon-wohnen-on.svg) !important;
}

.fa-share-square:hover::before, .vc_active .fa-share-square::before {
	content:url(../media/service-icon-individuell-on.svg) !important;
}



.vc_tta-icon {
	border-radius: 50%;
	border: 1px solid #575756;	
	width: 180px !important;
	height: 180px !important;
	display: block !important;
	padding: 30px;
	margin: auto;
}

.vc_tta-title-text {
	display: block;
	text-align: center;
	margin: 20px auto !important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.vc_active .vc_tta-title-text {
	color:black;
}

.vc_tta.vc_general .vc_tta-tab > a {
/* 	padding: 14.5% !important; */
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    background: none !important;
    border: none !important;
    color: #303e48;
}

.vc_tta.vc_general .vc_tta-tabs-container {
	max-width: 1200px;
	margin: auto !important;
	
}

#kontakt {
	text-align: center;
	color: #ffffff;
}

#kontakt h2 {
	text-transform: uppercase;
	color: #a29227;
	font-size: 24px;
}

.fd_tab_content {
	padding-top: 0px;
	padding-bottom: 0px;
}



.fd_tab_content .wpb_content_element {
	margin-bottom: 0;
	
}

.bg_blau, .bg_blau .serviceSliderContent {
	background-color: #4d5a7d;
}
.bg_gruen, .bg_gruen .serviceSliderContent {
	background-color: #5e6552;
}
.bg_rot, .bg_rot .serviceSliderContent {
	background-color: #885152;
}
.bg_braun, .bg_braun .serviceSliderContent {
	background-color: #967245 !important;
}
.bg_grau, .bg_grau .serviceSliderContent {
	background-color: #eaebec;
}
.bg_gelb, .bg_gelb .serviceSliderContent {
	background-color: #a29227;
}

.fd_tab_content .vc_tta-panel-body {
	/* max-width: 1170px; */
	margin: auto;
	color: #ffffff;
	border: none !important;
	margin-top: 0px;
}

.fd_tab_content .vc_tta-panel-body .wpb_row {
	margin-left: 0;
}

.serviceSliderContent {
	margin-left: 0px;
	padding: 60px 70px 0 0px !important;
}

ul.serviceMenu {
	padding-left: 0;
	list-style: none;
	font-family: 'BrandonTextWeb-Medium', sans-serif;
	margin-top: 1.5em;
	margin-left: 0px;
}

ul.serviceMenu li {
	padding: 0px 0;
	
}

ul.serviceMenu a {
	color: #ffffff;
	font-size: 1.3em;
	display: block;
	padding: 12px 7px 7px 7px;
	margin-left: 0px;
	transition: all 0.3s ease-out 0s;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
}

ul.serviceMenu a.active {
	color: #a29227;
}

ul.serviceMenu a::before {
	content: "\+";
	position: absolute;
	font-size: 2em;
	margin-left: -34px;
	transform: translateY(2px);
	font-family: 'BrandonTextWeb-Regular', sans-serif;
}

ul.serviceMenu a:hover, ul.serviceMenu a:focus {
	color: #a29227;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
	padding-left: 40px;
	margin-left: 0px !important;
	transition: all 0.2s ease-out 0s;
}




.headlineRahmen {
	border: 1px solid #535353;
	display: inline-block;
	margin-bottom: 1em !important;
}


.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
	float: left;
	margin-top: 206px !important;
	position: relative !important;
	
}

.vc_tta-tabs.vc_tta-has-pagination .vc_pagination li {
	display: block;
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
	background-color: #535353 !important;
	border-color: #535353 !important;
	
}

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
	border-width: 2px !important;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
	border-color: #535353 !important;
}

.vc_general.vc_pagination .vc_pagination-trigger {
	width: 15px !important;
	height: 15px !important;
}

.history {
	max-height: 480px;
}

.history .vc_tta-panels {
	margin-left: 40px;
}

#history.vc_row {
	margin-left: 20px !important;
	margin-right: 20px !important;

}

.history li.vc_pagination-item  {
	margin: 12px 0 !important;
}

.history .vc_tta-panels {
	width: 70%;
}

.history .vc_tta-panels .wpb_wrapper h2 {
	text-align: center;
	font-size: 4.3em;
	font-weight: bold;
	color: #a29227;
	padding-bottom: 0.5em;
	margin-top: 73px;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #4B4B4B;
}

.history .vc_tta-panels .wpb_wrapper p {
	text-align: center;
	padding: 0 1em 1em 1em;
}

.history-introtext {
	
}

.history-introtext p {
	/*
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	*/
}

.vc_tta-container {
	margin-bottom: 0 !important;
}



#team .vc_btn3-container{
	display: none;
}

#team .vc_gitem-zone {

}

#team .vc_gitem-post-data-source-post_title h4 {
	margin-top: 20px; 
	text-align: center !important;
}

#team .vc_custom_heading p:first-child {
	display:  none;
}

#team .vc_custom_heading p {
	margin-bottom: 0;
	text-align: center;
}

#produktion {
	
}

#produktion .wpb_content_element {
	margin-bottom: 0;
}

#produktion .wpb_single_image img {
	margin-top: 0;
}

.produktion-content {
	padding-top: 140px !important;
	padding-left: 140px !important;
	padding-right: 140px !important;
	color: #ffffff;
}

.produktion-content h2 {
	color: #ffffff;
	font-family: 'BrandonTextWeb-Regular', sans-serif;
	padding-bottom: 30px;
}

.produktion-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: none !important;
	border: none;
}

.produktion-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #ffffff;
}

.produktion-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .produktion-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .produktion-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
	border: none;
}

.produktion-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background: none;
}

.unternehmen-but a {
	padding: 16px 15px 10px 15px;
	display: inline-block;
	transition: all 0.4s ease-out 0s;
}

.unternehmen-but a::before {
	content:"→";
	padding-right: 10px;
	padding-left: 0px;
	vertical-align: 0px;
	transition: all 0.4s ease-out 0s;
}

h2.unternehmen-but {
	padding: 0;
	font-size: 1.3em;
}

.unternehmen-but a:hover, .unternehmen-but a:focus {
	background-color: #535353;
	color: #ffffff !important;
	transition: all 0.2s ease-out 0s;
}

.unternehmen-but a:hover::before, .unternehmen-but a:focus::before {
	padding-right: 4px;	
	padding-left: 6px;	
	transition: all 0.2s ease-out 0s;
}
/*
#kontakt .vc_column_container .wpb_wrapper {
	margin: 0 300px;
}
*/


.vc_gitem-post-data-source-post_excerpt {
	display: none;
}


.vc_gitem-zone-a .vc_gitem-zone-mini {
	padding-bottom: 45px !important;
}


#team .vc_grid.vc_row .vc_grid-item .vc_btn, #team .vc_grid.vc_row .vc_grid-item .vc_icon_element, #team .vc_grid.vc_row .vc_grid-item .wpb_content_element {
	margin-bottom: 10px;
}


.page-id-639 #zp-page p strong {
	font-weight: 700;
}

#cookie-notice .cn-button.bootstrap {
    background: none rgb(69, 69, 69) !important;
}

.cookies-not-set #zp-footer {
	margin-bottom: 50px;	
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
	padding: 4px 16px !important;
}

.vc_grid-filter > .vc_grid-filter-item > span {
	color: rgb(53,61,67) !important;
	
	font-family: 'BrandonTextWeb-Medium';
	font-size: 17px;
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item {
	border-color: rgb(53,61,67) !important;
}

.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
	background-color: rgb(53,61,67) !important;

}

.vc_grid-filter > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter > .vc_grid-filter-item:hover > span {
	color: #fff !important;
}


.vc_gitem-row-position-middle .vc_custom_heading > div {
	font-family: 'BrandonTextWeb-Regular', sans-serif !important;	
}

html {
	min-height: 100%;
	height: 100%;
}

body.single-post {
	min-height: calc(100% - 42px);
	height: calc(100% - 42px);
}

body.single-post #zp-page {
	min-height: 100%;
}

.single-post ul.flex-direction-nav li.flex-nav-prev a,
.single-post ul.flex-direction-nav li.flex-nav-next a{
	text-indent: 0 !important;
	background-image: none !important;
}

.single-post ul.flex-direction-nav li.flex-nav-prev a::after {
	font-family: 'FontAwesome';
	content: "\F104";
	font-size: 48px;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-shadow: 0px 0px 17px rgba(0,0,0,0.65) !important;
}

.single-post ul.flex-direction-nav li.flex-nav-next a::after {
	font-family: 'FontAwesome';
	content: "\F105";
	font-size: 48px;
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-shadow: 0px 0px 17px rgba(0,0,0,0.65) !important;
}

h2.teaserfooter a::before {
	font-family: 'FontAwesome';
	content: "\F104";
	font-size: 28px;
	color: #a29227;
	margin-right: 7px;
	transform: translateY(1px);
	display: inline-block
}

h2.teaserfooter a:hover,
h2.teaserfooter a:focus {
	text-decoration: none;
	opacity: 0.65;
}

#metaslider-id-1066 {
	background-color: #343d47;	
}

.page-id-1059 h1 {
	font-size: 3.5rem;
	padding-top: 1.5rem;
	text-transform: uppercase;
}


.page-id-1059 h2 {
	font-size: 2.75rem;
	padding-top: 1.0rem;
	text-transform: none;
	border-bottom: 1px solid gray;
	padding-bottom: 0.5rem;
}

.subheaderkarriere .wpb_wrapper {
	width: 100%;
	margin-top: 1rem;
}
.subheaderkarriere p {
	display: flex;
	justify-content: space-around;
	color: #a29227 !important; 
	font-size: 1.25rem !important;
}

#zp-page .subheaderkarriere p strong {
	color: #a29227 !important; 
}


#karrierekontakt {
	background-color: #343d47;	
	color: #fff;
	padding-top: 3rem;
	padding-bottom: 2rem;
	margin-top: 4rem;
}

.textbig {
	font-size: 1.5rem;
}

.stellenanzeige {
	margin: 0 15px;
}

.stellenanzeige > div {
	padding-left: 15px;
	padding-right: 15px;
}

.stellenanzeige a {
	background-color: rgba(52,61,71,0.05);
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
	padding: 1em;
	padding-right: 2em;
	transition: all 0.2s ease-out;
}

.stellenanzeige a:hover,
.stellenanzeige a:focus {
	background-color: rgba(52,61,71,0.99);
	color: #fff;
	padding-left: 2em;
	padding-right: 1em;
	transition: all 0.05s ease-out;
	text-decoration: none;
}


#zp-page .metaslider-flex.ms-theme-default .flex-prev:focus,
#zp-page .metaslider-flex.ms-theme-default .flex-next:focus {
	background: none !important;
	height: 50px !important;
}

.vc_grid-filter,
#zp-header,
.flexslider {
	user-select: none;
}


.karriere-2025 {

}

.karriere-2025 h1 {
	text-transform: uppercase !important;
	padding-top: 1.5rem !important;
}


.karriere-2025 .vc_tta-title-text {
	text-align: left !important;
	color: #a29227 !important;
}

.karriere-2025 .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	transform: translateY(-8px);
}

.karriere-2025 .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon::before,
.karriere-2025 .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon::after {
	border-color: #a29227 !important;
}

.karriere-2025 .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0.5rem 3rem 1.5rem 3rem !important;
}

.karriere-2025 .vc_tta.vc_general .vc_tta-panel-body b {
	font-weight: 900 !important;
	font-size: 1.1em !important;
	margin-top: 1rem !important;
	display: inline-block !important;
}