/*
html * {
	font-family: din-condensed, sans-serif !important;
	font-style: normal;
	font-weight: 300;
}
*/


:root {
	/*gelb  */
  --hauptfarbe: #ffcc00; 
  --hauptfarbe_rgb: 255,204,0; 
  --textfarbe_auf_hauptfarbe: #fff;
  --textfarbe_auf_body: #000;
  --spezialfarbe: #fff;
  /*ochsenblut rot */
  /*--hauptfarbe: #C1460D; */
}


html { 
  font-size:100%;
  /*overflow-y: auto*/
  overflow: auto;
  /*min-width: 600px;*/
  max-width: 100%;
  font-size: 0.7rem;
  	 -webkit-font-smoothing: antialiased;
 	 -moz-osx-font-smoothing: grayscale;
 	line-height: 1.3;
 	/*cursor: url('../../fileadmin/img/krone_cursor.png'), auto; */
 	scroll-behavior: smooth;
 	height: 100%;
 	min-height: 100vh;
}


@media screen and (min-width: 576px) {

  body.startseite { 
   /*	fruehling back_hof_sommer1.jpg
		fruehling1 hoftheater_alex_pohle.jpg
		fruehling2 back_hof_fruehling_2024.jpg
		sommer back_hof_sommer.jpg
		herbst back_hof_herbst_mov.png
		winter back_hof_winter1.jpg
		calamity back_hof_calamity.jpg
   */
  /*background: url('../../fileadmin/img/back_hof_calamity.jpg') no-repeat center center fixed; */
   background: url('../../fileadmin/img/back_hof_winter1.jpg') no-repeat center center fixed;   
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
  position: unset;
  /*overflow: hidden;*/
}

}


@media screen and (max-width: 576px) {

  body.startseite { 
  /* background: url('../../fileadmin/img/back_hof_calamity.jpg') no-repeat; */
  background: url('../../fileadmin/img/back_hof_winter1.jpg') no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: inherit;
  /*  background-position: center top; */
  background-position: center; 
  position: unset;
  }
  
  body.startseite video {
    display: none;
  }

}
  

.video-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	top: 0;
}
 
 
.video-container video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;

}


body {
	background-color: transparent;
	line-height: 1.3;
	position: relative;
	height: 100vh;
	min-height: 100vh;
	}



ul, div.body, div.body > div {
	max-width: 1200px;
	}



a, a:hover{
    color: var(--hauptfarbe);
    font-weight: 600;
}



.navbar_margin_bottom_xs {
    position: relative;
    height: 90px;
    z-index: -10;
}


.navbar_margin_bottom_md {
    position: relative;
    height: 107px;
    z-index: -10;
}




div#kapitel { 
  position: fixed;
  top: 0px;
  /* background: url('../../fileadmin/img/back_hof_calamity.jpg') no-repeat center center fixed; */
  background: url('../../fileadmin/img/back_hof_winter1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  -webkit-transition: opacity 0.2s, background-image 0.2s ease-in-out;
  transition: opacity 0.2s, background-image 0.2s ease-in-out;
  z-index: -1;
  opacity: 0;
}

div#kapitel.hof { 
  position: fixed;
  top: 0px;
  display:block;
  /* background: url('../../fileadmin/img/back_hof_calamity.jpg') no-repeat center center fixed; */
  background: url('../../fileadmin/img/back_hof_winter1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  z-index: 50;
}

div#kapitel.buehne {
  position: fixed;
  top: 0px; 
  display:block;
  background: url('../../fileadmin/img/back_buehne.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  z-index: 50;
}

div#kapitel.restaurant { 
  position: fixed;
  top: 0px;
  display:block;
  background: url('../../fileadmin/img/back_restaurant.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  z-index: 50;
}

div#kapitel.feiern { 
  position: fixed;
  top: 0px;
  display:block;
  background: url('../../fileadmin/img/back_feiern.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; 
  opacity: 1;
  z-index: 50;
}


div.hide {
   -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
	opacity: 0;
	z-index: 49
}

div.body {
       margin-bottom: 3rem;
          height: auto !important;
          height: 100%;
}

.top_pos {
	top: 50%;
	position: absolute;
}



.intro_headline {
	position: absolute;
	bottom: 25%;
	padding: 0rem 3rem;
} 

