/*------------------Farben Markus Akyol--------------------------*/
/*gruen 1:          rgb(101, 179, 56): #65b338
Gruen 2 (dunkler):rgb(21, 123, 52) #157b34
gruen 3 (heller): rgb(182, 207, 89) #b6cf59
hauptgruen: #86bc42 */



/*----------------------------own styles------------------------*/
* {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transition: 1s;
}
/*------------Farben-----------*/
:root{
  --dunkelgruen: #14652E; /*Ueberschriften in blau, Hover-effekt, Links  */
  --hellgruen: rgba(206,231,130,0.5);
  --mittelgruen: rgba(134, 188, 66, 0.9);  
  --themegruen: #86bc42;
  --text-schwarz: #5e6973;
  
}
.bg-lightgreen3{
  background-color: rgba(206,231,130,0.3);
}
.bg-lightgreen2{
  background-color: rgba(206,231,130,0.2);
}
.bg-lightgreen4{
  background-color: rgba(206,231,130,0.4);
}
.bg-lightgreen1{
  background-color: rgba(206,231,130,0.1);
}
.bg-white7 {   
    background-color: rgba(255,255,255,0.7) !important;
}

hr{
  margin: 2rem 0 3rem;
  background:#86bc42;
  width:40%;
}
.scroll-to-top {
  background:#14652E;
  border: 1px solid #14652E;
}
.scroll-to-top:hover {
  color:#14652E;
  border: 1px solid #14652E;
  background:#fff;
}

/*---------------------Navi----------------------*/
.navbar-nav li > ul{
  min-width: 240px;
}

.navbar-light .navbar-nav .active > .nav-link{
  color: #14652E;
}
.dropdown-item.active, .dropdown-item:active {
background-color: transparent;
  color: #86bc42 !important;
}
.carousel-item img{
  width: 100%;
}

h1, h3, h6{
	color:#14652E;
}
h6{
  font-weight: bold;
}
h2, h4, h5{
  color: #5e6973;
}
.container-fluid{
  padding-left:0 ;
  padding-right:0;
}
section header {
  box-shadow:none;
}
h1{
  text-align: center;
  font-weight: 700;  
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 140%;
}
h1:after{
      content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #86bc42;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
h3{
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  line-height: 140%;
  text-transform: inherit;
  
}
 h3:after{
   content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #86bc42;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
 
}

.content h3:after{
  right: auto;
}
.button_mail, .button_phone, .button_location {
  border-radius: 5px;
  margin-bottom: 10px;
}

.button_mail:hover, .button_phone:hover, .button_location:hover {
  box-shadow:none;
}

.button_mail span, .button_phone span, .button_location span{
  color:#86bc42;
}

.button_mail h3, .button_phone h3, .button_location h3{
  font-size: 18px;
  margin:0;
  padding:0;
}
.button_mail p, .button_phone p, .button_location p{ 
  margin:0;
  padding:0;
}
.button_mail h3:after, .button_phone h3:after, .button_location h3:after{
  display: none;
}

.content h2{
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}
.content h2:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #86bc42;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.content h1{
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase !important;
  text-align: left;
}
.content h1:after{
  display: none;
}

.content h3{
  font-size: 18px;
}
.content h4{
  font-size: 16px;
}
.content h5{
  font-size: 15px;
}
.content h6{
  font-size: 14px;
}
.content ul li {
  position: relative;
  padding: 0 0 5px 24px;
  margin: 0 0 5px 0;
}

.content ul li:before{
  content: "\f00c";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  color: #86bc42;
}

.content ol{
  margin-left: 15px;
}
.content ol li{
  font-weight: 600;
  margin-bottom: 10px;
}

ul.no-margin{
  padding:0;
}


/*--------------------geordnete Liste ohne ol----------------------------*/
body#firmenprofil {
   /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

#firmenprofil p.rg, #service p.rg2{
  position: relative;
  font-size: 1rem;
  padding-left: 2rem;
  margin-bottom:0;
  margin-top:0;
  counter-reset: mycounter; 
}
#firmenprofil p.rg:before, #firmenprofil p.rg2:before {
  counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: relative;
    left: -2.5em;
    top: 1.8rem;
    background: rgba(134, 188, 66, 0.9);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    box-sizing: border-box;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
}
#firmenprofil p.rg2::before {
  counter-reset: my-sec-counter 7;
}

