/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

/*Reset Theme Styles */

.kl-title-block {
	padding: 0 !important;
}

.image-boxes.image-boxes--1 .image-boxes-img {
    box-shadow: none;
}

.zn_content {
	/*padding: 0 5px; !important;*/
}

.page-id-10 .container .zn_content,
.single-portfolio .container .zn_content {
	/*padding: 0 !important;*/
}

.gpg-gutter--5 .gridPhotoGallery__img {
	top: 0 !important;
	bottom: 0 !important;
}


.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 0;
    margin-top: 0;
}

a {
	color: inherit !important;
}

a:hover {
	color: #004256 !important;
}

#totop {
	display: none !important;
}

/* Modalbox Wrapper */
.mfp-fade.mfp-bg {
    background: #002834;
}

/****************/

html, body {
	height: 100%;
}


body {
	font-size: 16px;
	background: #fff !important;
}

#page_wrapper {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 10px 12px rgba(41, 36, 30, 0.4)
}


.image-boxes {
	margin: 0 !important;
}

div.zn_text_box p:last-child {
	margin-bottom: 0 !important;
}


@media (min-width: 1200px) {
	
	.page .container {
	    width: 1200px !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.page-id-10 .container,
	.single-portfolio .container {
		max-width: 1920px !important;
		width: 100% !important;
		padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.row {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}

	.col-md-12 {
		padding: 0 !important;
	}

}


@media (min-width: 768px) {
	/*
	.header--is-sticked .site-header.sticky-resize {
		height: 82px !important;
		z-index: 999;
	}

	/* Animation Header 
	.site-header.header--sticky, .site-header.header--sticky .site-logo-anch {
	    -webkit-transition: height .5s ease-out !important;
	    transition: height .5s ease-out !important;
	}

	.site-header.header--sticky .sticky-top-area .site-header-top, 
	.site-header.header--sticky .sticky-main-area .site-header-main, 
	.site-header.header--sticky .sticky-bottom-area .site-header-bottom {
	    opacity: 1;
	    -webkit-transition: height .5s ease-out, opacity .3s ease-out !important;
	    transition: height .5s ease-out, opacity .3s ease-out !important;
	}
*/
}



/* Image Gutter */

@media (min-width: 992px) {
	.imageLeft {
		padding-left: 0 !important;
		padding-right: 5px !important;
	}

	.imageMiddle {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}


	.imageRight {
		padding-left: 5px !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.imageLeft,
	.imageMiddle,
	.imageRight {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.textKompetenzen {
	padding: 50px !important;
}

.textKompetenzen .image-boxes-img-wrapper {
	text-align: center;
}

.textKompetenzen .image-boxes-img {
	width: auto !important;
}


/* Custom Header & Navigation */

#header {
	box-shadow: 0 4px 7px rgba(41, 36, 30, 0.4);
	z-index: 999;
	position: fixed !important;
}


/* Basic setting for anchor offset */
.zn_anchor_point {
	  display: block; 
	  content: " "; 
	  visibility: hidden; 
}



/* Slideout Menu for small Screens */

.zn-res-menu-nav {
	position: fixed;
	padding-top: 0;
	background: #004256 !important;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 30px;
	line-height: 30px;
}

@media (min-width: 768px) {
	/* Sticky header height */
	.site-header, 
	.site-header .site-header-top, 
	.site-header .site-header-main, 
	.site-header .site-header-bottom {
		height: 120px !important;
	}

	/* Offset contentwrapper for sticky header */
	.zn_pb_wrapper {
		margin-top: 120px;
	}
	/* Offset anchors for sticky header */
	.zn_anchor_point {
		  margin-top: -120px; 
		  height: 120px; 
	}
	/* Offset Slideout Menu for small Screens */
	.zn-res-menu-nav {
		margin-top: 120px;
	}
}

@media (max-width: 767px) {
	/* Sticky header height */
	.site-header, 
	.site-header .site-header-top, 
	.site-header .site-header-main, 
	.site-header .site-header-bottom {
		height: 80px !important;
		background: #004256 !important;
	}

	/* Offset contentwrapper for sticky header */
	.zn_pb_wrapper {
		margin-top: 80px;
	}
	/* Offset anchors for sticky header */
	.zn_anchor_point {
		  margin-top: -80px; 
		  height: 80px; 
	}
 	/* Offset Slideout Menu for small Screens */
	.zn-res-menu-nav {
		margin-top: 80px;
	}

	.zn-res-menu-nav li a {
		font-family: 'MillerDisplay' !important;
  		font-weight: 500 !important;
	}

	.site-header .site-logo {
	    padding: 0 !important;
	    width: 173px !important;
	    height: 80px !important;
	}

	.logo-img,
	.site-logo-img { 
		height: 80px !important;
	}
}







.site-header-wrapper {
	max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;	
}





/*

.header--is-sticked .site-header.sticky-resize .site-header-wrapper:not(.sticky-bottom-area) .site-header-bottom {
    height: 35px;
}


#logo-container {
	margin-top: 19px;
}


.site-header.style9 {
    height: 325px;
    border-bottom: none !important;
}

.site-header.style9 .site-header-main {
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.site-header.style9 .site-header-main.header-no-top {
    height: 80px;
}



#main-menu {
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 33px;
}

*/


@media (min-width: 768px) {
	.site-header-main-right .sh-component {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
}

.kl-main-header {
	position: absolute;
    width: 100%;
    float: none !important;
    bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

#menu-mainnav {
	margin-bottom: 16px;
}


@media (min-width: 1200px) {
	.main-nav > ul > li {
		padding: 0 25px !important;
		float: left !important;
		margin: 0 !important;
	}
}
@media (max-width: 1199px) {
	.main-nav > ul > li {
		padding: 0 25px 0 0 !important;
	}
}


/*
.main-nav > ul > li > a {
	font-family: 'CooperHewitt_book', sans-serif !important;
  	font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 25px !important;
    letter-spacing: 0.025em;
    padding: 36px 0 0 0 !important;
    color: #fff !important;
    opacity: 0.5;
    text-transform: uppercase;
}
*/

.main-nav > ul > li > a {
	font-family: 'MillerDisplay' !important;
  	font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 22px !important;
    letter-spacing: 0.025em;
    padding: 0 0 0 0 !important;
    color: #fff !important;
    opacity: 0.5;
}

.main-nav > ul > li.active > a:before, 
.main-nav > ul > li > a:hover:before, 
.main-nav > ul > li:hover > a:before {
    display: none !important
}

.main-nav > ul > li.active > a,
.main-nav > ul > li:hover > a,
.single-portfolio > .menu-item-25 > a {
    opacity: 1;
}

header .site-header-separator {
	display: none;
	font-size: 25px !important;
}


.sh--dark .zn-res-trigger:after {
	background: #fff;
	    box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}

.zn-res-menu-nav li {
    border-bottom: none;
}

.zn-res-menu-nav li:hover > a,
.zn-res-menu-nav li.active > a {
    background-color: transparent !important;
    color: rgba(255,255,255,1) !important;
}

.zn_res_menu_go_back {
	display: none;
}

.zn-res-trigger {
	margin-right: 17px;
}

.zn-res-trigger:after {
	height: 1px;
}


@media (max-width: 991px) {

	.kl-main-header {
		position: absolute;
	    width: auto;
	    float: right !important;
	    margin: 0;
	    right: 0;
	    bottom: 15px;
	}

	.kl-main-header .container {
		width: auto !important;
	}

	.site-header.style9 {
	    height: 170px;
	}


}

/* General Text Styles*/
.textBasic {
	font-size: 16px;
	line-height: 24px;
	color: #777777 !important;
}


/* Custon Typo ´Colors */
.typoLight .customHeadline,
.typoLight .projectHeadline,
.typoLight .projectDescription,
.typoLight a {
	color: #fff !important;
}

.typoLight .customHeadline:after,
.typoLight .projectHeadline:after {
	border-color: #fff !important;
}

.typoDark .projectHeadline,
.typoDark .projectDescription,
.typoDark a {
	color: rgba(0,0,0,0.7) !important;
}
.typoDark .projectHeadline:after {
	border-color: rgba(0,0,0,0.7) !important;
}


.typoKatjeswebsite .projectHeadline,
.typoKatjeswebsite .projectDescription,
.typoKatjeswebsite a {
	color: #616161 !important;
}
.typoKatjeswebsite .projectHeadline:after {
	border-color: #616161 !important;
}

.typoShoppingqueen .projectHeadline,
.typoShoppingqueen .projectDescription,
.typoShoppingqueen a {
	color: #a91a5c !important;
}
.typoShoppingqueen .projectHeadline:after {
	border-color: #a91a5c !important;
}

/* Custom Headline*/
.customHeadline {
	margin-top: 40px;
	margin-bottom: 40px;
}

.customHeadline h3 {
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
	font-size: 50px !important;
	line-height: 50px;
	text-align: left;
	color: #777777 !important;
}

.centered.customHeadline h3 {
	text-align: center;
}

.right.customHeadline h3 {
	text-align: right;
}

.customHeadline h3:after {
    display: block;
    content: " ";
    border-bottom: 2px #e51c20 solid;
    width: 140px;
    margin-top: 20px;
    margin-left: 0;
 }

 .centered.customHeadline h3:after {
 	margin-left: auto;
 	margin-right: auto;
 }

  .right.customHeadline h3:after {
 	position: absolute;
    right: 0;
 }


 /* Custom Subline Centered*/
.customSubline {
	margin-top: 25px;
	margin-bottom: 25px;
}

.customSubline h3 {
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
	font-size: 40px !important;
	line-height: 40px;
}


.customSubline:after {
    display: block;
    content: " ";
    border-bottom: 2px #b0b0b0 solid;
    width: 140px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
 }


.element-scheme--dark a:hover {
	color: #fff !important;
}

/* Margin and Padding for Layout Elements*/

.marginTop40px {
	margin-top: 40px;
}

.marginBottom40px {
	margin-bottom: 40px;
}

.paddingLeft10px {
	padding-left: 10px !important;
}

.paddingRight10px {
	padding-right: 10px !important;
}

.paddingLeft20px {
	padding-left: 20px !important;
}

.paddingRight20px {
	padding-right: 20px !important;
}




@media (max-width: 991px) {
	.jobsSection .customHeadline,
	.kontaktSection .customHeadline {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}


/* Parallax Elements -----------------------------------------------------------------------------------*/


@media (max-width: 767px) {

	.znParallax-background:not(.has-parallax-fallback) .kl-bg-source__bgimage {	
	    left: 0;
	    -webkit-transform: none;
	    transform: none;
	}
}



/* Intro ----------------------------------------------------------------------------------------------*/


@media (max-width: 991px) {
	
	/*.zn_section.eluid040d58a3 {
		padding-top: 100px !important;
	}*/
}






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


.wirImage1 {
	padding-right: 30px;
}

.wirSection .image-boxes.image-boxes--1 .image-boxes-img {
    box-shadow: 0 3px 3px rgba(0,0,0,.22);
    margin-bottom: 30px;
}

/*
@media (max-width: 991px) {

	.col-sm-offset-2 {
	    margin-left: 0;
	}

}*/

/* Herzblut ------------------------------------------------------------------------------------------ */

.herzblutSection {
	margin-top: 40px;
	background: url("../../uploads/bg_herzblut_herz.gif"), url("../../uploads/bg_herzblut_hirn.gif");
	background-position: 105% 40px, -8% 100%;
	background-repeat: no-repeat;
}

.herzblutListe h3,
.herzblutListe p {
	font-family: MillerDisplay !important;
    font-style: normal;
    font-weight: normal;
}

.herzblutListe h3 {
	font-size: 30px;
}

.herzblutListe h3:after {
	content: "";
	display: block;
	border-bottom: 2px #e51c20 solid;
    height: 1px;
    width: 150px;
    margin-top: 10px;
}

.herzblutListe p {
	font-size: 20px;
	line-height: 42px;
	margin-bottom: 0;
}

/*
.herzblutListe p:after {
	content: "";
	display: block;
	border-bottom: 1px solid #928772;
    height: 1px;
    width: 65px;
    margin-left: 15px;
}
*/

@media (max-width: 991px) {

	.herzblutSection { 
		background-size: 40%;
	}

}

@media (max-width: 991px) {

	.zn_section.eluide71954b7 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

}

/* Kollegen ------------------------------------------------------------------------------------------ */

.zn_custom_html .eluidec76f78d {
	/*background-color: #fff;*/
	border-bottom: 10px solid #fff;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.slick-slide  {
	position: relative;
}

[data-slick-index="3"] {
    margin-right: 10px;
}

button.slick-prev.slick-arrow {
  background: url("../../plugins/maxgalleria/images/icons/arrow-style-2l-wt.png")	no-repeat scroll center center transparent !important;
}

button.slick-next.slick-arrow {
  background: url("../../plugins/maxgalleria/images/icons/arrow-style-2r-wt.png")	no-repeat scroll center center transparent !important;
}

.kollegenOverlay {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	background: rgba(0,66,86,0.85);
	opacity: 0;
	padding: 40% 15% 10% 15%;
	text-align: left;
	transition: all 0.8s ease;

	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
}    

.slick-slide:hover .kollegenOverlay {
	opacity: 1;
}

.kollegenName {
    font-family: MillerDisplay !important;
    font-style: normal;
    font-weight: normal;
    font-size: 47px !important;
    line-height: 47px;
    text-align: center;
}

.kollegenName:after {
	content: "";
	display: block;
	border-bottom: 2px solid #e51c20;
    height: 1px;
    width: 110px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px; 
}

.jobDescription {
	display: block;
	font-size: 19px;
	text-align: center;
	margin-bottom: 25px;
}

.image-boxes-holder {
	float: left !important;
}

#eluid3a3ec011 {
	border-top: 0px solid #fff !important;
}

.kollegenSmall .zn_custom_container {
	margin-bottom: 50px;
}

.modalImage {
	padding: 0 !important;
}


/* Modalbox --------------------------------------------------*/

.modalKollegen .container {
	padding: 8px !important;
	margin: 0 !important;
}

.modalboxText {
	padding: 30px 30px 0 30px !important;
	text-align: left;
}

.modalboxText h4 {
	margin-top: 0;
}


/* Accordion --------------------------------------------------*/

.acc--default-style {
    border: none;
    border-radius: 0;
}

.acc--default-style .acc-tgg-button {
    border: 0;
    padding: 4px 10px;
    color: #777777 !important;
    text-align: center;
    background-color: transparent !important;
    padding: 0 20px 0 0;
    display: block;
    width: 145px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.acc--default-style .acc-tgg-button:before {
	right: 15px;
}

.acc--default-style .acc-tgg-button:after {
	right: 9px;
}

.acc--default-style .acc-content {
	background-color: transparent !important;
}

.zn_accordion_element .acc--default-style .acc-panel-collapse,
.zn_accordion_element .zn_content {
    padding: 0;
}

.acc-panel-title {
	border-bottom: 1px solid #ccc;
}

.zn_accordion_element .acc--default-style .acc-content {
    padding: 10px 0;
    color: #777777 !important
}

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


@media (max-width: 991px) {

	.eluid93f13287 .customHeadline h3 {
	    font-size: 60px !important;
	    line-height: 60px;
	    text-align: center;
	}

	.eluid93f13287 .customHeadline h3:after {
	    margin-left: auto;
	    margin-right: auto;
	}


	.kollegenName {
	    font-size: 37px !important;
	    line-height: 37px;
	    text-align: left;
	    margin-top: 0;
	}

	.kollegenName:after {
	    margin-left: 0;
	    margin-right: none;
	}

	.jobDescription {
		text-align: left;
		margin-bottom: 15px;
	}

	.kollegenText {
		padding: 0 30px !important;
		text-align: left;
	}
}


@media (max-width: 767px) {

	.kollegenSmall .col-md-5 {
		padding-left: 0;
		padding-right: 0;
	}

	.kollegenSmall .row:after,
	.kollegenSmall .clearfix:after {
		display: inline;
	}

	.kollegenImageSmall {
		overflow: hidden !important;
		min-height: 225px;
	}

	.kollegenName {
	    font-size: 34px !important;
	    line-height: 34px;
	    text-align: center;
	    margin-top: 20px;
	    margin-bottom: 0;
	}

	.kollegenName:after {
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 15px;
	}

	.jobDescription {
		text-align: center;
		margin-bottom: 20px;
	}

	.kollegenText {
		padding: 0 !important;
	}
}

/* Projekte -------------------------------------------------------------------------------------- */

.projectHeader {
	margin-bottom: 0;
}

/* Project Headline */
.projectHeadline {
	padding-top: 30px !important;
	margin-bottom: 25px;
}

.projectHeadline h3 {
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
	font-size: 50px !important;
	line-height: 50px;
}

.projectHeadline:after {
    border-bottom: 2px solid;
    height: 2px;
    width: 90px;
    margin-top: 25px;
 } 


.projectBackBtnWrapper {
	border: none !important;
	padding: 40px 0 0 0;
}

.projectBackBtn {
	font-family: "CooperHewitt_book", Helvetica, Arial, sans-serif;
}

.projectBackBtn:before {
	position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: "\e257";
}

 /* Project Description */

.kl-ptfsortable-item {
 	border: 5px solid rgba(0,0,0,0);
	padding: 0 !important;
	margin-bottom: 0px !important;
}


.kl-ptfsortable-img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.kl-ptfsortable-item-inner:hover .kl-ptfsortable-img {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}


.projectDetailsWrapper {
	padding-left: 40px;
    padding-right: 24px;
}

	.projectDetails {
	padding-left: 40px !important;
	/*padding-right: 40px !important;*/
}


.projectHero {
	padding: 0 !important;
}

.projectDevider {
	padding: 10px 0 25px 0 !important;
	margin-bottom: 5px;
}

.descriptionBox h3,
.projectDevider h3 {
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
	font-size: 37px !important;
	line-height: 37px;
}

.descriptionBox h3 {
	color: #000;
}

.projectDevider h3 {
	color: #fff;
}

.descriptionBox h3:after,
.projectDevider h3:after {
    border-bottom: 2px solid #fff !important;
    height: 2px;
    width: 30%;
    margin-top: 25px;
 } 

/* Screenshot Slider -----------*/

.customScreenshotSlider {
	color: #fff !important;
}

/*-------*/

@media (max-width: 1199px) {
	.kundenListeHero,
	.image-boxes-holder {
		width: 100% !important;
	}

	.projectHero img {
		width: 100% !important;
		height: auto !important;
	}

	.projectDetails {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}	
}


@media (max-width: 991px) {
	.projectHero {
		margin-bottom: 10px;
	}
}

.descriptionBox,
.projectDescription {
	font-family: "CooperHewitt_book", Helvetica, Arial, sans-serif;
 	font-size: 16px !important;
 	line-height: 22px !important;
 }

.projectDecriptionTable {
 	font-size: 14px !important;
 	border: none !important;
 }

 .projectDecriptionTable td {
 	padding: 0 8px 2px 0;
 	vertical-align: top;
 }

.descriptionBox h3 {

}

.descriptionBox .zn_text_box {
	padding: 30px !important;
}


 /* Projekt Portfoliogrid */

#portfolio-nav {
	display: none;
}

.kl-ptfsortable-nav {
	float: none !important;
}

.kl-ptfsortable-items {
	overflow: visible !important;
}

.kl-ptfsortable > .clearfix {
	height: 0 !important;
}

.portfolio-item-overlay {
	display: none;
}

.kl-ptfsortable .portfolio-item-overlay-imgintro:hover .portfolio-item-overlay {
    box-shadow: none !important;
}

.kl-ptfsortable-item-inner {
	overflow: hidden !important;
}

 .kl-ptfsortable-item-title {
    display: block;
    background: rgba(51,104,120,0.9);
    border-bottom: none;
    font-size: 24px !important;
    text-align: center;
    margin: 0;
    padding: 20px !important;
    bottom: 0;

	position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;

    transition: all 0.3s ease;
}

.kl-ptfsortable-item-inner:hover > .kl-ptfsortable-item-title {
	opacity: 0;
}

.kl-ptfsortable-item-title > a:hover {
	color: #000 !important;
}

.kl-ptfsortable-item-title-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.name {
    width: 100%;
    bottom: 25px;
    display: block;
    position: absolute;
    left: 0;
}

.kl-ptfsortable-item-title h3 {
    font-family: MillerDisplay !important;
    font-style: normal;
    font-weight: normal;
    font-size: 22px !important;
    line-height: 22px;
    color: #fff !important;
    text-align: center;
}

.kl-ptfsortable-item-title h3:after {
	content: "";
	display: block;
	border-bottom: 2px solid #e51c20;
    height: 1px;
    width: 70px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px; 
}


.projectCategorys {
	font-family: 'CooperHewitt_book';
    letter-spacing: 0.05em;
	display: block;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #fff;
}


.znprt_load_more_button {
	font-size: 23px;
    color: #004256 !important;
    border-color: #004256 !important;
    opacity: 0.3;
    transition: opacity 0.3 ease-out;
}

.znprt_load_more_button:hover {
    opacity: 1;
}

.zn_loadmore_disabled {
	visibility: hidden;
}

#kundenListe {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*
#kundenListe .customHeadline h3 {
	font-size: 40px !important;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
}
*/

#kundenListe .customHeadline {
	margin-bottom: 30px;
}

#kundenListe ul {
	list-style-position: inside;
	padding-left: 0;
}

#kundenListe ul li {
	list-style: none;
	display: inline;
	font-size: 20px;
	line-height: 40px;
}

#kundenListe ul li span {
	white-space: nowrap;
	background: url("../../uploads/huv_ampersand.svg") no-repeat;
	background-size: 15px;
	background-position: left center;
	padding-left: 25px;
    padding-right: 10px;
}