.intro_headline1 {
	/*position: absolute;*/
	bottom: 25%;
	padding: 0rem 3rem;
} 
/*
.newsticker_ht {
	margin-top: 4em;
	width: 100%;
	max-width: 100%;
}


.marquee {
  overflow: hidden;
  border: 1px solid #ffcc00;
  background: #ffcc00;
  padding-top: 1vh;
}

.marquee p  {
	color: #fff!important;
	font-size: 1.5rem;
	font-weight: 700!important;
	line-height: 1em;
}

.marquee a {
	color: #fff!important;
	text-decoration: underline;
	font-weight: 700!important;
}
*/



.marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 4rem;
  overflow-x: hidden;
  border: 1px solid #ffcc00;
  background: #ffcc00;
  padding-top: 1vh;
  margin-top: 4em;
  line-height: 1em;
  vertical-align: top;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s 4s linear infinite;
  vertical-align: top;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}


.marquee p, .body .marquee p  {
	color: #fff!important;
	font-size: 1.5rem;
	font-weight: 700!important;
	line-height: 1.5em;
	margin: 0;
}

.marquee a {
	color: #fff!important;
	text-decoration: underline;
	font-weight: 700!important;
	margin: 0;
}




.cc-message {
	color: #fff;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--hauptfarbe);
    font-weight: 700;
    line-height: 1em;
}

.h1, h1 {
    font-size: 3rem;
}

h2.programm, h5.programm {
	color: #fff;
}

h2.datetext {
	color: #fff;
	text-shadow: 2px 2px 2px #777;
}


.background-ht {
	/*background-color: hsla(43,100%,57%,0.6);*/
	background-color: var(--hauptfarbe);
}

.background-ht-blur {
	background-color: hsla(43,100%,57%,0.6);
	backdrop-filter: blur(.5rem);
}

.font-color-ht {
	color: var(--hauptfarbe)!important;
}


.border-color-ht{
	border-color: var(--hauptfarbe);
}

#hoftheater_krone {
	position: relative;
	top: 15px;
	animation-name: hoftheater_krone_animation;
	animation-duration:5s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;
}



@keyframes hoftheater_krone_animation {
        20% {	transform: translate(5px, 3px ) rotate(6deg);	}
        40% {	transform: translate(-2px, -4px ) rotate(-3deg);	}
        60% {	transform: translate(-2px, 4px ) rotate(3deg);	}
        80% {	transform: translate(2px, -4px ) rotate(-12deg);	}
        100% {	transform: translate(0px, 0px ) rotate(0deg);	}
}





.menu_button {
	right: 2em;
	position: absolute;
	top: 2em;
}




footer {
    padding: 30px 0;
	/*margin-top: auto;*/
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*bottom: 0; via jQuery*/
}


#social_media a:hover, a .embed-responsive-item:hover {
    opacity: 0.7;
}


.fb_logo {
  /* background: url('../../fileadmin/img/fb_logo.png') no-repeat center center; */
  background-size: contain;
  width: 4.5rem; /* Width of new image */
  height: 4.5rem; /* Height of new image */
}

.instagram_logo {
  /* background: url('../../fileadmin/img/instagram_logo.png') no-repeat center center; */
  background-size: contain;
  width: 4.5rem; /* Width of new image */
  height: 4.5rem; /* Height of new image */
}

.youtube_logo {
  /* background: url('../../fileadmin/img/instagram_logo.png') no-repeat center center; */
  background-size: contain;
  width: 4.5rem; /* Width of new image */
  height: 4.5rem; /* Height of new image */
}


a img, :link img, :visited img {
	border: 0;
}


.navbar_hidden {
	position: absolute;
    top: -300px;
}

.navbar_unhidden {
	position: relative;
    top: 0px;
}

.navbar {
	padding: 0.2em;
	/*margin-bottom: 1em;*/
	background-color: var(--hauptfarbe);
	font-size: 2.5em;
	z-index: 1000;
}


body.startseite #main_navbar {
	padding-top: 2.5rem;
}


.navbar, .navbar a {
    transition: 0.8s;
    -webkit-transition:  0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}


.navbar a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 700!important;
  word-break: break-word; 
  white-space:normal;
}




@media only screen and (min-width: 768px) {
	
	
	.navbar a:hover {
 		 color: rgba(255,217,62,1);
	}
	
	.navbar li a, #main_menu .nav-link {
		color: #fff;
		background-color: transparent;
		/*background-color: rgba(var(--hauptfarbe_rgb),0.2);*/
	}
	
		/*Rückmeldung Antje??*/
	a.dropdown-item {
		background-color: rgba(255,204,0,0.5);
	}


	.dropdown:hover>.dropdown-menu {
  		display:block;
	}


}