/*-------------------------Ende---------------------*/

/*------------------counter neu TYPO3 12 auf Startseite---------------*/
.counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  text-align: center;
  margin: 2rem 0;
}

.counter-box {
  flex: 1 1 150px;
}

.counter {
  display: inline-block;
  font: 700 2.5rem/1.2 "Source Sans Pro", sans-serif;
}


/*-------------Ende Counter----------*/

.content figure.image{
  padding: 30px 30px 0 20px;
}
.content img{
  border-radius: 5px;
  box-shadow: 5px 8px 18px 9px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
.content img:hover{
  box-shadow:none;
}

figcaption{
  text-align: center;
  color: #14652E;
  letter-spacing:1px;
  font-size: 14px;
  line-height: 22px;
}

.header-style4 .navbar ul ul li.active > a{
	color:#86bc42;
}

.slider-fade-shop .item .caption{
  position: absolute;
}
.container.lg{
  position: relative;
}
.carousel-caption {
	position: relative;
	background-color: rgba(0,0,0,0.4);
	padding: 20px;
	color:#86bc42;
  bottom: 300px;
  text-align: left;
  right: auto;
  left: auto;
}
.carousel-caption h3{
	color:#fff;
    text-transform: inherit;
   font-weight: 400;
    letter-spacing: -1.5px;
    margin: 0;
    font-size: 72px;
}

.navbar-expand-lg{
	justify-content:flex-end;
}

.header-style4 .navbar-brand img {   
    transition: all;    
    transition-duration: 0.5s;
}
header.header-style4.scrollHeader .navbar-default {
    position: fixed;
	width: 100%;
	background-color:#fff;
}



/*-------------------owl-slider start------------------*/
.card{
  border:none !important;
}

.card-image{
  position: relative;
}
.card-image::before {
  background-color: rgba(134, 188, 66, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 10;
}
a.butn.theme{
  position: relative;
  overflow: hidden;
  z-index: 1;
  color:#fff;
}
/* Hover-Fläche dunkelgrün statt schwarz */
.butn.theme::after,
.butn::after {
  background: var(--dunkelgruen); /* dunkelgrün */
  border-radius: 2px;
}

/* Die Hover-Fläche liegt hinter dem Text */
.butn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width .4s;
}

/* Beim Hover Fläche ausfahren */
.butn:hover::after {
  width: 100%;
}

/* Textfarbe sicher sichtbar halten */
.butn,
.butn:hover,
.butn:focus {
  color: #ffffff;
}
a.butn.theme:hover {
  color:#fff !important;
}

.card-image:hover::before{
  opacity:1;
}
.service-box p, .card-body p{
	margin-bottom: 20px;	
}
.service-box h4, .card-body h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}
.card-body h4{
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.service-box-inner {
    position: relative;
    padding: 25px 25px 20px;
}
.service-box .butn.small{
  padding: 8px 20px 0;
}
.service-box .butn.small a, .butn.theme p{
  color:#fff;
}
/*.service-box a{
  background-color: #86bc42;
padding: 8px 20px;
color: #fff;
  text-align: center;
border-radius: 2px;
  transition: width .4s;
  line-height: 1.6;
font-weight: 500;
letter-spacing: 0.6px;
text-transform: none !important;
position: relative;
z-index: 9999;
display: inline-block;
  white-space: nowrap;
border: none;
cursor: pointer;
}
.service-box a:after{ 
  border-radius: 2px;
    content: '';
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #86bc42;
    height: 100%;
    top: 0;
    z-index: 1;
}
.service-box a:hover:after{
  width: 100%;
}*/
.service-box .butn.small a:hover, .service-box .butn.small:hover a {
  color:#fff;
  border-radius: 3px;
}

.slick-slide{
  margin-right: 20px;
}
.service-box {
  box-shadow:none;
}

/*-------------------------------------------------Section parallax----------------------------------------*/

section.parallax h2{
  color:#fff;
      font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 14px;
    color: #fff;

}
section.parallax h4,section.parallax p {
  color:#fff;
  padding-bottom: 10px;
font-weight: 500;
margin-bottom: 10px;
position: relative;
line-height: 140%;
text-transform: inherit;
}



section.parallax h4:after{
  content: '';
display: block;
width: 50px;
height: 1px;
background: #86bc42;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}

/*-------countup----------------------------------*/
.row.counter{
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 29px;
}
.about-right-box .title h3{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 0 1px;
}

.about-right-box .title h3:after{
  display: none;
}
.display-3{
      color: #ffffff;
   /* font-size: 3.4em;*/
    font-weight: 600;
    line-height: 2.6rem;
    margin-bottom: 0;
}
.right-content .border, .number .border{
  border:none !important;
}

.right-content .p-3,.number .p-3{
  padding:0 !important;
}

.right-content .mb-4, .p-3 .mb-4 {
    margin-bottom: 0 !important;
}
.about-right-box ul li .left-content .title h3 span, .about-right-box .title h3 span{
  text-transform:none;
}

/*-----------------------------------------Referenzen-----------------------------*/
.referenzen .slick-slide {
  width: 350px;
}
.referenzen .slick-slide figure{
  position: relative;
  overflow: hidden;
}
/*.referenzen .slick-slide figure:hover{
  max-height: 400px;
}*/
.referenzen .slick-slide figure img {
  width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: .3s ease-in-out;
   transition: all 400ms;
  display: inline-block;
}
.referenzen .slick-slide:hover figure img {
    -webkit-transform:  scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}
.referenzen .slick-slide figure figcaption{
  opacity:0;
  bottom: 10%;
  position: absolute;
  left: 33%;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.referenzen .slick-slide figure:hover figcaption{
  background-color:rgba(255,255,255,0.7);
  padding: 10px 20px;
  opacity:1;
}


/*--------------------------Testimonials-------------------------*/
.testimonials .container{
  text-align: center;
  
}

.testimonials .aussage p {
	color:rgba(0,0,0,0.8);
  background:none;
  border-radius:unset;
  font-weight:normal;
  font-size:inherit;
  text-transform:none;
  border: none;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  margin-top: -30px;
}
.testimonials .quote{
      font-size: 124px;
    opacity: 0.8;
    line-height: 110px;
    font-weight: bold;
    color: #86bc42;

}
.testimonials .author-details {
    padding-left: 60px;
    position: relative;
}

.testimonials .author-details h4{
  text-transform: uppercase;
   font-size: 14px;
   font-weight: 700;
   margin-bottom: 5px;
   letter-spacing: 1px;
  color:rgba(0,0,0,0.8);
  text-align: left;
}
.testimonials .author-details h6{
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom:0;
  color: rgba(0,0,0,0.8);
  
}
.testimonials .author-details::before {
    background: #86bc42;
    height: 2px;
    width: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
}

.custom-dot span{
	border: 1px solid #86bc42;
}
.custom-dot.active span{
	background: #86bc42;
}

/*.testimonials p{
      color: #86bc42;
    background: rgba(134, 188, 66, 0.15);
    border: none;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: capitalize;

}
*/

.testimonials p{
  background:none;
  padding: 0;
  border-radius:0;
  margin-bottom: 0;
  text-align: left;
}
.testmonial-single h4{
  font-size: 14px;
}

/*--------------------Footer Copyright----------------*/

.footer-bar {
background: rgb(78,149,52);
/*background: linear-gradient(0deg, rgba(78,149,52,1) 0%, rgba(20,101,46,1) 0%, rgba(97,152,52,1) 100%);
	color:#fff;*/
}

/*-----------------------Alternative - mehr gruen--------------*/
header.header-style4 .menu_area1{
	background: rgba(134, 188, 66, 0.9);
    border-top: none;
    border-bottom: none;
}

.header-style4 .menu_area1 .navbar-nav > li > a{
	color:#fff;
	font-size: 14px;
}

.header-style4 .menu_area1 .navbar-nav > li.active > a{
	color:#14652E;
}

.header-style4.fixedHeader .menu_area1 .navbar-nav > li > a{	
	font-size: 13px;
}

.header-style4 .menu_area1 .navbar > ul > li.has-sub > a::after {
    border-color: transparent #fff #fff transparent;
}
.header-style4 .menu_area1 .attr-nav > ul > li > a {
    color: #fff;
}
.header-style4 .menu_area1 .navbar-nav > li.has-sub > a:hover{
	color:rgb(78,149,52);
}
.navbar-brand1{
	position: absolute;
    top: 57px;
    background-color: #fff;
    padding: 10px 10px 20px 15px;
	box-shadow: 2px 2px 5px #666;
    z-index: 1000;
}
	
section{
	/*background-image:url(../img/bg/bg-pattern.png);
	background-color:rgba(235,252,209,1.00);*/
	background-color:rgba(206,231,130,0.5);
}
.scrollHeader .navbar-brand1 {
	position: relative;
    top: inherit;
	box-shadow:none;
}
.header-style4 .navbar-brand1 img {
    transition: all;
    transition-duration: 0s;
    transition-duration: 0.5s;
}
.navbar-brand1 img {
    max-height: 80px;    
}
.scrollHeader .navbar-brand1 img {
	max-height: 65px;
}

.owl-carousel img{
  width: 100%;
}

/*----------------------------------------------------Linke Navigation---------------------------------*/
#menuespacer{
  padding:20px 0 10px 5px;
  background-color: rgb(206, 231, 130);
  border-radius: 5px 5px 0 0;
}
.services-single-menu{
  background-color:rgba(206,231,130,0.3);
  border-radius: 5px;
}
.col-lg-4 .services-single-menu ul li{
  border: none;
   border-bottom: 1px solid #ececec;
}


.services-single-menu li a.active{
  color: #86bc42;
  border-left: 3px solid #86bc42;
}

.col-lg-4 .slick-list{
  background-color:rgba(206,231,130,0.2);
  padding: 30px 0 30px 20px;
  border-radius: 5px;
}
.col-lg-4 .slick-slide{
  margin-right: 50px;
}

.col-lg-4 .slick-slide .testmonial-single .name h4{
  font-size: 14px;
}
.col-lg-4 .slick-slide .testmonial-single .testmonial-single h6 {
    font-size: 11px;
}
.col-lg-4 .slick-slide .testmonial-single .testmonial-single h6:before {
  
}

.col-lg-4 .slick-slide .testmonial-single p {
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    margin-left: 35px;
    text-align: left;
}
.col-lg-4 .slick-slide .testmonial-single p::before {
    margin: 0;
    content: "\f10d";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    color: #86bc42;
    font-size: 24px;
    display: block;
    top: 0;
    left: -34px;
    position: absolute;
}

/*-------------------------------kontakt---------------------------------*/



.col-lg-4 li.phone, .col-lg-4 li.mail{
  clear: both;
  margin-left: 20px;
}
.col-lg-4 li div, .col-lg-4 li i {
  display: inline;
  float:left;
}
.col-lg-4 .contact h5 {
  color:#fff;
}
.col-lg-4 .contact hr{
  opacity: 0.8;
  margin: 1.5rem 0 2rem;
  border-color: #fff;
  width: 100%;
}
#kontakt .button_mail,#kontakt .button_phone,#kontakt .button_location {
  margin-bottom: 55px;
}
/*.col-lg-4 .contact ul li.phone:before {
  font-family:"Font Awesome 5 Free";
  content: "\f095"; 
  color:#fff;
  font-size: 24px;
  padding: 7px 12px;  
  margin-right: 15px;
  vertical-align:top;
}
.col-lg-4 .contact ul li.mail:before {
  font-family:"Font Awesome 5 Free";
  content: "\f2b6"; 
  color:#fff;
  font-size: 24px;
  padding: 7px 12px;  
  margin-right: 15px;
  vertical-align:top;
}*/

.col-lg-4 .download-header h6{
  font-size: 14px;

}
.col-lg-4 .download-header h6:before {
    content: "";
    background: #86bc42;
    width: 15px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.col-lg-4 .download-header ul li {
  border: 1px solid #86bc42;
  border-radius: 5px;
  margin-bottom: 10px;
 padding: 5px 0;
}


.col-lg-4 .download-header ul li:before {
  font-family:"Font Awesome 5 Free";
  content: "\f1c1";
  background-color: #86bc42;
  color:#fff;
  font-size: 24px;
  padding: 7px 12px;
  border-radius: 5px 0 0 5px;
  margin-right: 10px;
  vertical-align:top;
}
iframe.contact-map{
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0,0,0,.1);
}
iframe.contact-map:hover{
  box-shadow:none;
}
/*-------------------------------------Accordion-------------------------------*/
.card-header h5{
  color:#fff;
  margin-bottom:0;
}
.accordion-body ul li:before{
  content: "\f06c";  
}

.accordion-body ul li ul li:before{
  content: "\f0da";
}
/*--------neu mit container extension----------*/
.accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: #e6f3c0;
  color:#5e6973;
}
.accordion-button:not(.collapsed), .accordion-button {
  color: #fff;
  background-color: #86bc42;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item {
  color: #5e6973;
}
.accordion-button:focus { 
  outline: 0;
  box-shadow: none;
}
header.scrollHeader h5{
  display: none;
}

