/***  colors 
d-grün: 	#187d37 187d37
h-grün: 	#95b71d 
magenta: 	#e5007d
türkis: 	#009aa3 
türkis h 	#67c1c5
orange: 	#ef7c00
***/

/*** webfonts for demo ***/

@font-face {
    font-family: 'barlow-bold';
    src: url('webfonts/barlow-bold-webfont.woff2') format('woff2'),
        url('webfonts/barlow-bold.woff') format('woff'),
        url('webfonts/Barlow-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('webfonts/barlow-regular-webfont.woff2') format('woff2'),
        url('webfonts/barlow-regular-webfont.woff') format('woff'),
        url('webfonts/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow-italic';
    src: url('webfonts/barlow-italic-webfont.woff2') format('woff2'),
        url('webfonts/barlow-italic-webfont.woff') format('woff'),
        url('webfonts/Barlow-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'barlow-medium';
    src: url('webfonts/barlow-medium-webfont.woff2') format('woff2'),
        url('webfonts/barlow-medium-webfont.woff') format('woff'),
        url('webfonts/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow-semibold';
    src: url('webfonts/barlow-semibold-webfont.woff2') format('woff2'),
        url('webfonts/barlow-semibold-webfont.woff') format('woff'),
        url('webfonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*** allgemeines reset ***/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  	font-weight: normal;
  	list-style: none;
}
:focus {
	outline: 0;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a { text-decoration:none; color: inherit; }
b, strong { font-family: 'barlow-semibold'; }

html, body {
	height: 100%;
	margin: 0px;
}	


/*** temp seite spezial ***/
.page-template-page-slider .burger {display: block; }
.page-template-page-slider2 .exnew {display: none; }


body {
	background-color: #97b811;
	font-size: 22px;
	line-height: 36px;
    font-family: 'barlow';	
}

/* body.page-template-page-slider2, 
  body.page-template-page-slider { background-color: #97b811; } 
*/

#mobheader {display: none;}

#header {
	width: 100%;
	background-color: #97b811;
	margin: 0 auto;	
}


.site-title {
	margin: 0 auto;
	position: relative;
}

/**** menu ****/

.menu20 { 
	display: none; 
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 24px auto;
}

.menu20 ul li
{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px #FFF solid;
}
.menu20 ul li:first-of-type {
	border-top: 1px #FFF solid;
}

.menu20 ul li:hover { background-color: #187d37; }

.menu20 ul li a { display: block; margin: 0 8px;}

.menu20 ul li ul {
	padding-left: 25px;
	background-color: #97b811;
}

.menu20 ul li ul li:last-of-type { 	border-bottom: none; }

.menu20 ul li ul li {
	text-transform: none;
}

.menu20 ul li ul li a { margin: 0 3px; }

.burger {
	cursor: pointer;
	position: absolute;
	z-index: 900;
	right: 0;
	top: 25px;
	/*background-color: #fff;*/
	padding: 0;
}

.bar1, .bar2, .bar3 {
  width: 26px;
  height: 4px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.1s;
 /* box-shadow:   1px 2px 2px 0px #ccc;*/
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-9px, 7px);
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -4px);
  transform: rotate(45deg) translate(-5px, -4px);
}
.change .bar2 {opacity: 0;}

.noburger {
	cursor: wait;
	position: absolute;
	z-index: 900;
	right: 0;
	top: 25px;
	background-color: #fff;
  	width: 6px;
  	height: 6px;
 	border: 2px solid #fff;
}



.headbtns {
	display: none;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 24px auto;
}

.headbtns .item {
 	width: 49.4%;
 	height: 76px;
 	border: 2px solid #fff;
 	font-size: 0;
 	cursor: pointer;
}

.headbtns.temp .item {
	cursor: wait;
}

.headbtns .left
{
	float: left;
	background-image: url(img/uf21_digital2.png);
	background-repeat: no-repeat;
	background-position: center center;
} 
.headbtns .right {
	float: right;
	background-image: url(img/uf21_kultur2.png);
	background-repeat: no-repeat;
	background-position: center center;
} 

.headbtns .item:hover,
.headbtns .item.active {
	background-color: #187d37;
	border-color: #187d37;
}



#wrapper  {
	width: 100%;
	background-color: #fff;
	max-width: 1400px;
	margin: 0 auto;	
	position: relative;
}

/** flexi **/
.buehne .overlay,
.main-content, 
.footcontent,
.site-title {
	width: 83%;
	max-width: 1168px;
}

.site-title {
	width: 100%;
	max-width: 1400px;
	max-height: 140px;
}


.site-title img {
	width: 89%;
	max-width: 1318px;
}

/*** countdown ***/

.countdown .main-content {
	width: 100%;
	max-width: 1400px;

}

.countdown 

.cgrid {
	margin: 0 auto 2% auto;
	color: #fff;
}
.cgrid .citem {
	float: left;
	display: inline-block;
	width: 22.4%;
	margin: 2% 0 0 2%;
	background-color: #187d37;
  	padding-top: 22.4%; /* 1:1 Aspect Ratio */
  	position: relative; /* If you want text inside of it */
}

.cgrid .citem span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.counter-box-1 .citem span {
	font-family: 'barlow-semibold';
	font-size: 15vw;
}

@media only screen and (min-width: 1401px) { 
.counter-box-1 .citem span {
	font-size: 210px;
}

}


.ctxt .citem span {
	font-size: 21px;
}

.cinhalt {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}


img { max-width: 100%; }

#wrapper.meile  {
/*	padding-bottom: 58px; */
}

.buehne {
	position: relative;	
	width: 100%;
}

.slider { height: auto; margin-bottom: -10px; }

.buehne img {
	width: 100%;
}
.inner-script {
	z-index: 2;
	position: absolute;
	background-image: url(img/bg_70.png);
	background-repeat: repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	width: 83%;
	max-width: 1168px;
}

.inner-script  p {
	padding: 50px 60px;
	font-size: 32px;
	line-height: 52px;
}

.buehne .overlay {
	position: absolute;
	z-index: 5;
	height: 60%;
	background-image: url(img/bg_70.png);
	background-repeat: repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}

.buehne .overlay p {
	padding: 50px 60px;
	font-size: 32px;
	line-height: 52px;
}

.main-content {
	margin: 0 auto;
	background-color: #fff;
}

.content-area {
	padding: 58px 128px;
}

/*** fotorama slider ***/

.stage { 
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
} 

.fotorama { 
	max-width: 1400px; 
	margin: 0 auto;
/*	background-color: #95b71d; */
	border-bottom: 1px solid #7f7f7f;
}

.fotorama__stage__frame { background-color: #95b71d; }

.fotorama__caption  {
	z-index: 200;
	position: absolute;
/*	background-image: url(img/bg_70.png);	*/
	background-color: rgba(255, 255, 255, 0.6);
	background-repeat: repeat;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 83%;
	max-width: 1168px;
	height: auto;
	max-height: 90%;
	overflow: auto;
}

.fotorama_close {
	text-align: right;
	width: 99%;
	margin-top: 0.5vw;
	cursor: pointer;	
	background-image: url(img/close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	height: 25px;
}

.fotorama_close a { display: block; border: none;}

.fotorama__caption > .fotorama_close ~ .fotorama_close { display: none; } 


.fotorama__caption__wrap {
    background-color: transparent;
	padding: 2vw 5vw 4vw 5vw;
	font-size: 2.1vw;
	line-height: 180%;
	font-family: 'barlow';
	width: 100%;
}

.fotorama__caption__wrap blockquote {
	color: white;
	text-align: center;
	font-size: 3.1vw;
	line-height: 180%;
}

.fotorama__caption__wrap blockquote a {
	color: white;
	border: none;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
}

.fotorama__caption__wrap blockquote a:hover {
	color: white;
	text-shadow: 0px 0px 0px #333;
}


.fotorama__img {
	width: 100% !important;
	height: auto !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.fotorama__nav-wrap { position:relative; height: 40px;}

.fotorama_custom__arr--prev {
	z-index: 10;
	position: absolute;
	left: 8.5%;
	top: 7px;
	width: 100px;
	height: 25px;
	color: #7f7f7f;
	cursor: pointer;
	background-image: url(img/prev.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.fotorama__nav--dots .fotorama__nav__frame {
    width: 22px;
    height: 30px;
}
.fotorama_custom__arr--next
{
	z-index: 10;
	position: absolute;
	right: 8.5%;
	top: 7px;
	width: 100px;
	height: 25px;
	text-align: right;
	color: #7f7f7f;
	cursor: pointer;
	background-image: url(img/next.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.fotorama__dot {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 10px;
    border: 2px solid #7f7f7f;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0px;
    height: 0px;
    border-width: 7px;
}

.fotorama__video {
	top: 0;
}


.bande  {
	width: 83%;
    max-width: 1168px;
	background-color: #fff;
	margin: 20px auto 0 auto;	
	text-align: center;
	font-size: 2.2vw;
    line-height: 3.7vw;
    color: #187d37;
    font-family: 'barlow';
}


.hideme { opacity: 0; top: 1000px;} 


/*** overlay modal ***/

#modal {
	height: 85%;
	width: 60%;
	display: none;
}

#modalX {
	position: absolute;
   z-index: 400;
	right: 10px;
	top: 10px;
	z-index: 100;
   cursor: pointer;
}

#modal .close {
   position:absolute;
   z-index: 500;
   width: 15px;
   height: 15px;
   top: 5px;
   right: 5px;
   cursor: pointer;
}

#modal .close img { width: 100%; }

/*** pre21 ***/

.pre21 p {
	padding-right: 80px;
}

/*** meile grid ***/

.meile .main-content {
	/*background-color: #97b811;*/
}

.meile .content-area {
 	width: 75%;
	/*max-width: 1400px;*/
	display: inline-block;
	float: left;
   padding: 58px 0;
}


.meile .side-content {
	width: 24%;
	float: left;
	display: inline-block;
	min-height: 50px;
    margin: 60px 0;
}

.auss .side-content {
    margin: 135px 0;
}


ul.grid li
{
	display: inline-block;
	width: 30%;
	margin: 0px 3.0% 40px 0;
	vertical-align: top;
	position: relative;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}

ul.grid li img {
	width: 100%;
	max-width: 100%;
}

ul.grid li:nth-of-type(3n) { 	margin-right: 0; }

ul.grid li div.gridhead {
	font-family: 'barlow-semibold';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #187d37;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 8px;
}

ul.grid li div.gridhead.bg1 {
	background-color: #ef7c00;
}

ul.grid li div.gridimg {
	width: 100%;
	padding-top: 75%; /* Aspect Ratio */
	position: relative; /* If you want text inside of it */
	overflow: hidden;
	background-color: #fff;
		border-width: 0px 0px 0px 0;
	border-color: #97b811;
	border-style: solid;
}

ul.grid li div.gridimg a {
	display: block;
	width: 100%;
}


ul.grid li .gridimg img {
	position: absolute;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.imgs {
	position: relative;
	/*overflow-y: hidden;*/
	/*height: 100%;*/
	margin-top: 6px;
}

ul.grid li .gridtxt {
	position: relative;
	font-family: 'barlow-semibold';
	font-size: 18px;
	line-height: 24px;
	font-size: 1.2vw;
	line-height: 1.6vw;
	color: #fff;
	background-color: #97b811;
	padding: 12px;
		-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphenate-limit-chars: 6 3;
	hyphens: auto;
	overflow-wrap: break-word;
	hyphenate-limit-chars: auto 3;
	padding-top: 27%; /* Aspect Ratio */
	overflow: hidden;
	text-overflow: ellipsis; 
	max-lines: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
}
ul.grid li .gridtxt p {
	position: absolute;
	top: 6px;
	padding: 0 6px 0 0;
	box-sizing: content-box;
	max-lines: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
}

ul.grid li .gridmarker {
	display: none;
	position: absolute;
	top: -2px;
	right: 8px;
	font-family: 'barlow';
	font-size: 28px;
	line-height: 32px;
	color: #fff; 
} 
/* firefox hack */
@-moz-document url-prefix() { 
  ul.grid li .gridmarker {
     top: 3px;
  }
}
/* Edge */

@supports (display:-ms-grid) {
  ul.grid li .gridmarker {
     top: 3px;
  }
}

/* Edge 15 */
@supports (-ms-ime-align:auto) {
  ul.grid li .gridmarker {
     top: 3px;
  }
}
ul.grid li .gridmarker.on {
	display: block;
	z-index: 2;
}

/** kulturbrauerei */
ul.grid li .gridmarker.kb {
	display: block;
	top: 0;
	right: 0;
	font-family: 'barlow-semibold';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 8px;
}

.side { 
	background-color: #fff; 
	margin-bottom: 40px;
	min-height: 100px;
}

.side h3
{
	font-family: 'barlow-semibold';
	font-size: 18px;
	line-height: 144%;	
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 4px;
	margin: -11px 0 14px 0;
	
}

.sponsorenwrap  { 
/*	position: -webkit-sticky; 
	position: sticky;
	top: 0;
	*/
}


.side-content .themen h3 { color: #009aa3;  border-bottom: 1px #009aa3 solid; }

.side-content .sponsorenwrap h3 { 
	color: #ef7c00; 
	line-height: 23px;
	padding-bottom: 6px;
	/*border-bottom: 1px #ef7c00 solid; */
	margin: -11px 0 0 0; 
	position: -webkit-sticky; /* Safari & IE */
}
.side-content .aktuelles h3 { color: #187d37;  border-bottom: 1px #187d37 solid; }
.side-content .programm h3 { color: #e5007d;  border-bottom: 1px #e5007d solid; }

.programm li:hover { color: #e5007d; }

.sponsoren
{
	/*	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25); 
	border-right: 1px #ddd solid;*/
	border: 1px #ef7c00 solid;
	border-left: 1px #ef7c00 solid;
	position: relative;
}




.side-content .social {
	position: relative;
	margin: 35px 0 ;
/*	text-align: center;*/
}

.side-content .social a {
	display: inline-block;
	width: 40px;
	padding: 0 5px;
}

.side-content .social a img {
	width: 100%;
	max-width: 100%;
}

	

.side li  {
	font-family: 'barlow';
	font-size: 18px;
	line-height: 24px;
	color: #000;	
	padding: 0 0 24px 0;
	
}

.themen li  {
	font-family: 'barlow';
	font-size: 18px;
	line-height: 24px;
	color: #000;	
	padding: 0 0 10px 0;	
}

.themen li.active { color: #009aa3; }
.themen li:hover { color: #009aa3; }
/*.themen li span { font-size: 28px; }*/

.aktuelles li:hover { color: #187d37; }

.sponsoren { 
	position:relative;
	width: 100%;
	padding-top: 100%; /* Aspect Ratio */
	background-color: #fff;
}
.sponsoren img {
	position:absolute;
	width: 99%;
	max-width: 99%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}
.sponsoren img.active{z-index:3}

.acco {
	cursor: pointer;
	color: #009dd8;
	display: block;
}

.site-content h1 { font-size: 42px; line-height: 56px; margin-bottom: 30px;}
.site-content h2,
.wp-block-latest-posts li a:first-of-type { 
	font-size: 32px; 
	line-height: 144%; 
	margin-bottom: 33px; 
	color: #187d37;
	/*font-family: 'barlow-semibold';*/
}

.site-content h3 {
	margin-bottom: 33px; 
	color: #187d37;
}

/** aussteller info **/

.meile .content-area .site-content h1 { padding-right: 50px; }



/*** aktuelles **/
.site-content .excerpt { margin-bottom: 33px; }
.site-content .excerpt h2 {
	margin-bottom: 13px; 
}


.wp-block-latest-posts li time,
.datetime { margin-top: 0px; font-size: 15px; color: #6c7781; }
 
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a { font-size: 22px; line-height: 36px; color: #009dd8; }
.wp-block-latest-posts.wp-block-latest-posts__list li { margin-bottom: 32px; }

.backlink { font-size: 18px; line-height: 28px; color: #009dd8; margin-bottom: 22px;}

.site-content p { padding-bottom: 22px;}
.site-content p a  { color: #009dd8; }

.site-content p a:hover { text-decoration: underline; }
.wp-block-embed { margin: 0 0 33px 0; padding: 0; }

.site-content .wp-post-image  {
	margin: 0 0 28px 0;
}

#ytplayer {
	margin: 28px 0;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 22px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 22px;

}


/*** Lightweight Accordion ***/

.lightweight-accordion .lightweight-accordion-title {
    display: list-item;
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
}

.lightweight-accordion {
    margin-bottom: 0.4em;
}

.lightweight-accordion .lightweight-accordion-body {
    padding: 10px;
}


.lightweight-accordion .lightweight-accordion-title p, .lightweight-accordion .lightweight-accordion-title span, .lightweight-accordion .lightweight-accordion-title h1, .lightweight-accordion .lightweight-accordion-title h2, .lightweight-accordion .lightweight-accordion-title h3 {
    display: inline;
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
}

@keyframes lwopen {
	0%    {opacity: 0;}
	100%  {opacity: 1;}
}

.lightweight-accordion details[open] summary ~ * {
    animation: lwopen .8s ease-in-out;
}

.entry-content.standard ul {
	list-style: square;
	margin: 0 0 10px 10px;
	padding-left: 12px;
}
.entry-content.standard ul li {
	list-style: square;
    display: list-item;
}


/*** über uns team ***/


.teamgrid {
	margin-top: 30px;
}

.teamgrid .item { 
	float: left;
	display: inline-block;
	width: 300px;
	font-family: barlow-medium;
	font-size: 16pt; 
	line-height: 140%; 
	height: 320px;
	text-align: center;
	/*border-bottom: 1px dashed #999;*/
	margin-right: 0;
	padding: 10px 0 20px 0;
}

.teamgrid img { /*width: 200px; height: 200px; overflow: hidden;*/ }

.teamname {
	font-family: barlow-semibold;
	color: #95b71d;
	/*border-top: 1px dashed #999;*/
	padding: 0 0 0 0;
}



/*** sponsorpage  ***/


.sponsorpage h3 {  color: #000; }

.sponsorpage ul {
/*	display: inline-block;	*/
}
 
.sponsorpage ul li
{
	list-style: none;
	position: relative; 
	display: inline-block;
	width: 30%;
	margin: 0px 3.0% 40px 0;
	vertical-align: top;
	position: relative;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}

.sponsorpage ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sponsorpage ul li:nth-of-type(3n) { 	margin-right: 0; } 
/*
ul.grid li div.gridimg {
	width: 100%;
	padding-top: 75%; /* Aspect Ratio */
	position: relative; /* If you want text inside of it */
	overflow: hidden;
	background-color: #fff;
		border-width: 0px 0px 0px 0;
	border-color: #97b811;
	border-style: solid;
}
*/
/*** anmeldung aussteller ***/

.acf-form .acf-field-5f0327e6c658e { display: none; }
.acf-form .acf-button { color: #009dd8; }
.acf-form .description { font-size: 14px; } 
.acf-form .acf-checkbox-list label { font-size: 18px; }

/*** hide past years ***/
.acf-form .acf-field-6092f96133039,
.acf-form .acf-field-620f67c22d5b3 { display: none; }

.acf-form .acf-field-5ef343ac0676f .acf-input { 
 -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;

}

.acf-form-submit .acf-button {
	font-size: 21px;
	padding: 10px;
	border: 2px solid #009dd8;
	background-color: #fff;
	cursor: pointer;
}

	
.entry-content.standard.rightcol {
	padding-right: 50px;
}

.side .menu-ausst li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 22px;
}

.side .menu-ausst li {padding-bottom: 12px; }
.side .menu-ausst li { color: #009dd8; }
.side .menu-ausst li:hover { color: #e5007d; }
.side .menu-ausst li.current-menu-item { color: #000; }

.fuerauss .side-content {
    margin: 124px 0;
}

.fuerauss .side-content .programm h3 {
	color: #009dd8;
	border-bottom: 1px #009dd8 solid;
}

/***  aussteller ***/


.counter {
  position: fixed; /* or absolute */
  top: 48%;
  right: 15%;
/*  display: none; */
}

.thanks_button_div { position: relative; }

.ajaxloader {
  position: absolute;
  top: 3px;
  left: 41.4%;
  visibility: hidden;
}
.thanks_button_div .btinner  { background-position: center top; }

.thanks_button_div input[type="button"],
.thanks_button_div input[type="button"]:hover
{
	font-family: barlow;
	font-size: 13px;
	color: #97b811;
	text-align: center;
	vertical-align: bottom;
	padding-top:28px;
}



body.single-aussteller {  background-color: #97b811; }
 
.alogo {
	max-width: 330px;
	max-height: 300px;
	margin-bottom: 36px;
}

.auscontact {
	margin: 28px 0;
}

.ausdownloads a {
color: #009dd8;
}

.rm { color: #009dd8; }

.aussteller-single .galerie,
.aussteller-single .media,
.aussteller-single .ausdownloads,
.aussteller-single .auscontact { 
	border-top: 1px #999 dotted; 
	padding-top: 42px;
}

.aussteller-single .austxt { margin-bottom: 42px; }
.aussteller-single .galerie { margin-bottom: 44px; }
.aussteller-single .media { margin-bottom: 44px; }
.aussteller-single .ausdownloads, .aussteller-single .auscontact { padding: 42px 0 28px 0;}

.ausgallery {
	display: inline-block;
	height: 140px;
	margin: 0 2% 2% 0;
}

.ausgallery img {
	height: 100%;
}

.klappi { overflow: hidden; }


.vidimg {
	float: left;
	position: relative;
	width: 47%;
	margin: 0 4% 3% 0;
}

.vidimg:nth-child(2n)  { margin-right:0 }

.vidimg img { line-height: 0; }

.vidimg span {
	display: block;
	font-size: 14px;
	line-height: 18px;
}


.playbtn {
	position: absolute;
	height: 80px!important;
	max-height: 30%;
	width: auto!important;
	left: 50%;
	top:50%;
	transform: translate(-50%,-70%);
	z-index: 20;

}

.post-edit-button {
	color: #009dd8;
	border: 2px #009dd8 solid;
	padding: 4px 8px;
}


.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	visibility: hidden;
}

figcaption.blocks-gallery-caption,
figcaption.blocks-gallery-caption strong {  font-size: 14px; font-family: 'barlow'; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	 position: relative;
	 background: none;
	 color: #000;
	 line-height: 18px;
	 padding-top: 5px;
}

.wp-block-image figcaption { margin: 0; }

.gallery-item img { width: 94%; border: none !important; }
#gallery-1 img { border: none; }
.wp-caption-text { 
	font-size: 12px; 
	font-family: 'barlow'; 
	line-height: 14px;	
	
}


/*** footer ***/

#footer {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	background-color: #187d37;
	padding-top: 20px;
}

.page-template-page-slider2 #footer { max-width: 1400px; margin: 0 auto; } 


.footcontent {
	background-color: #187d37;
	position: relative;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

.footcontent a { color: inherit; text-decoration: none; }
.footcontent a:hover { color: #ddd; }

#footer .footnav li {
	float: left;
	width: auto;
}

#footer .footnav li a {
	padding: 0 14px 5px 14px;
}

#footer .footnav li:first-of-type a {
	padding-left: 0 ;
}


#footer .footnav li::after {
  content: "|";
}
#footer .footnav li:last-of-type::after {
  content: "";
}


#footer .footlogos {
	margin: 28px 0;
}

#footer .footlogos .glfoot { height: 135px; margin: 2px 0;}
#footer .footlogos .spfoot { height: 87px; margin: 11px 28px 9px 0;}

#footer .footlogo { 
	float: left;
	width: auto;
	height: 142px;
	font-size: 14px;
	line-height: 14px;
	margin-right: 28px;
}

#footer .logotxt {
	font-size: 10px;
	line-height: 13px;
}

#footer .social {
	position: absolute;
	right: 0;
	top: 0;
}

#footer .social a {
	display: inline-block;
	width: 40px;
	padding-left: 10px;
}

#footer .social a img {
	width: 100%;
	max-width: 100%;
}

#disclaimer { font-size: 14px; }

/*** suche */

.searchfield {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 32px;
  border: 1px solid #ccc;
	background: #fff; 
  text-align: center;
  color: #fff;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  	background-image: url(img/such-hell.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;

}

/*Resize the wrap to see the search bar change!*/
.searchwrap{
  width: 100%;
 margin-bottom: 40px; 
}
.fa
{
	display: inline-block;
}
.fa-search:before {
/*    content: "\f002";*/
}

table td {
	font-size: 18px;
	line-height: 22px;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

table {
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
}

@media only screen and (min-width: 1400px) {

	 .counter {
	  right: 8%;
	}


	ul.grid li .gridtxt {
		font-size: 1.2vw;
		line-height: 1.6vw;
		font-size: 17px;
		line-height: 22px;
	}
}


@media only screen and (min-width: 1650px) {

	 .counter {
	  right: 14%;
	}

}

@media only screen and (max-width: 1400px) {

		 .counter {
		  right: 2%;
		}

	#header {
		width: 98%;
		padding: 0 1%;
	}

	.buehne .overlay p {
		padding: 4vw 5vw;
		font-size: 2.6vw;
		line-height: 3.9vw;
	}
	.content-area {
    	padding: 4vw 7vw;
	}
	
	.inner-script {
		z-index: 2;
		position: absolute;
		background-image: url(img/bg_70.png);
		background-repeat: repeat;
		top: 50%;
		left: 0; 
		transform: none; 
		transform: translateY(-50%);
		width: auto;
		max-height: 100%;
		overflow: hidden;
	}
	.inner-script p {
		padding: 4vw 5vw;
		font-size: 2.6vw;
		line-height: 3.9vw;
	}

	.site-content h1 { font-size: 32px; line-height: 46px; margin-bottom: 30px;}
	.site-content h2,
	.wp-block-latest-posts li a:first-of-type { 
		font-size: 22px; 
		line-height: 36px;
	}
			
	.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a { font-size: 22px; line-height: 36px; color: #009dd8; }

	body {
		font-size: 22px;
		line-height: 36px;
	}
    ul.grid li .gridtxt {
		font-size: 1.2vw;
		line-height: 1.8vw;
    
    }

}

@media only screen and (max-width: 1025px) {

	 .counter {
	  right: 0%;
	}
	

	.themen li,
	.side li,
	.footcontent {  
		font-size: 14px; 
		line-height: 18px;
	}

    ul.grid li .gridtxt {
		font-size: 1.4vw;
		line-height: 1.6vw;
    
    }
    
	.headbtns .right {
	
		/*background-size: 80% auto;*/
	}
	
	.cinhalt p {
		margin-top: 19px;
	}
	
	
	
}

@media only screen and (max-width: 770px) {

	.burger {
		top: 5px;
	}

	.site-content h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.bande {
		font-size: 3.2vw;
    	line-height: 4.7vw;
	}

	.meile .content-area { width: 67%; }
	.meile .side-content { width: 33%; }
	ul.grid li:nth-of-type(3n) {
    	margin-right: 3%;
	}
	ul.grid li:nth-of-type(2n) {
    	margin-right: 0;
	}
	ul.grid li {
		display: inline-block;
		width: 46%;
		margin: 0px 3.0% 40px 0;
    }
    ul.grid li .gridtxt {
		font-size: 1.8vw;
		line-height: 2.6vw;
    
    }
    #modal {
		height: 85%;
		width: 90%;
	}
	.headbtns .item {
		width: 99%;
		float: none;
		margin: 0 auto;
	}
	.headbtns .left { margin-bottom: 10px; }
	
	#header { padding-top: 1%; }
	.noburger { display: none; }
	
}


@media only screen and (max-width: 600px) {
	

	 .counter {
	  right: 0%;
	}


	.buehne .overlay, .main-content, .footcontent, .fotorama__caption {
		width: 92%;
	}

	.meile .content-area { width: 100%; }
	.meile .side-content { width: 100%; }
	ul.grid li:nth-of-type(3n) {
    	margin-right: 3%;
	}
	ul.grid li:nth-of-type(2n) {
    	margin-right: 0;
	}
	ul.grid li {
		display: inline-block;
		width: 47%;
		margin: 0px 3% 20px 0;	
    }
    ul.grid li .gridtxt {
		font-size: 2.8vw;
		line-height: 3.6vw;
    	padding-top: 28%;
    }



	.buehne .overlay p {
		padding: 4vw 5vw;
		font-size: 2.6vw;
		line-height: 3.6vw;
	}
	.fotorama__caption__wrap {
		padding: 1vw 3vw 2vw 3vw;
		font-size: 2.8vw;
		line-height: 3.7vw;
	}	
	
	.fotorama_close {
		height: 15px;
	}
	.content-area {
    	padding: 4vw 0vw;
	}
	
	.inner-script {
		z-index: 2;
		position: absolute;
		background-image: url(img/bg_70.png);
		background-repeat: repeat;
		top: 50%;
		left: 0; 
		transform: none; 
		transform: translateY(-50%);
		width: auto;
		max-height: 100%;
		overflow: hidden;
	}
	.inner-script p {
		padding: 3vw 4vw;
		font-size: 4.0vw;
		line-height: 5.2vw;
	}

	.site-content h1 { font-size: 22px; line-height: 28px; margin-bottom: 30px;}
	.site-content h2,
	.wp-block-latest-posts li a:first-of-type { 
		font-size: 22px; 
		line-height: 28px; 
	}
			
	.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a { font-size: 16px; line-height: 22px; color: #009dd8; }

	body {
		font-size: 16px;
		line-height: 22px;
	}

	#footer .social {
		position: relative;
		margin-top: 20px;
	}
	

	    #modal {
		height: 85%;
		width: 98%;
	}

	.vidimg {
		width: 100%;
	}



	.headbtns .item {
		height: 40px;
		background-size: auto 80%;
	}

	#header {
		padding-top: 10px;
		width: 96%;
		padding: 0 2%;
	}
	.site-title img { width: 90%; }
	
	.wp-block-image {
		margin: 0;
	}


	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 100%;
	}
	
	/*** countdown ***/
	
	.countdown .main-content {
		width: 100%;
		max-width: 1400px;
	
	}

	
	.cgrid {
		margin: 0 auto 2% auto;
		color: #fff;
	}
	.cgrid .citem {
		float: left;
		display: inline-block;
		width: 22.4%;
		margin: 2% 0 0 2%;
		background-color: #187d37;
		padding-top: 22.4%; /* 1:1 Aspect Ratio */
		position: relative; /* If you want text inside of it */
	}
	
	.cgrid .citem span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.counter-box-1 .citem span {
		font-family: 'barlow-semibold';
		font-size: 15vw;
	}
	.ctxt .citem span {
		font-size: 4.4vw;
	}
	
	#footer .footlogos .glfoot {
		height: 80px;
	}
	#footer .footlogo {
		height: auto;
		margin-bottom: 14px;
	}
	#footer .footlogos .spfoot { 
	height: 80px;
	margin: 11px 5% 9px 0
	}
	#footer .footlogos { height: auto; margin-bottom: 20px; }
	
	#footer .footcontent, #footer .footlogo, #disclaimer { font-size: 12px; }

}

@media only screen and (max-width: 450px) {

	 .counter {
	  right: 0px;
	  top: auto;
	  bottom: 0px;
	}


	.cinhalt {
		width: 90%;
	}

	.menu20 ul li { padding:  10px 0; }
	.bande { font-size: 18px; line-height: 24px; }
	
	.burger {
		top: 5px;
	}
	.bar1, .bar2, .bar3 {
		width: 20px;
		height: 3px;
		background-color: #fff;
		margin: 4px 0;
		transition: 0.1s;
		/* box-shadow: 1px 2px 2px 0px #ccc; */
	}
	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
	  transform: rotate(-45deg) translate(-5px, 4px);
	}
	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-6px, -5px);
	  transform: rotate(45deg) translate(-6px, -5px);
	}
	.change .bar2 {opacity: 0;}

	.fotorama__caption__wrap {
	font-family: 'barlow-medium';
		padding: 1vw 3vw 2vw 3vw;
		font-size: 16px;
		line-height: 20px;
	}	
 	.meile .content-area { width: 100%; }
	.meile .side-content { width: 100%; }

	ul.grid li {
/*		display: inline-block;
		width: 100%;
		margin: 0px 0 40px 0;	*/
    }
    ul.grid li .gridtxt {
		font-size: 12px;
		line-height: 14px;
    	padding-top: 33%;
    }

	.alogo {
		max-width: 100%;
	}
	
	#footer .footnav li a {
		padding: 0 6px 5px 6px;
	}

}