@media only screen and (max-width: 767px) {

.navbar li a:hover {
  color: rgba(255,217,62,1);
  background-color: #fff;
}


.navbar li a, #main_menu .nav-link {
	color: #fff;
	background-color: transparent;
}



.dropdown-menu {
  /*background-color: #fff!important;*/
  position: relative;
  float: unset;
	}




}




#main_menu .nav-item img.hover {
    display: none;
}
#main_menu .nav-item img.default {
    display: inherit;
}
#main_menu img.hover, #main_menu img.hover, #main_menu .nav-item.active img.hover { /*.nav-item:hover .nav-item:active*/
    display: inherit;
}
#main_menu img.default, #main_menu img.default,  #main_menu .nav-item.active img.default{ /*.nav-item:hover .nav-item:active*/
    display: none;
}


.navbar-nav li:hover .dropdown-menu {
    display: block;
  } 


.dropdown-menu {
	border: 0;
	left: inherit;
	background-color: transparent;
	font-size: 1.75rem;
	font-weight: 500;
	max-width: -webkit-fill-available;
	width: 100%;
}


.dropdown-menu a:hover {
	background-color: var(--hauptfarbe);
	color: #fff;
}

.dropdown-menu a:active, .dropdown-item.active {
	color: var(--hauptfarbe);
	background-color: #fff;
}


.dropdown-menu a, .slide-menu a {
	border-style: solid;
	border-width: .1em;
	border-color: #fff; 
	margin-right: 1em;
	margin-top: 0.5em;
	color: #fff;
	/*background-color: transparent;*/
	backdrop-filter: blur(.5rem);
	text-decoration: none;
	list-style-type: none;
	text-transform: lowercase;
	width: 100%;
	white-space: normal;
}


.nav-span-link, .nav-item:hover .nav-span-link, .nav-item .nav-span-link-active {
	border-style: solid;
	border-width: .2rem;
	border-color: #fff; 
	color: #fff;
	text-decoration: none!important;
	list-style-type: none;
	display: block;
	font-size: 3rem;
	padding-top: 0.75rem;
    padding-bottom: 0.3rem;
}



.nav-item .nav-span-link-active {
	padding-top : 0;
	margin-top: -0.6rem;
	border-color: transparent; 
}




.span_logo_bold {
	font-size: 2rem;
	color: #fff;
	display: inline;
	text-decoration: none;
	font-weight: 700;
}

.span_logo {
	font-size: 2rem;
	color: #fff;
	display: inline;
	text-decoration: none;
	font-weight: normal;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


.card {
	background-color: transparent; 
}


.card-wrapper0 {
	max-width: 244.39px; 
	max-height: 244.39px; 
}


.card-pic-wrapper {
	display: inline-block;
	position:relative;
	overflow:hidden;
	width: 244.39px; 
	height: 244.39px; 
	max-width: 244.39px; 
	max-height: 244.39px; 
}


.card-pic-wrapper div {
	width: 244.39px; 
	height: 244.39px; 
	-webkit-filter: blur(.5rem); 
	filter: blur(.5rem);
	background-size: cover; 
	background-color:transparent;
}

.card-img-top {
	position: absolute; 
	z-index: 2; 
	left: 0px; 
	top: auto;
}

.card-img-overlay {
	z-index: 10;
}


.card_col_element:hover {
	cursor: pointer;
}

#calendar {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 auto;
	white-space: nowrap;
	text-align: left;	
	color: var(--hauptfarbe);
	font-size: 2rem;
	font-weight: 500;
}

.jumbotron {
	background-color: transparent;
}




th.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: var(--textfarbe_auf_hauptfarbe);
}



#calendar table tbody tr td {
	padding-right: 0.5rem;
	position: relative;
}



#calendar div, #calendar span {
    font-family: din-condensed, sans-serif !important;
    margin-right: 0.5rem;
	padding-left: .3rem;
	padding-right: .3rem;
}



#calendar div {
	display: inline;
	font-size: 2.5rem; /* 3rem; */
	border-style: solid;
	border-width: 2px;
	border-color: var(--hauptfarbe);
	width: 100vw;
    font-family: din-condensed, sans-serif !important;
}


