/*Aktiver Listenpunkt unterstrichen*/

.uk-navbar-nav>li.uk-active>a {
	border-bottom: 2px solid #669900;
		
}


/*Footer-Styling + Grüne Border oben*/
.footer-div {
  padding: 50px 0 90px 0 !important;
  border-top: 3px solid #62924F;
}
/*Styling Toolbar-Nav - Farbstreifen links*/
ul.maximenuck li.level1:nth-of-type(1) {
  border-left: 3px solid #CAB4A3;
  line-height: 45px;
}
ul.maximenuck li.level1:nth-of-type(2) {
  border-left: 3px solid #91C8D6;
  line-height: 45px;
  padding-right: 8px;
}
ul.maximenuck li.level1:nth-of-type(3) {
  border-left: 3px solid #CFB674;
  line-height: 45px;
}
ul.maximenuck li.level1:nth-of-type(4) {
  border-left: 3px solid #a0b970;
  line-height: 45px;
}
ul.maximenuck li.level1:nth-of-type(5) {
  border-left: 3px solid #9cd0c5;
  line-height: 45px;
}
ul.maximenuck li.level1:nth-of-type(6) {
  border-left: 3px solid #BDCF98;
  line-height: 45px;
}
/*Styling 2. Menüebene*/
ul.maximenuck li.level1:nth-of-type(1) li.level2 {
  border-left: 3px solid #CAB4A3;
}
ul.maximenuck li.level1:nth-of-type(1) li.level2:hover {
  background-color: #CAB4A3;
  transition: 0.3s;
}
ul.maximenuck li.level1:nth-of-type(3) li.level2 {
  border-left: 3px solid #CFB674;
}
ul.maximenuck li.level1:nth-of-type(3) li.level2:hover {
  background-color: #CFB674;
  transition: 0.3s;
}
ul.maximenuck li.level1:nth-of-type(4) li.level2 {
  border-left: 3px solid #a0b970;
}
ul.maximenuck li.level1:nth-of-type(4) li.level2:hover {
  background-color: #a0b970;
  transition: 0.3s;
}
ul.maximenuck li.level1:nth-of-type(5) li.level2 {
  border-left: 3px solid #9cd0c5;
}
ul.maximenuck li.level1:nth-of-type(5) li.level2:hover {
  background-color: #9cd0c5;
  transition: 0.3s;
}
/*Toolbar Position*/
div.tm-toolbar div.uk-container {
  padding-left: 7%;
}
@media only screen and (max-width:1320px) {
  div.tm-toolbar div.uk-container {
    padding-left: 15%;
  }
}
/*Toolbar Width zum Verhindern des Umbruchs*/
div.tm-toolbar div.uk-container div div.uk-child-width-auto {
  min-width: 1400px;
}
/*Abstand Listenpunkte 1. Ebene*/
ul.maximenuck > li.level1 > a > span > span.titreck-text {
  margin: 0px 10px 0px 20px !important;
}
/*Länderflagge EN*/
.maximenuck img {
  width: 50px;
  padding-left: 15px;
}
li.level2 span.titreck-title {
  padding: 20px;
}
div.maxidrop-main {
  min-width: 300px;
  margin-right: 0px !important;
}
/*Ausgeblendete Navi-Pfeile*/
div#maximenuck95.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a:after {
  display: none;
}
/*Startseite Slider Punkte Styling*/
.uk-dotnav li a {
  background-color: #9A0000 !important;
}
/*Image Hovereffekt für Startseite Grid*/
.grid-hover img:hover {
  opacity: 0.7;
  transition: 0.4s;
}
/*Styling Grid "Kommende Veranstaltungen"*/
#upcoming {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
}
#upcoming .el-item {
  border-top: 1px solid #9a0000;
  padding-top: 15px;
}
#upcoming .el-item .el-content {
  color: #aba48d;
  max-width: 90%;
  margin: 0 auto;
  font-family: 'Open Sans';
  font-size: 15px;
}
#upcoming h4 a:hover {
  color: #9d7979 !important;
}
.uk-navbar-nav > li > a:hover {
  border-bottom: 2px solid #669900;
}
.uk-navbar-nav {
  margin-left: 50px;
  margin-right: 50px;
}
.uk-navbar-nav > li {
  padding-top: 55px;
  margin: 0px 30px 0px 30px;
}
#module-1 li.uk-parent {
  padding-top: 55px;
  margin: 0px 30px 0px 30px;
}
.uk-navbar-dropdown-nav li a {
  padding: 15px 20px 15px 20px;
}
.uk-search-input {
  border-top: 1px solid #9a0000 !important;
  border-left: 1px solid #9a0000 !important;
  border-right: 1px solid #9a0000 !important;
}
.footer-div ul.uk-subnav li a {
  color: #fff !important;
  font-family: 'Open Sans' !important;
}

