/*
Theme Name:     I-plus
Theme URI:      
Description:    Total child theme.
Author:         Robbert van Mourik
Author URI:     http://adiuvo.nl
Template:       Total
Version:        1.0
*/

@import '../Total/style.css';

body, .button, input, textarea {
  font-family: Arial, sans-serif !important;
  font-size: 13px;
}


/*input normal*/
input[type="number"] {
    color: #777;
    padding: 7px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 13px;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border;
    -webkit-appearance: none;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
}

#site-navigation li a {
  font-family: Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #58585a;
}

.vc_text_separator {
  padding-bottom: 0px !important;
  border-style: dotted !important;
}

.vc_text_separator span {
  font-size: 16px !important;
  color: #58585a !important;
  
  border-bottom: 2px solid #99cc33;
}

#site-scroll-top {
  border-width: 1px !important;
}

#top-bar-content,
.top-bar-left,
.top-bar-right {
  height: 30px;
  line-height: 30px;
}

.top-bar-right #tf_lang_sel_list {
  margin: 7px 0 0 0;
  padding: 0;
}

.top-bar-right #tf_lang_sel_list li {
  float: left;
}

.top-bar-right #tf_lang_sel_list li a {
  display: block;

  height: 16px !important;
  line-height: 16px !important;
  
  margin-left: 3px;
}

.top-bar-right #tf_lang_sel_list li img {
  display: block; 
}

@media only screen and (max-width: 767px) {
  .top-bar-right {
    margin-top: 0px !important;
  }
  
  .top-bar-right #tf_lang_sel_list {
    margin-top: 0px !important;
  }
  
  .top-bar-right #tf_lang_sel_list li {
    float: none;
    display: inline-block;
  }
  
  .top-bar-right #tf_lang_sel_list li a {
    display: inline-block;
  }
}

#site-header {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  z-index: 99;
}

.navbar-style-one .dropdown-menu > li.current-menu-parent {
  color: #99cc33;
}

#site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul > li.current-menu-item {
  background-color: #58585a;
  color: #fff;
}

.menu-home {
  text-indent: -9999px;
  background-image: url('./img/home.png');
  background-repeat: no-repeat;
  background-position: center center;
  
  padding-right: 15px;
}

.menu-home:hover {
  background-image: url('./img/home_over.png');
}

.page-header {
  margin-bottom: 20px;
  padding: 10px 0;
}

.page-header-title {
  text-shadow: 2px 2px 1px rgba(229, 229, 229, 1);
}

.site-breadcrumbs {
  font-size: 11px;
}

.home .vcex-icon-box-one {
  margin-bottom: 15px;  
}

.vcex-clr.vcex-icon-box-one.align-center h2 {
  margin-left: -15px;
  padding-top: 5px;
}

.home .vcex-icon-box-one .vcex-icon-box-one-icon.vcex-icon-box-icon {
/*  font-size: 50px !important;
  color: #99cc33 !important;*/
}

.home .vcex-icon-box-one .vcex-icon-box-one-heading {
  /*font-size: 40px;
  color: #99cc33;*/
  
  margin-left: 10px;
}

.vc_wp_custommenu {
  
}

.vc_wp_custommenu .widgettitle {  
  font-size: 16px;
}

.vc_wp_custommenu ul.menu > li {
  float: none;
  
 
}

.vc_wp_custommenu ul.menu > li > a {
  display: block;
  
  width: 100% !important;
  background: white;
  border-color: white !important;
}

.vc_wp_custommenu ul.menu > li > a:hover {
  background: #99cc33 !important;
  color: #fff !important;
  border-color: #99cc33 !important;  
}

.vc_wp_custommenu .current_page_item {

}

.vc_wp_custommenu .current_page_item a {
  background: #99cc33 !important;
  color: #fff !important;
  border-color: #99cc33 !important;
}

/*
619717

*/

.input-list-nummer-portierung .gfield_list {
  width: 67% !important;
}

@media (min-width: 768px) {
  .home-tabs-services h2 {
    margin-top: 0;
  }
  
  .home-tabs-services .wpb_tabs.tab-style-default .wpb_tab {
    height: 245px;
  }
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, 
.wpb_content_element .wpb_tabs_nav li:hover {
  
}

.home-tabs-services .wpb_tabs.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
  /*background-color: #cc0033 !important;*/
  color: #cc0033 !important;
}