#calendar span {
	color:var(--hauptfarbe);
	font-weight: 600;
	font-size: 1.5rem;
	vertical-align: top;
}


#calendar div.ausverkauft, #calendar div.entfaellt {
    position: relative;
	border-color: #ff0000;
	color: #ff0000;
	background: 
    linear-gradient(to top left,
             rgba(255,0,0,0) 0%,
             rgba(255,0,0,0) calc(50% - 2px),
             rgba(255,0,0,1) 50%,
             rgba(255,0,0,0) calc(50% + 2px),
             rgba(255,0,0,0) 100%);
    border-width: 2px;
}


#calendar div.noshow {
	border-color: #D3D3D3;
	color: #D3D3D3;
}







.card-wrapper0.entfaellt::after {
    background-image: url('../../fileadmin/img/ticket_link_cancelled_rgba.png');
    background-size: 180px 91px;
    display: inline-block;
    width: 180px; 
    height: 91px;
    content:" ";
    position: absolute;
    left: 10%;
    top: 156px;
	z-index:40;
}


.card-wrapper0.ausverkauft::after {
    background-image: url('../../fileadmin/img/ticket_link_sold_rgba.png');
    background-size: 180px 91px;
    display: inline-block;
    width: 180px; 
    height: 91px;
    content:" ";
    position: absolute;
    left: 10%;
    top: 162px;
	z-index:40;
}


.card-wrapper0.schoenwetter::after {
    background-image: url('../../fileadmin/img/ticket_link_sunny_rgba.png');
    background-size: 180px 91px;
    display: inline-block;
    width: 180px; 
    height: 91px;
    content:" ";
    position: absolute;
    left: 10%;
    top: 157px;
	z-index:40;
}

.card-wrapper0.warteliste::after {
    background-image: url('../../fileadmin/img/warteliste_info.png');
    background-size: 91px 115px;
    display: inline-block;
    width: 91px; 
    height: 115px;
    content:" ";
    position: absolute;
    left: 72%;
    top: 129px;
	z-index:40;
}


.card-wrapper0.biergarten::after {
    background-image: url('../../fileadmin/img/hof_biergarten_rgba.png');
    background-size: 120px 111px;
    display: inline-block;
    width: 120px; 
    height: 111px;
    content:" ";
    position: absolute;
    left: 25%;
    top: 145px;
	z-index:40;
}


#cardContainer div div div div h2, #cardContainer div div h2, #cardContainer div div div div h5, #cardContainer div div h5, #newsletter_background h3, .cardContainer div div div div h2, .cardContainer div div h2, .cardContainer div div div div h5, .cardContainer div div h5 {
    color: #fff;
}


.body p, .body span {
	color: #303030;
	font-weight: 300;
}


.text_pr_header0 {
	white-space: nowrap;
	text-align: left;	
	color: #fff!important;
	font-size: 2rem;
	font-weight: 700!important;
}

.text_pr_ticket {
	white-space: nowrap;
	text-align: center;	
	text-decoration: none;
	color: #303030!important;
	font-size: 3rem;
	font-weight: 500!important;
}


.text_pr_ticket_additional {
	white-space: nowrap;
	text-align: center;	
	text-decoration: none;
	color: #fff!important;
	font-size: 2rem;
	font-weight: 700!important;
}


.text_pr_ticket:hover {
	color: var(--hauptfarbe)!important;
	text-decoration: none;
}

.text_pr_ticket_additional:hover {
	color: #303030!important;
	text-decoration: none;
}


.text_pr_header1 {
	white-space: normal;
	text-align: left;	
	color: #fff!important;
	font-size: 3rem;
	font-weight: 700!important;
}

.text_pr_header2 {
	white-space: pre-wrap;
	text-align: left;	
	color: #fff!important;
	font-size: 1.75rem;
	font-weight: 700!important;
}

.text_preisstufe, .text_preisstufe a {
	white-space: pre-line;
	text-align: left;	
	color: var(--hauptfarbe)!important;
	font-size: 1.5rem;
	font-weight: 700!important;
}

.text_beschreibung {
	white-space: pre-line;
	text-align: left;	
	color: #303030!important;
	font-size: 1.5rem;
	font-weight: 300!important;
	/*
	-webkit-column-width: 18rem;
	-moz-column-width: 18rem;
	column-width: 18rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 3rem;
	*/
}


