html,
body {
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

td.zipfair-timetable-artist {
	display: inline-block;	
	width: 67%;
	border: none;
	border-top-width: 0 !important;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	color: #000000;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 !important;
	box-sizing: border-box;	
	font-weight: bold;
}

td.zipfair-timetable-time {
	display: inline-block;
	width: 33%;
	border-top-width: 0 !important;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	color: #000000;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 !important;
	box-sizing: border-box;		
}

.zipfair-timetable-wrapper thead td {
		font-size: 18px;
	line-height: 36px;
	color: #000000 !important;
	margin: 0;
	font-weight: 700 !important;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.zipfair-timetable-wrapper tbody tr {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #000000 !important;
}

.zipfair-timetable-wrapper tbody tr:first-child {
		border-top: 1px dotted #000000 !important;	

}

.zipfair-timetable-wrapper tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

.zipfair-timetable-wrapper {
	background-color: #ffffff;
	width: 100%;
/* 	padding: 15px; */
}

.zipfair-timetable-wrapper thead td {
background: #B5A064;
}


.footer .widget {
	padding: 0 !important;
}

#za-footer-logos a {
	padding: 0 5px;
}

#za-footer-logos a img {
    transition: all .2s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);	
	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;
	width: 20%;
}

#za-footer-logos a img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);	
    cursor: pointer !important;
}

.masthead {
	background: transparent !important;
}

.home .masthead,
.single-artists .masthead {
	width: 100%;
	position: absolute;
}

#phantom {
	margin-top: 0;
	background: #000000 !important;
}

.za-datenschutz.za-grey-text ul {
	margin-bottom: 15px !important;
}

.za-datenschutz.za-grey-text h3 {
	color: #ffffff !important;
}

.masthead .main-nav {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

.l-to-r-line > li > a i.underline {
	background: rgba(39,55,102,0.8) !important;
	background-color: rgba(39,55,102,0.8) !important;
    bottom: 7px !important;
}

.za-ticket-link > a {
	padding-left: 35px !important;
	padding-right: 35px !important;
	background: #1C2A3C;
	-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);
}

.home .za-ticket-link > a {
	background: #085aa4;	
}

.main-nav > li.za-ticket-link > a:hover,
.main-nav > li.za-social-link > a:hover {
	display: inline-block;
	position: relative;
	-moz-animation: bounce 0.5s infinite linear;
	-o-animation: bounce 0.5s infinite linear;
	-webkit-animation: bounce 0.5s infinite linear;
	animation: bounce 0.5s infinite linear;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}




/*
.za-ticket-link > a:hover {
	background: #1C2A3C;
}
*/

/*
.za-ticket-link i.underline {
	display: none !important;
}
*/

#bottom-bar {
	font-size: 16px !important;
	line-height: 1 !important;
	color: rgba(255,255,255,0.3) !important;
}

.za-grey-text a {
	color: #8d8d8d;
}

.za-grey-text {
	color: #8d8d8d !important;
}

#bottom-bar .wf-float-left,
#bottom-bar .wf-float-right {
	padding-top: 5px;
}

.mobile-branding,
.branding {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