/*-----------------------Team---------------------------*/
.content .team-member-img figure.image {
    padding: 0;
}
.content .team-member-img img {
  border-radius:50%;
  box-shadow:none;
  margin-bottom:0;
}

.team-style2 .bg-cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 200ms ease-in-out;
    display: none;
    z-index: 1;
    border-radius: 50%;
    transform: none;
}
.team-style2:hover .bg-cover {
    background-color: rgba(134, 188, 66, 0.85);
    display: inline;
}
.team-style2 .social-links p{
  font-size:1.5rem;
}
.team-style2  .text-extra-dark-gray p{
  color: #14652E;
  text-transform: uppercase;
}

/*--------------footer----------------*/
 footer.bg-medium-light-gray {
	/*background-color:rgba(134, 188, 66, 0.7);*/
	background: linear-gradient(0deg, rgba(78,149,52,1) 0%, rgba(20,101,46,1) 0%, rgba(97,152,52,1) 100%);
}
 footer h3, footer li a, footer li a::before, footer li {
	/*color:#125924;*/
	color:#fff;
}
footer li {
  padding:6px 0;
}
footer li a:before{
  content: '\f105';
  color:#fff;
  font-family: 'Font Awesome 5 Free';  
  font-weight: 700;
padding-right: 8px;
  -moz-transition-duration: .3s;
-ms-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
}

