/* woocommerce*/

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: rgba(128,128,128,.8);
  color: #00b3d5;
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: rgba(96,96,96,.8);
  color: #00b3d5;
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
  color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
}

.woocommerce ul.products li.product .price {
  color: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: rgba(128,128,128,.8);
}

/* end woocommerce*/

.bit-event-list-title {
  color: #fff;
}

.bit-play-my-city-button,
.bit-widget .bit-venue {
  color: #fff!important;
}

/* old türkis: color: #2cfffe; */

/* custom fonts */

@font-face {
  font-family: 'WurstvogelGrotesk';
  src: url('../fonts/WurstvogelGrotesk1.1-2_Buch.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'WurstvogelGrotesk';
  src: url('../fonts/WurstvogelGrotesk1.1-1_Normal.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'WurstvogelGrotesk';
  src: url('../fonts/WurstvogelGroteskKursiv10042020-Normal_Kursiv.otf');
  font-weight: 400;
  font-style: italic;
}


@font-face {
  font-family: 'WurstvogelGrotesk';
  src: url('../fonts/WurstvogelGrotesk1.1-3_Halbfett.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'WurstvogelGrotesk';
  src: url('../fonts/WurstvogelGrotesk1.1-4_Fett.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'WurstvogelGrotesk';
  src: url('../fonts/WurstvogelGrotesk1.1-5_Extrafett.otf');
  font-weight: 800;
  font-style: normal;
}



/* sticky footer */
body {
  	/*display: flex;
  	min-height: 100vh;
  flex-direction: column;*/
  font-family: 'WurstvogelGrotesk', sans-serif;
  font-size: 18px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'WurstvogelGrotesk', sans-serif;
}

em,
.wp-block-image figcaption {
  color: white;
}

div.page-wrapper {
  /*flex: 1 0 auto*/
}
/* sticky footer end */
.content {
  min-height: calc(100vh - 150px);
}
.post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff!important;

}

html {
	background: black;
	color: white;
}

body {
	background: transparent;
	color: white;
	/*background: rgba(0,0,0,0.5);*/
}

@media (min-width: 1800px) {
  .fullscreen-page .uk-container {
    max-width: 1800px;
  }
}


.video-fullscreen {
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

 .video-fullscreen .uk-cover {
 	height: 100vh;
 	width: 100vw;
 }

.header-title {
  background-image: url('../images/Hans-Unstern-DIVEN-Logo-thick.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
	padding-top: 30px!important;
  min-height: 120px;
  font-size: 72px;
  /*font-family: 'Dorsa', sans-serif;*/
  font-family: 'WurstvogelGrotesk', sans-serif;
  color: #00b3d5;
  /*text-shadow: 2px 2px 0px rgba(220, 220, 50, 1);*/
  display: block;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: .1em;
  text-align: center;

	/*-webkit-transform:scale(2,1);
  -moz-transform:scale(2,1);
  -ms-transform:scale(2,1);
  -o-transform:scale(2,1);*/
  /*transform:scale(1,3);*/

}

.header-title a {
  display: block;
  min-height: 120px;
	text-decoration: none;
  color: #00b3d5;
}

.hamburger-nav {
	padding-top: 25px;
	z-index: 100;
	position: relative;
}

.menu-hauptmenue-container {
	position: absolute;
	top: 100px;
	left: 0;
	/*width: 90vw!important;*/
  height: calc(100vh - 100px);
  overflow-y: scroll;
  display: none;
  width: 390px;
}

@media screen and (max-width: 450px) {
  .menu-hauptmenue-container {
    width: 300px;
  }
}

@media (min-width: 1800px) {
  .menu-hauptmenue-container {
    width: 550px;
  }
}

.menu-hauptmenue-container.open {
	display: block;
}

ul#menu-hauptmenue li:last-child {
	/*margin-bottom: calc(100vh - 100px);*/
}

.hamburger-icon {
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: left;
	padding-top: 30px;
	padding-left: 1px;
}

.hamburger-icon i {
	font-size: 36px;
	line-height: 60px;
  font-size: 48px;
  color: #00b3d5;
  /*text-shadow: 2px 2px 0px rgba(220, 220, 50, 1);*/
  display: block;
  line-height: 1em;
  font-weight: 300;
}

.hamburger-icon .uk-icon svg,
.hamburger-icon .uk-icon svg path {
	fill: #00b3d5!important;
	stroke: #00b3d5!important;
}

.hamburger-icon .uk-icon svg {
	/*filter: drop-shadow( 2px 2px 0px rgba(220, 220, 50, 1));*/
}

.hamburger-icon i.open:before {
	content: '\f00d';
}

.hamburger-nav ul {
	list-style-type: none;
	padding-left: 0;
}

.hamburger-nav ul li a {
	text-decoration: none;
  background: rgba(0,0,0,0.5);
  display: inline-block;
  z-index: 10000;
  /*font-size: 48px;*/
  /*font-family: 'Dorsa', sans-serif;*/
  font-family: 'WurstvogelGrotesk', sans-serif;
  color: #00b3d5;
  /*text-shadow: 2px 2px 0px rgba(220, 220, 50, 1);*/
  /*line-height: 54px;
  letter-spacing: .2em;*/
  text-transform: unset;
  padding-left: .2em;

  font-size: 44px;
  line-height: 51px;
  letter-spacing: .04em;
}

.hamburger-nav ul li a:hover {
	/*color: rgba(220,220,50,1);*/
	background: rgba(0,0,0,.75);
}

.fullscreen-page header {
	padding-top: 15px;
}

.fullscreen-page article {
	/*padding-top: 100px;*/
}

.blog article h2,
.archive article h2,
.fullscreen-page article h1 {
	color: white;
	/*text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);*/
	/*font-family: 'Dorsa', sans-serif;*/
  font-family: 'WurstvogelGrotesk', sans-serif;
	font-size: 44px;
  line-height: 51px;
  letter-spacing: .04em;
  padding: 5px 0;
  margin-top: 75px;
  margin-bottom: 40px;
}

.blog article h2 a,
.archive article h2 a,
.blog article a.post-edit-link,
.cat-links a {
  color: white;
  text-decoration: none;
}

/*.blog article .excerpt,*/
.blog article h2 span,
.fullscreen-page article h1 span {
	background: rgba(128,128,128,.8);
}

.excerpt img {
  /*width: 100%;*/
}

iframe,
.excerpt iframe {
  max-width: 100%;
  width: 100%;
}

.excerpt .wp-caption {
  max-width: 100%;
}

.nav-previous a,
.nav-next a {
  text-decoration: none;
  color: white;
  background: rgba(128,128,128,.8);
}


.fullscreen-page article .entry-content p {
    font-size: 18px;
    line-height: 1.6;

}

.fullscreen-page article .entry-content p span {
	background: rgba(128,128,128,.8);
	padding: 5.5px 0;

  font-family: 'WurstvogelGrotesk', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.fullscreen-page article .entry-content h1 span,
.fullscreen-page article .entry-content h2 span,
.fullscreen-page article .entry-content h3 span,
.fullscreen-page article .entry-content h4 span {
  background: rgba(128,128,128,.8);
	padding: 4.5px 0;
  font-family: 'WurstvogelGrotesk', sans-serif;
  color: white;
}

.fullscreen-page article .entry-content ul {
  /*padding: 5px 0;*/
  padding: 5px 0 5px 18px;
}

.fullscreen-page article .entry-content ul li span {
	background: rgba(128,128,128,.8);
}

.fullscreen-page article h1 a,
.entry-content a,
.fullscreen-page article .entry-content a {
	text-decoration: none;
  color: #00b3d5;
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
}

.fullscreen-page article .entry-content a:hover {
}


.fullscreen-page article .entry-content a:hover {
	/*color: rgba(220,220,50,1);*/
}


#index-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background-size: cover;
    overflow: hidden;
}


.index-video-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;

  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.social-links {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 3em;
	padding-left: 0;
	display: block;
  margin-top: 50px;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  font-size: 1.5em;
  display: block;
  padding: 1em .5em;

  color: #00b3d5;

}

.social-links li a i {
  color: #00b3d5;
  font-size: 24px;
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
}

.social-links li a:hover {
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
}

.page-content {
	/*padding-top: 100vh;*/
}

footer {
	padding-bottom: 100vh;
}

.max600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-link a {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
    padding: 2em 1em 0 1em;
    text-decoration: none;

  text-decoration: none;
  color: #00b3d5;
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1);*/
}


.shop-tab td {
  vertical-align: top;
}

.shop-tab td img {
  max-width: 200px;
}

div.subheading {
  color: rgba(220, 220, 50, 1);
  text-align: justify;
  text-align-last: justify;
  font-size: 18px;
  font-family: 'WurstvogelGrotesk', sans-serif;;
  text-shadow: none;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 7.5px;
  padding-right: 7.5px;*/
  max-width: 600px;
}

div.subheading a {
  color: rgba(220, 220, 50, 1);
}

@media (max-width: 600px) {
  div.subheading {
    max-width: 400px;
  }
}

.bc-plugin-title,
.bc-plugin-price {
  font-size: 18px;
}

/*NEWSLETTER / PLUGIN*/

.tnp-subscription-minimal {
  opacity: 0.8;
}
.tnp-email {
	font-family: 'WurstvogelGrotesk', sans-serif;, sans-serif!important;
	width: 200px!important;
	padding-left: 0px!important;
}
.tnp-submit {
  font-family: 'WurstvogelGrotesk', sans-serif;, sans-serif!important;
  width: 65px!important;
  padding-left: 0px!important;
}
  .tnp-subscription-minimal input.tnp-submit {

}

/*BANDSINTOWN / SHOWS*/

.bit-nav-bar-container,
.bit-events-container,
.bit-local-events-container
{
	font-family: 'WurstvogelGrotesk', sans-serif;, sans-serif!important;
	font-size: 18px!important;
	background-color: none;
	padding: 4px 0!important;
	line-height: 1.6!important;
}
.bit-widget
{
  background: rgba(128,128,128,.8)!important;
}
.bit-widget li a,
.bit-clickable
{
  color: #00b3d5!important;
  /*text-shadow: 1px 1px 0px rgba(220, 220, 50, 1)!important;*/
}
.bit-logo
{
	display: none;
}
.bit-track-button,
.bit-offers,
.bit-rsvp,
.bit-button
{
	border: 1px solid #000!important;
	background: none!important;
}
.bit-widget .bit-event-list-title.bit-clickable
{
	text-decoration: none!important;
}
