/* Basic links & types
 * * * * * * * * * * * */
html{
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body {
   font: 16px "Hind",sans-serif;
   background:#fff;
   color: #575d5e;
}
a {color:inherit; text-decoration: none;}
a:hover {color:#a72920;text-decoration: underline;}
h1 {font-size: 2.5em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.0em;}
h6 {font-size: 0.75em;}
h1, h2, h3, h4, h5, h6 {
	font-family: "Hind", sans-serif;
	margin: 0 0 0.6rem;
	color:inherit;
}
hr {color:#575d5e;background-color:#575d5e;	height: 1px;border-width:0px;}
img{max-width: 100%;max-height: 100%;width:auto; height: auto;}
figure{margin: 0;padding: 0;}
p{margin: 0 0 0.6rem;}

/* Common classes
 * * * * * * * * */
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-justify{text-align: justify;}
.hidden{display: none;}
.hide-text{text-indent: 100%;white-space: nowrap;overflow: hidden;}
.weight-tiny{font-weight: 100;}
.weight-light{font-weight: 300;}
.weight-normal{font-weight: normal;}
.weight-medium{font-weight: 600;}
.weight-bold{font-weight: bold;}
.text-upper{text-transform: uppercase;}
.text-lower{text-transform: lowercase;}
.text-underline{text-decoration: underline;}
.text-container{line-height: 1.6;}
.text-ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list-nostyle{list-style: none; margin: 0; padding: 0;}

.center-element {text-align:center; height: 100%;}
.center-element:before {content: ''; display: inline-block; height: 100%; vertical-align: middle;}
.center-element>.centered { display: inline-block; vertical-align: middle; width: 99%;}

.block-absolute{position:absolute;top:0;right:0;bottom:0;left:0;}
.float-right{float:right;}
.float-left{float: left;}
/* Layout
 * * * * * */
.row-small{
	max-width: 1115px;
}
.row-large{
	max-width: 1424px;
}

#main{}
#hat{
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
#basecontent{
	position: relative;
	padding-top: 40px;
}
.home #hat{border: none;}
.home #basecontent{padding-top: 0;}

#content{}

#bottom-blocks{}
#footer{}


/* Styling
 * * * * */
#logo{
	float: right;
	padding: 23px 0;
}
#logo img {
	max-width: 119px;
	width: 100%;
}

.offset-bottom{
	margin-bottom: 32px;
}
.offset-bottom2{
	margin-bottom: 46px;
}

.offset-bottom3{
	margin-bottom: 25px;
}

.bg-grey{
	background-color: #c8c8c7;
}
.bg-lightgrey{
	background-color: #f5f5f5;
}
.bg-red{
	background-color: #a72920;
	color: #fff;
}
.color-red,
.module-box>.title,
.text a,
.description a{
	color: #ad321d;
}

.color-white{
	color: #fff;
}

.color-grey{
	color: #c8c8c7;
}

.book,
.readmore{
	/*font-weight: 400;*/
	/*font-family: "futura-pt", sans-serif;*/
}
.medium{
	font-weight: 500;
	font-family: "Hind", sans-serif;
}
.demi,
.module-box>.title{
	font-weight: 600;
	font-family: "Hind", sans-serif;
}
.module-box>.title{
	margin-bottom: 42px;
}

.underlined{
	position: relative;
}
.underlined:after{
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	border-bottom: 6px solid;
	width: 25%;
	transition: width 0.3s ease-out;
}
.underlined:hover:after{
	width: 35%;
}

.page-header{
	text-align: right;
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom: 43px;
	color: #a72920;
}


.page-header h1,
.page-header h2{
	margin: 0;
	font-size: inherit;
}
.page-header .subtitle{
	color: #575d5e;
	font-size: 0.5em;
	padding-top: 20px;
}
.page-header .link-overview,
.filterbutton.view-all{
	display: block;
	font-size: 0.5em;
	text-decoration: none;
	padding: 15px 0 15px 50px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33"><path fill="#a72920" d="M0 13V0h13v13zm0 20V20h13v13zm20 0V20h13v13zm0-20V0h13v13z"/></svg>')
		no-repeat left center;
	background-size: 33px 33px;
}
.page-header .date{
	color: #575d5e;
	font-size: 0.45em;
	padding-top: 20px;
}

.content-list-item,
.content-page{
	position: relative;
}
.content-list-item>.image,
.content-page>.image{
	position: relative;
}

.text-two-column{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}


/* menu */
ul.menu,
ul.menu ul{
	font-family: "Hind", sans-serif;
	font-weight: 500;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu a{
	display: block;
	position: relative;
	padding: 6px 12px;
	text-decoration: none;
}
ul.menu>li{
	position: relative;
}
ul.menu a>.bg{
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: 3px solid;
	transition: width 0.3s ease-out;
}
.menu.menu-inline>li{
	float: left;
}
ul.menu.menu-inline:after{
	clear: both;
	content: '';
	display: block;
}

ul.menu a:hover,
ul.menu li.active>a{
	color: #a72920;
}
ul.menu a:hover>.bg,
ul.menu li.active>a>.bg{
	width: 30%;
}

#mainmenu{
	position: relative;
	float: left;
	font-size: 1.375em;
	padding: 65px 0;
	overflow: hidden;
}

#mainmenu ul.menu>li{}
#mainmenu ul.menu>li>a{
	padding: 6px 20px;
}
#mainmenu ul.menu>li.item-101{
	display: none;
}
/*#mainmenu .animate-onready>li{
	position: absolute;
	transform: translateX(-1000px);
	opacity: 0.3;
	transition: transform 0.8s ease-out, opacity 0.4s ease-out;
}
#mainmenu .animate-onready.on>li{
	position: relative;
	transform: translateX(0);
	opacity: 1;
}*/


/*sub menu items */
#mainmenu .resp ul.menu div.sub-wrap{
    position: absolute;
    overflow: hidden;
    margin: 0 0 0 0;
    background: #fff;

    box-shadow: 0 5px 8px -4px #000;
    z-index: 3;
}
#mainmenu .resp ul.menu ul{
    position: relative;
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    max-height: 0;

    z-index: 10;
    white-space:nowrap;
	-webkit-transition: max-height 0.1s;
	transition: max-height 0.1s;
}
#mainmenu .resp ul.menu ul li{
    padding: 0;
    border-top: 1px solid #e2e2e2;
}

#mainmenu .resp ul.menu>li li a{
	font-size: 90%;
	padding: 6px;
}
#mainmenu .resp ul.menu ul li a:hover{}
#mainmenu .resp ul.menu li:hover>div>ul{
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	max-height: 400px;
}

