/*
Theme Name: Evently Child
Theme URI: http://evently.mikado-themes.com
Description: A child theme of Evently Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: evently
Template: evently
*/

/*very general changes*/
h2.mkdf-st-title{
	/*word-break: break-word;*/ /*note: some headers look better without it*/
	hyphens: auto;
}
form.wpcf7-form p{
	margin: 10px 0;
}

/*Remove author notice from posts*/
.mkdf-post-info-author{
	display:none!important;
}

/*helper classes*/
.center-relative{
	left: 50%;
	transform: translateX(-50%);
}
/*edit classes from column_shortcodes plugin*/
.one_half{
	width: 46%;
	margin-right: 8%;
}

.one_third{
	width: 30%;
	margin-right: 5%;
}

.last_column{
	margin-right: 0;
}

@media only screen and (max-width: 600px) {
	.one_half{
		width: 100%;
		margin-right: 0;
	}

	.one_third{
		width: 100%;
		margin-right: 0;
	}
}

.mkdf-sticky-header .mkdf-logo-wrapper img{ /*make whitespace for logo in header*/
	padding-top: 0.3rem;
    height: calc(100% - 0.3rem * 2);
}

/*Title Area*/
.mkdf-menu-area img{
	/*modify logo*/
	height: 150%!important;
	margin-top: 2em;
	margin-left: 2em;
}
/*on smaller screens the logo would overlap with content, this is a fix*/
@media only screen and (max-width: 1800px) {
	/*all the divs and the last a tag below the menu area need to be set to the same height.
	be careful, as this affects other header menus as well!*/
	.mkdf-menu-area .mkdf-position-left div{
		height: 100%;
	}
	div.mkdf-menu-right:not(.mkdf-sticky-holder) .mkdf-logo-wrapper > a{
		height: 100%!important;
	}
	.mkdf-menu-area img{
		height: 100%!important;
		max-height: 200px;
		margin-top: 0;
		margin-left: 2em;
	}
}
.mkdf-menu-area .mkdf-grid{
	width: auto;
    margin: 0;
}
.mkdf-content{
	/*margin-top: 0!important;*/
}
@media only screen and (max-width: 580px) {
	h1.mkdf-page-title.entry-title{
		font-size: 40px!important;
		font-size: 11vw!important;
		line-height: 130%;
	}
}
.mkdf-title-holder.mkdf-bg-parallax{
	background-size: cover;
}
.mkdf-title-wrapper .mkdf-title-inner{
	color: black;
	text-shadow: white 0px 0px 10px;
	/*display: inline-block;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 15px;*/
}
.mkdf-title-wrapper .mkdf-title-inner .mkdf-page-subtitle{
	font-weight: 900;
}
/*break long words into the next line*/
.mkdf-page-title{
	overflow-wrap: break-word;
	/*smart break. does not work in chrome*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*intro*/
.eintritt-frei img{
	top: 40px;
	position: relative;
}
@media only screen and (min-width: 1025px) {
	.eintritt-frei{
		height: 0;
	}
	.eintritt-frei img{
		position: absolute;
		top: -250px;
		right: -40px;
	}
}

/*portal images on homepage*/
/*no css needed yet*/

/*anmeldung*/
@media only screen and (min-width: 769px) {
	/*full width image*/
	#anmeldung {
		background-size: cover;
	}
	/*text shadow for boxes (e.g. anmeldung)*/
	#anmeldung .mkdf-st-inner .mkdf-st-title{
		/*text-shadow: black 0px 0px 10px;*/
		font-size: 52px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	/*prevent content from sticking on bottom of image on certain breakpoints*/
	#anmeldung .mkdf-eh-item-content{
		margin-top: -50px;
	}
}

