html{
	overflow:hidden;
    height:100%;
    padding:0px;
}
body{
	background-color: #FFFFFF;
	/*padding:25px; */
	/*overflow:hidden;*/
    overflow:auto;
    height:100%;
    padding:0px;
    margin:0px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight: 500;
}

.zoomwrap{
	display:none;
}

.c-logo{
	width:30%;
}

#works{
    display:block;
    margin-top:100px;
}

.mmlistpicwrap{
     width:50%;
     display:inline-block;
     text-align:right;
}

.enquire{
    color:#FFFFFF;
    background-color:#000000;
    padding:7px;
    padding-top:4px;
    padding-bottom:4px;
    width:70px;
	height:19px;
    text-align:center;
    cursor:pointer;
}

.enquireoverlay,.zoomoverlay{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background-color: rgba(30,30,30,.9);
    z-index:99999999999999999;
    display:none;
}

.zoomwrapper{
	position:absolute;
	left:50%;
	top:50%;
	transition: all 0.5s ease-out;
}

#enquiretitle{
    background-color:#EEEEEE;
    width:calc(100% - 20px);
    padding-left:10px;
    padding-right:10px;
    padding-top:4px;
    padding-bottom:4px;
    font-size:14px;
    font-weight:bold;
}

#enquire_wrap{
    width:400px;
    height:500px;
    background-color:#FFFFFF;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-250px;
}

#enquirethumb{
    background-color:#DDDDDD;
    width:100%;
    overflow:hidden;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

#en_pic{
    height:80px;
}

.en_head{
    width:100%;
    height:30px;
    background-color:#CCCCCC;
    text-align:center;
    font-size:20px;
    padding-top:8px;
}

.mmartistname{
    margin-top:5px;
    font-size;20px;
}

.en_error{
    color:red;
    border:1px solid red !important;
}

.en_input{
    width:calc(100% - 15px);
    height:24px;
    border:1px solid #000000;
    margin-bottom:15px;
    font-size:14px;
}
.en_text{
    width:calc(100% - 15px);
    border:1px solid #000000;
    margin-bottom:15px;
    height:80px;
    font-size:14px;
    resize: none;
}

.en_send{
    color:#FFFFFF;
    border:none;
    background-color:#000000;
    padding:7px;
    padding-top:4px;
    padding-bottom:4px;
    text-align:center;
    cursor:pointer;
    width:calc(100% - 10px);
}

.en_close{
    float:right;
    margin-top:-9px;
    margin-right:10px;
    font-size:32px;
    cursor:pointer;
}

.fsocmed{
    position:absolute;
    left:50%;
    top:10px;
    width:160px;
    margin-left:-80px;
    text-align:center;
}

.metanav{
    position:absolute;
    right:10px;
    left:unset;
    top:15px;
    font-size:14px;
    text-align:unset;
    margin-left:unset;
}

a.metanavitem::before{
    content:"\a0\a0\a0|\a0\a0\a0";
    color:#000000;
}

.detailtext{
    width:calc(100% - 2px);
    height:50%;
    background-color:#FFFFFF;
    color:#000000;
    position:absolute;
    left:0px;
    bottom:0px;
    opacity:0.95;
    border:1px solid #000000;
    overflow:hidden;
    display:none;
    letter-spacing:0.8px;
}

.detailtext_inner{
    position:absolute;
    width:calc(100% - 30px);
    height:calc(100% - 20px);
    left:0px;
    top:0px;
    padding:10px;
    padding-right:20px;
    overflow:auto;
}

.detailclose{
    position: absolute;
    right:10px;
    top:0px;
    width:20px;
    height:20px;
    font-weight:bold;
    font-size:28px;
    cursor:pointer;
    z-index: 5;
}

.artworkdetail,.artworkzoom{
    width:26px;
    height:26px;
    border-radius:13px;
    background-color:#000000;
    color:#FFFFFF;
    text-align:center;
    display:inline-block;
    font-weight:bold;
    font-size:20px;
    margin-right:15px;
	padding-top:2px;
    cursor:pointer;
}

