#za-footer-logos {
	padding: 75px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

li.ticket-button a {
	padding: 10px 15px !important;
	background: #B5A064 !important;
}

.za-read-more-link {
	-moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
	transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
	font-size: 60px;
	letter-spacing: 0;
	line-height: 65px;
	display: block;
	padding: 40px 0;
	position: relative;
	text-decoration: none;
	padding-right: 70px;
	font-family: Helvetica, sans-serif !important;
	font-weight: 700 !important;
}

.za-read-more-link:before {
	-moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
	transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
	background-color: #ffffff;
	content: '';
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.za-read-more-link:after {
	background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right.svg");
	background-size: contain;
	background-repeat: no-repeat;
	color: #000000;
	content: '';
	height: 32px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	z-index: 10;
}

.za-read-more-link:hover:before,
.za-read-more-link:active:before,
.za-read-more-link:focus:before {
	height: 9px;
}

.za-page-header {
	height: 770px;
	background: #085aa4;
	padding-top: 105px;
}

.za-image-divider {
	height: 600px;
	margin-top: 105px;
	margin-bottom: 105px;
}

.za-image-divider.za-block-links {
	margin-top: 0 !important;
}

.za-block-links {
	overflow: visible !important;
}

.za_block_link_internal,
.za_block_link_external {
	margin-top: -130px;
	position: relative;
	z-index: 99;
}

.za-block-link {
	font-family: Helvetica, sans-serif !important;
	font-weight: 700 !important;
    color: #000000;
	width: 100%;
    font-size: 30px;
    line-height: 1;
    position: relative;
    text-decoration: none;
    height: 260px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.za-block-link .box {
    background-color: transparent;
    color: #000000;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    padding: 25px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.za-block-link .box:hover {
    color: #ffffff
}

.za-block-link .box:before {
    background-color: #1C2A3C;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    z-index: -1
}

.za-block-link .box:before {
    transform: scale(0,1);
    transform-origin: right center;
}

.za-block-link .box:hover:before,
.za-block-link .box.hover:before {
    transform: scale(1,1);
    transform-origin: left center;
}
		

.za-block-link .box.color-internal,
.za-block-link .box.color-external {
    background-color: #ffffff;
    line-height: 28px
}

.za-block-link .box.color-internal:after,
.za-block-link .box.color-external:after {
    -moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15px;
    color: #000000;
    content: '';
    height: 32px;
    position: absolute;
    right: 15px;
    width: 32px;
    z-index: 10;
}

.za-block-link .box.color-internal:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-down-black.svg");
}

.za-block-link .box.color-external:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-black.svg");
}


.za-block-link .box.color-external {
    color: #ffffff
}

.za-block-link .box.color-external:hover .animate-object__description-text {
    color: #000000
}

.za-block-link .box .white-text {
    -moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    color: #ffffff
}

.za-block-link .box.color-external {
    background-color: transparent;
    color: #ffffff;
    z-index: 0;
    background-color: #1C2A3C;
}

.za-block-link .box.color-external:hover {
    color: #000000
}

.za-block-link .box.color-external:before {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    z-index: -1
}

.za-block-link .box.color-external:before {
    transform: scale(0,1);
    transform-origin: right center
}

.za-block-link .box.color-external:hover:before,
.za-block-link .box.color-external.hover:before {
    transform: scale(1,1);
    transform-origin: left center
}

.za-block-link .box.color-external:hover .animate-object,.za-block-link .box.color-external.hover .animate-object {
    color: #000000
}

.za-block-link .box.color-external:after {
    color: #000000;
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-white.svg")
}

.za-block-link .box.color-external.white-icon:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-white.svg")
}

.za-block-link .box.color-external:hover .white-text {
    color: #000000
}

.za-block-link .box.color-external:hover:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-right-black.svg")
}

.za-block-link:hover,.za-block-link:active,.za-block-link:focus {
    color: #1e1e1e
}

.za-block-link:hover .box,.za-block-link:active .box,.za-block-link:focus .box {
    padding: 25px 0 25px 35px;
}

.za-block-link:hover .box:after,
.za-block-link:active .box:after,
.za-block-link:focus .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-arrow-down-white.svg")
}

.za-block-link:before {
    content: '';
    display: table;
    padding-top: 100%
}

.wpb_text_column ul {
	margin: 0 !important;
	padding: 0;
	list-style: none !important;
	font-family: "Roboto", sans-serif;
}