#anmeldung a{
	border-color: transparent!important;
}
@media (max-width: 768px){
	.mkdf-st-inner .mkdf-st-title{
		font-size: 2rem;
		line-height: 150%;
	}
	h1,h2,h3,h4,h5{
		word-break: break-word;
		/*smart break. does not work in chrome*/
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.desktop-only{
		display: none;
	}
	.mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
		width: calc(100% - 20px) !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media (min-width: 769px){
	.mobile-only{
		display: none;
	}
}

/*services*/
#services .mkdf-bli-content h4{
	overflow: hidden;
	text-overflow: ellipsis;
}
#services .mkdf-post-read-more-button{
	display: none;
}
/*remove ellipsis / three dots after excerpt*/
#services .mkdf-post-excerpt-holder p.mkdf-post-excerpt:after{
	content: none;
}
#services .mkdf-blog-list-holder.mkdf-bl-standard .mkdf-bli-content{
	/*align boxes. adjust this height if texts are generally longer or shorter*/
	min-height: 300px;
    overflow: hidden;
}
#services .mkdf-blog-list-holder li.mkdf-bl-item .mkdf-post-image img{
	width: 100%;
	object-fit: cover;
	height: 173px;
}
#services .mkdf-blog-list-holder li.mkdf-bl-item .mkdf-forced-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*programm und workshops*/
/*position tab items*/
#programm .mkdf-tabs ul{
	text-align: center;
}
#programm .mkdf-tabs ul li{
	float: none;
    display: inline-block;
	margin-left: 20px;
    margin-right: 20px;
}
/*remove underlines*/
#programm .mkdf-tabs ul .mkdf-tabs-nav-line{
	display: none;
}
#programm .mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav:after{
	content: none;
}
#programm ul.events_categories_filter, #programm ul.events_filter{ /*"All Events" Dropdown*/
	display: none;
}
#programm .event.tt_single_event:hover a{
	/*make text blue when hovering over an active link*/
	color: blue!important;
}