.zoompic{
  width: 100%;
}

.zoomloader{
	width:32px;
	height:32px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-16px;
	margin-top:-16px;
	z-index:6000000000;
}
.zoomloadpic{
	width:100%;
	hei8ght:100%;
}


#filteritems{
    display:block;
    font-size:19px;
    line-height:26px;
    padding-left:10px;
    margin-top:-10px;
    display:none;
}

.filteritem,.bfilteritem{ cursor:pointer; }
.metanav a:nth-child(1)::before{ content:""; }

.navbox{
    padding:25px;
    padding-left:18px;
    min-height:200px;
    padding-bottom:0px;
}

.wwaddress{
    padding-left:25px;
    padding-top:25px;
}

a.navitem,a.burgernavitem{
    font-size:16px;
    margin-bottom:5px;
    text-transform:uppercase;
    padding-right:28px;
    letter-spacing:1px;
}

a.burgernavitem{
    font-size:25px;
    display:block;
    margin-bottom:5px;
    margin-left:20px;
}

#d_alttitle{
    text-align:center;
    width:50%;
    position:absolute;
    left:0px;
    top:5px;
    font-size:70px;
    display:block;
}

#sfield::placeholder {
   text-align: center; 
}

.nospace{
    margin:0px;
    padding:0px;
    margin-bottom:0px;
}

.azul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: calc(100% - 15px);
    /*background: #cacaca;*/
    margin: 0;
    padding: 0;
}
.azli {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    /* background: #fafafa; */
}

.azwrap{
    margin-bottom:20px;
    margin-top:-5px;
}

.artistfilter{
    display:inline-block;
    margin-right:55px;
    font-size:25px;
}

.artistsearch{
    position:absolute;
    right:0px;
    bottom:10px;
    height:30px;
    left:unset;
}

.asearch_input{
    border:1px solid #000000;
    width:120px;
    color: red;
}
#artistsearch::placeholder {
    color:#A1A1A1 !important;
}

#artistfilters{
    margin-bottom:30px;
    border-bottom:1px solid #BBBBBB;
    padding-bottom:15px;
    position:relative;
}

/*
.wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: "b c";
  grid-gap: 50px;
  width: 100%;
}
*/

.box {
  width: 100%;
  box-sizing: border-box;
}
.box-b {
  grid-area: b;
}

