/*
Theme Name:   Hello - Biz - Childtheme
Description:  Write here a brief description about your child-theme
Author:       chocan
Author URL:   Write here the author's blog or website url
Template:     hello-biz
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-biz-childtheme
*/

/* Write here your own personal stylesheet */



@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: ;
    border-radius: ;
}

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

}

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



/* Mobil */

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

h1.elementor-heading-title {
	margin-left: 20px;
}

}


@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)  {



}