.tm-toolbar {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    
	}

@media only screen and (min-width: 1200px){
	.uk-navbar {
	margin-top:45px;
		
}
}

/*Styling Tabellen Ticket-Buchung*/
table { 
	text-align:center;
	width: 100%;
}

.table-scrollable td {
	height: 40px;
	font-family: 'Open Sans';
	
	min-width: 200px;
}

.table-scrollable th {
	font-size: 14pt;
	font-family: 'Unna';
	letter-spacing: 1px;
	height: 40px;
	
	min-width: 200px;
}

.middle {
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.second td.middle, .second th.middle {
	border-left: 1px solid rgba(154, 0, 0, 0.8);
	border-right: 1px solid rgba(154, 0, 0, 0.8);
	
}
.third td.middle, .third th.middle {
	border-left: 1px solid rgba(154, 0, 0, 0.8);
	border-right: 1px solid rgba(154, 0, 0, 0.8);
	
}

.fourth td.middle, .fourth th.middle {
	border-left: 1px solid rgba(154, 0, 0, 0.8);
	border-right: 1px solid rgba(154, 0, 0, 0.8);
	
}

/*Sticky Button

.card {
     /*Werte für die sticky Position
     	position: fixed; 
     	z-index: 300; 
     	left: 80%; 
     	top: 150px; 
	    width: 90px;
        height: 90px;
        background: url("/images/SVG/GB_stoerer4.svg") no-repeat;
     	border-radius: 55px;
	 	transform:rotate(12deg);
        margin: 0 auto;
	 	
    }

.cardlink {
	width: 90px;  
	height: 90px; 
	position: fixed; 
	z-index: 300; 
	left: 80%; 
	top: 150px;
	
}


@media only screen and (max-width: 640px) {
	.card {
		width: 80px;
		height: 80px;
		top: 75px;
		background-size: 80px;
		border-radius: 40px;
		left: 77% !important;
	}
	
	.cardlink {
		height: 80px;
		width: 80px;
		top: 75px;
		left: 77% !important;
	}
	
}

.uk-navbar-left a.uk-logo img {
	padding-left: 20px;
	
}*/
/*Styling Offcanvas*/
.uk-offcanvas-bar img {
	width: 40px !important;
	margin: 0 auto !important;
}

.uk-offcanvas-bar .uk-nav-default>li>a {
	color: #fff !important;
	font-family: 'Poppins' !important; 
	font-size: 11pt !important;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
	text-transform: initial !important;
	font-family: 'Open Sans' !important;
	color: #ccccc0 !important;
	letter-spacing: 0.6px !important;
	font-size: 10pt !important;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
color: #666666 !important;
	
	}

.uk-navbar-toggle-icon {
	padding-right: 20px;
}

div#tm-mobile {
	z-index: 500 !important;
}

@media only screen and (min-width: 641px){
.umbruch {
	display: none;
}
	}

#tm-toolbar {
	margin-bottom: 10px !important;
}

/*Responsive Subnav-Menubar*/
.subnav-resp * {
  box-sizing: border-box;
}
.subnav-resp html,
.subnav-resp body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.subnav-resp body {
  font-family: 'Unna'!important;
  background: #e6e6e6;
  padding: 30px;
}
.subnav-resp p {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 40px;
}

.subnav-resp a {
  color: #fff !important;  
  font-family: 'Unna'!important;
}

.subnav-resp a:hover {
  color: #fff !important;  
}

.subnav-resp a.active {
  color: #fff !important;
}

.subnav-resp .tabs {
  position: relative;
  list-style: none;
  /*min-width: 800px;*/
 /* max-width: 1200px;*/
  margin: 0 auto;
  padding: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  background: #9A0000;
  color: #fff;
  user-select: none;
  font-size: 0;
  font-weight: 400;
	
}



.subnav-resp .tabs li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  
  cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .8px;
}

	




.subnav-resp .tabs li.hidden {
  position: absolute;
  visibility: hidden;
}
.subnav-resp .tabs li.padded {
  padding-right: 80px;
}
.subnav-resp .tabs .menu-btn {
  position: relative;
  display: block;
  visibility: hidden;
  height: 47px;
  padding-left: 25px;
  background: #9A0000;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
 font-family: 'Unna'!important;
}
.subnav-resp .tabs .menu-btn span:before {
  position: absolute;
  border: solid 5px transparent;
  content: '';
  border-top-color: #fff;
  top: 5px;
  height: 0;
  width: 0;
  margin: auto;
  left: 10px;
  bottom: 0;
  margin-right: 4px;
}
.subnav-resp .tabs .menu-btn span:last-child {
  display: none;
}
.subnav-resp .tabs .menu-btn span:last-child:before {
  top: -5px;
  border-top-color: transparent;
  border-bottom-color: #fff;
}

