
@font-face {
    font-family: 'KlavikaWebBasicBold';
    src: url('/resources/fonts/KlavikaWebBasicBold.eot');
    src: url('/resources/fonts/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/KlavikaWebBasicBold.woff2') format('woff2'),
         url('/resources/fonts/KlavikaWebBasicBold.woff') format('woff'),
         url('/resources/fonts/KlavikaWebBasicBold.svg#KlavikaWebBasicBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaWebBasicLight';
    src: url('/resources/fonts/KlavikaWebBasicLight.eot');
    src: url('/resources/fonts/KlavikaWebBasicLight.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/KlavikaWebBasicLight.woff2') format('woff2'),
         url('/resources/fonts/KlavikaWebBasicLight.woff') format('woff'),
         url('/resources/fonts/KlavikaWebBasicLight.svg#KlavikaWebBasicLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
@font-face {
    font-family: 'KlavikaWebBasicRegular';
    src: url('/resources/fonts/KlavikaWebBasicRegular.eot');
    src: url('/resources/fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/KlavikaWebBasicRegular.woff2') format('woff2'),
         url('/resources/fonts/KlavikaWebBasicRegular.woff') format('woff'),
         url('/resources/fonts/KlavikaWebBasicRegular.svg#KlavikaWebBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	

@font-face {
      font-family: 'fontello';
      src: url('/resources/fonts/fontello.eot');
      src: url('/resources/fonts/fontello.eot#iefix') format('embedded-opentype'),
           url('/resources/fonts/fontello.woff') format('woff'),
           url('/resources/fonts/fontello.woff2') format('woff2'),
           url('/resources/fonts/fontello.svg#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}

/******************************************************************************
* css-reset
* inspired by Stephan Heller [daik.de] <heller@daik.de>
******************************************************************************/

* {
	outline: medium none;
}

body {
    margin: 0;
}
blockquote,
dd,
figure {
    margin-right: 0;
    margin-left: 0; 
}
fieldset {
    padding-right: 0;
    padding-left: 0;
}

img, fieldset
{
	border-style:		none;
}

body,
blockquote,
button,
dd,
dl,
fieldset,
h1, h2, h3, h4, h5, h6,
hr,
input,
menu,
ol,
p,
pre,
select,
textarea {
    margin: 0;
    padding: 0;
}

address,
article,
aside,
audio,
blockquote,
canvas,
del,
div,
dl,
fieldset,
figcaption,
figure,
footer,
form,
h1, h2, h3, h4, h5, h6,
header,
hgroup,
li,
ol,
p,
pre,
section,
table,
td,
tfoot,
th,
ul,
video,
input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
	*behavior: url(../boxsizing.htc);
}

ul, 
ol {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}
td, th {
    vertical-align: baseline; 
}

hr {
    height: 1px;
    background-color: #fff;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #ccc;
}

input, 
button,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;    
}

button,
input[type=button],
input[type=color],
input[type=email],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: url('');
}

textarea {
	overflow-y: auto;
    resize: vertical;
}

button,
input[type=button],
input[type=search],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
	cursor: pointer;
}

.br{border: 1px dotted red !important;}
.col_0{xbackground: red!important;}
.info,.info2{width:100%;height:50px; display:block;}

a:hover 				{ text-decoration: none; }
a:active			{ background: none; color: black; }

.scale-with-grid img,
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

.scale-with-grid img,
img.scale-with-grid{
	width: 100%;
}

.mobile_center {
	text-align: center;
}

/******************************************************************************
* basic
******************************************************************************/

html {
	overflow-x: hidden;
	overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-rendering: optimizeLegibility;
}

body
{
	font-family: 				KlavikaWebBasicBold, sans-serif;
	color: 						#888;
	height: 					100%;
	background: 				white;
	font-size:                  16px;
	background: ##E9AB43; /* Old browsers */
background: -moz-linear-gradient(top, #eaa941 0%, #d4c666 33%, #a9c88b 62%, #7cb89d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eaa941 0%,#d4c666 33%,#a9c88b 62%,#7cb89d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eaa941 0%,#d4c666 33%,#a9c88b 62%,#7cb89d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa941', endColorstr='#7cb89d',GradientType=0 ); /* IE6-9 */
}

html, body {
	font-size: calc(15px + 1.05 * (100vw - 320px) / 448);
    line-height: calc(20px + 5 * (100vw - 320px) / 448);
}

a:link,
a:visited
{
	color:				white;
	text-decoration: 	none;
	outline: 			0;
}

a:hover,
a:active
{
	text-decoration: none;
	outline: 0;
	color: #6D6760;
}

/******************************************************************************
* wrapper 
******************************************************************************/

.main_content {
	margin-top: 0px;
	position: relative;
	background-color: white;
	margin-bottom: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 1em;
    padding-right: 1em;
	overflow: hidden;
}

/******************************************************************************
* grid / responsive / mobile first 
******************************************************************************/

.m-flex{
	letter-spacing: -0.31em;
	*letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
	 display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

/******************************************************************************
* site 
******************************************************************************/

#header{
	min-height: 150px;
	border-bottom: 2px solid white;
	margin-bottom: 1em;
	color:white;
	font-size: 1.5em;
	padding-bottom: .5em;
}

#header .headertelefon{
	float: right;
	vertical-align: bottom;
	text-align: right;
	display: inline-block;
	position: relative;
}

#header .telefon {
	vertical-align: bottom;
	display: inline-block;
	position:relative;
	bottom:0;
	right:0;
}

#header .telefon img{
	margin-top: 10px; 
	padding-right: 10px; 
	display: inline-block;
}

.hspace1  img{
	margin-top: 50px; 
	vertical-align: bottom;
}

.event {
	margin-bottom: .5em!important;
	background: transparent url(/resources/images/corner-topright.png) top right no-repeat;
	line-height:.5em;
	xpadding-top: 16px;
	position: relative;
	display: block;
}

.event:nth-child(even) {
    margin-top: .7em;
}

.event::before{
	content:" ";
	position:aboslute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
	background: transparent url(/resources/images/corner-topleft.png) 14px 0 no-repeat;
}
.corner::before{
	content:" ";
	position:aboslute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
	z-index:11;
	background: transparent url(/resources/images/corner-bottomleft.png) 14px 0 no-repeat;
}
.corner {
	display: block;
	width: 100%;
	height: 16px;
	z-index: 16;
	background: transparent url(/resources/images/corner-bottomright.png) top right no-repeat;
}

.event-start {
	color:white;
	font-size: 1.5em;
	position:absolute;
	top: 15%;
	z-index: 12;
	line-height:1.05em;
}
.event-artist {
	color:white;
	position:absolute;
	top: 50%;
	z-index: 11;
}

.event-artist a:link,
.event-artist a:visited {
	color: white;
	text-decoration: none;
}
.event-artist a:hover {
	text-decoration: underline;
}

.event-info {
	background-size: cover;
	padding: .65em;
	position: relative;
	min-height: 200px;
}



.event-info::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: black;
	opacity: .6;
	z-index:1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.hochzeit .__event-info::after {
	content:" ";
	display:block;
	width: 100px;
	height: 60px;
	background: transparent url(/resources/images/hlbb_icon.png) top right no-repeat;
	background-size: 70%;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index:10;
}

.event-info:hover::before{
	opacity: .3;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.event-title {
	font-size: 13px;
	line-height: 1em;
	position: absolute!important;
	top: 63%;
	z-index: 12;
	color: white;
	font-family: KlavikaWebBasicRegular, sans-serif; 
}
.event-location a,
.event-location {
	font-family: KlavikaWebBasicBold, sans-serif;
	font-size: 1.25em;
	color: #e4a640;
	padding-top: .25em;
	padding-bottom: .25em;
	line-height:1em;
}

.event-location em {
	font-size: 0.8em;
}

.event-location-klag-buehne .event-location i {
font-style: italic;
}

#map {
	color: grey!important
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.05) rotate(-4deg);
  transform: scale(1.05) rotate(-4deg);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.herz,
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 200;
  animation-iteration-count: 200;
}