.box-c {
  grid-area: c;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner { 
    from 
    { 
        -webkit-transform: rotateY(0deg); 
    } 
    to { 
        -webkit-transform: rotateY(-360deg); 
    } 
} /* all other browsers */

@keyframes spinner { 
    from { 
        -moz-transform: rotateY(0deg); 
        -ms-transform: rotateY(0deg); 
        transform: rotateY(0deg); 
    } 
    to 
    { 
        -moz-transform: rotateY(-360deg); 
        -ms-transform: rotateY(-360deg); 
        transform: rotateY(-360deg); 
    
    } 
}

a:link,a:visited,a:active,a:hover{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

.allcontainer{ }

a.is-active,a.is-current{
    color:#F20C0C;
}

.red{ color: #F20C0C !important; }

a.is-activ>span,a.is-current>span{
  line-height:0px;

}

.slogo{
    vertical-align:top;
    border-right:7px solid #000000;
    border-bottom:3px solid #000000;
    width:145px;
    margin-top:-43px;
}

.slogowrap{
    background-color:#F20C0C;
    border-right:7px solid #000000;
    border-bottom:3px solid #000000;
    width:145px;
    margin-top:0px;
    display:inline-block;
    background-repeat:no-repeat;
    height:100%;
    background-position:0px -30px;
}


.svgblack{ fill:#000000; }
.svgred{ fill:#ed1248; }

#left{
    position:fixed;
    left:0px;
    top:106px;
    width:145px;
    height:calc(100% - 106px);
    border-right:7px solid #000000;
    background-color:#FFFFFF;
    display:block;
}

.contentouter{
    position:fixed;
    overflow:auto;
    width:100%;
    height:calc(100% - 106px);
    top:106px;
}

.content {
    position:absolute;
    overflow:auto;
    background-color:#FFFFFF;
    left:50%;
    width:960px;
    margin-left:-480px;
    margin-bottom:20px;
}

.dbheader{
    position:absolute;
    left:50%;
    top:0px;
    width:960px;
    margin-left:-480px;
	height:103px;
	background-color:#FFFFFF;
    z-index:9000000003;
}

.dbfooter{
    border-top:2px solid #BBBBBB;
    height:45px;
    z-index:60000000;
    background-color:#FFFFFF;
    width:calc(100% - 5px);
    position:relative;
    display:block;
}

.footerdist{
    height:90px;
}

.toplogowrapper{
    display:inline-block;
    position:relative;
    padding:0px;
	height:100%;
    background-color:#FFFFFF;
}

#topnavwrap{
    position:absolute;
    top:44px;  
    left:270px;
    display:block;    
}


.toplogoouter{
    display:inline-block;
    position:absolute;
    top:32px;
    /*margin-right:15px; */
	height:81px;
}
    

.toplogo{
    height:100%;
}

.copyright{
	position:absolute;
	left:0px;
	top:15px;
	font-size:12px;
	text-transform:uppercase;
    text-align:left;
    margin-left:0;
    width:400px;
}

#burgermenu{
	position:absolute;
	right:20px;
	top:55px;
	height:0px;
	overflow:hidden;
	display:none;
	z-index:9000000001;
    background-color:#FFFFFF;
    width:200px;
    border:1px solid #000000;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.5);
    padding-top:15px;
}

.divider{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}

.navline {
	width: 37px;
	height: 3px;
	margin: 0 0 12px 0;
	background-color:#000000;
	transition: all 0.5s ease-out;
}

#burgernav{
	cursor:pointer;
	transition: all 0.5s ease-out;
    position:absolute;
    left:6px;
    top:18px;
}

#burgernav_wrap{
	position:absolute;
	right:0px;
	top:0px;
    width:50px;
    height:50px;
	display:none;
}

#burgernav.close {
	transform: rotate(180deg);
}

/* Styling the three lines to make it an X */
#burgernav.close .navline:nth-child(1) {
	transform: rotate(45deg) translate(20px, 17px);
	width: 45px;
}

#burgernav.close .navline:nth-child(2) {
	opacity: 0;
}

#burgernav.close .navline:nth-child(3) {
transform: rotate(-45deg) translate(5px, 0px);
	width: 45px;
     /* margin-top:4px;
	margin-top:-0.5px; */
}

.filtericon{
	position:fixed;
	width:44px;
	height:44px;
	left:40px;
	top:120px;
	margin-left:-22,5px;
	z-index:19000000001;
}

/*
.show_filter{
	height:44px;
	cursor:pointer;
}
*/

a.footerlink{
    text-decoration: underline;
}

.hiddentemplate{ display:none; }

/* Listendatellung Orte */
.general_header{
	height:39px;
	margin-left:0px;
	margin-top:10px;
	position:relative;
	width:700px;
	padding-bottom:5px;
	font-size:36px;
	letter-spacing:2px;
	border-bottom: 9px solid #CCCCCC;
	margin-bottom:20px;
}

.general_title{
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing: 1,1px;
	font-weight:700;
}

.add_before_options{
	display:inline-block;
}

.filter_header,.kontakt_header{
	margin-left:20px;
	width:584px;
	position:relative;
}

#openfilter{
	margin-right:8px;
}
.getback{
    width:30px;
    height:30px;
    margin-top:4px;
    cursor:pointer;
    display: inline-block;
}

.list_ort_address{
	margin-bottom:10px;
}

/*Filter*/
.filterbutton_container{
	width:680px;
}

.filter_button,.filter_button_active{
	display:inline-block;
	border:1px solid #000000;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
}
.filter_button:hover{
	border:1px solid #0099ff;
}
.filter_button_active:hover{
	border:1px solid #000000;	
}