/* resp menu */
#mainmenu .resp label,
#mainmenu .resp input{display: none;position: relative;}

#mainmenu .resp label span{
	display: block;
	width: 35px;
	height: 5px;
	line-height: 0;
	border-bottom: 3px solid #c8c8c7;
	cursor: pointer;
}
#mainmenu .resp a:hover + label span,
#mainmenu .resp .active>label span{
	/*border-bottom: 4px solid #fff;*/
}
#mainmenu .resp>label{
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 16px;
}
#mainmenu .resp>label:before{
	display: block;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	content: 'Menü';
	top: 123%;
	right: 0;
	left:0;
	font-size: 0.4545em;
}

#mainmenu .menu{
	float: left;
}

.links-wrapper .heading {
	font-size: 2.5em;
	text-transform: lowercase;
	font-weight: 700;
}

@media only screen and (max-width: 1124px)  {
	#mainmenu ul.menu>li>a {
		padding: 6px 15px;
	}
}

@media only screen and (max-width: 1024px) {
	ul.menu a>.bg{
		transition: none;
	}

	#logo{
		position: absolute;
		top: 0;
		right: 62px;
		width: 100px;
		z-index: 30;
	}

	#mainmenu{
		border:none;
		float: none;
		padding-bottom: 16px;
	}

	#mainmenu .resp>label{
		margin-left: 42px;
	}

	#mainmenu .resp>label:before{
		left: 123%;
		right: auto;
		top:10%;
		font-size: 0.8em;
	}

	#mainmenu ul.menu{
		max-height: 0;
		overflow: hidden;
		float: none;
		clear: both;
		padding-top: 52px;
		-webkit-transition: max-height 0.1s;
        transition: max-height 0.1s;
	}
	#mainmenu ul.menu>li{
		float: none;
		border-left: none;
		border-top: 1px solid #e2e2e2;
		text-align: center;
		width: 100%;
	}
	#mainmenu ul.menu>li>a{
		padding: 16px 0;
	}

	#mainmenu ul.menu>li.item-101{
		display: block;
	}

	#mainmenu ul.menu a:hover>.bg,
	#mainmenu ul.menu li.active>a>.bg{
		width: 100%;
	}

	#mainmenu .resp input:checked + ul.menu{
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
		max-height: 1000px;
	}
/*sub menu*/
	#mainmenu .resp ul.menu label{
		display: block;
		position: absolute;
		top: 12px;
		right: 10px;
	}
	#mainmenu .resp ul.menu div.sub-wrap{
		position: relative;
		box-shadow: 0 0 8px -3px #000 inset;
		background: #E5E5E5;
	}
	#mainmenu .resp ul.menu ul li{
	    border-top: 1px solid #fff;
	}
	#mainmenu .resp ul.menu li:hover>div>ul{max-height: 0;}
	#mainmenu .resp ul.menu input:checked + div>ul{
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
		max-height: 400px;
	}

}


/*
 * Bottom menu
 */
#bottommenu {
    float: right;
    margin-top: 50px;
    margin-bottom: 20px;
}

#bottommenu ul.menu a {
    padding-left: 12px;
}

#bottommenu ul.menu > li {
    position: relative;
    float: left;
    text-transform: uppercase;
}

#bottommenu ul.menu > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #9e9d9d;
    letter-spacing: 0.1em;
}

#bottommenu ul.menu li.active > a {
    color: #000;
}

/* maps */
.map-canvas,
.gmap{height:280px;}
.gmap>.gmap-marker{display:none;}
.map-canvas img,
.gmap img{
	max-width: none;
	max-height: none;
}

.video-box{
	position: relative;
	min-height: 360px;
	margin-bottom: 1em;
}
.video-box>iframe{
	position: absolute;
	width:100%;
	height: 100%;
}

/*  forms  */

.bg-lightgrey [type='text'],
.bg-lightgrey [type='email']{
	color: #c8c8c7;
	border: none;
	box-shadow: none;
	height: auto;
}

.form-grey-input [type='text'], .form-grey-input [type='email'], .form-grey-input textarea{
	background-color: #c8c8c7;
	color: #fff;
}
fieldset.radio{
	margin-bottom: 1.5rem;
}
fieldset.radio>input,
.onelist>input[type="checkbox"]{
	display: none;
}
fieldset.radio>label,
.onelist>label{
	position: relative;
	font-size: 1.25rem;
	padding: 6px 0;
	margin-right: 32px;
	margin-left: 0;
}
fieldset.radio>label:after,
.onelist>label:after{
	position: relative;
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-left: 12px;
	background: #575d5e no-repeat center;
	vertical-align: middle;
}
fieldset.radio>input:checked + label:after,
.onelist>input:checked + label:after{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAZklEQVQoU42Q0Q2AIBBD24nUCXQzZTPZACcqKTkSPxQlAZK7xwtXIpakA8AKYANwepNMbtOHpAJg6g9udyG5MAz7A9BLydCbpUPZkAaW1vpt8lTjP31Md5GcWwQB2uiMnFWOnFxDBVRSLHq7KhVOAAAAAElFTkSuQmCC);
}

.control-group.error .help-inline{
	display: inline-block;
	position: relative;
	top: -7px;
	font-size: 0.8em;
	color: #d20700;
}

.button, .btn,
input[type="submit"]{
	display: inline-block;
	font-weight: 600;
	font-family: "Hind", sans-serif;
	color: #a72920;
	background: transparent;
	border: 2px solid #a72920;
	padding: 8px 23px;
	margin: 0 0 16px 0;
	cursor: pointer;
	text-decoration: none;

	transition: background-color 0.3s;
}
.button:hover, .btn:hover,
input[type="submit"]:hover{
	background-color: #a72920;
	color: #fff;
	text-decoration: none;
}

/* front end subform field */
.subform-repeatable table {
	width: 100%;
}
.subform-repeatable th{
	padding-bottom: 1em;
}
.subform-repeatable td{
	vertical-align: top;
}
.subform-repeatable .btn-group>.button{
	box-sizing: border-box;
	font-size: 1em;
	padding: 0.3em;
	width: 30%;
	margin: 0;
	text-align: center;
}
.subform-repeatable .group-add:after{
	content: '+';
}
.subform-repeatable .group-remove:after{
	content: '-';
}
.subform-repeatable .group-move:after{
	content: 'm';
}

/* zwetschke */
#zwetschke-herz{
	font-size: 0.8em;
	margin: 0;
	padding: 16px 0;
	color: #fff;
}
#zwetschke-herz img{
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

/* Newsletter stuff */
#acyarchiveview .contentheading{
	display: none;
}
#acyarchiveview .view-online{
	display: none;
}