.wpb_text_column ul > li {
	list-style-type: none;
	margin: 0 0 10px 0;
	font-family: "Roboto", sans-serif !important;
}

.wpb_text_column ul > li {
	padding-left: 1.3em;
}

.wpb_text_column ul > li:before {
	content: "—"; 
	font-family: FontAwesome !important;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.za-social-link .menu-item-text,
.za-social-link-footer .menu-item-text {
	display: none !important;
}

.za-social-link i.fab,
.za-social-link-footer i.fab {
	font-size: 30px !important;
	padding-right: 0 !important;
}

.main-nav > li.za-social-link > a,
.main-nav > li.za-social-link-footer > a {
  margin: 0px 10px 0px 10px;
  padding: 11px 0px 11px 0px !important;
}

.menu-item-225 {
	margin: 0 48px 0 0 !important;
}

/*
.zipfair-artist-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(64,91,169,0.8);
}

.zipfair-artist-item * {
	z-index: 100;
}
*/

.za-datenschutz h3,
.za-impressum h3 {
	font-size: 30px;
	margin-top: 20px !important;
	font-family: Helvetica, sans-serif !important;
}

.cn-set-cookie.cn-button.cookie-button {
	text-decoration: none;
	padding: 6px 12px;
	background: #263766;
}

.dt-shortcode-soc-icons.single-soc-icon-facebook a {
	margin-right: ;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook {
	min-width: 26px;
	min-height: 26px;
	font-size: 60px;
	border-radius: 100px;
	margin-right: ;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook:last-child {
	margin-right: 0;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook:before,
.dt-shortcode-soc-icons a.single-soc-icon-facebook:after {
	min-width: 26px;
	min-height: 26px;
	padding: inherit;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook.dt-icon-border-on:before {
	border: 0px solid;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook.dt-icon-hover-border-on:after {
	border: 0px solid;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook:hover {
	font-size: 60px;
}

#field_4_55,
#field_4_56,
#field_4_57,
#field_4_58,
#field_4_55 {
	padding: 10px !important;
	background: #fff !important;
	color: #000 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	
}

#page .dt-shortcode-soc-icons a.single-soc-icon-facebook:hover .soc-font-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-facebook:hover .soc-font-icon,
#page .dt-shortcode-soc-icons a.single-soc-icon-facebook:hover .soc-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-facebook:hover .soc-icon {
	color: rgba(255, 255, 255, 0.75);
	background: none;
}

#page .dt-shortcode-soc-icons a.single-soc-icon-facebook:not(:hover) .soc-font-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-facebook:not(:hover) .soc-font-icon,
#page .dt-shortcode-soc-icons a.single-soc-icon-facebook:not(:hover) .soc-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-facebook:not(:hover) .soc-icon {
	color: #ffffff;
	background: none;
}

.dt-shortcode-soc-icons a.single-soc-icon-facebook .soc-font-icon,
.dt-shortcode-soc-icons a.single-soc-icon-facebook .soc-icon {
	font-size: 60px;
}

.dt-shortcode-soc-icons.single-soc-icon-instagram a {
	margin-right: ;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram {
	min-width: 26px;
	min-height: 26px;
	font-size:60px;
	border-radius: 100px;
	margin-right: ;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram:last-child {
	margin-right: 0;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram:before,
.dt-shortcode-soc-icons a.single-soc-icon-instagram:after {
	min-width: 26px;
	min-height: 26px;
	padding: inherit;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram.dt-icon-border-on:before {
	border: 0px solid;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram.dt-icon-hover-border-on:after {
	border: 0px solid;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram:hover {
	font-size: 60px;
}

#page .dt-shortcode-soc-icons a.single-soc-icon-instagram:hover .soc-font-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-instagram:hover .soc-font-icon,
#page .dt-shortcode-soc-icons a.single-soc-icon-instagram:hover .soc-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-instagram:hover .soc-icon {
	color: rgba(255, 255, 255, 0.75);
	background: none;
}

#page .dt-shortcode-soc-icons a.single-soc-icon-instagram:not(:hover) .soc-font-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-instagram:not(:hover) .soc-font-icon,
#page .dt-shortcode-soc-icons a.single-soc-icon-instagram:not(:hover) .soc-icon,
#phantom .dt-shortcode-soc-icons a.single-soc-icon-instagram:not(:hover) .soc-icon {
	color: #ffffff;
	background: none;
}

.dt-shortcode-soc-icons a.single-soc-icon-instagram .soc-font-icon,
.dt-shortcode-soc-icons a.single-soc-icon-instagram .soc-icon {
	font-size: 60px;
}

.uavc-list-desc > a {
	text-decoration: none !important;
}

.za-artist-detail-foto {
	max-width: 100%;
	height: auto;
}

.za-artist-website > a {
	text-decoration: none;
	color: #8d8d8d;
}

.za-artist-header {
	height: 520px;
	background: #085aa4;
	padding-top: 55px;
	padding-bottom: 200px;
}

.za-artist-img {
	height: 520px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: visible !important;
}

.za-artist-social-link {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/* 	padding: 25px; */
	color: #000000;
	width: 100%;
	height: 260px;
	background: #ffffff;
	text-decoration: none;
	font-family: Helvetica, sans-serif !important;
    font-weight: 700 !important;
    color: #000000;
    width: 100%;
    font-size: 30px;
    line-height: 1;
}

.za-big-title {
	font-size: 100px;
	line-height: 90px;
}

.za-artist-title {
	margin-bottom: 140px;
}

.za-artist-social-link-container {
    margin-top: -105px;
    position: relative;
    z-index: 999;
}

.za-galerie-item-container .vc_gitem-animated-block {
	position: relative;
	z-index: 1;
}

.za-galerie-item-container .vc_gitem-animated-block:before {
	position: absolute;
	content: "";
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b5a063;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.za-galerie-item-container:hover .vc_gitem-animated-block:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}

.za-galerie-item-container:hover .vc_gitem-animated-block:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}


.za-galerie-item-container .vc_gitem-animated-block:after {
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/wp-content/themes/zipfair/images/zipfair-icon-zoom.svg);
    content: '';
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#bottom-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.wf-container-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#bottom-menu li {
	padding: 0 10px;
}

.za-footer-logos {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.za-footer-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 65px 0 0 0;
}

.za-footer-menu-left {
	border-right: 1px solid #000000;
}

.za-footer-menu-left,
.za-footer-menu-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: 40px;
	padding: 0 10px;
}

.za-footer-menu-left a {
	font-size: 13px;
	line-height: 1;
	padding: 0 5px;
}

.za-footer-menu-right a {
	font-size: 24px;
	line-height: 1;
	padding: 0 5px;
}
.za-gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.za-gallery a {
	height: auto;
	-webkit-flex-basis: calc((100% - 20px) / 2);  
	flex-basis: calc((100% - 20px) / 2);  
	font-size: 0;
	line-height: 0;
	margin: 5px;	
}
.za-gallery-item {
	display: block;
	font-size: 0;
	line-height: 0;
	margin-bottom: 	10px;
}
.za-gallery-item img {
	max-width: 100%;
	height: auto;
	visibility: hidden;
}

.za-gallery-item .box {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.za-gallery-item .box:before {
    background-color: #085aa4;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    z-index: -1
}
.za-gallery-item .box:before {
    transform: scale(0,1);
    transform-origin: right center;
}
.za-gallery-item .box:hover:before,
.za-gallery-item .box.hover:before {
    transform: scale(1,1);
    transform-origin: left center;
}
.za-gallery-item .box:after {
    -moz-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    transition: all 0.6s 0s cubic-bezier(.19,1,.22,1);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    color: #000000;
    content: '';
    height: 32px;
    position: absolute;
    left: 50%;
    width: 32px;
    z-index: 10;
    transform: translate(-50%, -50%);
}
/*
.za-gallery-item .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-zoom-black.svg");
}
*/
.za-gallery-item:hover .box:after,
.za-gallery-item:active .box:after,
.za-gallery-item:focus .box:after {
    background-image: url("/wp-content/themes/zipfair/images/zipfair-icon-zoom-white.svg")
    
}
.za-gallery-item:hover,
.za-gallery-item:active,
.za-gallery-item:focus {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.za_block_link_external {
	margin-bottom: 0 !important;
}

.overlay {
	position: relative;
}

.overlay:after {
	position: absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.7;
}

.blau:after {
	background-color: #085aa4;
}

.gold:after {
	background-color: #B5A064;
}

@media screen and (max-width: 778px) {
	
	.za-page-title br {
		display: none !important;
	}
	
	.za-footer-logo {
		margin-bottom: 35px;
	}
	
	.za-footer-logos {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;		
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;		
	}
}