.text_zwei, .text_zwei p {
	/*white-space: pre-line;*/
	/*text-align: justify;*/
	text-align: left;
	color: #303030!important;
	font-size: 1.5rem;
	font-weight: 300!important;
	/*
	-webkit-column-width: 140px;
	-moz-column-width: 140px;
	column-width: 140px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 1.5rem;
	*/
}


del {
    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-style: dashed;
    text-decoration-color: #ff0000;
}


span, p {
	font-size: 1.5rem;
}


.form-control, .form-control:focus, .form-control:active {
	font-size: 1.5rem;
	background-color: var(--hauptfarbe);
	color: #fff;
	border-radius: 0px;
	background-clip: none;
	border: 0px;
	font-weight: 900;
}


.programm.form-control {
	font-size: 2rem;
	font-weight: 700;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}


.form-group, .form-group p  {
	font-size: 1.5rem;
	color: var(--hauptfarbe);
	font-weight: 500;
}


.form-group .with-errors {
	font-size: 1.5rem;
	color: #ff0000;
	font-weight: 500;
}




/* /////////////////////////////////////////////// */


.dropdown-menu {
    z-index: 100!important;
}



div.dropdown a, a.dropdown, div.dropdown span.uppercase {
		/* div.dropdown, div.dropdown a, a.dropdown, div.dropdown span.uppercase { */
	/*div.dropdown-menu a, div.dropdown span.uppercase {*/
    text-decoration: none;
    color: var(--hauptfarbe);
    font-weight: 700;
    background-color: rgba(255,255,255,0.9);
    border-color: var(--hauptfarbe);
    text-transform: lowercase;
}

a.dropdown, a.dropdown img {
    background-color: transparent!important;
}
div.dropdown a span.uppercase{
    text-transform: uppercase;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
}


div.dropdown hr {
    border-color: rgba(0,0,0,0);
}


/*form styles allgemein*/

form {
    text-align: left;
}


form button, form button:visited, form button:hover, form input[type=button], form input[type=button]:visited, form input[type=button]:hover, form input[type=submit], form input[type=submit]:visited, form input[type=submit]:hover, .form-button, .form-button:visited, .form-button:hover {
    color: var(--hauptfarbe);
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    border-width: 2px;
    border-style: solid;
    border-color: var(--hauptfarbe);
    padding: 0.25rem 2rem;
    margin: 0.25rem 2rem;
    text-align: justify;
    text-transform: lowercase;
    font-weight: 600;
}


form button:disabled, form input[type=button]:disabled, form input[type=submit]:disabled, input[type=submit]:disabled, .form-button:disabled {
    color: var(--hauptfarbe);
    background-color: #aaa;
    /*cursor: pointer;*/
    text-decoration: none;
    font-size: 2rem;
    border-width: 2px;
    border-style: solid;
    border-color: var(--hauptfarbe);
    padding: 0.25rem 2rem;
    margin: 0.25rem 2rem;
    text-align: justify;
    text-transform: lowercase;
    font-weight: 600;	
}



/*form styles gs formular*/
#gs-form, #warteliste-forms {
    text-align: center;
    position: relative;
    margin-top: 30px;
    min-width: 100%;
    margin: 0 0;
    min-height: 100%;  
}

#gs-form fieldset, #gs_absenden, #gs_fehler, #gs_fehler_a, #gs_fehler_b, #gs_fehler_c, #gs_erfolgreich,
#warteliste-forms fieldset, #warteliste_absenden, #warteliste_fehler, #warteliste_erfolgreich, #warteliste_problem, #message
 {
    background: var(--spezialfarbe);
    border: 2px solid var(--hauptfarbe);
    border-radius: 0px;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    min-width: 100%;
    margin: 0 0;
    min-height: 100%;
    /*stacking fieldsets above each other*/
    position: relative!important;
}

#message {
    color: var(--hauptfarbe);
    font-weight: 700;
    line-height: 1em;
	font-size: 2rem;
}


#gs-form fieldset, #warteliste-forms fieldset {
    min-height: 100%!important;
 	position: relative!important;
}

/*Hide all except first fieldset*/
#gs-form fieldset:not(:first-of-type), #warteliste-forms fieldset:not(:first-of-type) {
    display: none;
    position: relative!important;
}


/*progressbar*/
#progressbar, #progressbar1, #progressbar2 {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li, #progressbar1 li, #progressbar2 li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li {
    width: 20%;
}

#progressbar1 li {
    width: 33%;
}