#kundenListe ul li:after {
	content: "  ";
	font-size: 20px;
}


#kundenListe ul li:last-child:after {
	content: none;
}


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

.jobsSection {
	background: url("../../uploads/jobs_animation_01.gif");
	background-position: 70px 0;
	background-repeat: no-repeat;
}

.jobsLeft {
	padding-right:30px !important;
}

.jobsLeft,
.jobsLeft .element-scheme--light {
	font-size: 18px;
	line-height: 26px;
	text-align: right;
}

.jobsImage {
	height: 100%;
	background: #00ff00;
}


/* Kontakt -----------------------------------------------------------------------------------------------------------*/

.kontaktSection {
	background: url("../../uploads/bg_kontakt.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.kontaktSection .zn_custom_html {
	border: none !important;
}

.kontaktSection .customHeadline {
	margin-top: 0;
}

.kontaktRight {
	font-size: 18px;
	line-height: 26px;
	color: #777777 !important;
}


.kontaktDeko {
	position: relative;
	height: auto;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100px;
	height: 100px;
}


.logoFooter {
	text-align: center;
	margin-left: auto !important;
    margin-right: auto !important;
    width: 80px;
    height: 100px;
}

/*
@media (max-width: 1199px) {

	.flip-container {
	    margin-left: 20%;
	    margin-top: 0%; 
	}
}

@media (max-width: 767px) {
	.flip-container {
	    position: relative;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: -50%; 
	}
}
*/

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	background: url("../../uploads/illu_kontakt_back.png") no-repeat;
	background-size: cover;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	background: url("../../uploads/illu_kontakt_front.png") no-repeat;
	background-size: cover;
	transform: rotateY(180deg);
}