.filter_rail_blue_left,.filter_rail_grey_left{
	position:absolute;
	width:340px;
	height:8px;
	background-color:#0099ff;
	top:18px;
	left:0px;
}
.filter_rail_grey_left{
	width:0px;
	background-color:#DEDEDE;
}

.filter_rail_blue_right,.filter_rail_grey_right{
	position:absolute;
	width:340px;
	height:8px;
	background-color:#0099ff;
	top:18px;
	right:0px;
}
.filter_rail_grey_right{
	width:0px;
	background-color:#DEDEDE;
}


.filterbuttons{
	width:100%;
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 0px;
	grid-gap: 20px;
}

.filter_button_active{
	color:#0099ff;
	background-color:#f6f6f6;
}

.filtered_content{
	margin-left:20px;
	width:580px;
}

.filter_add_options{
	display:none;
	position:absolute;
	right:0px;
	top:1px;
	font-size:35px;
	font-weight:bold;
	cursor:pointer;
}

.filter_timeslice_container{
	width:680px;
	height:38px;
	position:relative;
}
.filter_actionbuttons_container{
	margin-top:20px;
	margin-left:0px;
	width:700px;
	position:relative;
}

.filter_dates_container{
	width:680px;
	height:35px;
	position:relative;
}

.filter_clear,.filter_show{
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	color: #000000;
}
.filter_show{
	position:absolute;
	left:50%;
	margin-left:-50px;
}

.filter_show:hover{
	border:1px solid #0099ff;	
}

.filter_show{
	border:1px solid #000000;
	font-size:16px;
	padding-left:14px;
	padding-right:14px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:600;
}

.open{
    background-color:#EEEEEE;
}
.openhours{
    width:100%;
    margin-bottom:15px;
    border:none;
    border-collapse:collapse;
}
.openhourstd{
    vertical-align:top;
    border:none;
}

.openhourstdright{
    vertical-align:top;
    border:none;
    min-width:100px;
}

.openhoursdiv{
    height:5px;
}

.reset_img{
	width:30px;
	height:31px;
}
.reset_img:hover{
	fill:#0099ff;
}

.filter_timeslice_from,.filter_timeslice_to{
	position:absolute;
	background-color:#FFFFFF;
	border:4px solid #000000;
	color: #FFFFFF;
	background-color:#FFFFFF;
	height:24px;
	width:24px;
	border-radius:15px;
}
.filter_timeslice_from{
	left:0px;
	top:0px;
}
.filter_timeslice_from:hover,.filter_timeslice_to:hover{
	color: #0099ff;
}


.filter_timeslice_to{
	right:0px;
	top:0px;
}
.filter_timeslice_dates{
	position:absolute;
	width:220px;
	left:230px;
	top:8px;
	height:25px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color: #0099ff;
}

.l_b{
	position:absolute;
	left:0px;
	height:10px;
	bottom:22px;
	width:340px;
}

.r_b{
	position:absolute;
	right:0px;
	height:10px;
	bottom:22px;
	width:340px;
}

/* Kontaktformular */
.text_input{
	width:580px;
	height:30px;
	border:2px solid #000000;
	margin-bottom:20px;
	font-size:16px;
	
	transition: all 0.2s ease-out;
}

.kontakt_container{
	position:relative;
}
.label{
	margin-bottom:5px;
	
}

.text_area{
	width:580px;
	height:160px;
	border:2px solid #000000;
	margin-bottom:8px;
	font-size:16px;
	
	resize: none;
	transition: all 0.2s ease-out;
}

.input_button{
	width:200px;
	text-align:center;
	border:2px solid #000000;
	
	cursor:pointer;
}
.kontakt_senden{
    position:absolute;
	right:0px;
	top:5px;
}

.kontakt_bottom_wrapper{
	margin-top:8px;
	position:relative;
	width:586px;
}

/* Ort Detail */

.ort_head_wrapper{
	margin-top:25px;
}