#progressbar2 li {
    width: 50%;
}

#progressbar li:before, #progressbar1 li:before, #progressbar2 li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: #ccc;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after, #progressbar1 li:after, #progressbar2 li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    color: var(--hauptfarbe);
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after, #progressbar1 li:first-child:after, #progressbar2 li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after, #progressbar1 li.active:before, #progressbar1 li.active:after, #progressbar2 li.active:before, #progressbar2 li.active:after {
    background: var(--hauptfarbe);
    color: white;
}


a.submit_link:link, a.submit_link:visited, a.submit_link {
    color: #fff!important;
    background-color: var(--hauptfarbe);
    cursor: pointer;
    text-decoration: none!important;
    font-size: 2rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--hauptfarbe);
    padding: 1px;
    text-align: justify;
}




.datepicker div table tbody {
    font-size: 2.5rem;
}
  

.datepicker-inline .day {
    font-family: din-condensed, sans-serif !important;
}


.datepicker-inline {
    width: 100%!important;
    height: 100%!important;
}
.datepicker table {
    width: 100%!important;
    height: 100%!important;
    border-collapse: unset!important;
    border-spacing: 1rem;
}


.datepicker table thead tr th {
    border-collapse: unset!important;
    border-spacing: 0rem;
    font-weight: 900;
}

.datepicker table tr td {
    width:10px!important;
}


.datepicker .dow {
    font-weight:500!important;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 1.5rem;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff!important;
    background-color: var(--hauptfarbe)!important;
    border-color: var(--hauptfarbe)!important;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    text-shadow: none!important;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0!important;
}


.datepicker table tr td {
    color: var(--hauptfarbe)!important;
    /*background-color: #fff!important;*/
    border-color: var(--hauptfarbe)!important;
    border-width: 2px!important;
    border-style: solid!important;
}


.datepicker table tr td.disabled {
    border-width: 2px!important;
    border-style: solid!important;
	border-color: #ff0000!important;
	color: #ff0000!important;
	background: 
    linear-gradient(to top left,
             rgba(255,0,0,0) 0%,
             rgba(255,0,0,0) calc(50% - 2px),
             rgba(255,0,0,1) 50%,
             rgba(255,0,0,0) calc(50% + 2px),
             rgba(255,0,0,0) 100%)!important;
}


.datepicker table tr td.highlighted, .datepicker table tr td.highlighted.disabled:hover {
	border-color: #D3D3D3!important;
	color: #D3D3D3!important;
    border-width: 2px!important;
    background-color: #fff!important;
    border-style: solid!important;
    background: unset!important;
}


.datepicker td.zero:before {
    content: "0";
}


#hiddenDate {
  opacity: 0;
  width: 0;
  float: left; /* Reposition so the validation message shows over the label */
}







@media screen and (max-width: 767px) {

#envelope_img {
  background: none; 
}

}


@media screen and (min-width: 768px) {

#envelope_img {
  background: url('../../fileadmin/img/envelope.png') no-repeat; 
  background-size: 100% 100%;
  background-position: center; 
  min-height: 45rem;
}


}



#newsletter_background {
  background: url('../../fileadmin/img/newsletter_background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
}


.newsletter.form-control, .newsletter.form-control:focus, .newsletter.form-control:active {
    background-color: #ffffff;
    color: var(--hauptfarbe);
}

.newsletter.form-group, newsletter.form-group p {
    color: #fff;
}

form .newsletter {
     text-align: center; 
}



#side .nav-link {
    border-bottom: 1px #fff solid;
}

#side .nav-link.active,
#side .nav-link:hover,
#side .nav-link:focus{
    color: var(--hauptfarbe);
    border-bottom: 1px var(--hauptfarbe) dashed;
}

.sticky-offset {
    top: 120px;
    z-index: 40!important;
}

.sticky-offset-107 {
    top: 107px;
    z-index: 40!important;
}

:target {
  display: block;
  position: relative;
  top: -150px; 
  visibility: hidden;
}


