/* 
Theme Name: Vebotech Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Detayls
Author URI: https://www.detayls.de/
Template: hello-elementor
Version: 1.0.
Text Domain: hello-elementor-child
*/

/*
    Add your custom styles here
*/

/* Typo */

.h2h3look h2 {
	font-weight: 600 !important;
	font-size: 30px !important;
	
}

.elementor-text-editor p+h2,
.elementor-text-editor p+h3 {
	padding-top: 30px !important;
}
.elementor-text-editor ul+p {
	padding-top: 20px;
}

.whitefont *,
.whitefont a,
.whitelinks a,
.whitelink a {
	color: #fff !important;
}

p+h3 {
	padding-top: 25px;
}
p+h2 {
	padding-top: 30px;
}
ul+p {
	padding-top: 20px;
}

/* Auswahl-Nav Top left secondary Header */

.bereichs_nav .innernav {
	text-align: left !important;
	z-index: 77777 !important;
	overflow: hidden !important;
}
.bereichs_nav .innernav a {
	display: inline-block !important;
	padding: 2px 15px;
	font-size: 17px;
	margin-bottom: 0 !important;
	line-height: 55px !important;
	color: #000;
}
	.bereichs_nav .innernav a:hover,
	.bereichs_nav .innernav a:focus {

		color: #3076ac !important;
	}
	
	
/* Header */

/* Background color on sticky */
.elementor-sticky--effects {
background-color: #fff !important;
transition: all 0.5s ease;
}

/* --- LOGO ---- */
/* Logo sizing before sticky */
.logo img {
height: 120px !important;
max-width: 190px !important;
transition: all 0.5s ease;
}
/* Logo sizing after sticky */
.elementor-sticky--effects .logo img {
height: 65px !important;
width: 137px !important;
}

.elementor-sticky--effects .elementor-element.elementor-element-5045421 .jet-menu .jet-menu-item .top-level-link,
.elementor-sticky--effects .elementor-element.elementor-element-0c9af57 .jet-menu .jet-menu-item .top-level-link {
	padding: 11px 0px 11px 20px !important;
}

.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}
.elementor-sticky--effects .jet-sub-mega-menu .elementor-item {
	padding: 6px 0 !important;
}

@media screen and (max-width: 1024px) {
body .elementor-2629 .elementor-sticky--effects .elementor-element.elementor-element-cbfeb9b .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown,
body .elementor-2629 .elementor-sticky--effects .elementor-element.elementor-element-cbfeb9b .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 1024px) {
	.logo img {
		height: 100px !important;
	}
}

/* Footer */

#footerlinks a {
	font-weight: 400 !important;
}

/* Table */

table.vebotable {
	border: none !important;
	margin-bottom: 0 !important;
}
table.vebotable td {
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}
	table.vebotable tr:last-of-type td {
		border-bottom: none !important;
	}

.elementor-widget-tabs .elementor-tab-content {
	padding: 35px;
}

/* li.strongmenu a {font-weight: 600 !important;}*/

li.menu-item-has-children span.sub-arrow {
	display: none !important;
}
	li.menu-item-has-children .sub-menu span.sub-arrow {
	display: inherit !important;
}
li.current-menu-ancestor > a {
	font-weight: 600 !important;
}

/* Table of Contents */

#toc_container {
	border: 2px solid #f1f1f1;
}

#toc_container li {
	line-height: 1.3em !important;
}
#toc_container a {
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 1.0 !important;
}

/* Mega Menu */

i.jet-dropdown-arrow {
	display: none !important;
}


.mobilemenuvebo li.menu-item-has-children .elementor-nav-menu--dropdown li {
	padding-left: 30px !important;
}

/* Gravity Forms Styling */

.gform_legacy_markup_wrapper label.gfield_label, 
.gform_legacy_markup_wrapper legend.gfield_label {
	font-weight: 600 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin-top: 2px !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 2px solid #c9c9c9;
	border-radius: 0;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input.gform_button {
	border: 2px solid #004c7e;
	background: #004c7e;
	color: #fff !important;
}
	input.gform_button:hover {
		background: #000 !important;
		border: 2px solid #000;
	}
	
.gform [type=button], .gform [type=submit], .gform button {
display: inline-block;
font-weight: 400;
color: #000;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid #c8c8c8;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: 3px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.gform [type=button]:hover, .gform [type=submit]:hover, .gform button:hover {
color: #fff;
background-color: #000;
border-color: #000;

}

/* Borlabs */

#BorlabsCookieBox ._brlbs-refuse-btn a {
	font-size: 17px !important;
}

/* Jet Menu */

.elementor-22172 .elementor-element.elementor-element-31f7d81 .jet-menu ul.jet-sub-menu,
.elementor-21858 .elementor-element.elementor-element-0c9af57 .jet-menu ul.jet-sub-menu,
#jet-menu-item-22933 ul.jet-sub-menu {
	min-width: 260px !important;
}

/* Aktive Menüpunkte */

li.jet-current_page_item > a,
li.jet-current-menu-item > a,
li.jet-current-menu-parent > a,
li a.elementor-item-active {
	font-weight: bold !important;
}

/* Übersichtsseite nicht blau machen */

ul.jet-sub-menu li.jet-current-page-parent > a {
	color: #000 !important;
	font-weight: normal !important;
}

/* Manuelles anpassen Mega Menu aktive Punkte bei Lufttechnik */

/* Luftdüsen */

body.parent-pageid-17726 .jet-menu #jet-menu-item-22987 .top-level-link {
	font-weight: bold !important;
	color: #024c7e !important;
}

.parent-pageid-17726 .elementor-element.elementor-element-5045421 .jet-menu #jet-menu-item-22987 .top-level-link,
.parent-pageid-12174 .elementor-element.elementor-element-5045421 .jet-menu #jet-menu-item-22914 .top-level-link {
	font-weight: bold !important;
	color: #024c7e !important;
}
	/* Textil */
	
	.parent-pageid-18639 .elementor-element.elementor-element-0c9af57 .jet-menu #jet-menu-item-22072 .top-level-link {
		font-weight: bold !important;
		color: #447C85 !important;
	}

/* Sub Menus in Mega Menu aktiv gestalten */

.elementor-nav-menu--main li.current-menu-item > a {
	font-weight: bold !important;
	color: #024c7e !important;
}
/* Textil */

.parent-pageid-18639 .elementor-nav-menu--main li.current-menu-item > a,
.page-id-18639 .elementor-nav-menu--main li.current-menu-item > a,
.parent-pageid-18649 .elementor-nav-menu--main li.current-menu-item > a,
.page-id-18649 .elementor-nav-menu--main li.current-menu-item > a {
	color: #447C85 !important;
}

/* Energie sparen Anchor */

li#jet-menu-item-22926 .jet-sub-menu a {
	font-weight: normal !important;
	color: #000;
}

/* Popup */

.pum-theme-14097 .pum-container, .pum-theme-standard-theme .pum-container {
	padding: 5px !important;
}


/* CF */

span.cf7ic_instructions {
	padding-bottom: 15px !important;
}
span.cf7ic-icon-wrapper:after, 
span.ai1ic-fields,
span.cf7ic_instructions:after {
clear: both !important;
display: block;
content: '';
}
.cf7ic-icon-wrapper {
	margin-left: -15px !important;
	padding-top: 10px !important;
}

span.ai1ic-fields {
clear: both !important;
display: block;
content: '';
}

body .cf7ic-style1 {
	padding-bottom: 5px !important;
	width: 100% !important;
}
span.kc_captcha {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