/* -- partner Logos  / team-member-- */
.aussteller .mkdf-team{
	height: 200px;
}
.aussteller .mkdf-team .mkdf-team-inner{
	height:100%
}
.aussteller .mkdf-team .mkdf-team-inner:hover{
	box-shadow: 0 3px 20px 1px rgba(0,0,0,.17);
}
.aussteller .mkdf-team .mkdf-team-inner .mkdf-team-image{
	height: 100%;
}
.aussteller .mkdf-team  .mkdf-team-inner .mkdf-team-image img{
	position: relative;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	width: auto;
	max-width: 100%;
	/*adjust size here*/
	max-height: 120px;
	/*grayscale cross browser*/
	/*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/ /* Firefox 10+, Firefox on Android */
    /*filter: gray;*/ /* IE6-9 */
    /*-webkit-filter: grayscale(100%);*/ /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.aussteller .mkdf-team .mkdf-team-inner:hover .mkdf-team-image img{
	/*undo grayscale*/
	/*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);*/
}
.aussteller .mkdf-team .mkdf-team-image:after{
	/*remove hover effect*/
	background-color: transparent!important;
}
/*button on mobile*/
.aussteller .button-zeige-aussteller{
	display: none;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	.aussteller .mkdf-team-list-holder{
		display: none;
	}
	.aussteller .button-zeige-aussteller{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.aussteller .mkdf-st-title{
		font-size: 40px;
		font-size: 11vw;
		line-height: 130%;
	}
}

/* -- carousel items / mit freundlicher unterstuetzung -- */
/*partner is the general class for all "mit freundlicher unterstuetzung" elements. distinguish between them via id (partner, veranstalter, etc.)*/

.partner .mkdf-clients-carousel-holder.mkdf-cc-hover-shadow .mkdf-cc-item:hover .mkdf-cc-image, .mkdf-clients-wc-holder.mkdf-cc-hover-shadow .mkdf-cc-item:hover{
	box-shadow:0 3px 20px 1px rgba(0,0,0,.17);
}

.partner .mkdf-clients-carousel-holder.mkdf-cc-hover-shadow .mkdf-cc-item:hover .mkdf-cc-image, .mkdf-clients-wc-holder.mkdf-cc-hover-shadow .mkdf-cc-item:hover .mkdf-cc-image{
	box-shadow:none!important;
}

.partner .mkdf-clients-carousel-holder .mkdf-cc-item{
	/*border: 1px solid black;*/
}
.partner .mkdf-clients-carousel-holder.mkdf-cc-hover-shadow .mkdf-cc-item .mkdf-cc-image{
	width: 80%!important;
}

.partner .mkdf-cc-item{
	height: 200px;
}
.partner .mkdf-cc-item a{
    display: inline-block;
	height: 100%;
	/*ie max-width hack*/
	max-width:100%;
}
.partner .mkdf-cc-item a img.mkdf-cc-image{
	top: 50%;
    transform: translateY(-50%);
	max-height: 100px;
	/*ie max-width hack: ie max-width percentages on images are based on the image, NOT the container. it is based on container if inherited though.*/
	max-width: inherit;
}
@media (max-width: 680px){
	.partner .mkdf-cc-item{
		box-shadow: 0 3px 20px 1px rgba(0,0,0,.17);
	}
}
@media only screen and (min-width: 1200px) {
	.partner .mkdf-clients-wc-holder{
		left: 50%;
		transform: translateX(-50%);
	}
	/* one item */
	.partner .mkdf-cc-item:first-child:nth-last-child(1) {
	/* -or- .partner .mkdf-cc-item:only-child { */
		width: 100%;
	}
	/* two items */
	.partner .mkdf-cc-item:first-child:nth-last-child(2),
	.partner .mkdf-cc-item:first-child:nth-last-child(2) ~ .mkdf-cc-item {
		width: 50%;
	}
	/* three items */
	.partner .mkdf-cc-item:first-child:nth-last-child(3),
	.partner .mkdf-cc-item:first-child:nth-last-child(3) ~ .mkdf-cc-item {
		width: 33.3333%;
	}
	/* four items */
	.partner .mkdf-cc-item:first-child:nth-last-child(4),
	.partner .mkdf-cc-item:first-child:nth-last-child(4) ~ .mkdf-cc-item {
		width: 25%;
	}
	/* five items */
	.partner .mkdf-cc-item:first-child:nth-last-child(5),
	.partner .mkdf-cc-item:first-child:nth-last-child(5) ~ .mkdf-cc-item {
		width: 20%;
	}
}

/*aussteller*/
#aussteller .mkdf-cc-item a img.mkdf-cc-image{
	/*grayscale cross browser*/
	/*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/ /* Firefox 10+, Firefox on Android */
    /*filter: gray;*/ /* IE6-9 */
    /*-webkit-filter: grayscale(100%);*/ /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#aussteller .mkdf-cc-item:hover a img.mkdf-cc-image{
	/*undo grayscale*/
	/*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);*/
}
.mkdf-btn.center, .mkdf-btn.zentriert{
	left: 50%;
    transform: translateX(-50%);
}

/*mikado carousel item*/
#video_und_fotos img.mkdf-cc-image{
	max-width: 90%;
}
/*mikado image gallery - carousel*/
#video_und_fotos .owl-item .mkdf-ig-image a{
	width: 85%;
    margin: auto;
}
/*remove full screen option for pic holder*/
.pp_pic_holder a.pp_expand{
	display: none!important;
}
#video_und_fotos .mkdf-image-gallery span.ion-ios-arrow-left{
	right: 40px;
}
#video_und_fotos .mkdf-image-gallery span.ion-ios-arrow-right{
	left: 40px;
}
/*center images vertically by removing float and adding inline-block*/
#video_und_fotos .mkdf-owl-slider .owl-item{
	float: none;
	display: inline-block;
}
/*center video horizontally*/
#video_und_fotos .mkdf-video-button-holder{
	left: 50%;
	transform: translateX(-50%);
	display: block;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
