/** Shopify CDN: Minification failed

Line 209:0 Unexpected "}"
Line 218:2 Unexpected "/"
Line 285:1 Unexpected "/"

**/


    #kalender{
      max-width: 840px;
      margin: 100px auto;  
      padding: 0 20px; 
    }

	#kalender h2{
		text-align:center !important;
		margin: 0 0 40px; 
	}

	#kalender .calendar-pagination{
		text-align: right !important;
		margin-bottom: 2rem !important;  
	}

	#tsc--eventModal .tscModalCard{
		max-width: 70rem !important;
		width: unset !important;
	}

	#tsc--eventModal .tscAddToCalendar small{
		display: none !important;
	}

	#tsc--eventModal .tscAddToCalendar ul::before{
		content: 'Zum Kalender hinzufügen:';
		color: black;
		font-size: 14px;
		margin-right: 5px;
	}
 
	#tsc--eventModal .tscAddToCalendar li a{
		border: 1px solid #194976;
		border-radius: 4px;
		background-color: #194976;
		color: white !important;
		padding: 3px 5px;
		margin-right: 5px;
	}

	#tsc--eventModal .tscAddToCalendar li a:hover{
		border-width: 2.5px;
		font-weight: unset;
	}
 







#hero-video-startseite div {
    display: block;
}


#hero-video-startseite .feature-video--root {
    padding: 0;
}

#hero-video-startseite *, :after, :before {
    box-sizing: border-box;
}

#hero-video-startseite .feature-video--root[data-section-height=small] .feature-video--body {
    padding-top: 42%;
}


#hero-video-startseite .feature-video--body {
    position: relative;
    /*padding-top: 56%;*/
    height: 0;
    overflow-y: hidden;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}



@media only screen and (min-width: 768px)
#hero-video-startseite .feature-video--root[data-thumbnail=false] .feature-video--container {
    pointer-events: none;
}


#hero-video-startseite .feature-video--root[data-alt-text=true] .feature-video--container {
    color: var(--color--alternative);
}



#hero-video-startseite .feature-video--container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden;
}



#hero-video-startseite .feature-video--header {
    z-index: 3;
    padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20%;
	padding-right: 20%;
    position: absolute;
    top: 0;
    left: 50%;
    /*-webkit-transform: translateX(-50%);*/
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    /*max-width: 800px;*/
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}


#hero-video-startseite .feature-video--root[data-thumbnail=false] .feature-video--container iframe {
    position: absolute;
    top: -250px;
    left: 0;
    height: calc(100% + 500px);
}


#hero-video-startseite .feature-video--container iframe {
    /*height: 100%;*/
    width: 100%;
}


#hero-video-startseite iframe {
    max-width: 100%;
}

#hero-video-startseite .feature-video--header>:not(.feature-video--button) {
    width: 100%;
}


#hero-video-startseite [data-item=section-heading], #hero-video-startseite h1, #hero-video-startseite h2 {
    font-family: var(--font--heading--family);
    font-weight: var(--font--heading--weight);
    font-style: var(--font--heading--style);
    text-transform: var(--font--heading--uppercase);
    font-size: 2em;
    line-height: 1.25em;
    margin: -0.25em 0;
    letter-spacing: .025em;
    color: black !important;
    background-color: rgba(255,255,255,0.8) !important;
	padding: 20px 40px !important;
}




/*

@size: 30%;
#hero-video {
	width: 100%;
    height: 350px;
    position: relative;
}
#hero-video:before {
  content: '';
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 10px white;
  pointer-events: none;
}

#hero-video .video-bg {
  background: white;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  /* overflow: hidden; */
}
#hero-video .video-bg .video-fg,
#hero-video .video-bg iframe,
#hero-video .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

/*
  Full page video background
  Simulate object-fit: cover
  Based on http://fvsch.com/code/video-background/
*/
/*
@media (min-aspect-ratio: ~"16/9") {
  #hero-video .video-bg.cover .video-fg { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: ~"16/9") {
  #hero-video .video-bg.cover .video-fg { width: 300%; left: -100%; }
}

@supports (object-fit: cover) {
  #hero-video .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0; left: 0;
  }
  #hero-video .video-bg.cover video {
    object-fit: cover;
  }
}
*/

/*
  Vertical centering for 16/9 youtube iframes and video elements
  Simulate object-fit: contain for entire element, not just contents of element
*/
/*
#hero-video .video-bg.contain {
  font-size: 0;
}
#hero-video .video-bg.contain * {
  font-size: 16px;
}
#hero-video .video-bg.contain:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#hero-video .video-bg.contain .video-fg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  pointer-events: none;
}
#hero-video .video-bg.contain iframe,
#hero-video .video-bg.contain video {
  pointer-events: auto;
}

@media (min-aspect-ratio: ~"16/9") {
  #hero-video .video-bg.contain .video-fg {
    height: 100%;
    padding-bottom: 0;
    max-width: (unit(@size, vh) * 16 / 9);
    left: 50%;
    margin-left: (unit(@size, vh) * 16 / 9) / -2;
  }
}
*/



