/*
* Add child theme CSS Rules
*/
li, li a {
    font-size: 15px !important;
}

@media (max-width: 600px) {
	#menu-item-13706 {
		display: none !important;
	}
  #menu-item-13705 {
		display: none !important;
	}
}



body {
	font-size: 15px;
  color: #444444;
	hyphens: auto;
}

.noHyphens{
	hyphens: none !important;
  /*white-space:nowrap !important;*/
}

.nLHyphens{
	hyphens: auto !important;
}

.nL_noWrap{
  hyphens: none !important;
	white-space: nowrap !important;
}

.nL-minHeight{
	 min-height: 500px;
}

.nL-content-bottom-outer{
	/*height: 100%;*/
	position: relative;
    margin-left: none;
    margin-right: none;
}

.nL-content-bottom{
	position: absolute !important;
	bottom: 0;
}

.nL-width-100{
	width:100%;	
}

.nL_timeline_title_centered h3{
	text-align: center !important;
}


.vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.pixicon-basic-spread-text-bookmark::before {
    font-size: 28px;
    vertical-align: -9px;
    padding-left: 10px;
}

/*.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
	text-align: center;
}*/

.CF59637d0410034{
	width: 75%;
	padding-left: 32%;
}

#fld_5438112Caption, #fld_5833398Caption{
	color: #fff;
}

#fld_376095_1{
	padding-bottom: 4px;
	padding-top: 4px;
}

.ivd24-powered-by{
	display:none;
}

#ivd24-container .ivd24-background {
    background-color: #f7f7f700 !important;
}

#ivd24-container .ivd24-border {
    border: 0px!important;
}

#ivd24-container .ivd24-text-right {
  /*margin-top: -53px !important;*/
	margin-right: 20px;
}

.min-height-450{
	min-height: 460px;
}






/* ++++++ HEADINGS ++++++ */

h1, h2, h3, h4 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #333333;
	margin: 0px;
}

h5, h6 {
	/*text-transform: uppercase;
	letter-spacing: 2px;*/
	color: #666666;
	font-family: 'Dynalight';
	margin: 0 0 12px 0;
}


blockquote {
    font-weight: 400;
	font-style:italic;
	margin-bottom:0px !important;
}

blockquote::before, blockquote::after{
	border-color: #e1dac2;
}

.nL_color_dark_noMarginBottom{
	margin-bottom:0px !important;
	color: white;
}

.nL_color_light_noMarginBottom{
	margin-bottom:0px !important;
	color: #444444;
}

.nL_color_dark{
	color: white;
}

.nL_color_light{
	color: #444444;
}

.gradient-text{
	letter-spacing:4px;
	font-weight: 400;
	text-transform: uppercase;
}

.caldera-grid .btn{
	display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.nL_center{
	display: block !important;
  margin-left: auto;
  margin-right: auto;
}



/* ++++++ HEADER & LOGO ++++++ */

.col3 > #logo {
    width: 34%;
    position: absolute;
    left: 33%;
}

.main-nav.main-nav-left, .main-nav.main-nav-right {
    width: 33%;
}


.header-con.stuck #logo {
    height: auto;
}


.header-con.stuck.sticky-light {
    background: rgba(255,255,255,0.75);
}

.transparent-header .header {
    border-bottom: none;
}

.nL-header-title{
	
	color: #ffffff;
	/*
	background-color: green;
	box-shadow: 10px 0 0px 0px #EDC330, -10px 0 0px 0px #EDC330;
	*/	
}

.vc_column_container .nL-header{
	padding-top:180px !important;
}

.wpb_content_element {
    margin-bottom: 15px;
}

.nL-topnav{
	font-size: 14px;
	color: white;
	vertical-align: 4px;
	margin-right: 30px;
}




/* ++++++ FOOTER ++++++ */


.per-footer {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
}
.per-asterisk {
    color: #ff6600;
    font-size: 22px;
    vertical-align: -8px;
}

li, li a {
    font-size: 16px;
}

.amz-custom-footer-layout #pageFooter .widget {
    margin-bottom: 0px;
}

.percht-border-footer:after{
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 12%;
	border: 2px solid white;
	border-radius: 10px;
	content: '';
	display: block;

}

#headerWidget .widget li a, .footer-dark #pageFooterCon .widget li a, .footer-dark #pageFooterCon a, .footer-dark .searchsubmit {
    color: #dddddd;
}

.footer-dark #pageFooterCon .widget li a, .footer-dark #pageFooterCon a {
    color: #dddddd;
}

.footer-dark #pageFooterCon .widget li a:hover, .footer-dark #pageFooterCon a:hover {
    color: #cd1719;
}