@media only screen and (min-width: 769px) {
	#video_und_fotos .mkdf-video-button-holder{
		width: 50%;
	}
	#video_und_fotos #video_list .mkdf-video-button-holder .mkdf-video-button-play{
		opacity: 0.5;
		font-size: 50px;
	}
}
/*display popup videos and images better*/
@media only screen and (max-width: 768px) {
	/*images*/
	body .pp_pic_holder #pp_full_res img{
		/*popup is very small on default, this makes it bigger*/
		height: auto!important;
		bottom: 0px;
		position: absolute;
	}
	/*videos*/
	.pp_pic_holder iframe{
		width: 100%;
		height: 100%;
	}
	body div.pp_pic_holder{
		width: 100%!important;
		left: 0!important;
		transform: translateY(-50%);
	}
	body .pp_pic_holder #pp_full_res{
		/*popup is very small on default, this makes it bigger*/
		height: 50vh;
		width: 100vw;
	}
	#video_und_fotos #video_list .mkdf-video-button-holder{
		margin-bottom: 20px;
	}
}

/* -- karrierequiz  -- */
@media only screen and (min-width: 769px) {
	#karrierequiz.mkdf-parallax-row-holder{
		background-size:cover;
	}
}

/*timetable / events*/
ul.tt_tabs_navigation.events_filter{
	display: none;
}
/* hide hours value on mobile (.small) as well if timetable has no hours on desktop */
.tt_timetable.small.timetable_without_hours li.timetable_clearfix .value{
	display: none;
}
/*make the right column event text bold*/
td.event.tt_single_event:nth-child(n+1){
	font-weight: bold;
}

/*post modal styles*/
.modal-wrapper.styled .modal{
	background-color: white;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	min-height: 100vh;
	width: 50%;
}
@media only screen and (max-width: 600px) {
	.modal-wrapper.styled .modal{
		width: 100%;
	}
}
.modal-wrapper.styled .modal .close-modal{
	position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    background-color: #356bf8;
    cursor: pointer;
}
.modal-wrapper.styled .modal .loading{
	padding: 40vh 0 0 0;
}
.popup-image{
	background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    padding-top: 43.75%;
}
.popup-image--contain{
	background-size: contain;
}
.popup-bottom .popup-bottom__subtitle{
	font-size: .8em;
}
.popup-bottom .hide-in-popup{
	display:none;
}
/*.modal.show applies only to the popup, not the /events/ page*/
.modal.show div.event_page{
	display: none;
}
.modal.show .popup-bottom{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 70px 80px 25px;
    box-sizing: border-box;
}
.popup-bottom h1{
	font-size: 2em;
	overflow: hidden;
    text-overflow: ellipsis;
	line-height: initial;
	margin-bottom: 1em!important;
}
.popup-bottom h4{
	display: inline-block;
    position: relative;
    padding: 0 60px 10px 0;
    margin: 0 0 20px!important;
}
.popup-bottom h4:after{
	position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #356bf8;
}
.popup-bottom .tt_event_hours_count{
	display: none;
}
/*image gallery inside popups*/
/*disable hover effect*/
.popup-gallery .mkdf-ig-image:hover img{
	transition: none!important;
	transform: translate(-50%,-50%)!important;
}
.popup-gallery .mkdf-ig-image .mkdf-ig-image-inner{
	height: 200px;
}
.popup-gallery .mkdf-ig-image .mkdf-ig-image-inner img{
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	height: auto;
	width: auto;
	max-width: 90%;
	max-height: 110px;
}
/*aussteller inside popups*/
/*remove gray color from aussteller inside popups*/
.popup-bottom .aussteller .mkdf-team .mkdf-team-inner .mkdf-team-image img{
	/*undo grayscale*/
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
.popup-bottom img.round{
	border-radius: 50%;
	width: 11rem;
}

.popup-bottom img.float-right{
	float: right;
}

/*link boxes on homepage: always two lines on big screens*/
/*@media only screen and (min-width: 581px) and (max-width: 1200px) {
	.wpb_wrapper h3{
		height: 80px;
		overflow: hidden;
	}
}*/


/*aussteller seiten*/
.mkdf-ts-image-holder .mkdf-grid-col-6{
	width: 30%;
}
.mkdf-ts-image-holder img{
	width: 100%;
}
.mkdf-ts-details-holder .mkdf-grid-col-6{
	width: 70%;
}
a.aussteller-custom-social{
	font-size: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a.aussteller-custom-social.custom-image {
	height: 40px;
	width: 40px;
	display: inline-block;
	background-size: 100%;
    position: relative;
    top: 14px;
	filter: grayscale(100%);
}
a.aussteller-custom-social.custom-image--whatchado {
	background-image: url('images/whatchado.jpg');
}
a.aussteller-custom-social.custom-image--whatchado:hover {
	filter: grayscale(0%);
}

/*team*/
#team .wpb_wrapper{
	text-align: center;
}
#team .mkdf-iwt-image{
	height: 250px;
}
#team img{
	margin: auto;
	/*height: 250px;*/
	height: auto;
	max-height: 100%;
    object-fit: cover;
	top: 50%;
    transform: translateY(-50%);
	width: auto;
}
#team .mkdf-image-with-text-holder .mkdf-iwt-title{
	/*min-height: 68px; /*two line heights*/
	font-size: 15px; /*make all text fit one line*/
}
#team .mkdf-iwt-text{
	min-height: 52px; /*two line heights*/
}
@media (min-width: 768px){
	#team .mkdf-iwt-title{
		min-height: 68px; /*two line heights*/
	}
}

