/*
Theme Name: Salient Child Theme Team!Datentechnik
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Kwersinn
Author URI:  https://kwersinn.de
Template: salient
Version: 1.0
*/


/* The shit */
h2 {color:#115175;}
h3 {color:#444444;}

.rounded img {
	border-radius: 50%;
}
.downcase {
	text-transform:none!important;
}
.centerme {
	text-align:center;
}
.tothefront {
    z-index: 90000;
}
.centerbutt {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    width: 200px;
}
/* List Fix */
ol>li {
    list-style: decimal;
    list-style-position: outside;
    padding: 0 0 20px;
}
ol > li::marker, ol>li strong {
  font-weight: bold;
	color:#20a1da;
}
ol, ul {
    margin-left: 16px;
}
.light ol>li {color:#FFF;}
/* Icons */
.svg-icon {height: 100px!important; width: auto!important;}

.container-wrap input[type=submit] {
    padding: 15px 22px !important;
	background:#20a1da!important;
}
.container-wrap input {margin-bottom:10px;}

.section-title, .portfolio-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}
html h1 {
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 36px;
    font-weight: 700;
    font-style: normal;
    color: #184079;
    font-size: 28px!important;
}
h1:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 15px auto 20px;
    position: relative;
	 background-color: #184079;
}
body.material input[type=text]:focus, body.material textarea:focus {border-color: #184079;}
.container-wrap input[type=submit] {
    padding: 15px 22px !important;
    background: #184079 !important;
}

/* Image Grid Fix */
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    margin-left: 0px;
    box-sizing: border-box;
}
/*--- Counters ---*/



.counter {
    font-size: 56px;

    font-weight: bold;
    width: 100%;
    display: inline-block;
    line-height: 56px;
    color: #FFF;
    margin-bottom: 8px;
	text-align: center;
}

.countertext {
    text-align: center;
	color: #FFF;
    clear: both;
    text-transform: uppercase;
}
.numbercount .uavc-icons {
	margin-bottom:0;
}

.pp_social {
	width: 180px !important;
}

.pp_social .facebook {
	width: 90px !important;
}

.wpcf7-form > p, .wpcf7-form [class^="percent-"] p, .wpcf7-form [class^="percent-"] {
	margin-bottom: 0;
}

.wpcf7-form br {
	display: none;
}


/*mega menu fix*/
.nectar-global-section-megamenu .wpb_text_column .wpb_wrapper p {
    margin-bottom: 12px;
}

.nectar-global-section-megamenu .wpb_text_column .wpb_wrapper p a {
    color: #999999 !important;
    transition: color 0.2s ease;
}

.nectar-global-section-megamenu .wpb_text_column .wpb_wrapper p a:hover {
    color: #111111 !important;
}

/**** Mega Menu Scrollbalken Fix*****/
.nectar-global-section-megamenu,
.nectar-global-section-megamenu .inner {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.nectar-global-section-megamenu::-webkit-scrollbar,
.nectar-global-section-megamenu .inner::-webkit-scrollbar {
  display: none !important;
}