/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
html body {
  background: #ffffff;

}

html #page {
  background: #ffffff;

}
.elementor-menu-anchor::before{
	content: "";
  display: table;
  height: 20px;
  margin-top: -70px;
  position:relative;
  z-index:0;
 
}
/*
.elementor-menu-anchor::before {
  content: "";
  display: block;
  height: 90px; 
  margin-top: -90px;
  visibility: hidden;
  pointer-events: none;
}
*/

.elementor-text-editor a:link,
.elementor-text-editor a:visited,
.elementor-widget-text-editor a:link,
.elementor-widget-text-editor a:visited,
.elementor-tab-content a:link,
.elementor-tab-content a:visited {
	color: #0bc4d9;
}

.elementor-text-editor a:hover,
.elementor-text-editor a:active,
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:active,
.elementor-tab-content a:hover,
.elementor-tab-content a:active {
	color: #01b2b3;
}

#main .elementor-widget-text-editor h2, #main .elementor-widget-text-editor h3{
	margin-top: 0.8em;
}

#main .elementor-widget-text-editor h4{
	margin-top: 1.5em;
	
}

/* Zoom über Bild*/

.elementor-element.zoom-container {
  overflow: hidden;
  position: relative;
}

.elementor-element.zoom-container img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}

.elementor-element.zoom-container:hover img {
  transform: scale(1.1);
}

/* Externalink Icon */
.wpel-image.wpel-icon-7 {
    height: 12px;
    width: 15px;
    background-size: contain;
    /* margin-left: 18px; */
}
.elementor-button .wpel-icon.wpel-image.wpel-icon-7{
	filter: brightness(0) invert(1);
}
/* Fancy list*/
ul.bdt-list.bdt-fancy-list-group {
    margin-left: 0;
}
/* UL LI */
.elementor-widget-text-editor ul {
  list-style: disc;        /* Standard-Aufzählungszeichen */
  padding-left: 40px;      /* Einrückung vom linken Rand */
  margin: 1em 0;
}

.elementor-widget-text-editor ul li {
  padding: 0.1em 0;
  margin-bottom: 0.2em;
  font-size: 1rem;
  line-height: 1.5;
  background: none;
  border: none;
}


/* UL LI */
.sozialhilfe-kontakt.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}

.sozialhilfe-kontakt.elementor-widget-text-editor ul li {
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  margin-left: 20px;
  background-color: #f8f8f8;
  border-left: 4px solid #aaa;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  list-style:none;
}

.elementor-widget-text-editor ul li:last-child {
 // margin-bottom: 0;
}

h1, h2, h3, h4, h5, .headline {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Sticky Menu Item*/

.color-change-menu .the7-icon-wrapper svg path {
  fill: #fff; /* Standardfarbe (z. B. schwarz) */
}

.the7-e-sticky-effects .color-change-menu .the7-icon-wrapper svg path {
  fill: #000000 !important;
}

@media (max-width: 767px) {
  .box-button.elementor-button.elementor-size-xl {
    min-height: 46px;
  }
}
/* Footer */ 
.opening-hours td {
      font-size: 0.9em;
}