/*
Theme Name: clashseventeen
Author: Jan Maaß
Description: Theme for Clash Berlin 2017
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clashseventeen
Tags:
Requires at least: 5.2
Requires PHP: 7.2
Tested up to: 6.2.2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

clashseventeen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*CUSTOM*/
/*font-family: 'Roboto Slab', serif;
font-family: 'Covered By Your Grace', cursive;
font-family: 'Open Sans', sans-serif;*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
		url('fonts/opensans-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabbold';
	src: url('fonts/robotoslab-bold-webfont.woff2') format('woff2'),
		url('fonts/robotoslab-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slablight';
	src: url('fonts/robotoslab-light-webfont.woff2') format('woff2'),
		url('fonts/robotoslab-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabregular';
	src: url('fonts/robotoslab-regular-webfont.woff2') format('woff2'),
		url('fonts/robotoslab-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabthin';
	src: url('fonts/robotoslab-thin-webfont.woff2') format('woff2'),
		url('fonts/robotoslab-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'covered_by_your_graceregular';
	src: url('fonts/coveredbyyourgrace-regular-webfont.woff2') format('woff2'),
		url('fonts/coveredbyyourgrace-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body {
	color: #000;
	font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.75;
	background: #000;
}
/* =Header
-------------------------------------------------------------- */
.navbar-default {
	background: transparent;
	border: none;
}
.home nav {
	background-color: rgba(0,0,0,0.0);
	border: none;
}
.home nav {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
nav {
	background-color: rgba(0,0,0,0.0);
	border: none;
}
nav {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
nav a.navbar-brand {
	background-image: url("img/logo/logo-clash-white-small.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999999px;
	display: inline-block;
	height: 150px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 200px;
	margin-top: 30px;
	margin-left: 30px;
}
nav {
	display: inline-block;
	float: right;
	border-top: 10px solid #000;
}
.navbar-default .navbar-nav > li > a {
	line-height: 150px;
	margin-left: 20px;
	color: #fff;
	font-family: 'roboto_slabregular', serif;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #e2001a;
	text-decoration: none;
}
nav.smaller {
	height: 75px;
	background-color: rgba(0,0,0,1);
	border: none;
}
nav.smaller a.navbar-brand {
	background-image: url("img/logo/logo-clash-white-small.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 67px;
	margin-top: 8px;
}
nav.smaller .navbar-nav > li > a {
	line-height: 75px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #e2001a;
}
.theme-accent-color, .navbar-default.navbar-shrink #navbar-social a:hover, .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #e2001a !important;
}
.headpic {
/*	background-image: linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.39)), url("img/bg/bg3.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	width: 100%;
	height: 100vH;
	overflow: hidden;
	/*position: relative;*/
	top: 0;
	left: 0;
	margin-top: -70px;
	border: 10px solid #000;/*border-image: url("img/bg/border_one.svg") 0 0 100% 0 / 0 0 43px 0 / 0 50px 0 50px;
    border-style: solid;
	border-bottom-width: 43px;*/
	

}
.headGradient {
  background: linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.39));
  height: inherit;
  width: inherit;
}
.headpic h1#logobig {
	background-image: url("img/logo/logo-clash-red.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	float: left;
	height: 250px;
	left: 50%;
	margin-right: -50%;
	position: absolute;
	text-indent: -999999px;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	width: 630px;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	display: none;
	float: left;
	font-family: 'roboto_slabregular', serif;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 100px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 70%;
	z-index: 1000;
}
.dropdown-menu > li > a {
	clear: both;
	color: #000 !important;
	background-color: #fff !important;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #e2001a;
	text-decoration: none;
}*/
.navbar-toggle .icon-bar {
	border-radius: 0;
	display: block;
	height: 4px;
	width: 28px;
}
.navbar-toggle {
	border: medium none;
	border-radius: 0;
	margin-right: 20px;
	margin-top: 20px;
	z-index: 200;
}
nav.smaller .navbar-toggle {
	border: none;
	margin-bottom: 8px;
	margin-right: 25px;
	margin-top: 19px;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar:hover {
	background-color: #e2001a;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
#topFixedNavbar2 {
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 68px;
	text-align: center;
	width: 100%;
	min-height: 100%;
	position: fixed;
}
#topFixedNavbar2 a {
	line-height: 44px;
	font-family: 'roboto_slabregular', serif;
	color: #fff;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
}
#topFixedNavbar2 a:hover, #topFixedNavbar2 a:focus {
	color: #e2001a;
	background-color: transparent;
}
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.events .gig-title {
	color: #000;
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 0;
	word-break:normal;
	max-width: 79%;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
/* =Header
  -------------------------------------------------------------- */
.headpic h1#logobig {
	display: block;
	float: none;
	margin: 0 auto;
	line-height: 100px;
	text-align: center;
	background-image: url(img/logo/logo-clash-red.svg);
	background-repeat: no-repeat;
	text-indent: -99999999px;
	background-size: contain;
	width: 80%;
	height: 26%;
	top: 60%;
}
nav.smaller a.navbar-brand {
	display: block;
}
nav a.navbar-brand {
	display: none;
}
header nav {
	display: block;
	float: none;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
header nav a {
	line-height: 50px;
	margin: 0 10px;
}
header.smaller {
	height: 75px;
}
header.smaller h1#logo {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}
header.smaller nav {
	height: 35px;
}
header.smaller nav a {
	line-height: 35px;
}
	.infofull {
  margin-left: -90px;
  margin-top: 20px;
}
	.events .gig-title {
  color: #000;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 99%;
  word-break: normal;
}
}