.subnav-resp .tabs[data-expanded=true] .active {
	border-bottom: none;
	
}

.subnav-resp .tabs[data-expanded=true] .active {
	border-bottom: none;
	
}

.subnav-resp .tabs[data-expanded=true] {
  background: #9A0000;
  overflow: visible;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
	margin-top: -71.3px;
}
.subnav-resp .tabs[data-expanded=true] .menu-btn span:first-child {
  display: none;
}
.subnav-resp .tabs[data-expanded=true] .menu-btn span:last-child {
  display: inline;
}
.subnav-resp .tabs[data-expanded=true] .tab {
  width: 100%;
  border-bottom: none;
}
/*.subnav-resp .tabs[data-expanded=true] .active_li {
  border-left: solid 3px #fff;
}*/
.subnav-resp .tabs[data-expanded=true] .tab.hidden {
  position: static;
  visibility: visible !important;
}

.subnav-resp .tabs[data-expanded=true] li {
	text-align: left !important;
}




.subnav-resp .tabs[data-expanded=true] li:before{
	content: "" !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	height: 0px !important;
	border-left: none !important;
	text-align: left !important;
}


.subnav-resp .debug {
  display: block;
  margin-top: 40px;
  width: 150px;
  margin: 40px auto;
  text-decoration: none;
  background: #e6e6e6;
  border-radius: 4px;
  color: #333;
  padding: 10px 0;
  border: solid 1px #ccc;
  text-align: center;
}
.subnav-resp .debug:hover {
  background: #e1e1e1;
}
.subnav-resp .drop-down {
  display: none;
}



.subnav-resp .tabs li:not(:first-child):not(:last-child):before {
	content: "";
    height: 1em;
    margin-right: 30px;
    border-left: 1px solid #bbb;
}


@media only screen and (max-width: 1000px) {
	.subnav-resp .tabs li:not(:first-child):not(:last-child):before {
	content: "";
    height: 1em;
    margin-right: 10px;
    border-left: 1px solid #bbb;
		margin-left: -21px;
}

	
}
@media only screen and (min-width: 1025px){ 
.responsive-subnav{
		display:none
	}}

@media only screen and (max-width: 1199px) {
	.uk-navbar-left a.uk-logo {
		padding-left: 20px !important;
	}
}

/*Weihnachtsmarkt 2021 Seite Hero Panel responsive*/

@media only screen and (min-width: 300px) and (max-width:400px) {
    .muetze h3 {
    	width: 250px !important;
		font-size: 34px !important;
		left: 0% !important;
    }
   .muetze {
    top: 3.5% !important;
	  left: 9.5% !important;
}
    .muetze img {
    top: -24% !important;
    right: -8% !important;
	width: 90px !important;
}
}

@media only screen and (min-width: 401px) and (max-width:420px) {
    .muetze h3 {
    	width: 250px !important;
		font-size: 34px !important;
		left: 0% !important;
    }
   .muetze {
    top: 3% !important;
	left: 14% !important;
}
    .muetze img {
    top: -29% !important;
    right: -10% !important;
	width: 100px !important;
}
}
@media only screen and (min-width: 421px) and (max-width:700px) {
    .muetze h3 {
    	width: 250px !important;
		font-size: 34px !important;
		left: 0% !important;
    }
   .muetze {
    top: 3.7% !important;
	left: 15% !important;
}
    .muetze img {
    top: -29% !important;
    right: -10% !important;
	width: 100px !important;
}
}


@media only screen and (min-width: 701px) and (max-width:800px) {
    .muetze h3 {
    	width: 450px !important;
		left: 0!important;
    }
  .muetze  {
    top: 6% !important;
	  left: 19% !important;
}
   .muetze img {
    top: -40% !important;
    right: -6% !important;
}
}

@media only screen and (min-width: 801px) and (max-width:900px) {
  .muetze h3 {
    	width: 450px !important;
	  left: 0%!important;
    }
  .muetze  {
    top: 7% !important;
	 left: 20% !important;
}
	.muetze img {
    top: -40% !important;
    right: -6% !important;
}
}
@media only screen and (min-width: 1000px) and (max-width:1199px) {

  .muetze {
    top: 9% !important;
}
}
@media only screen and (min-width: 1200px) and (max-width:1350px) {

  .muetze {
    top: 6% !important;
}
}

@media only screen and (min-width: 1351px) and (max-width:1450px) {

  .muetze {
    top: 6% !important;
}
}
@media only screen and (min-width: 1451px) and (max-width:1500px) {

  .muetze {
    top: 6.5% !important;
}
}
@media only screen and (min-width: 1501px) and (max-width:1549px) {

 .muetze {
    top: 6.5% !important;
}
}