/*footer*/
@media only screen and (min-width: 1025px) {
	/*remove line breaks because of long text (overrides middle footer part)*/
	#footer-links{
		/*white-space: nowrap;*/ /*not needed anymore because we now have too many stuff and it is not clickable when it stretches into the other half*/
	}
	/*text-aligns*/
	.mkdf-footer-bottom-column-1{
		text-align: left;
	}
	.mkdf-footer-bottom-column-2{
		text-align: right;
	}
}
#footer-links a{
	margin-left: 10px;
	margin-right: 10px;
}

/* -- single aussteller / team-member pages -- */
/*remove double title*/
body.team-member-template-default.single.single-team-member .mkdf-title-holder{
	display: none;
}
/*image above instead of side by side*/
body.team-member-template-default.single.single-team-member .mkdf-grid-row .mkdf-ts-image-holder.alt{
	width: 100%;
}
@media only screen and (min-width: 769px) {
	body.team-member-template-default.single.single-team-member .mkdf-grid-row .mkdf-ts-image-holder.alt{
		width: 40%;
	}
}
body.team-member-template-default.single.single-team-member .mkdf-grid-row .mkdf-ts-details-holder.alt{
	width: 75%;
}

/* -- single aussteller (previously team) pages -- */
/*remove bottom seperation*/
.mkdf-team-single-holder .mkdf-team-single-info-holder#aussteller-single{
	border-bottom: none;
	padding: 0;
}
/*show more text if button is clicked*/
#aussteller-single .mkdf-team-single-content{
	line-height: 26px;
	/*show n lines*/
	max-height: 260px;
	/*text-overflow ellipsis doesnt work because no height is set*/
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	transition: max-height 1s;
}
/*not used right now, max height is set per javascript in px to make transition work*/
#aussteller-single .mkdf-team-single-content.show-more-button-clicked{
	max-height: 100%;
}
#aussteller-single .mkdf-team-single-content.has-overflow::before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(transparent 70%, white);
}
/*show more button*/
#aussteller-single .show-more-button{
	display: none;
}
#aussteller-single .mkdf-team-single-content.has-overflow + .show-more-button{
	display: block;
}
/*ellipsis and placeholder NOT USED RIGHT NOW - PX VALUES NEED TO BE UPDATED*/
#aussteller-single .mkdf-team-single-content .ellipsis-placeholder{
	display: none;
	/* max-height - line-height */
	height: 78px;
	width: 0;
	float: right;
	clear: right;
}
#aussteller-single .mkdf-team-single-content .ellipsis{
	display: none;
	/*line-height*/
	height: 26px;
	padding-left: 1em;
	float: right;
	clear: right;
}
#aussteller-single .mkdf-team-single-content.has-overflow .ellipsis, #aussteller-single .mkdf-team-single-content.has-overflow .ellipsis-placeholder{
	display: inline;
}
/*weitere aussteller*/
/*no grayscale*/
#aussteller-single .aussteller .mkdf-team  .mkdf-team-inner .mkdf-team-image img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
/*dont hide on mobile*/
#aussteller-single .aussteller .mkdf-team-list-holder{
	display: inline-block;
}
#aussteller-single .back-button-wrapper{
	/*adjust height to align images*/
	min-height: 84px;
}
#aussteller-single blockquote .statement-author{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
#aussteller-single .mkdf-team-single-content{
	margin-top: 0;
}
#aussteller-single .multicolumn-only{
	display: none;
}
#aussteller-single .singlecolumn-only{
	display: block;
}
#aussteller-single .mkdf-name.entry-title{
	margin-top: 30px;
	font-size: 2rem;
	line-height: 120%;
	word-wrap: break-word;
}
#aussteller-single .video_wrapper_parent::after{
	content: "";
	display: table;
	clear: both;
}
#aussteller-single .video_wrapper{
	margin-bottom: 1em;
}
#aussteller-single .vimeo-wrapper .fluidvids{
	position: static; /*other fluidvid stlyes (youtube...) interfere with vimeo (both use the same class)*/
}