.flip-container:hover .flipper, 
.flip-container.hover .flipper, 
.flip-container.flip .flipper {
	transform: rotateY(180deg);
}



/* Impressum -----------------------------------------------------------------------------------------------------------*/

h4 {
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
	font-size: 20px !important;
	line-height: 20px;
}


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

.instagramFooter {
	border-bottom: 0;
    margin-bottom: 30px !important;
}

.customFooter .container {
	max-width: 1200px !important;
}

.customFooter .element-scheme--dark p {
	font-size: 14px;
	letter-spacing: 0.07em;
	color: rgba(255,255,255,0.5);
}

.customFooter .element-scheme--dark a:hover {
	color: rgba(255,255,255,1);
}

.customFooter .elm-sc-icon {
	padding: 0 35px !important;
	opacity: 0.5;
}

.customFooter .elm-sc-icon:hover {
	opacity: 1;
}

@media (max-width: 550px) {

	.customFooter {
		padding-top: 10px !important;
		padding-bottom: 30px !important;
	}

	.customFooter p {
		display: block;
		width: 100%;
		text-align: center !important;
		font-size: 16px !important;
		padding-bottom: 15px !important
	}

}

/* Text Styles ------------------------------------------------------------------------------------------------------*/

.centered {
	text-align: center !important;
}