@media all and (max-width: 600px) {
.container {
	width: 100%;
}
#info-bar a {
	display: block;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	width: 100%;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	float: none;
	text-align: center;
}
#info-bar span.all-tutorials {
	border-bottom: solid 1px #0793e2;
}
}
#main {
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #fff;
}
section, section.white-bg {
	background-color: #fcfcfc;
	clear: both;
}
.section-inner {
	/*min-height: 100vh;*/
	padding: 100px 0;
}
.section-inner.singlePage {
	padding: 230px 0;
	margin-top: -70px;
	border: 10px solid #000;
}
.mb50 {
	display: block;
	margin-bottom: 50px;
}
section h2.section-heading, .section-heading {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'roboto_slabbold', serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 10px;
}
section h3.section-subheading {
	clear: both;
	display: block;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 20px;
	text-transform: lowercase;
}
.secondary-font {
	font-family: "covered_by_your_graceregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
.star14 .glyphicon-star::before {
	font-size: 14px;
	vertical-align: middle;
}
.lead {
	font-size: 18px;
	line-height: 32px;
}
.mb30 {
	display: block;
	margin-bottom: 30px;
}
a {
	color: #000;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0 none;
	text-decoration: none;
}
a:hover {
	color: #e2001a !important;
}
.mTop a:focus, .mTop a:active, .mTop.active a:focus, .mTop.active a:active {
	color: #fff !important;
}
a.active {
	color: #e2001a !important;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0 none;
	text-decoration: none;
}
footer.white-wrapper {
	clear: both;
	padding: 60px 0;
}
footer.white-wrapper *, footer.white-wrapper a {
	color: #fff;
}
footer.white-wrapper span.copyright {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 15px 10px;
	text-transform: none;
}
footer.white-wrapper .social-links li {
	padding: 15px 24px;
}
footer {
	background: #000;
}
.dark-wrapper.opaqued, .dark-opaqued {
	background-color: rgba(0, 0, 0, 0.8);
}
.dark-wrapper h1, .dark-wrapper h2, .dark-wrapper h3, .dark-wrapper h4, .dark-wrapper h5, .dark-wrapper h6, .dark-wrapper p, .dark-wrapper a, .dark-wrapper {
	color: #f3f3f3;
}
section#events {
	background-image: url(img/bg/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	border: 10px solid #000;
}
section#location {
	background-image: url(img/bg/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	border: 10px solid #000;
}
section#links {
	background-image: url(img/bg/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
section#Impressum {
	background-image: url(img/bg/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
section#Datenschutz {
	background-image: url(img/bg/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
section#Logo {
	background-image: url(img/bg/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.wpcf7-text, .wpcf7-textarea {
	border: 2px solid #303030;
}
input[type="text"], input[type="email"], textarea {
	background-color: #fff;
	color: #000;
	width: 100% !important;
}
.events .item {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	min-height: 114px;
	padding: 10px 10px 10px 120px;
	position: relative;
}
.events .date-label {
	background: #000 none repeat scroll 0 0;
	color: #e2001a;
	display: inline-block;
	font-family: 'roboto_slabbold', serif;
	height: 94px;
	left: 10px;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 94px;
}
.events .date-label .number {
	font-size: 58px;
	line-height: 58px;
	font-weight: 700;
}
.events .date-label .month {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.111px;
  line-height: 22px;
  text-transform: uppercase;
}

.events .sub-title {
	color: #000;
	margin-top: 0;
	word-break:keep-all;
}
.events .meta-list {
	color: #788191;
	margin-bottom: 0;
}
li.time {
	color: #000;
	font-family: 'roboto_slabbold', serif;
	font-weight: 700;
}
a.btn-ghost-secondary, .btn-ghost-secondary {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #101113;
	border-radius: 0;
	box-shadow: 0 0 0 0 #101113 inset;
	color: #101113;
	text-transform: uppercase;
}
a.btn-secondary, .btn-secondary {
	background: #1c1d21 none repeat scroll 0 0;
	border: 2px solid #1c1d21;
	border-radius: 0;
	box-shadow: 0 0 0 0 #5bb66f inset;
	color: #fff;
	text-transform: uppercase;
}
.mb100 {
	margin-bottom: 100px;
}
.inline-popup {
	background-color: transparent;
	color: #fff;
	height: auto;
	margin: 70px auto;
	max-width: 1200px;
	padding: 0;
	position: relative;
}
.mfp-hide {
	display: none !important;
}
/* Icon 1 */

#nav-icon4 {
	width: 40px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* Icon 4 */

#nav-icon4 {
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 15px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 30px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	left: 5px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 34px;
	left: 5px;
}
.star7 .glyphicon-star::before {
	font-size: 7px;
	vertical-align: middle;
}
.icon-holder i {
	font-size: 26px;
}
h2, .h2 {
  font-size: 26px;
}

.btn-primary {
  background-color: transparent;
  border: 2px solid;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.mt30 {
  margin-top: 30px;
}
.form-control {
  background-color: transparent;
  background-image: none;
  border: 2px solid;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 53px;
  line-height: 1.42857;
  padding: 10px 30px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}
div.wpcf7-response-output {
  margin: 0 0 70px;
  padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #17B618;
}div.wpcf7 .ajax-loader {
  float: left;
  margin: 18px 12px 0 4px;
}
.form-control:focus {
  border-color: #000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
  outline: 0 none;
}
textarea.form-control {
	padding: 20px 30px;
}
input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 0 0 2px;
  vertical-align: middle;
}
span.wpcf7-list-item {
  display: inline-block;
  font-size: 16px;
  margin: 0 26px 0 0;
}
section.map {
  min-height: auto;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
}
#mapwrapper {
  clear: both;
  display: block;
  min-height: 400px;
  position: relative;
}
.events .gig-actions {
  position: absolute;
  right: 10px;
  top: 10px;
}
.info-pre-title, .pre-artist {
  color: #e2001a;
	display: block;
}
.events .info-extra, .events .info-extra p, .events .info-extra a {
  color: #000;
  font-size: 18px;
}
.fb-event a {
  color: #000;
}
.fb-event {
  margin-top: 25px;
}
.flyer img {
  float: right;
  max-height: 400px !important;
  width: auto;
}
.artist {
	display: block;
}
.dateTwo {
  font-family: "roboto_slabbold",serif;
  font-size: 19px;
  font-weight: 700;
}
footer .fa {
  font-size: 36px;
}
footer .fa:hover, footer .fa:focus, footer .fa:active {
  color: #e2001a;
}
.dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  margin-right: -28px;
  position: absolute;
  right: 40%;
  top: -6px;
}
@font-face {
    font-family: 'clash-head';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/clash-head.eot?d693qs#iefix") format("embedded-opentype"), url("fonts/clash-head.ttf?d693qs") format("truetype"), url("fonts/clash-head.woff?d693qs") format("woff"), url("fonts/clash-head.svg?d693qs#clash-head") format("svg");
}
li.logoIcon a::after {
  -moz-osx-font-smoothing: grayscale;
  font-family: 'clash-head' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-transform: none;
	padding-left: 7px;
	font-size: 16px;
}
li.eventIcon a::after, li.contactIcon a::after, li.locationIcon a::after, li.mapIcon a::after, li.linksIcon a::after, li.socialIcon a::after, li.twitterIcon a::after, li.pixIcon a::after, li.tvIcon a::after, li.imprintIcon a::after, li.privacyIcon a::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  padding-left: 7px;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}
li.aboutIcon a::after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  padding-left: 7px;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	position: relative;
	top: 1px;
}
li.eventIcon a:after {
	content:"\f073";
}
li.aboutIcon a:after {
	content:"\e006";
}
li.contactIcon a:after {
	content:"\f05a";
}
li.locationIcon a:after {
	content:"\f041";
}
li.mapIcon a:after {
	content:"\f0ac";
}
li.linksIcon a:after {
	content:"\f08e";
}
li.logoIcon a:after {
	content:"\e900";
}
li.socialIcon a:after {
	content:"\f09a";
}
li.twitterIcon a:after {
	content:"\f099";
}
li.pixIcon a:after {
	content:"\f16d";
}
li.tvIcon a:after {
	content:"\f167";
}
li.imprintIcon a:after {
	content:"§";
}
li.privacyIcon a:after {
	content:"\f21b";
}
ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
}
a#back-to-top.show {
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
}
a#back-to-top {
  background: #000 none repeat scroll 0 0;
  bottom: 30px;
  color: #fff;
  opacity: 0;
  padding: 10px 20px;
  position: fixed;
  right: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.btn.btn-xs.btn-ghost-secondary:hover {
  color: #e2001a;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.mTopDd a:hover, .mTopDd a:active, .mTopDd a:focus, .mTopDd.active a:hover, .mTopDd.active a:focus, .mTopDd.active a:active {
  background-color: #fff;
  color: #e2001a;
  outline: 0 none;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #fff;
  color: #e2001a;
  outline: 0 none;
  text-decoration: none;
}
div.wpcf7-validation-errors {
    border: 2px solid #e2001a;
}