/*
 Theme Name:     Hello Child
 Theme URI:      https://www.chefblogger.me
 Description:    Divi Child Theme
 Author:         Eric Mächler
 Author URI:     https://www.ericmaechler.com
 Template:       hello-elementor
 Version:        1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


@import url('ub-styles-pro.css');
@import url('ub-fonts.css');





#ub-mega,#ub-mm-item  {
	font-size: 0.8em!important;	
}

/*
#ub-mm-item {
	font-size: 0.85em!important;	
	color: green;
}
*/
 
 
a[href^="tel:"]
	{color: #fff !important}

.sub-arrow {
	display: none!important;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
	display: none!important;
}


/* Title Home verbergen */
/*
.page-id-13 .page-header-title {
	visibility: hidden;
	margin-bottom: -50px!important;
}
*/

/* Padding Inhaltsbereich */
#main #content-wrap {
	padding-top: 20px;
	padding-bottom: 50px;
}
.elementor-slideshow__footer {
  display: none;
}

/* Theme Menu oben */
#site-header.medium-header #site-navigation-wrap {
	background-color: #f9f9f9;
	opacity: 0.9;
}

.site-padding {
	padding: 50px;
}


/* Navigation */	

.elementor-292 .elementor-element.elementor-element-1e32c6df .elementor-nav-menu--main .elementor-item {
    font-size: 0.75em!important;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 14px!important;
}


a:active, a:hover, a:link, a:focus {
	outline: none!important;
}


/* Forms */


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea {
    padding: 0.2em;
    border-radius: 5px;
}

textarea {
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    height: 10em;
}

.wpcf7 input, .wpcf7 textarea {
    margin-top: 0px;
}

input[type="submit"] {
    background: gray;
    border-radius: 5px;
}

input[type="submit"]:hover {
    background: gray;
    border-radius: 5px!important;
}

#site-scroll-top:hover {
    background: #D85C22 none repeat scroll 0% 0%;

}

.wpcf7-list-item {
	margin:0!important;
}



/* Mobil 

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

.ub-seitentitel {
	margin-left: 0px!important;
}

} 
*/


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

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
	display: inherit!important;
}

.sub-arrow {
	display: inherit!important;
}





}

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

.elementor-posts .elementor-post__card .elementor-post__text {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0 10px!important;
}

}


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



}