@media (min-width: 1025px){/*multicolumn threshold*/
	#aussteller-single .multicolumn-only{
		display: block;
	}
	#aussteller-single .singlecolumn-only{
		display: none;
	}
	#aussteller-single .mkdf-name.entry-title{
		font-size: 4em;
	}
	#aussteller-single .video_wrapper{
		float: left;
		width: 49%;
	}
	#aussteller-single .video_wrapper:nth-child(odd){
		margin-right: 2%;
	}
	#aussteller-single .video_wrapper:first-child:nth-last-child(1){
		width: 100%;
		margin-right: auto;
	}
}
/*limit to px instead of 100% because of tablets*/
#aussteller-single .logo, #aussteller-single .foto-kontaktperson{
	max-width: 237px;
}
#aussteller-single .aussteller .mkdf-team{
	height: 174px;
}
#aussteller-single .aussteller .mkdf-team  .mkdf-team-inner .mkdf-team-image img{
	max-height: 174px;
}
/*instead of default inline style*/
#aussteller-single .mkdf-ts-image-holder{
	margin: auto;
}
/*mkdf image slider apsect ratio*/
#aussteller-single .mkdf-owl-slider{
	height: 0;
	/*change ratio here*/
	padding-top: 56.25%;
}
#aussteller-single .mkdf-owl-slider .owl-stage-outer{
	top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#aussteller-single .mkdf-owl-slider .owl-stage-outer *{
	height: 100%;
}
#aussteller-single .mkdf-owl-slider .owl-stage-outer .owl-item img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
#aussteller-single .hidden{
	display: none;
}

/* -- aussteller werden -- */
.bilder-boxen .mkdf-single-image-holder{
	height: 173px;
	overflow: hidden;
}
.bilder-boxen > .wpb_column > .vc_column-inner > .wpb_wrapper{
	box-shadow: 0 5px 6px 0 rgba(0,0,0,.1);
	min-height: 413px;
}
.bilder-boxen img{
	width: 100%;
	/*height: 173px;*/
	object-fit: cover;
	height: auto;
	min-height:173px;
}
.bilder-boxen.fixed-height-image img, .bilder-boxen .fixed-height-image img{
	height: 173px;
}
.bilder-boxen .wpb_wrapper .wpb_text_column {
	padding: 0 30px 30px 30px !important;
}
.bilder-boxen .wpb_wrapper .mkdf-btn{
	padding: 10px 30px 30px 30px !important;
}
.bilder-boxen > .wpb_column > .vc_column-inner > .wpb_wrapper > *:nth-child(2){
	min-height: 88px;
	padding: 30px!important;
}

.aussteller-werden#standorte .wpb_text_column p{
	font-size: 13px;
}

.grecaptcha-badge{
	z-index: 9999;
	bottom: 80px!important;
}

/*Anmeldung Formular*/
#anmelde-form-wrapper > div, #anmelde-form-wrapper > p, #workshop-wrapper > div, #workshop-wrapper > p{
	margin-bottom: 5px!important;
}