footer ul.recht li a:before{
  content:'';
}


 footer h3::after {
	/*background:#14652E;*/
	background:#fff;
   width: 100%;
   height: 1px;
   margin-top: 15px;
}
 footer img{
	background-color:rgba(255,255,255,0.9);
	padding: 10px 10px 15px;
	box-shadow: 2px 2px 5px #666;
}
 footer p{
	/*color:#125924;*/
	color:#fff;
	font-weight: 600;
}
.footer-bar{
	color:#fff;
}
footer .row.justify-content-center{
  	border-top: 1px solid #ccc;
	padding-top: 1rem;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
}
footer .qbb p{
  padding-top: 1rem;
  padding-right: 1rem;
}
footer .qbb img{
  background: transparent;
  padding:0;
}

@media screen and (max-width: 991px) {
  .services-single-menu{
    display: none;
  }
  .fixedHeader .navbar-brand1, .scrollHeader .navbar-brand1 {
    position: relative;
    top: 0;
    background-color: #fff;   
    padding: 10px 10px 5px;
    box-shadow: none;
    width: 80%;
    display: inline-block;
}
  
  .navbar-toggler {
    background: #86bc42;
     color: transparent;
  }
  .header-style4 .navbar-header-custom {
    padding: 8px 0;
    background-color: #fff;
}
 
  .header-style4 .navbar-brand1 img{
    transition:none;
  }
  .scrollHeader .navbar-brand1 img {
    max-height: 80px;
}
  .slider-fade-shop .item {
    padding: 0;
}
  .carousel-indicators{
    display: none;
  }
  .carousel-item .caption{
    display: none;
  }
  .header-style4 .menu_area1 .navbar-nav > li > a {
    color:#65b338;
  }
  .header-style4 .menu_area1 .navbar-nav > li.dropdown.nav-item.has-sub a{
    padding-left: 20px;
  }
  
  
  .content img{
    margin-bottom: 30px;
  }
  
}
@media screen and (min-width:992px) and (max-width: 1199px) {
  .navbar-brand1{
    position: relative;
    top: auto;
    padding: 5px;
    box-shadow: none;    
  }
  
  .navbar-header span.width-40px{
    width: 30px;
  }
  .navbar-header p.width-75{
    width: 80%;
  }
  
  
  
  
}