.herz {
	z-index: 10000;
    position: absolute;
    width: 70px;
    bottom: 10px;
    right: 10px;
}

.event-location a:hover{
text-decoration:underline;
}

.event.green .event-location a,
.event.green .event-location{
	color: #afce7b;
}

.event.turkis .event-location,
.event.turkis .event-location a {
    color: #6aba9b;
}

.m-box {
	margin:0;
}

.inner{
	background: white;
	margin-top: 0;
	margin-left: 14px;
	margin-right: 0px;
	padding: 0 .5em .5em;
	position:relative;
	display:block;
}
a.innerlink{
	display:block;
}

a.event-link,
a.event-sale-link {
	xbackground: #e23122;
	display:inline-block;
	color: white!important;
	padding-left: 0em;
	padding-right: 0em;
	position: absolute;
	bottom: 1%;
	z-index: 11;
	left:-1px;
	line-height:1.5em;
	min-width: 110px;
}

a._event-sale-link::after,
a._event-link::after{
	content: "";
	background: transparent;
	display: inline;
	width: 0px;
	height: 0px;
	border-left: 19px solid transparent;
    border-right: 19px solid #e23122;
    border-bottom: 19px solid transparent;
	margin-left: 2px;
	top: -8px;
	top: -4px;
	left: 49px;
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
}


#site-footer-kontakt,
#site-footer-nav{
	margin-top: 1em;
	border-top: 2px solid white;
	display: block;
	width:100%;
	clear: both;
	padding:.5em 0;
}

#site-footer-kontakt li,
#site-footer-nav li {
	float: left;
	display:inline-block;
}
#site-footer-nav li a::after,
#site-footer-kontakt li::after {
	content:"|";
	display:block;
	padding: 0 .8em;
	float:right;
}

#site-footer-kontakt li,
#site-footer-nav li a {
	Display:block;
	line-height: 2em;
	padding: 0 0 0 0em;
	color: white;
	font-size: 1.25em;
}
#site-footer-nav li a {
		font-size: 1em;
}
#site-footer-nav li a:hover,
#site-footer-nav li a:active {
	text-decoration: underline;
}

ul li a.selected {
	text-decoration:underline;
	font-weight:bold;
	
}
.lightbox {
	padding: 1em 1em 1em 1em;
	clear: both;
	width:100%;
	display:block;
	background: rgba( 255, 255, 255, 0.1 );
	min-height: 400px;
	color: white;
}

.lightbox.dark {
	background: rgba( 255, 255, 255, 0.1 );
}
.lightbox h3 {
	line-height:1.05em;
	margin-bottom: .5em;
}

.tab {
	display:none;
}
.tab.tabopen{
	display: block;
}


#map {
	margin-top: .5em;
	xwidth:100%;
}

#mapadresse {
    padding: 0em;
	height: 455px;
}

#mapadresse div{
	background: white;
	height: 435px;
}

@media screen and (min-width: 25em) {
	 .event {
		margin-bottom: .5em!important;
	}
	#mapadresse {
    padding: .5em;
}


}

@media screen and (min-width: 56em) {
		#header .telefon {
	   position: absolute;
    }

}


@media screen and (min-width: 80em) {
	.container {
		padding-left: 0em;
		padding-right: 0em;
	}

}