#unsubpage{
	padding: 2rem 0;
	line-height: 1.6;
}

#unsubpage .unsuboptions,
#unsubpage form>.unsubdiv{
	padding: 10px;
}

/* newsletter module */
.module-box.module-newsletter{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 46px;
}
.module-box.module-newsletter>.title{
	margin-bottom: -28px;
}
.acymailing_module_form,
.acymailing_module .responseContainer{
	max-width: 1226px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0 auto;
}
.acymailing_module .responseContainer{
	padding-top: 42px;
	padding-bottom: 12px;
}
.acymailing_lists>.onelist{
	float: left;
	margin-right: 20px;
	color: #c8c8c7;
}
.acymailing_lists:after{
	content: '';
	display: block;
	clear: both;
}
.acymailing_form>.onefield{
	float: left;
	width: 49%;
}
.acymailing_form>.fieldacyname{
	margin-right: 2%;
}
.acymailing_form>.fieldacycaptcha{
	float: none;
	clear: both;
	width: auto;
}

/* Alerts / messages*/
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 6px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	/*border-radius: 4px;*/
}
.alert{color: #c09853;}
.alert h4 ,
.alert .close {display: none;}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {color: #468847;}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {color: #b94a48;}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {color: #3a87ad;}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {margin-bottom: 0;}
.alert-block p + p {margin-top: 5px;}

/* Breadcrumbs */
.breadcrumb {
	padding: 15px 0;
	margin: 0 0 18px;
	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}

/* Pagination */
.pagination,
.pagination-ajaxmore{
	clear: both;
}
.content-list>.pagination-ajaxmore{
	padding-top: 30px;
}
.pagination ul {
	display: inline-block;
	margin: 18px 0;
	padding: 0;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.pagination ul > li {display: inline-block;}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	/*border: 1px solid #ddd;
	border-left-width: 0;*/
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination .icon-first:before{content: '<';}
.pagination .icon-previous:before{content: '<<';}
.pagination .icon-next:before{content: '>>';}
.pagination .icon-last:before{content: '>';}

.pagination-centered {text-align: center;}
.pagination-right {text-align: right;}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}

body.login .login,
body.login .login + div{
	max-width: 800px;
	margin: 0 auto;
}

/* cookies popup */
body .cc_container .cc_btn, body .cc_container .cc_btn:visited {
    background-color: #ccc;
}

/* Clear Floated Elements */
.clear {clear: both;display: block;	overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {	display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {	display: block;}

a.column{
	display: block;
}
/*
* SITE
  *#####################################################################
 */
.links-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
	/*margin-bottom: 32px;*/
}
.heading-links{
	margin-bottom: 32px;
}

.links>li{
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #c8c8c7;
}
.links .link-item{
	display: block;
}
.files>li{
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.file-link{
	display: block;
	text-decoration: none;
}
.file-link>.button{
	margin: -0.6em 0 0;
}

/* home slider */
.content-slider-wrapper{
	margin-bottom: 60px;
}
.slider-slider-item{
	position: relative;
	width: 100%;
	line-height: 0;
}
.slider-slider-item ~ .slider-slider-item{position: absolute;}
.slider-slider-item>.shadow{
	top: 30%;
	/* background-color: rgba(255, 255, 255, 0); */
	background-image: linear-gradient(to top, #000000 0%, rgba(11, 9, 4, 0) 100%, rgba(11, 9, 4, 0) 100%);
}
.slider-slider-item>.video-block{
	overflow: hidden;
}
.slider-slider-item>.video-block>.project-video-preview{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	width: auto;
	height: 100%;
}
.site-slider-item-caption{
	top: auto;
	color: #fff;
	padding: 0 60px 40px;
	line-height: normal;
}
.site-slider-item-caption>.title{
	display: inline-block;
	font-size: 2.5em;
	font-family: "Hind", sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	padding-bottom: 12px;
	text-transform: lowercase;
}
.site-slider-item-caption>.title:after{
	border-bottom-color: #c8c8c7;
}

.content-slider>.cycle-pager{
	position: absolute;
	bottom: 40px;
	left: 60px;
	z-index: 600;
}
.cycle-pager>.bullet{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 100%;
	margin-left: 18px;
	background: transparent;
	cursor: pointer;
	transition: background-color 0.3s ease-out;
}
.cycle-pager>.bullet:hover,
.cycle-pager>.bullet.cycle-pager-active{
	background-color: #fff;
}

/*
 * HOME zstudio Module
 */
.home-services-overview,
.home-news{
	border-bottom: 1px solid #f0f0f0;
}
.home-services-overview>.title,
.home-services-overview>.content{
	max-width: 1090px;
	margin-right: auto;
	margin-left: auto;
}
.home-services-overview .columns{
	width: 20%;
	margin-bottom: 30px;
	text-align: center;
	border-right: 1px solid #f0f0f0;
}
.home-services-overview .columns:first-child{
	border-left: 1px solid #f0f0f0;
}
.home-services-overview .columns>.icon{
	display: inline-block;
	background: url(../img/service-sprite.png) no-repeat;
	height: 100px;
	width: 100px;
	vertical-align: middle;
}

.home-services-overview .columns>h4{
	padding: 8px 0;
}
.home-services-overview .columns>.c1{
	background-position: center -31px;
}
.home-services-overview .columns>.c2{
	background-position: center -174px;
}
.home-services-overview .columns>.c3{
	background-position: center -310px;
}
.home-services-overview .columns>.c4{
	background-position: center -448px;
}
.home-services-overview .columns>.c5{
	background-position: center -585px;
}

/* news */
.home-news>.title,
.home-news>.content{
	max-width: 1090px;
	margin-right: auto;
	margin-left: auto;
}
.home-news-slider{
	position: relative;
}
.news-slider-item{
	position: relative;
	/*padding: 0 60px;*/
}
.news-slider-item .image{
	margin-bottom: 12px;
}
.news-slider-item .date,
.news-list-item .date{
	font-family: "Hind", sans-serif;
	margin-bottom: 10px;
}
.news-slider-item .title,
.news-list-item .title{
	font-size: 1.75em;
	line-height: 1.2;
	text-transform: lowercase;
}
.news-slider-item .text,
.news-list-item .text{
	height: 5em;
	margin-bottom: 22px;
	overflow: hidden;
}
.home-news-slider>.owl-dots{
	position: absolute;
	top: -65px;
	right: 0;
	left: 0;
	text-align: center;
}
.home-news-slider>.owl-dots>.owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #575d5e;
	border-radius: 100%;
	margin: 0 10px;
	cursor: pointer;
	transition: background-color 0.3s ease-out;
}
.home-news-slider>.owl-dots>.owl-dot.active{
	background-color: #575d5e;
}
.home-news-slider>.owl-nav{
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
}
.home-news-slider>.owl-nav>.owl-prev,
.home-news-slider>.owl-nav>.owl-next{
	display: block;
	cursor: pointer;
	position: absolute;
	top: -17px;
	width: 66px;
	height: 34px;
	background: url(../img/slider-arrows.png) no-repeat 0 0;
}
.home-news-slider>.owl-nav>.owl-prev{
	left: -100px;
}
.home-news-slider>.owl-nav>.owl-next{
	right: -100px;
	background-position: 0 -34px;
}

/* shop items */
.shopitem-list-item .image{
	margin-bottom: 12px;
}
.shopitem-list-item .title{
	font-size: 1.75em;
	line-height: 1.2;
	text-transform: lowercase;
}
.shopitem-list-item .text {
	height: 5em;
	margin-bottom: 22px;
	overflow: hidden;
}

/* references slider */
.home-reference-slider-wrapper{
	position: relative;
	background: url(../img/bg-kundenstimmen.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.home-reference-slider-item{
	position: relative;
	width: 100%;
	padding-bottom: 40%;
}

.reference-slider-item-caption{
	font-size: 1.75em;
}
.reference-slider-item-caption .text{
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 42px;
}
.reference-slider-item-caption>.centered{
	max-width: 900px;
	padding: 0 12px;
	box-sizing: border-box;
}
.home-reference-slider>.cycle-prev,
.home-reference-slider>.cycle-next{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 68px;
	height: 34px;
	background: url(../img/slider-arrows.png) no-repeat 0 -68px;
	cursor: pointer;
	z-index: 360;
}
.home-reference-slider>.cycle-prev{
	left:20px;
}
.home-reference-slider>.cycle-next{
	right: 20px;
	background-position: 0 -102px;
}

.home-historie{
	padding-top: 30px;
}

/* footer-numbers */
.footer-numbers{
	clear: both;
	font-family: "Hind", sans-serif;
	font-size: 1.4375em;
	color: #c8c8c7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-numbers .counter{
	font-size: 4.347826087em;
}
.footer-numbers .columns{
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #e9e9e9;
}
.footer-numbers .columns:first-child{
	border-left: none;
}

/*
 * VIDEO
 */
.video-wrapper{
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}
.video-wrapper .image {
	line-height: 0;
	margin-bottom: 10px;
	opacity: 0.9;
}
.videotitle{
	font-size: 2.5em;
	margin-bottom: 16px;
	font-weight: 600;
}
	.video-box {
	    position: absolute;
		min-height: 0;
		margin: 0;
		cursor: pointer;
	}

	.video-wrapper .video-box>iframe {
		z-index: -1;
	}
	.video-wrapper .video-box>iframe.active {
		z-index: 1;
	}
	.video-wrapper .play-video-button {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -7% auto 0 auto;
		right: 0;
		width: 19.26%;
		transition: background-color 0.4s ease-out;
	}

/*
 * SERVICE LIST
 */



/* Make subline left aligned */
.p599 .page-header .subtitle {
	text-align: left;
}


.service-category-list{
	max-width: 1135px;
	margin: 0 auto;
	position: relative;
}
.service-list {
	position: relative;

}

.service-category-list>.grid-sizer,
.service-category-list .service-list-item{
	width: 49%;
}

.service-category-list>.gutter-sizer{
	width: 2%;
}


.service-list .service-list-item,
.service-list>.grid-sizer {
	width: 41%;
}

.service-list >.gutter-sizer{
	width: 18%;
}

.service-list-item>.image,
.service-list-item>.text-wrapper{
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.service-list-item>.image img {
	width: 100%;
}

.done>.service-list-item>.image,
.done>.service-list-item>.text-wrapper{
	opacity: 1;
	transform: scale(1);
}

.service-list-item .image{
	margin-bottom: 16px;
}
.service-list-item .title {
	font-size: 1.75em;
	line-height: 1.2;
	text-transform: lowercase;
}
.service-list-item  .text {
	margin-bottom: 22px;
	height: 6em;
	overflow: hidden;
}

.service-images-slider-wrapper>.heading{
	font-size: 2.5em;
	margin-bottom: 32px;
}

.p520 .service-images-slider-wrapper>.heading{
	margin-bottom: 70px;
}

.service-images-slider{
	position: relative;
}
.service-images-slider .image{
	display: block;
	position: relative;
}
.service-images-slider>.owl-dots{
	/*position: absolute;
	text-align: center;
	top: -60px;
	right: 0;
	left: 0;*/
	display: none;
}
.service-images-slider>.owl-dots>.owl-dot{
	display: inline-block;
	margin: 0 9px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #575d5e;
	background-color: transparent;
	transition: background-color 0.3s ease-out;
}
.service-images-slider>.owl-dots>.owl-dot.active{
	background-color: #575d5e;
}
.service-images-slider>.owl-nav{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.service-images-slider>.owl-nav>.owl-prev {
	position: absolute;
	display: block;
	top: -17px;
	width: 40px;
	height: 40px;
	background: url(../img/left.svg) no-repeat 0 0;
	left: -40px;
}
.service-images-slider>.owl-nav>.owl-next {
	position: absolute;
	display: block;
	top: -17px;
	width: 40px;
	height: 40px;
	background: url(../img/right.svg) no-repeat 0 0;
	right: -50px;
}


/* Service Detail */
.service-page .text-container > .column {
	padding: 0;
}
.service-page .text-container > .text-box-left.medium-6 {
	padding-right: 4%;
}
.service-page .text-container > .text-box-right {
	padding-left: 4%;
}
.service-page .text-container > .column > h2 {
	font-size: 2em;
	margin-bottom: 30px;
	line-height: 1.2em;
}

.service-page .call-to-action {
	margin-bottom: 2em;
}

/*
.service-images-slider>.owl-nav>.owl-prev,
.service-images-slider>.owl-nav>.owl-next{
	position: absolute;
	display: block;
	top: -17px;
	width: 66px;
	height: 34px;
	background: url(../img/slider-arrows.png) no-repeat 0 0;
}

.service-images-slider>.owl-nav>.owl-prev {
	left: 10px;
}
.service-images-slider>.owl-nav>.owl-next {
	right: 10px;
	background-position: 0 -34px;
}*/

/*
 * FOOTER
 */
#footer{
	color: #fff;
	background-color: #575d5e;
	padding-top: 50px;
}
#footer-menu {
	position: relative;
	padding-top: 30px;
}


#footer h3{
	font-size: 1.375em;
}
#footer h3.underlined{
	padding-bottom: 8px;
}
#footer h3.underlined:after{
	border-bottom-width: 3px;
	color: #c8c8c7;
	/*width: 15%;*/
}
#footer span.label{
	display: inline-block;
	width: 6em;
}

/*branch-footer*/

.branch-footer .social-wrapper {
	display: flex;
	align-items: center;

}
.branch-footer .social-wrapper > a {
	padding: 6px 12px;
}

.branch-footer-item {
	padding-top: 20px;
}
.branch-footer-item:first-child {
	padding-top: 0;
}
.branch-footer-item .column.address {
	position: relative;
}
.branch-footer-item .column.address .toggle {
	position: absolute;
	width: 24px;
	height: 12px;
	right: 0.75rem;
	top: 0;
	margin-top: 0.4em;
	background: url(../img/accordion-sprite-w.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	transition: background-position 0.3s ease;
}

.branch-footer-item.open .column.address .toggle{
	background-position: 0 -12px;
}


.branch-footer-item>.address-block,
.footer-contact>.address-block{
	line-height: 1.6;
	min-height: 5em;
	font-size: 0.875em;
}
.branch-footer-item>.openhours-block{
	line-height: 1.6;
	font-size: 0.875em;
}
/* .branch-footer .owl-dots{
	position: relative;
	text-align: center;
	padding: 32px 0 20px;
}
.branch-footer .owl-dots>.owl-dot{
	display: inline-block;
	border: 4px solid #ffffff;
	border-radius: 100%;
	background-color: #fff;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	transition: background-color 0.4s ease-out;
}
.branch-footer .owl-dots>.owl-dot.active{
	background-color: transparent;
} */

/*
 * TEAM
 */
.no-foto-div{
	background-color: #000;
	height: 489px;
	width: 546px;
}
.team-list-item img{
	display: block;
}
.team-list-item .info-wrapper{
	background-color: rgba(167, 41, 32, 0);
	color: #fff;
	font-weight: 600;
	transition: background-color 0.3s ease-out;
}
.team-list-item .name,
.team-list-item .position{
	position: relative;
	opacity: 0;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.team-list-item .name{
	font-size: 1.75em;
	transform: translateY(-100px);
}
.team-list-item .position{
	transform: translateY(100px);
}
.team-list-item:hover .info-wrapper{
	background-color: rgba(167, 41, 32, 0.6);
}
.team-list-item:hover .name,
.team-list-item:hover .position{
	opacity: 1;
	transform: translateY(0);
}


	/* gallery overview */
.gallery-list-item,
.gallery-image,
.gallery-page{
	position: relative;
}

.gallery-list-item>.preview{
	position: relative;
	overflow: hidden;
}
.gallery-list-item>.preview>.overlay,
.gallery-image-link>.overlay,
.image>.overlay{
	display: block;
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: background-color 0.3s ease-out;
}
.gallery-list-item>.preview>.overlay>.shutter,
.gallery-image-link>.overlay>.shutter,
.image>.overlay>.shutter{
	display: block;
	background: url(../img/camera-shutter-opt.svg) no-repeat center;
	background-size: 180px 180px;
	transform: rotateZ(0deg);
	transition: background-size 0.3s ease-out, transform 0.3s ease-out;
}
.gallery-list-item:hover>.preview>.overlay,
.gallery-image-link:hover>.overlay,
.image:hover>.overlay{
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.4);
}
.gallery-list-item:hover>.preview>.overlay>.shutter,
.gallery-image-link:hover>.overlay>.shutter,
.image:hover>.overlay>.shutter{
	background-size: 80px 80px;
	transform: rotateZ(-30deg);
}

.gallery-image-link.mfp-iframe>.overlay>.shutter{
	display: none;
}

.gallery-list-item>.preview>img{
	display: block;
	width: 100%;
	transform: scale(1) translate(0, 0);
	transition: transform 0.3s ease-out;
}
.gallery-list-item:hover>.preview>img{
	transform: scale(1.04) translate(0, 10px);
}
.gallery-list-item>.heading{
	font-size: 1.75em;
}
.gallery-list-item>.description{
	margin-bottom: 22px;
	height: 6em;
	overflow: hidden;
}

.gallery-page>.gallery-images{
	min-height: 680px;
}
.gallery-page>.shadow{
	top: auto;
	height: 400px;
	background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}
/*
 * GALLERY MASONRY
 */
.filterbuttons{
	margin-bottom: 37px;
	border-bottom: 1px solid #e5e5e5;
}
.filterbutton{
	display: block;
	margin-right: 30px;
	margin-bottom: 30px;
	text-decoration: none;
	color: #c8c8c7;
	font-size: 1.25em;
}
.filterbutton.view-all{
	font-size: 1.25em;
	margin-bottom: 18px;
}
.filterbutton.active{
	color: #ad321d;
}
.filterbuttons img.loading{
	vertical-align: middle;
}


/*.masonry-css {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 1rem;
}*/
.module-home-gallery{
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
.module-home-gallery>.title{
	display: none;
}
.gallery-images.row{
	position: relative;
	margin-bottom: 80px;
	margin-left: 0;
	margin-right: 0;
}
.gallery-images>.pagination-ajaxmore{
	position: absolute;
	top: 100%;
	margin-top: 15px;
	right: 0;
	left: 0;
	z-index: 300;
}
.gallery-images>.grid-sizer,
.gallery-images>.gallery-image{
	width: 32%;
	padding: 0;
}
.gallery-images>.gutter-sizer{
	width: 2%;
}
.gallery-image{
	position: relative;
	margin-bottom: 1.5rem;
	outline: none;
	/*visibility: visible;*/
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
.gallery-image>span.image{
	display: block;
	position: relative;
}
.gallery-image.new-item{
	/*visibility: hidden;*/
	opacity: 0;
}
.gallery-image img{
	display: block;
	width: 100%;
}
.gallery-image-link{
	display: block;
	text-decoration: none;
	position: relative;
	outline: none;
}

.gallery-image-link>.play-video-button{
	display: block;
	background: url(../img/playbutton.png) no-repeat center;
	background-size: 160px;
}
.gallery-image-link>.tags{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 16px;
	left: 16px;
	text-align: right;
}
.gallery-image-link>.tags>.tag{
	display: inline-block;
	background: #fff;
	color: #000;
	font-weight: 600;
	padding: 10px 14px;
	margin-top: 12px;
	margin-right: 12px;
}

.gallery-image.titel-tile>.heading{
	padding: 14% 16px;
	margin: 0;
}
.gallery-image.togallery-tile>.togallery-link{
	font-family: "Hind", sans-serif;
	display: block;
	padding: 12% 0 20% 12%;
	font-weight: 500;
	color: #fff;
	background: #a72920 url(../img/arrow-big-right.png) no-repeat 25% 63%;
	font-size: 1.9em;
	text-decoration: none;
	transition: background-position 0.4s ease-out;
}
.gallery-image.togallery-tile>.togallery-link:hover{
	background-position: 30% 63%;
}

/*service-reference-slider*/
.service-reference-slider-wrapper{
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
}
.owl-item  .service-reference-slider-item>.image>img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.service-reference-slider-wrapper>.shadow {
	top: -50%;
	background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	z-index: 10;
}
.reference-logoslider-home .service-reference-slider-wrapper{
	border-bottom: 1px solid;
}

/* history */
.history-headerimg-box .subtitle{
	font-size: 1.25em;
	margin-bottom: 32px;
}
.historie-list>.title{
	position: relative;
	margin-bottom: 62px;
}
.historie-list>.title>.txt{
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 32px;
}
.historie-list>.title:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}
.historie-list-item{
	margin-bottom: 62px;
}
.historie-list-item .image{
	display: block;
	position: relative;
	outline: none;
}
.historie-list-item .image>img{
	display: block;
}
.img-plus-text-list-item .image{
	margin-bottom: 32px;
}

/*branche-list standorte*/
.branche-list-item>.title{
	font-size: 1.75em;
	margin-bottom: 32px;
}
.branche-list-item .text-wrapper .heading{
	font-size: 1.5em;
}
.branche-list-item span.label,
.contact-form span.label{
	display: inline-block;
	width: 6em;
}

.branche-list-item .text-container{
	line-height: 2;
}

.contact-form .heading{
	font-size: 1.75em;
	margin-bottom: 32px;
}
.contact-form .heading.contact{
	margin-bottom: 90px;
}
.contactinfo-wrapper{
	padding-left: 62px;
}
.field-privacyPolicyConfirmation input {
	position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.field-privacyPolicyConfirmation label {
	position: relative;
    /*font-size: 1.25rem;*/
	font-size: 0.8em;
    padding: 0 0 15px 40px;
    margin-right: 32px;
    margin-left: 0;
    display: block;
    cursor: pointer;
}
.field-privacyPolicyConfirmation label:before {
	position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background: #575d5e no-repeat center;
    left: 0;
    top: 0;
}
.field-privacyPolicyConfirmation input:checked ~ label:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAZklEQVQoU42Q0Q2AIBBD24nUCXQzZTPZACcqKTkSPxQlAZK7xwtXIpakA8AKYANwepNMbtOHpAJg6g9udyG5MAz7A9BLydCbpUPZkAaW1vpt8lTjP31Md5GcWwQB2uiMnFWOnFxDBVRSLHq7KhVOAAAAAElFTkSuQmCC);
}

/* Landing page styling */
.puzzle-row-wrapper{
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;

	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.6s ease, opacity 0.4s ease;
}
.puzzle-row-wrapper.row-wide-section{
	max-width: none;
}
.puzzle-row-wrapper.no-animate{
	transform: translateY(0);
	opacity: 1;
	transition: none;
}
.puzzle-row-wrapper.in-view{
	transform: translateY(0);
	opacity: 1;
}
.puzzle-row-wrapper.row-wide-section .column{
	padding-right: 0;
	padding-left: 0;
}

.gridfield-heading{
	color: #a72920;
	margin-bottom: 32px;
}

.gridfield-slider .site-slider-item-caption{
	left: auto;
	max-width: 400px;
}
.gridfield-slider .site-slider-item-caption>.title{
	font-size: 3em;
	line-height: 1.2;
}
.gridfield-slider .slider-slider-item>.shadow{
	/*background-image: linear-gradient(to top, #000000 0%, rgba(11, 9, 4, 0) 50%, rgba(11, 9, 4, 0) 100%);*/
	background-image: linear-gradient(to top, #000000 0%, rgba(11, 9, 4, 0) 100%);
	opacity: 0.65;
}


.puzzle-row-wrapper.intro-section{
	margin-bottom: 32px;
}
.puzzle-row-wrapper.intro-section .the-text{
	padding-top: 32px;
	padding-bottom: 32px;
}
.puzzle-row-wrapper.intro-section .the-photo .gridfield-text{
	padding: 16px 0;
}
.puzzle-row-wrapper.intro-section .the-photo h3{
	font-size: 1.3125em;
	color: #a72920;
	margin: 0;
}
.puzzle-row-wrapper.intro-section .the-photo .str2{
	font-size: 1.3125em;
}

.puzzle-row-wrapper.heading-with-button{
	position: relative;
	text-align: center;
	padding: 38px 0;
	margin-bottom: 32px;
}
.puzzle-row-wrapper.heading-with-button:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #e5e5e5;
}

.puzzle-row-wrapper.heading-with-button .gridfield-heading{
	position: relative;
	margin: 0;
}
.puzzle-row-wrapper.heading-with-button .gridfield-button{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 386px;
	background: #fff;
	padding-top: 10px;
	/*margin-top: -6px;*/
}

.gridfield-accordion{
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.accordion-item{
	position: relative;
	border-bottom: 1px solid  #e5e5e5;
}
.gridfield-accordion .accordion-title{
	font-size: 1.625em;
	margin: 0;
	padding: 18px 0;
	cursor: pointer;
}
.gridfield-accordion .accordion-title>.toggle{
	position: absolute;
	width: 24px;
	height: 12px;
	right: 3px;
	top: 18px;
	margin-top: 0.4em;
	background: url(../img/accordion-sprite.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	transition: background-position 0.3s ease;
}
.gridfield-accordion .accordion-title>.toggle:focus {
	outline: none;
	box-shadow: none;
}	
.gridfield-accordion .accordion-content{
	max-height: 0;
	overflow: hidden;
	/*transition: max-height 0.4s ease;*/
}
.gridfield-accordion .accordion-content>.content{
	max-width: 600px;
	padding-bottom: 18px;
}
.gridfield-accordion .accordion-content>.content a {
	text-decoration: underline;
}
.gridfield-accordion .open>.accordion-title>.toggle{
	background-position: 0 -12px;
}
.gridfield-accordion .open>.accordion-title{
	color: #a72920;
}
.gridfield-accordion .open>.accordion-content{
	max-height: 2000px;
}

.gridfield-video {
	position: relative;
	padding-bottom: 56.2%;
	width: 100%;
	margin-bottom: 60px;
}
.gridfield-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gridfield-image-wide{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	/*padding: 30px 0 0;*/
	/*overflow: hidden;*/
}
.gridfield-image-wide.video a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/playbutton.png) no-repeat center;
	background-size: 160px;
}
.gridfield-image-wide .jarallax{
	position: relative;
	/*height: 450px;*/
}
.gridfield-image-wide .sizer{
	padding-bottom: 28%;
}


.puzzle-row-wrapper.redbox-section{
	background-color: #a72920;
	color: #fff;
	padding: 60px 12px;
	text-align: center;
	margin-bottom: 38px;
	overflow: hidden;
}
.puzzle-row-wrapper.redbox-section.wood {
	background: #c9a587 url(../img/wood_bg.jpg) center top repeat;
	color: #000;
}
.puzzle-row-wrapper.redbox-section>.row{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.puzzle-row-wrapper.redbox-section .gridfield-text{
	font-size: 1.5625em;
	font-weight: bold;
	margin-bottom: 32px;
	line-height: 1.4;
}
.puzzle-row-wrapper.redbox-section .gridfield-button{
	display: inline-block;
	position: relative;
}
.puzzle-row-wrapper.redbox-section .gridfield-button:before,
.puzzle-row-wrapper.redbox-section .gridfield-button:after{
	position: absolute;
	content: '';
	display: block;
	width: 183px;
	height: 30px;
	top: 10%;
	background: url(../img/bg-long-arrows-sprite.png) no-repeat 0 0;
	transition: transform 0.4s ease;
}

.puzzle-row-wrapper.redbox-section.wood .gridfield-button:before,
.puzzle-row-wrapper.redbox-section.wood .gridfield-button:after{ 
	background-position-y: -30px;

}

.puzzle-row-wrapper.redbox-section .gridfield-button:before{
	right: 100%;
	margin-right: 16%;
}
.puzzle-row-wrapper.redbox-section .gridfield-button:after{
	background-position: -183px 0;
	left: 100%;
	margin-left: 16%;
}
.puzzle-row-wrapper.redbox-section:hover .gridfield-button:before{
	transform: translateX(7%);
}
.puzzle-row-wrapper.redbox-section:hover .gridfield-button:after{
	transform: translateX(-7%);
}

.puzzle-row-wrapper.redbox-section .button{
	border-color: #fff;
	color: #fff;
}
.puzzle-row-wrapper.redbox-section .button:hover{
	background-color: #fff;
	color: #a72920;
}

.puzzle-row-wrapper.redbox-section.wood .button{
	border-color: #000;
	color: #000;
}

.puzzle-row-wrapper.redbox-section .button:hover{
	background-color: #000;
	color: #fff;
}


.gridfield-quotes{
	margin-bottom: 90px;
}
.gridfield-quotes .reference-slider-item-caption{
	font-size: 1.2em;
}
.gridfield-quotes .home-reference-slider-item{
	padding-bottom: 20%;
}
.gridfield-quotes .reference-slider-item-caption .text{
	margin-bottom: 25px;
}
.gridfield-quotes .reference-slider-item-caption .contact-person{
	font-size: 1.2em;
}

.puzzle-row-wrapper.contact-section{
	background-color: #f5f5f5;
	padding: 32px 12px;
	font-size: 1.25em;
	font-weight: bold;
}
.puzzle-row-wrapper.contact-section>.row{
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.puzzle-row-wrapper.contact-section .column{
	margin-bottom: 16px;
}
.puzzle-row-wrapper.contact-section .lbl{
	position: relative;
	font-size: 1em;
}
.puzzle-row-wrapper.contact-section .lbl:after{
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	bottom: -4px;
	left: 0;
}
.puzzle-row-wrapper.contact-section a{
	display: inline-block;
	font-size: 2.25em;
}

.gridfield-image-square{
	position: relative;
	line-height: 0;
}
.gridfield-image-square>.shadow{
	top: 50%;
	background-image: linear-gradient(to top, #000000 0%, rgba(11, 9, 4, 0) 100%);
	opacity: 0.85;
	transition: top 0.4s ease;
}
.gridfield-image-square>.image-caption{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 330px;
	line-height: normal;
	color: #fff;
	font-weight: bold;
	font-size: 2.1875em;
	padding: 0 36px 36px;

	transform: translateY(0);
	transition: transform 0.4s ease;
}
.column:hover .gridfield-image-square>.shadow{
	top: 10%;
}
.column:hover .gridfield-image-square>.image-caption{
	transform: translateY(-12px);
}

.puzzle-row-wrapper.image-text-group{
	position: relative;
	padding: 0 38px 38px;
	margin-bottom: 38px;
	border-bottom: 1px solid #e5e5e5;
}


.puzzle-row-wrapper.image-text-group .gridfield-image-square{
	max-width: 470px;
	margin: 0 auto;
}
.puzzle-row-wrapper.image-text-group  .gridfield-text{
	/*padding: 0 32px;*/
	max-width: 470px;
	margin: 20% auto 30px;
}
.puzzle-row-wrapper.image-text-group  .gridfield-button{
	max-width: 470px;
	margin: 0 auto;
}





/* Cafe LP */
.cafe .landingpage-page .color-red,
.cafe .landingpage-page .gridfield-heading,
.cafe .landingpage-page .gridfield-accordion .open>.accordion-title,
.cafe ul.menu a:hover, 
.cafe ul.menu li.active>a,
.cafe a:hover {
	color: #c9a587;
}

.cafe .landingpage-page .row-wide-section.wood {
	background: #c9a587 url(../img/wood_bg.jpg) center top repeat;
}
.cafe .landingpage-page .row-wide-section.wood > .row {
	max-width: 1250px;
	color: #000;
}
.cafe .landingpage-page .gridfield-quotes .reference-slider-item-caption .contact-person {
	color: #000;
}
.cafe .landingpage-page .gridfield-quotes {
	margin-bottom: 0;	
}
.cafe .landingpage-page .cycle-prev {
	background-position: 0 -137px;
}

.cafe .landingpage-page .cycle-next {
	background-position: 0 -171px;	
}

.cafe #footer {
	background: #000;
}

/* Food Menu */

.wochenkarte-list {
	margin: 2em 0;
}

.wochenkarte-list .wochenkarte-list-item {
	margin-bottom: 1em;
	line-height: 1.6;
}

.wochenkarte-list .food-item {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.wochenkarte-list .food-item .price {
	font-weight: 800;
    white-space: nowrap;
    padding-left: 10px;
}


/* LP form */
.content-form-popup{
	position: relative;
	background: #fff;
	max-width: 600px;
	margin: 20px auto;
	padding: 16px;
	opacity: 0;
	transform: translateY(22px);
}

.mfp-ready .content-form-popup{
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

/* END Landing page styling */

/* ZGDPR Cookie Consent */

/* "settings" button */
.zgdpr-button-settings{
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	display: none;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjDAsJJiXJ/sVgAAABHUlEQVQoz13RvyvEARgG8M/3eyf5NXDJUZyc22TApgx+zH5ENmVQFgPKqksWRUwM5GyySRn5JywoA8pJSjEYzo/h7r7JM709z9v7vO/zBsrImNMk0OjIccSKg5hVtbY8YkzoH2IODKJdLxJOVP8VyTpzoUZOxptrzbgvN4Qyal3gSyjhAzc6/xpsaC1VdZJoEDoyq79oFEp6QAve5ZH2bdaTHjkTpjgEXaBSnwB0CCSMOi+fdAUWrOuJzF+deo6XkiDh1YkfV0KTbv0Uc4rLa3NvUbcXKzYxrd2MMQUp+dCeJaRcSpZm3RjwqYBlu7BmSJVx9UhLowIMy5b/kTP0P38jDqP9xK3Z1haJKTuyRTmIyLR5BfuYE7Prrkj/AqftPX0cuyLNAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTEyLTExVDA5OjM4OjM3KzAwOjAwqodvGgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMi0xMVQwOTozODozNyswMDowMNva16YAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC') no-repeat 70% 70%;
	width: 24px;
	height: 24px;
	padding: 0 !important;
	margin: 0 !important;
	border-top-right-radius: 18px !important;
	cursor: pointer;
	outline: none;
	box-shadow: 0 0 12px -3px rgba(0,0,0,0.4);
	opacity: 1;
	transition: opcaity 0.4s ease;
	z-index: 380;
}
.zgdpr-button-settings[disabled]{
	opacity: 0;
	cursor: initial;
}

/* "loading" icon */
.zgdpr-apploading{
	position: fixed;
	bottom: 18px;
	right: 18px;
	width: 18px;
	height: 18px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wwRCgIlBfQtZAAAAAJiS0dEAP+Hj8y/AAABYElEQVQYGW3BP0iUcRzA4S8/Xg45DjnkOOQQiTiOeGk4Im4QaRAJaZBoCGmQcHCQhmiQOFwcmm6KBgcHB6eIiAaJcLihIeTzgaYbRCIapCEaQiTEoT+IaMf7PHHO5Cxb7HtCIpmRiCG22PWYE079TTKzZNmyKS447Rd+euQvTj02mTlixVHGKMUZmh7wnR8esm5uiTDIqDBmjbpZRJh8wyHf2LMZl5isMs4EdSO85We/OvBKDDE57qRXLYc99j1gJQpQsWnLRvDOgQMaUcDkNXNbIX6ybxSzRdt2+NE9dohi5Ha4Gbzyg30rUYCwwzQ3gi59d5mJAlaZZcY87PieHTcYiSEEU9xxzlqY7PmW1zwhi0sM297zrlPEX0647Uu3XaNp/GNY87aLLjjvaJzhOptusekLuix6nyUescxDF6jHBRo+dcPn9HzGmqs+dsV5q/E/g9wHrrpu12XmnDTO/QGg+twbJOE5wgAAAABJRU5ErkJggg==') no-repeat;
	z-index: 390;
}

/* "open settings" link */
.zgdpr-settings-open{
	cursor: pointer;
	text-decoration: underline;
}
.zgdpr-settings-open:hover{
	text-decoration: none;
}




/*** News Sticky Buttons */

.fixed-icons {
	right: 0;
	color: #fff;
	z-index: 1001;
	position: fixed;
	top: calc(50% - 150px);
	font-weight: 600;
	background: #AC311D;
	padding: 17px 12px 15px;
	font-family: "Hind", sans-serif;
}

.fixed-icons > .content {
	text-align: center;
}
.fixed-icons > .content a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.fixed-icons > .content a:before {
	content: "";
	left: -100%;
	bottom: 0;
	background: #fff;
	position: absolute;
	transition: left .35s;
	height: 1px;
	width: 100%;
}

.fixed-icons .tel {
	cursor: pointer;
	padding-bottom: 13px;
	margin-bottom: 16px;
	border-bottom: solid 1px rgba(255, 255, 255, .5);
}

.fixed-icons .whatsup {
	cursor: pointer;
	padding-bottom: 13px;
	margin-bottom: 17px;
	border-bottom: solid 1px rgba(255, 255, 255, .5);
}
/*.hide-for-now a:hover {
	color: #AC311D;
}*/
.fixed-icons .calendar {
	cursor: pointer;
}
.fixed-icons span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-family: "Hind", sans-serif;
}
.fixed-icons > .content > div:hover a {
	color: #fff;
	text-decoration: none;
}
.fixed-icons > .content > div:hover a:before {
	left: 0;
}

@media only screen and (min-width: 1024px) and (max-height: 600px){
	.fixed-icons {
		top: inherit;
		bottom: 0px;
	}
}

	
	.p101 .fixed-icons {
		visibility: hidden;
		opacity: 0;
		transition: opacity .4s;
	}
	
	.p101 .fixed-icons.active {
		visibility: visible;
		opacity: 1;
	}	


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

	
	.fixed-icons {
		padding: 12px 7px 5px;
		top: inherit;
		bottom: calc(20%);
	}
	.fixed-icons svg {
		width: 25px;
		height: 25px;
	}
	.fixed-icons span {
		font-size: 12px;
	}
	.fixed-icons .tel {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.fixed-icons .whatsup {
		padding-bottom: 0;
		margin-bottom: 10px;
	}

}
/* Fix Cookie Banner overlapping sticky */
.zgdpr-container-holder.iactive {
	z-index: 1002!important;
}

/* Privacy and imprint styles */
.page-imprint h2
 {
	font-size: 1.2em;
	margin-top: 35px;
}

.page-privacy h2 {
	font-size: 1.6em;
	margin-top: 35px;
}

.page-privacy h3 {
	font-size: 1.4em;
	margin-top: 35px;
}

.page-privacy h4 {
	font-size: 1.4em;
	margin-top: 25px;
}

a.cb-settings-open {
	cursor: pointer;
}


#popup-content {
	background: #fff;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 2em 2em 1.2em;
}
#popup-content .page-logo {
	text-align: center;
	margin-bottom: 2em;
}
#popup-content img {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
}

#popup-content .mfp-close {
	position: absolute;
	right: 0;
	color: #fff;
	top: -50px;
	font-size: 65px;
}
#popup-content  a {
	text-decoration: underline;
}