.footer-dark .pageFooterCon {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#787465+0,302e24+53 */
background: #787465; /* Old browsers */
background: -moz-linear-gradient(45deg,  #787465 0%, #302e24 53%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #787465 0%,#302e24 53%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #787465 0%,#302e24 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787465', endColorstr='#302e24',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}

.aio-icon{
	color: white;
}

.nl-footerlist-logoicon{
	color:#ffffff;
	font-size:28px;
	display:inline-block;
}

.nL-footer-list{
	vertical-align: 4px;
}

.nL-footer-list a{
	color: #444444;
	font-size: 12px;
	letter-spacing: 1px;
}

.nL-footer-list a:hover{
	color: cd1719;
}

.uavc-list-content {
    margin-bottom: -20px;
}

.uavc-list-content span.uavc-list-desc {
    vertical-align: text-bottom;
}

.copyright p {
    color: #dddddd;
}



/* ++++++ SERVICE CIRCLE++++++ */

/*.Defaults-comments::after {
    content: "\A BERATUNG";
    font-size: 14px;
    white-space: pre;
    font-family: "poppins";
    letter-spacing: 2px;
    //text-align: center;
	//text-width: 120px;
    //margin-left: 40px;
}*/

.nL-info-circle-title{

}


/* ++++++ PORTFOLIO ++++++ */

/*
.portfolio-style2-like {
    display: none;
}
*/
.portfolio-style2-content {
    padding-left: 15px;
	padding-right: 15px;
}

.portfolio-hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e1212+0,3a3629+100&0.7+0,0.7+100 */
background: -moz-linear-gradient(45deg,  rgba(158,18,18,0.7) 0%, rgba(58,54,41,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(158,18,18,0.7) 0%,rgba(58,54,41,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(158,18,18,0.7) 0%,rgba(58,54,41,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39e1212', endColorstr='#b33a3629',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.portfolio-style2-content .title a {
    color: #444444;
	font-size: 14px;
}


#load-more-btn {
    display: none;
}

.portfolio-info dt {
    width: 130px;
}

.portfolio-info dt {
    padding: 0 0 0 20px;
}




/* ++++++ TEAM ++++++ */


.hover-box-back {
    padding: 10px;
}

.nL-team-title .uvc-sub-heading {
	text-transform: uppercase;
}

.hover-box-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e1212+0,3a3629+100&0.7+0,0.7+100 */
background: -moz-linear-gradient(45deg,  rgba(158,18,18,0.7) 0%, rgba(58,54,41,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(158,18,18,0.7) 0%,rgba(58,54,41,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(158,18,18,0.7) 0%,rgba(58,54,41,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39e1212', endColorstr='#b33a3629',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.nL-team-hover-quest{
	line-height: 16px;
}

.nL-team-hover-answer{
	
}

.hover-box-element h2{
	font-size: 12px !important
}



/* ++++++ IVD-Suchmaske++++++ */

#energieausweis{
	color:white !important;
}

.description-block{
	display: none;
}



/* ++++++ IVD-Suchmaske++++++ */

.nl-ref-titel{
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

.nl-ref-untertitel{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	/*margin-bottom: 5px;*/
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	color: #777;
}

.nl-owl .owl-dots {
    margin-top: 10px;
}



/* ++++++ Formular ++++++ */

.caldera-grid label{
	line-height: 1;
	margin-top: 30px;
}

.caldera-grid .col-sm-2 {
    margin-top: 23px;
}

.caldera-grid .checkbox-inline + .checkbox-inline, .caldera-grid .radio-inline + .radio-inline {
    margin-top: 30px;
}










.owl-nav div {
    color: #444444;
    border: 2px solid #444444;
}


.nl-datenschutz {
  text-align: center;
}

.nl-datenschutz h1{
	text-align: center;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

.nl-datenschutz h2{
  text-align: center;
	padding-top: 30px !important;
  padding-bottom: 15px !important;
}

.nl-datenschutz h3{
	padding-top: 30px !important;
  padding-bottom: 10px !important;
}

.nl-datenschutz h4{
	padding-top: 20px !important;
  padding-bottom: 10px !important;
}


/* ++++++ FLIPBOOK ++++++ */


.per-bookboard{
  z-index: 200 !important;
  text-align: center !important;
}

.per-bookboard img{
 /* box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.55);*/
-webkit-box-shadow: 4px 3px 11px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 3px 11px -1px rgba(0,0,0,0.75);
box-shadow: 4px 3px 11px -1px rgba(0,0,0,0.75);
}

.per-bookboard-board{
  z-index: 10 !important;
}

/*-----NAVIGATION-------*/

.main-nav .sub-menu {
    line-height: 1.4 !important;
}


.main-nav li a, .dark .main-nav li a {
    padding: 0 17px !important;
}