.textImportant {
	font-family: MillerDisplay !important;
	margin-bottom: 40px;
}

/* Text box for testimonials etc. */
div[class*="textBox_"] {
	/*margin-top: 5px !important;*/
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 32px;
  	line-height: 36px;
}

div[class*="textBox_"] .zn_text_box {
	padding: 30px !important;
}

/* Bullet List */
.bulletList {
	font-family: MillerDisplay !important;
  	font-style: normal;
  	font-weight: normal;
}

/* Screenshot Slider Styles */
/*
.tp-span-wrapper {
	max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 0 10px 0 !important;
    max-height: 360px;
    height: auto !important;
}
*/

section[class*="sectionIntro_"] {
	/*max-width: 1440px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 35px 0 20px 0 !important;
	margin-bottom: 0 !important;
}


/* Blog --------------------------------------------------------------------------------------------------------------------*/

.kl-blog-item-author,
.kl-blog-item-links,
.kl-blog-post-details-sep,
.kl-blog-post-category,
.kl-blog-post-meta a
 {
	display: none;
}

.kl-single-layout--modern .kl-blog-post {
    padding: 0;
    background: transparent;
}

.kl-blog-item-container {
    padding: 30px 0 15px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.kl-blog-item-container.zn_columns .kl-blog-item-header, 
.kl-blog-item-container.zn_columns .kl-blog-item-body, 
.kl-blog-item-container.zn_columns .kl-blog-item-links, 
.kl-blog-item-container.zn_columns .kl-blog-item-tags {
    padding: 0 0;
}



@media (max-width: 1199px) {

	.projectDetails,
	div[class*="textBox_"] {
		height: auto !important;
	}

	.projectHeadline {
		padding-top: 25px !important
	}

	.col-sm-offset-1 {
	   /* margin-left: 4%; */
	}

}


@media (max-width: 1199px) {

	.projectDetails,
	.projectHero {
		width: 100% !important;
	}
}

@media (max-width: 991px) {


	.container {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	}


	.row {
     	margin-left: 0 !important;
    	margin-right: 0 !important;
	}

	.projectDetails {
			padding: 1% 6% !important;
			margin-left: 0 !important;
		}

	}

	.gridPhotoGalleryItem--w1, .gridPhotoGalleryItem--w2 {
	    height: auto !important;
	}

@media (max-width: 992px) {

	.imageBox,
	div[class*="textBox_"]  {
		margin-bottom: 10px;	
		padding: 0 !important;
	} 

	div[class*="textBox_"] .zn_text_box  {
		height: auto !important;
	} 



	.gridPhotoGalleryItem--w1, .gridPhotoGalleryItem--w2 {
	    width: 100% !important;
	}


	.titleImage {
		padding-top: 0 !important;
	}

	.zn-res-trigger {
	    width: 38px;
	    height: 33px;
	}

	.zn-res-trigger:after {
	    width: 38px;
	}


/*
	.col-sm-offset-1,
	.col-sm-offset-7 {
	    margin-left: 8.33333333%;
	    margin-right: 8.33333333%;
	}
	.col-sm-offset-7 {
	    margin-left: 24.99999999%;
	    margin-right: 24.99999999%;
	}

	*/
}


@media (max-width: 767px) {
	.col-sm-offset-1, 
	.col-sm-offset-7 {
	    margin: 0 !important;
	}
}


/* Custom 404-Page ---------------------------------------------------------------------------------------------*/


.error404 #mainbody {	
	/*background: url("../../uploads/bg_404_ampersand.jpg");
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;*/
}

.error404 .customFooter {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.errorText {
	font-size: 40px !important;
	color: #000 !important;
}

/*
.error404 #page_wrapper,
.error404-page,
.error404 .site-content,
.error404 .container,
.error404 #mainbody {
	height: 100% !important;
}
*/
.errorImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}

/* General Responsive Classes -----------------------------------------------------------------------------------*/

.image-boxes.image-boxes--1 {
    overflow: auto;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


@media (max-width: 991px) {
	.textBox_1 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
	    width: 100%;
	}
}

@media (max-width: 767px) {

	.imageLeft,
	.imageMiddle,
	.imageRight {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    /*margin-bottom: 10px !important;*/
	}

}

@media (min-width: 768px) {

	.full768 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

}