@media only screen and (min-width: 1550px) and (max-width: 1600px) {

  .muetze {
    top: 7.5% !important;
}
}
@media only screen and (min-width: 1601px)and (max-width: 1700px) {

  .muetze {
    top: 6.5% !important;
}
}
@media only screen and (min-width: 1701px)and (max-width: 1750px) {

  .muetze {
    top: 7% !important;
}
}
@media only screen and (min-width: 1751px)and (max-width: 1920px) {

  .muetze {
    top: 7.5% !important;
}
}
@media only screen and (min-width: 1921px) {

  .muetze {
    top: 8.5% !important;
}
}
/*Illus Responsive*/
@media only screen and (min-width: 300px) and (max-width:700px) {
   
   .kugel {
    
	left: 65% !important;
	   width: 120px !important;
}
	.handschuhe {
		left: 5% !important;
		top: -15% !important;
		width: 250px!important;
	}
	
	.zweige {
		left: 22% !important;
		top: 4% !important;
		width: 250px !important;
	}
}

/*Frühjahrsmarkt Header*/

@media only screen and (min-width: 300px) and (max-width:700px) {
    .fruehjahr h3 {
		font-size: 34px !important;
    }
   .fruehjahr {
    top: 17% !important;
}

}

@media only screen and (min-width: 701px) and (max-width:800px) {
    
  .fruehjahr  {
    top: 22% !important;
}

}

@media only screen and (min-width: 801px) and (max-width:900px) {
  
  .fruehjahr  {
    top: 26% !important;
}

}

@media only screen and (min-width: 1200px) and (max-width:1350px) {

  .fruehjahr {
    top: 22.5% !important;
}
}

@media only screen and (min-width: 1351px) and (max-width:1500px) {

  .fruehjahr {
    top: 21% !important;
}
}
@media only screen and (min-width: 1501px) and (max-width:1540px) {

 .fruehjahr {
    top: 23% !important;
}
}
@media only screen and (min-width: 1541px) and (max-width: 1920px) {

  .fruehjahr {
    top: 23% !important;
}
}
@media only screen and (min-width: 1000px) and (max-width:1199px) {

  .fruehjahr {
    top: 24% !important;
}
}

/*Foozer und NAv im Modalen Fenster ausblenden*/
.faq-neu .tm-header-mobile, .faq-neu .footer-div {
	display: none;
}

/*Breaks mobil ausblenden*/
@media only screen and (max-width:750px){
	.break {
		display: none;
	}
	
}

@media only screen and (min-width:850px){
	.mobile-break {
		display: none;
		
	}
}

/*Restaurant Header*/
@media only screen and (min-width: 300px) and (max-width:700px) {
    .restaurant h3 {
		font-size: 34px !important;
		line-height: 1.5;
    }
   .restaurant {
    top: 5% !important;
}

}

@media only screen and (min-width: 701px) and (max-width:800px) {
    
  .restaurant {
    top: 8% !important;
}
	.restaurant h3 {
		line-height: 1.46;
    }

}

@media only screen and (min-width: 801px) and (max-width:950px) {
  
  .restaurant  {
    top: 7% !important;
}
	.restaurant h3 {
		line-height: 1.5;
		font-size: 34px !important;
    }

}

@media only screen and (min-width: 1200px) and (max-width:1350px) {

  .restaurant{
    top: 7.5% !important;
}
}

@media only screen and (min-width: 1351px) and (max-width:1500px) {

  .restaurant {
    top: 8% !important;
}
}
@media only screen and (min-width: 1501px) and (max-width:1540px) {

 .restaurant{
    top: 9% !important;
}
}
@media only screen and (min-width: 1541px) and (max-width: 1920px) {

  .restaurant {
    top: 10% !important;
}
}
@media only screen and (min-width: 1000px) and (max-width:1199px) {

  .restaurant {
    top: 7% !important;
}
}


@media only screen and (min-height: 300px) and (max-height:450px) {

  .restaurant{
    top: 3% !important;
}
}
/*Xmas Störer*/
.xmasstoerer img {
		transform: rotate(15deg);
    position: fixed;
    left: 80%;
    top: 150px;
    width: 110px;
    height: 110px;
    z-index: 9;
}

@media only screen and (min-width: 700px) and (max-width: 1100px){
    .xmasstoerer img{
    	top: 75px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 699px){
    .xmasstoerer img {
    	top: 80px !important;
        left: 60% !important;
        
    }
}

.faq-neu .xmasstoerer img, .wmarkt .xmasstoerer img {
	display: none !important;
}

.uk-sticky-fixed {
	z-index: 2 !important;
}

.ladestation {
	font-weight:400;
	color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
	padding: 3px 0px 3px 24px;
}

.tm-toolbar .uk-grid-medium>div.uk-margin-small-top {
	padding-left: 40px;
	
}
#module-90 form {
	max-width: 160px;
}
#page\#0 {
	z-index:0 !important;
}