/*
Theme Name: Phlox-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: phlox

This is the child theme for Phlox theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.entry-content h1, .comment-body h1 { font-size: 1.4rem; }
.entry-content h2, .comment-body h2 { font-size: 1.2rem; }

body {
	hyphens: auto;
}




  @media screen and (max-width: 767px) /*seitenrand im Mobilmode*/
.aux-resp .right-sidebar > .aux-wrapper > .aux-fold {
  padding-right: 1em;
  padding-left: 1em;
}
.e-con-full, .e-con > .e-con-inner {
  text-align: justify;
}
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30em;
}
.aux-sticky .aux-widget-logo img {
/* width: 50%;
*/
}

.aux-sticky #menu1 {
	display: none;
}

.aux-elementor-header.aux-sticky .aux-wrapper {
  border: none;
}
.aux-elementor-header.aux-sticky {	
	z-index: 10;
}


/*
 * sonst wird der Footer beim Handy nicht angezeigt
 */
@media (max-width: 767px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		/*display: initial !important;*/
	}	
	
	.lbw_footer_button .aux-text {
		width: calc(100% * 2);
		display: inline;
		text-align: center;
	}

}

.lbw_footer_button .aux-modern-button-wrapper .aux-modern-button {
	width: 100%;
}

.aux-goto-top-btn {
	bottom: 95px; /*wegen "zeig-immer"-Feeder*/
}

/*
 * OSM-Karte wird im iframe sonst mit zu großen Abständen angezeigt
 * */
.entry-content iframe {
	margin-bottom: 0;
	max-width: 500px;
}

/* 
 * Akkordeon 
 * /
 */
.accordion {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.accordion-header {
  padding: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.accordion-content {
  /*display: none;*/
  padding: 10px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	display: inherit;
}
/* 
 * Counter
 * */
.ycd-circle-wrapper
{
	text-align: center;
}

main {
	padding-bottom: 85px; /*wegen "zeig-immer"-Feeder*/
}