.ort_name,.event_name{
	font-size:20px;
	font-weight:bold;
}
.ort_adresse,.event_adresse{
	margin-bottom:10px;
}

.ort,.event{
	display:inline-block;
	width:450px;
}
.ort_pic,.event_pic{
	display:inline-block;
	max-width:400px;
	/* max-height:200px; */
	margin-bottom:15px;
}

.olink{
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
}

.oweb{
	display: inline-block;
	font-size:16px;
	/* font-weight:bold; */
}

.acc_more_ort,.acc_more_event{
	display:none;
}
.acc_more_ort_events{
	display:none;
}

.list_event_artspace{
	font-size:24px;
	font-weight:bold;
}

.opic_x{
	width:280px;
	height:280px;
	background-position:center;
	background-size: cover;
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0;
}

.list_event_logo{ 
    width:100%;
    text-align:center;
}
.opic{
    max-width:400px;
}

.plink{
	display:block;
	width:100%;
	height:100%;
}

/* Accordeon */
.accordeon_arrow_down,.accordeon_arrow_left{
	display:inline-block;
	width: 0;
	height: 0;
	margin-top:10px;
	margin-left:5px;
	cursor:pointer;
	transition: all 0.2s ease-out;
}
.accordeon_arrow_down {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #666666;
}

.accordeon_arrow_left {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
  	margin-left:5px;
	margin-top:7px;
	border-left:10px solid #666666;
}

.accordeon{
	width:99%;
	height:30px;
	border:2px solid #CCCCCC;
	background-color:#F3F3F3;
	font-size:16px;
	margin-bottom:15px;
	cursor:pointer;
	transition: all 0.5s ease-out;
	position:relative;
}
.accordeon_header{
	position:absolute;
	left:25px;
	top:3px;
	font-size:16px;
}

/* Animation für den rotierenden Kreis */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Content allgemein */

#ititle{
	position:absolute;
	top:10px;
	left:54px;
}

#close{
	position:absolute;
	right:20px;
	top:0px;
	cursor:pointer;
	font-size:40px;
	z-index:200;
	color: #000000;
}
#close:hover{
	color: #0099ff;
}

#preloader_wrapper,#mailoader_wrapper{
	/* background-color:#f9ed37; */
	background-color:#ffff00;
	z-index:2000000000000000001;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center;
	background-size: cover;
	background-repeat:no-repeat;
}
#mailoader_wrapper{
    position:absolute;
    background-color: rgba(255,255,255,0.9);
    display:none;
}

/* Container für den Preloader */
.preloader-container {
	display: flex;
    justify-content: center;
	align-items: center;
    height:100%;
	/*height: 100vh;*/
	background-color: transparent; /* Hintergrund ist transparent */
}
/* Der kreisförmige Preloader */
.preloader {
	width: 150px;
	height: 150px;
	/*border: 10px solid #ccc; */
	
	
	border: 10px solid #f9ed37;
	border-top-color: #3498db;
	border-radius: 50%;
	animation: spin 2s linear infinite;
}


#indicator{
	position:relative;
	width:32px;
	height:32px;
	border-radius:16px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mynumber{
	display:inline-block;
	margin-left:2px;
}

.indicator{
	position:relative;
	width:32px;
	height:32px;
	border-radius:16px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mynumber{
	display:inline-block;
	margin-left:2px;
}

.mmlistpic{
    width:100%;
}

.mmlistheader{
    font-size:3vw;
    margin-top:10px;
}

.eventtype_wrapper{
    width:100%;
    height:50px;
}

.eventtype{
    font-size:2vw;
    float:right;
}

.eventteaser{
    width:100%;
    min-height:150px;
    border-bottom:4px solid #000000;
    margin-bottom:30px;
    position:relative;
}

.mmlistbody{
    width:45%;
    display:inline-block;
    margin-right:4%;
    margin-top:5px;
    vertical-align:top;
}

.eventbutton{
    font-size:1.3vw;
    float:right;
    border-radius:7px;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:5px;
    padding-bottom:5px;
}

.eventbutton_right{
    font-size:1.3vw;
    position:absolute;
    right:0px;
    bottom:0px;
}

.mmlistdate{
    font-size:2vw;
    margin-top:60px;
}

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

#s_alttitle{
    /* background-color:#d8d8d8; */
    border-bottom:1px solid #000000;
    height:60px;
    vertical-align:middle;
    font-size:30px;
    width:100%;
    display:none;
    position:absolute;
    left:0px;
    top:57px;
    z-index: 999999999999999;
}