.background-kontakt-feiern {
  background-image: url('../../fileadmin/img/personal/feiern_brianlausund.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

/* cookie consent lässt sich über die settings nicht ausblenden, bug! */
.cc-revoke { display: none!important; }




.iframe-stream {
  display: block;
  position: relative;
  width: 100%; 
  min-height: 360px;
  /*max-height: 720px;*/
}

.modal-content {
    background-color: var(--spezialfarbe)!important;
}


hr {
	background-color: #000;
}

/*@media (prefers-color-scheme: light) {
   
   
	:root {
	  --hauptfarbe: #ffcc00; 
	  --hauptfarbe_rgb: 255,204,0; 
	  --textfarbe_auf_hauptfarbe: #fff;
	  --textfarbe_auf_body: #000;
	  --spezialfarbe: #fff;
	}
	
	#footer_container > div > div:nth-child(3) > span:nth-child(3) > a, #footer_container > div > div:nth-child(4) > span:nth-child(3) > a {  
		color: #fff;
	}
	
	.kontakt h3 {
		color: #000;
		font-weight: 400;
	}
	
	
	body.light-theme {
		
	  --hauptfarbe: #ffcc00; 
	  --hauptfarbe_rgb: 255,204,0; 
	  --textfarbe_auf_hauptfarbe: #fff;
	  --textfarbe_auf_body: #000;
	  --spezialfarbe: #fff;			
		
		  background-color: #fff!important; 
	}

	body.light-theme .datepicker table tr td.disabled {
		border-color: unset!important;
		color: unset!important;
	}	
	
}*/





/*@media (prefers-color-scheme: dark) {*/
   
   
	:root {
	  --hauptfarbe: #333!important; 
	  --hauptfarbe_rgb: 51,51,51!important;
		--textfarbe_auf_hauptfarbe: #000;
		--textfarbe_auf_body: #fff;	
		--spezialfarbe: #777;
	}
	
	body {
	  background-color: #000!important; 
	}

	.body p, .body span {
		color: #eaeaea!important;
	}

	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		color: var(--textfarbe_auf_body);
	}

	a, a:hover {
		color: #ffcc00;
		font-weight: 600;
		text-decoration: underline;
	}
	
	
	#side .nav-link {
		border-bottom: 1px #fc0 solid;
		text-decoration: none;
	}
	
	
	#side .nav-link.active, #side .nav-link:hover, #side .nav-link:focus {
		color: #ffcc00;
		border-bottom: 1px #ffcc00 dashed;
	}
	
	.text_beschreibung {
		color: var(--textfarbe_auf_body)!important;
		/*font-weight: 900!important;*/
   }
   
    .text_zwei, .text_zwei p {
		color: var(--textfarbe_auf_body)!important;
   } 
   
    #calendar, #calendar div {
		border-color: var(--spezialfarbe);
		color: var(--spezialfarbe);
	}
	
	#calendar div.noshow {
		border-color: var(--hauptfarbe);
		color: var(--hauptfarbe);
	}
	
	.datepicker table tr td {
		color: var(--textfarbe_auf_body)!important;
		/*background-color: #fff!important;*/
		border-color: var(--textfarbe_auf_body)!important;
	}

	.datepicker table tr td.highlighted, .datepicker table tr td.highlighted.disabled:hover {
		border-color: var(--hauptfarbe)!important;
		color: var(--hauptfarbe)!important;
	}
   
   
/* Shimmer-Effekt für Card-Loader */
.shimmer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
    background-size: 200% 100%;
    animation: shimmer-overlay 1.5s infinite linear;
    z-index: 2;
    pointer-events: none; /* Verhindert, dass das Overlay Klicks blockiert */
    border-radius: 4px;
}
@keyframes shimmer-overlay {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}


.shimmer-overlay-def {
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
    background-size: 200% 100%;
    animation: shimmer-overlay 1.5s infinite linear;
    z-index: 2;
    pointer-events: none; /* Verhindert, dass das Overlay Klicks blockiert */
}



.shimmer-image {
    position: relative;
    display: inline-block;
}

.shimmer-image img {
    display: block;
    width: 100%;
    height: auto;
    animation: shimmer-light 10s infinite ease-in-out;
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0.6) 0%,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0.6) 100%
    );
    -webkit-mask-size: 200% 100%;
    -webkit-mask-position: -100% 0;
    -webkit-mask-repeat: no-repeat;
    filter: brightness(1); /* Basiswert */
}

@keyframes shimmer-light {
    0% {
        -webkit-mask-position: 0% 0;
        filter: brightness(1);
    }
    50% {
        -webkit-mask-position: 100% 0;
        filter: brightness(1.1); /* Nur leicht heller! */
    }
    100% {
        -webkit-mask-position: 0% 0;
        filter: brightness(1);
    }
}

hr {
	background-color: #fff;
}