main .inner-main .mec-event-grid-clean .event-grid-t2-head
{
	    position: absolute;
    right: 0;
    top: 0;
    background: orange;
}

main .inner-main .mec-event-grid-clean .mec-event-article
{
	padding: 0; border: 2px solid #E2E2E2;

}

main .inner-main .mec-event-grid-clean img
{
	width:100%;
	height: 210px;
	object-fit:cover;
}

main .inner-main  .mec-event-image,
main .inner-main  .mec-event-image a,
main .inner-main  .mec-event-image img
{
	width:100%;
	height: 210px;
	object-fit:cover;
}

main .inner-main  .mec-event-grid-clean .mec-event-footer 
{
border: 0px;
    padding: 0;
    height: auto;
    min-height: auto;
    position: relative;
    height: 56px;     margin: 0;

}

main .inner-main .mec-event-sharing-wrap
{
	display: none;
}

main .inner-main .mec-event-sharing-wrap .mec-event-sharing li
{
	display: inline-block;
}

main .inner-main  .mec-event-grid-clean .mec-event-footer .mec-booking-button {
    right: 0;
    width: 200px;
    text-align: right;
    border: 0;
    color: #006A9C;
    padding-right: 60px;
    font-size: 16px;
    text-transform: none;
	osition: relative;
    padding-right: 46px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    bottom: 0;
}
main .inner-main  .mec-event-grid-clean .mec-event-footer .mec-booking-button:hover
{
	 color: #EF891E;
	background: transparent;
}   

main .inner-main  .mec-event-grid-clean .mec-event-footer .mec-booking-button:after {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    content: " > ";
    top: 0;
    background-color: #008FD0;
}

.mec-container .nocomments
{
	display: none;
}

.mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
   border: 2px solid #E2E2E2;
}

.mec-single-event .mec-events-meta-group-countdown
{
    position: absolute;
    top: 0;
    padding: 0;
    width: 97%;
}

.mec-events-meta-group-countdown .countdown-w {
   
    padding: 10px 0 0;
   
}

.mec-single-event > .col-md-8
{
	padding-top: 180px;
}



main .has-Weiss-background-color .wp-block-video {
    border-radius: 9px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: perspective(1500px) rotateY(-25deg);
    transform: perspective(1500px) rotateY(-25deg);
    border-radius: 1rem;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0px 25px 50px -12px;
    box-shadow: rgba(0,0,0,0.25) 0px 25px 50px -12px;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
	height: 600px;
    overflow: hidden;
}

main .has-Weiss-background-color .wp-block-video video
{
	    height: 100%;
    object-fit: cover;
}

@media(min-width:1280px)
{
	main ul.leistung-unterseiten .mainbox {
    width: 25%;
    text-align: center;
    margin-bottom: 3rem;
}
	
	main #ref ul.reflist li, main #job ul.reflist li {
    width: 25%;
    text-align: center;
    margin-bottom: 4rem;
}
}