.tb { display:table; }
.tr{ display:table-row; }
.td{ display:table-cell; }

.altable{
    width:100%;
    display:table;
}
.altr{
    width:100%;
    display:table-row;
}
.altd{
    width: 100%;
    height: 60px;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}

.artistwrap{
    width: 100%;
    position: relative;
    display:flex;
    flex-direction: row;
}

.artistinfo{
    width:50%;
}

.artistportrait{
    width:46%;
    margin-left:4%;
}


/*

1.) X-Small   < 576px
2.) Small  ≥ 576px
3.) Medium ≥ 768px
4.) Large ≥ 992px
5.) Extra large ≥ 1200px
6.) Extra extra large ≥ 1400px

*/

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

.artistfilter{
    display:inline-block;
    margin-right:55px;
    font-size:25px;
}

.artistsearch{
    right:unset;
    left:0px;
    width:calc(100% - 10px);
    bottom:8px;
}

.asearch_input{
    border:1px solid #000000;
    width:100%;
    height:20px;
}

#artistfilters{
    margin-bottom:30px;
    border-bottom:1px solid #BBBBBB;
    padding-bottom:15px;
    position:relative;
    height:50px;
}


    .mmartistname{
        margin-top:5px;
        font-size:14px;
        margin-bottom:35px;
    }

    .dbfooter{
        height:100px;
    }

    #works{ margin-top:40px; }

    .nospace{
        margin:unset;
        padding:unset;
        margin-bottom:20px;
    }

    .artistwrap{
        flex-direction: column;
    }

    .artistinfo{
        width:100%;
    }

    .artistportrait{
        width:100%;
        margin-left:0;
    }

    #topnavwrap{
        display:none;
    }
    
    .slogowrap{
        border-right:2px solid #000000;
        width:52px;
        /* height:52px; */
        margin-top:0px;
        display:inline-block;
        background-repeat:no-repeat;
        background-size:cover;
        background-position:0px -5px;
    }

    .toplogoouter{
        top:13px;
        height:81px;
        left:0px;
        height:32px;
    }
  
    #burgernav_wrap{ display:block; }

    #d_alttitle{ display:none; }
    #s_alttitle{ display:block; }

	body{
		font-size: 18px;
		background-color: #FFFFFF;
		padding:0px;
	}

	.c-logo{
		width:90%;
	}

    .artistfilter{
        margin-right:10px;
        font-size:19px;
    }
    
    .content {
        overflow:auto;
        background-color:#FFFFFF;
        left:0px;
        top:10px;
        width:calc(100% - 40px);
    }
    
    #bfilteritems{
        font-size:16px;
        padding-left:32px;
        margin-top:-10px;
        display:none;
    }
    
    .eventtype_wrapper{
        height:30px;
    }
    
    .eventtype{
        font-size:22px;
    }
    .mmlistdate{
        font-size:22px;
    }
    
    .mmlistheader{
        font-size:28px;
    }
    
    .mmlistbody{
        width:100%;
        margin-right:0px;
    }
    
    .metanav{
        position:absolute;
        right:unset;
        top:30px;
        font-size:14px;
        width:350px;
        text-align:center;
        left:50%;
        margin-left:-175px;
    }
    
    .copyright{
        left:50%;
        width:400px;
        text-align:center;
        margin-left:-200px;
        top:10px;
    }
    
    .fsocmed {
        top:55px;
        z-index:2000;
        height:25px;
    }
    
    .eventbutton{
        font-size:17px;
    } 
    
    .mmlistpicwrap{
        width:100%;
    }
}